Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/aria2/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile 29 Oct 2007 12:14:38 -0000 1.29 +++ Makefile 6 Nov 2007 19:36:49 -0000 @@ -20,18 +20,27 @@ CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-openssl \ --with-libxml2 --without-gnutls --without-libares --without-libcares \ --program-transform-name="" +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif USE_GCC= 3.4+ USE_BZIP2= yes USE_GNOME= gnomehack libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/aria2c \ - share/locale/de/LC_MESSAGES/aria2c.mo \ +PLIST_FILES= bin/aria2c +.if !defined(WITHOUT_NLS) +PLIST_FILES+= share/locale/de/LC_MESSAGES/aria2c.mo \ share/locale/fr/LC_MESSAGES/aria2c.mo \ share/locale/ja/LC_MESSAGES/aria2c.mo \ share/locale/nl/LC_MESSAGES/aria2c.mo \ share/locale/ru/LC_MESSAGES/aria2c.mo +.endif MAN1= aria2c.1 post-configure: Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/aria2/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 28 Jan 2007 16:47:29 -0000 1.4 +++ pkg-descr 6 Nov 2007 19:27:06 -0000 @@ -1,4 +1,4 @@ -aria2 has segmented downloading engine in its core. It therefore, it +aria2 has a segmented downloading engine in its core; therefore, it can download files a lot faster than ordinary browsers. Currently it has following features: * HTTP/HTTPS GET support