diff options
author | nakai <nakai@FreeBSD.org> | 2001-10-23 14:34:39 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-10-23 14:34:39 +0800 |
commit | 90e67e5b2fa99dea3b77cfbbda5c7b2b42caa56b (patch) | |
tree | 67353c4394d754373926d5b3953688162a5e242d | |
parent | da2a48b53387e357fbde0b50fec852f5babfcdb3 (diff) | |
download | freebsd-ports-gnome-90e67e5b2fa99dea3b77cfbbda5c7b2b42caa56b.tar.gz freebsd-ports-gnome-90e67e5b2fa99dea3b77cfbbda5c7b2b42caa56b.tar.zst freebsd-ports-gnome-90e67e5b2fa99dea3b77cfbbda5c7b2b42caa56b.zip |
Update to 0.10.1test21
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
-rw-r--r-- | www/aria/Makefile | 19 | ||||
-rw-r--r-- | www/aria/distinfo | 2 | ||||
-rw-r--r-- | www/aria/pkg-descr | 12 | ||||
-rw-r--r-- | www/aria/pkg-plist | 5 |
4 files changed, 29 insertions, 9 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile index 9825d6ffb17e..67ab1d8d4468 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -7,9 +7,11 @@ PORTNAME= aria PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://aria.rednoah.com/storage/sources/ -DISTNAME= ${PORTNAME}-0.10.1test9 +MASTER_SITES= http://rabien.virtualave.net/linux/storage/sources/ \ + http://aria.rednoah.com/storage/sources/ +DISTNAME= ${PORTNAME}-0.10.1test21 MAINTAINER= nakai@FreeBSD.org @@ -18,15 +20,18 @@ USE_GTK= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ - --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/README.euc ${PREFIX}/share/doc/${PORTNAME}/ +.endif .include <bsd.port.mk> diff --git a/www/aria/distinfo b/www/aria/distinfo index aa4b6dc7a5d2..2c92c5404282 100644 --- a/www/aria/distinfo +++ b/www/aria/distinfo @@ -1 +1 @@ -MD5 (aria-0.10.1test9.tar.bz2) = 353e93ff26dca29e1517301bbffd6175 +MD5 (aria-0.10.1test21.tar.bz2) = c416c0b631a2426551c9a671227afb1f diff --git a/www/aria/pkg-descr b/www/aria/pkg-descr index e93f31ff536a..03a480f69ba6 100644 --- a/www/aria/pkg-descr +++ b/www/aria/pkg-descr @@ -1,3 +1,13 @@ -yet another download tool +Aria is a download tool for UNIX similar to Reget or GetRight. It downloads +files from Internet via HTTP or FTP. The transfer can be paused, resumed, +queued and saved. It has very friendy GTK based GUI, and useful log consoles. +Some of its main features are: + + - Automatic CRC/MD5 checking + - Split downloads + - Recursive downloads + - HTTP/FTP proxy server + - cut-and-paste, drag-and-drop(Mozilla, Galeon, Opera, Konqueror, Netscape) + - multi-list(tabbed mode) feature WWW: http://aria.rednoah.com/ diff --git a/www/aria/pkg-plist b/www/aria/pkg-plist index 29001c511f0c..2e76031eb92d 100644 --- a/www/aria/pkg-plist +++ b/www/aria/pkg-plist @@ -6,9 +6,14 @@ share/aria/server.aria share/aria/server.aria.template.euc.gz share/aria/server.aria.template.gz share/aria/useragent.aria +%%PORTDOCS%%share/doc/aria/README +%%PORTDOCS%%share/doc/aria/README.euc share/locale/cs/LC_MESSAGES/aria.mo share/locale/de/LC_MESSAGES/aria.mo +share/locale/es/LC_MESSAGES/aria.mo share/locale/fr/LC_MESSAGES/aria.mo share/locale/ja/LC_MESSAGES/aria.mo +share/locale/pl/LC_MESSAGES/aria.mo share/locale/ru/LC_MESSAGES/aria.mo @dirrm share/aria +%%PORTDOCS%%@dirrm share/doc/aria |