Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21918

Added Files:
        aria2.info ca-bundle.info 
Removed Files:
        aria2c.info 
Log Message:
Renamed aria2c to aria2 and updated to new upstream. Added ca-bundle package.

--- NEW FILE: aria2.info ---
Package: aria2
Version: 1.1.2
Revision: 1
Description: Downloader for HTTP/FTP/BitTorrent/Metalink
Homepage: http://aria2.sourceforge.net/
License: GPL
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
DescDetail: <<
        aria2 is a utility for downloading files. The supported protocols are
        HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink.

        It can download one or more files individually or from multiple
        sources/protocols at the same time and tries to utilize your maximum
        download bandwidth (by using multiple threads and downloading data from
        HTTP(S)/FTP, while also uploading to the BitTorrent swarm).

        Using Metalink's chunk checksums, aria2 automatically validates chunks
        of data while downloading a file like BitTorrent.

        There are other alternative applications. But aria2 has 2 distinctive
        features: (1) aria2 can download a file from several
        URLs(http/ftp/BitTorrent) and (2) If you give aria2 list of URLs, then
        aria2 downloads them concurrently. You don't have to wait for the
        current download queue to finish one file at a time anymore. aria2 uses
        your maximum bandwidth and downloads files quickly.
<<

Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 11e7c0632059212a8734d9de9976e233

PatchScript: <<
        #Prevent /usr/include and /usr/lib from being added to dirs
        perl -pi -e 's/LIBZ_LIBS=.*$/LIBZ_LIBS="-lz"/; 
s/LIBZ_CPPFLAGS=.*$/LIBZ_CPPFLAGS=""/' configure
<<

Depends: <<
        ca-bundle,
        libcares2-shlibs,
        libgettext3-shlibs,
        libiconv,
        libxml2-shlibs,
        sqlite3-shlibs
<<
BuildDepends: <<
        gettext-tools,
        libcares2,
        libgettext3-dev,
        libiconv-dev,
        libxml2,
        pkgconfig,
        sqlite3-dev,
        system-openssl-dev
<<
Conflicts: aria2c (<< 1.1.2-1)
Replaces: aria2c (<< 1.1.2-1)

SetCXXFLAGS: -Os

ConfigureParams: <<
        --disable-dependency-tracking \
        --without-gnutls \
        --with-ca-bundle='%p/etc/ssl/certs/ca-bundle.crt' \
        --with-sqlite3-prefix=%p \
        --with-openssl-prefix=%p/lib/system-openssl \
        --with-libcares-prefix=%p
<<

# Test suite is buggy and I hate C++:
# SignatureTest.cc: In member function 'void aria2::SignatureTest::testSave()':
# SignatureTest.cc:36: error: variable 'std::ifstream in' has initializer but 
incomplete type
#InfoTest: <<
#       TestDepends: cppunit1.10.2
#       TestScript: make check || exit 2
#<<

InstallScript: make install DESTDIR=%d

DocFiles: AUTHORS ChangeLog COPYING LICENSE.OpenSSL NEWS

Splitoff: <<
        Package: %Nc
        Description: OBSOLETE use %N instead
        Depends: aria2, fink-obsolete-packages
        DocFiles: COPYING NEWS
<<

--- NEW FILE: ca-bundle.info ---
Package: ca-bundle
Version: 20081229
Revision: 1
Description: bundle of X.509 certificates of public CAs
DescDetail: <<
        This is a bundle of X.509 certificates of public Certificate Authorities
        (CA). These were automatically extracted from Mozilla's root 
certificates
        file (certdata.txt).  This file can be found in the mozilla source tree:
        '/mozilla/security/nss/lib/ckfw/builtins/certdata.txt'
        
        It contains the certificates in PEM format and therefore
        can be directly used with curl / libcurl / php_curl, or with
        an Apache+mod_ssl webserver for SSL client authentication.
        Just configure this file as the SSLCACertificateFile.
        
        The ca-bundle.crt file was generated by curl's mk-ca-bundle.pl script.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: 
http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt
License: LGPL

Source: http://homepage.mac.com/danielj7/%n-%v.tar.bz2
Source-MD5: 9d945d2c481309c49f9f92b1c0d73fa8

CompileScript: echo 'Nothing to compile.'

InstallScript: <<
        install -d %i/etc/ssl/certs
        install -m 644 ca-bundle.crt %i/etc/ssl/certs
<<

DocFiles: License

--- aria2c.info DELETED ---


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to