Import aria2 1.10.5 from MAINTAINER Remi Pointel:
aria2 is a multi-protocol & multi-source, cross platform download utility. The supported protocols are HTTP(S), FTP, BitTorrent, Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. REGRESS_DEPENDS+=::devel/cppunit from dcoppa@ ok sthen@
This commit is contained in:
parent
a46173fc05
commit
0cd5ca3f55
40
www/aria2/Makefile
Normal file
40
www/aria2/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# $OpenBSD $
|
||||
|
||||
COMMENT = lightweight multi-protocol & multi-source download utility
|
||||
DISTNAME = aria2-1.10.5
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = http://aria2.sourceforge.net/
|
||||
|
||||
MAINTAINER = Remi Pointel <remi.pointel@xiri.fr>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=aria2/}
|
||||
|
||||
MODULES = devel/gettext
|
||||
|
||||
LIB_DEPENDS = ::databases/sqlite3 \
|
||||
::net/libcares
|
||||
|
||||
REGRESS_DEPENDS += ::devel/cppunit
|
||||
|
||||
WANTLIB += crypto expat ssl cares \
|
||||
sqlite3 c m stdc++ z
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
CONFIGURE_ARGS += --with-sqlite3 \
|
||||
--with-openssl \
|
||||
--without-gnutls \
|
||||
--with-libz \
|
||||
--with-libcares \
|
||||
--with-libexpat \
|
||||
--without-libxml2
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/aria2/distinfo
Normal file
5
www/aria2/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (aria2-1.10.5.tar.gz) = M3ZOf+OdM+kQY4NxuNsztA==
|
||||
RMD160 (aria2-1.10.5.tar.gz) = PFwGZVk8wI73JG/ruqfot/B87lQ=
|
||||
SHA1 (aria2-1.10.5.tar.gz) = Nl9K4N4UA3R/E4NK5ZJxKLoe8Aw=
|
||||
SHA256 (aria2-1.10.5.tar.gz) = WdMHmEhBfSIFUMABPgS2rJ6dUU2IGJ5FY6Bocradwas=
|
||||
SIZE (aria2-1.10.5.tar.gz) = 2364763
|
4
www/aria2/pkg/DESCR
Normal file
4
www/aria2/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
aria2 is a multi-protocol & multi-source, cross platform download
|
||||
utility. The supported protocols are HTTP(S), FTP, BitTorrent, Metalink.
|
||||
It can download a file from multiple sources/protocols and tries to
|
||||
utilize your maximum download bandwidth.
|
44
www/aria2/pkg/PLIST
Normal file
44
www/aria2/pkg/PLIST
Normal file
@ -0,0 +1,44 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/26 12:34:15 landry Exp $
|
||||
@bin bin/aria2c
|
||||
@man man/man1/aria2c.1
|
||||
share/doc/aria2/
|
||||
share/doc/aria2/README
|
||||
share/doc/aria2/README.html
|
||||
share/doc/aria2/aria2c.1.html
|
||||
share/doc/aria2/xmlrpc/
|
||||
share/doc/aria2/xmlrpc/README.txt
|
||||
share/doc/aria2/xmlrpc/aria2mon
|
||||
share/doc/aria2/xmlrpc/aria2rpc
|
||||
share/locale/bg/LC_MESSAGES/aria2.mo
|
||||
share/locale/ca/LC_MESSAGES/aria2.mo
|
||||
share/locale/da/LC_MESSAGES/aria2.mo
|
||||
share/locale/de/LC_MESSAGES/aria2.mo
|
||||
share/locale/el/LC_MESSAGES/aria2.mo
|
||||
share/locale/en@boldquot/LC_MESSAGES/aria2.mo
|
||||
share/locale/en@quot/LC_MESSAGES/aria2.mo
|
||||
share/locale/es/LC_MESSAGES/aria2.mo
|
||||
share/locale/fi/LC_MESSAGES/aria2.mo
|
||||
share/locale/fr/LC_MESSAGES/aria2.mo
|
||||
share/locale/he/LC_MESSAGES/aria2.mo
|
||||
share/locale/hu/LC_MESSAGES/aria2.mo
|
||||
share/locale/id/LC_MESSAGES/aria2.mo
|
||||
share/locale/it/LC_MESSAGES/aria2.mo
|
||||
share/locale/ja/LC_MESSAGES/aria2.mo
|
||||
share/locale/ko/LC_MESSAGES/aria2.mo
|
||||
share/locale/nl/LC_MESSAGES/aria2.mo
|
||||
share/locale/nn/LC_MESSAGES/aria2.mo
|
||||
share/locale/pl/LC_MESSAGES/aria2.mo
|
||||
share/locale/pt/LC_MESSAGES/aria2.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/aria2.mo
|
||||
share/locale/ru/LC_MESSAGES/aria2.mo
|
||||
share/locale/sk/LC_MESSAGES/aria2.mo
|
||||
share/locale/sr/LC_MESSAGES/aria2.mo
|
||||
share/locale/sv/LC_MESSAGES/aria2.mo
|
||||
share/locale/th/
|
||||
share/locale/th/LC_MESSAGES/
|
||||
share/locale/th/LC_MESSAGES/aria2.mo
|
||||
share/locale/tr/LC_MESSAGES/aria2.mo
|
||||
share/locale/uk/LC_MESSAGES/aria2.mo
|
||||
share/locale/vi/LC_MESSAGES/aria2.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/aria2.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/aria2.mo
|
Loading…
Reference in New Issue
Block a user