View | Details | Raw Unified | Return to bug 193328
Collapse All | Expand All

(-)net-p2p/gtk-gnutella/Makefile (-18 / +21 lines)
Lines 4-39 Link Here
4
#
4
#
5
# A quick note on configurable make symbols:
5
# A quick note on configurable make symbols:
6
#
6
#
7
# INTERACTIVE_CONFIGURE: Launches Configure in its default mode,
7
# INTERACTIVE_CONFIGURE: Launches Configure in its default mode, which is
8
#	which is *very* interactive. Disabled here by default to conform to
8
#	*very* interactive. Disabled here by default to conform to FreeBSD
9
#	FreeBSD guidelines, this mode is useful if you have problems with the
9
#	guidelines, this mode is useful if you have problems with the
10
#	default Configure.
10
#	default Configure.
11
#
11
#
12
# WITH_GUI: Disable this to build a headless version of Gtk-Gnutella.
12
# GUI: Disable this to build a headless version of Gtk-Gnutella. Therefore,
13
#       Therefore, monitoring of operations for Gtk-Gnutella will have to be
13
#	monitoring of operations for Gtk-Gnutella will have to be
14
#       done without relying on any GUI, and the configuration is done via
14
#	done without relying on any GUI, and the configuration is done via
15
#       files only.
15
#	files only.
16
#
16
#
17
# WITH_TLS: Enable support for scrambling GNet connections. Currently supported
17
# TLS: Enable support for scrambling GNet connections. Currently supported
18
#       only by Gtk-Gnutella.
18
#	only by Gtk-Gnutella.
19
#
19
#
20
# WITH_NLS: Enable National Language Support for translation of User Interface.
20
# NLS: Enable National Language Support for translation of User Interface.
21
#
21
#
22
# WITH_IPV6: Enable to support IPv6 connections. The real configuration takes
22
# IPV6: Enable to support IPv6 connections. The real configuration takes
23
#       place at run-time so keeping it enabled will not force IPv6 usage.
23
#	place at run-time so keeping it enabled will not force IPv6 usage.
24
#
24
#
25
# WITH_DBUS: Enable D-Bus IPC support. No further information available.
25
# DBUS: Enable D-Bus IPC support. No further information available.
26
#
26
#
27
# WITH_DEBUG: Compile with debugging symbols. Useful if you intend to make
27
# DEBUG: Compile with debugging symbols. Useful if you intend to make a
28
#	a bug report.
28
#	bug report.
29
#
29
#
30
# WITH_PORTABILITY: Configure code to use the PATH variable at run-time
30
# PORTABILITY: Configure code to use the PATH variable at run-time at a
31
#	at a cost in performance. Useful if you intend to move the executable
31
#	cost in performance. Useful if you intend to move the executable
32
#	to multiple machines.
32
#	to multiple machines.
33
#
33
#
34
34
35
PORTNAME=	gtk-gnutella
35
PORTNAME=	gtk-gnutella
36
PORTVERSION=	1.1.0
36
PORTVERSION=	1.1.1
37
CATEGORIES=	net-p2p ipv6
37
CATEGORIES=	net-p2p ipv6
38
MASTER_SITES=	SF
38
MASTER_SITES=	SF
39
39
Lines 91-96 Link Here
91
INSTALLS_ICONS=	yes
91
INSTALLS_ICONS=	yes
92
.endif
92
.endif
93
93
94
post-extract:
95
	@${CHMOD} -R a+rX ${WRKSRC}
96
94
post-patch:
97
post-patch:
95
	@${FIND} ${WRKSRC} -name "Makefile.SH" | ${XARGS} ${REINPLACE_CMD} -e \
98
	@${FIND} ${WRKSRC} -name "Makefile.SH" | ${XARGS} ${REINPLACE_CMD} -e \
96
		's|@exit 0|@echo done|'
99
		's|@exit 0|@echo done|'
(-)net-p2p/gtk-gnutella/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gtk-gnutella-1.1.0.tar.bz2) = cb033d14b647c3a45c6731b94aaa8ed32729ff6aa31f82e372397cd75869f9e9
1
SHA256 (gtk-gnutella-1.1.1.tar.bz2) = 6e077204ddc23d0b8a044c3d7f12f40e8876b523f12a90c00b6725170611b501
2
SIZE (gtk-gnutella-1.1.0.tar.bz2) = 19399321
2
SIZE (gtk-gnutella-1.1.1.tar.bz2) = 35342037
(-)net-p2p/gtk-gnutella/pkg-descr (-7 / +8 lines)
Lines 1-12 Link Here
1
GTK based Gnutella client which supports the standard Gnutella operations.
1
GTK based Gnutella client which supports the standard Gnutella
2
operations.
2
3
3
Search, download, file sharing, bandwidth limiting, host caching, as well
4
Search, download, file sharing, bandwidth limiting, host caching, as
4
as some basic statistics. Now with enhanced features, such as PARQ queueing,
5
well as some basic statistics. Now with enhanced features, such as PARQ
5
PFSP, DHT, push-proxies, UPnP, NAT-PMP and others, making it a stable and
6
queueing, PFSP, DHT, push-proxies, UPnP, NAT-PMP and others, making it a
6
fully functional graphical gnutella client for *nix systems.
7
stable and fully functional graphical gnutella client for *nix systems.
7
8
8
An excellent way to find that hidden file on the internet that you know exists
9
An excellent way to find that hidden file on the internet that you know
9
but standard search engines do not seem to carry.
10
exists but standard search engines do not seem to carry.
10
11
11
WWW: http://gtk-gnutella.sourceforge.net/
12
WWW: http://gtk-gnutella.sourceforge.net/
12
IRC: #gtk-gnutella on freenode.net
13
IRC: #gtk-gnutella on freenode.net

Return to bug 193328