diff options
-rw-r--r-- | net-p2p/gtk-gnutella/Makefile | 15 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/distinfo | 5 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/pkg-descr | 4 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/pkg-plist | 16 |
4 files changed, 33 insertions, 7 deletions
diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index 745643be398f..d012adae1cec 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -43,7 +43,7 @@ # PORTNAME= gtk-gnutella -PORTVERSION= 0.96.8 +PORTVERSION= 0.96.9 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF @@ -63,6 +63,7 @@ CONFIGURE_ARGS= -O -Dyacc='bison -y' -Dprefix=${PREFIX} \ -Dsysman=${PREFIX}/man/man1 -Dlocale=${PREFIX}/share/locale \ -Dcc='${CC}' -Dccflags='${CFLAGS} -I${LOCALBASE}/include' \ -Doptimize='undef' +ONLY_FOR_ARCHS= i386 amd64 MAN1= gtk-gnutella.1 @@ -146,4 +147,16 @@ USE_SQLITE= yes CONFIGURE_ARGS+= -U d_sqlite .endif +.if ${ARCH} == "i386" +PLIST_SUB+= I386="" +.else +PLIST_SUB+= I386="@comment " +.endif + +.if ${ARCH} == "amd64" +PLIST_SUB+= AMD64="" +.else +PLIST_SUB+= AMD64="@comment " +.endif + .include <bsd.port.post.mk> diff --git a/net-p2p/gtk-gnutella/distinfo b/net-p2p/gtk-gnutella/distinfo index 4dff9c4b8e29..266d4c78fb1e 100644 --- a/net-p2p/gtk-gnutella/distinfo +++ b/net-p2p/gtk-gnutella/distinfo @@ -1,3 +1,2 @@ -MD5 (gtk-gnutella-0.96.8.tar.bz2) = a9424951fec62cc9f19f2086dc5137b5 -SHA256 (gtk-gnutella-0.96.8.tar.bz2) = 1af824387dd685822e0629d91a0ad082269a48fe27a419a5770ee45f8f264ed6 -SIZE (gtk-gnutella-0.96.8.tar.bz2) = 16275481 +SHA256 (gtk-gnutella-0.96.9.tar.bz2) = b2f5a5eaa28fb02920d55f6942ad4583402e0cb02e88344a045cf25b62c99c9f +SIZE (gtk-gnutella-0.96.9.tar.bz2) = 16669486 diff --git a/net-p2p/gtk-gnutella/pkg-descr b/net-p2p/gtk-gnutella/pkg-descr index 0f278738c73e..9bd4bf64e471 100644 --- a/net-p2p/gtk-gnutella/pkg-descr +++ b/net-p2p/gtk-gnutella/pkg-descr @@ -2,8 +2,8 @@ GTK based Gnutella client which supports the standard Gnutella operations. Search, download, file sharing, bandwidth limiting, host caching, as well as some basic statistics. Now with enhanced features, such as PARQ queueing, -PFSP, push-proxies, and others, making it a stable and fully functional -graphical gnutella client for *nix systems. +PFSP, DHT, push-proxies, UPnP, NAT-PMP and others, making it a stable and +fully functional graphical gnutella client for *nix systems. An excellent way to find that hidden file on the internet that you know exists but standard search engines do not seem to carry. diff --git a/net-p2p/gtk-gnutella/pkg-plist b/net-p2p/gtk-gnutella/pkg-plist index 09131ecd36ff..aa361a75f3d8 100644 --- a/net-p2p/gtk-gnutella/pkg-plist +++ b/net-p2p/gtk-gnutella/pkg-plist @@ -10,6 +10,8 @@ share/applications/gtk-gnutella.desktop %%DATADIR%%/en/FAQ %%DATADIR%%/el/FAQ %%DATADIR%%/ja/FAQ +%%I386%%%%DATADIR%%/i386-freebsd/gtk-gnutella.nm +%%AMD64%%%%DATADIR%%/amd64-freebsd/gtk-gnutella.nm %%DATADIR%%/pixmaps/arrow_down.xpm %%DATADIR%%/pixmaps/arrow_up.xpm %%DATADIR%%/pixmaps/booklib.xpm @@ -29,9 +31,9 @@ share/applications/gtk-gnutella.desktop %%DATADIR%%/pixmaps/firewall_udp.xpm %%DATADIR%%/pixmaps/firewall_udp_punchable.xpm %%DATADIR%%/pixmaps/freeze.xpm -%%DATADIR%%/pixmaps/icon.xpm %%DATADIR%%/pixmaps/icon.16x16.xpm %%DATADIR%%/pixmaps/icon.32x32.xpm +%%DATADIR%%/pixmaps/icon.xpm %%DATADIR%%/pixmaps/leaf.xpm %%DATADIR%%/pixmaps/legacy.xpm %%DATADIR%%/pixmaps/magnet.16x16.png @@ -42,15 +44,27 @@ share/applications/gtk-gnutella.desktop %%DATADIR%%/pixmaps/online.xpm %%DATADIR%%/pixmaps/save.xpm %%DATADIR%%/pixmaps/smallserver.xpm +%%DATADIR%%/pixmaps/star-black.xpm +%%DATADIR%%/pixmaps/star-blue.xpm +%%DATADIR%%/pixmaps/star-green.xpm +%%DATADIR%%/pixmaps/star-red.xpm +%%DATADIR%%/pixmaps/star-violet.xpm +%%DATADIR%%/pixmaps/star-yellow.xpm %%DATADIR%%/pixmaps/stock_form-time-field-16.xpm %%DATADIR%%/pixmaps/thaw.xpm %%DATADIR%%/pixmaps/ultra.xpm +%%DATADIR%%/pixmaps/upload-red.xpm +%%DATADIR%%/pixmaps/upload-yellow.xpm %%DATADIR%%/pixmaps/upload.xpm +%%DATADIR%%/pixmaps/upnp-unusable.xpm +%%DATADIR%%/pixmaps/upnp.xpm %%DATADIR%%/pixmaps/warning.xpm share/pixmaps/gtk-gnutella.png share/pixmaps/gtk-gnutella.svg @dirrmtry bin @dirrmtry share/applications +%%I386%%@dirrm %%DATADIR%%/i386-freebsd +%%AMD64%%@dirrm %%DATADIR%%/amd64-freebsd @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/el @dirrm %%DATADIR%%/en |