Add GTK-GNUTella, a GTK interface to Gnutella, that neat new protocol for
transferring files / chatting, etc. PR: 18657 Submitted by: Rod Taylor <rbt@zort.on.ca>
This commit is contained in:
parent
4ae6111970
commit
6d3ee5ac44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29106
24
net-p2p/gtk-gnutella/Makefile
Normal file
24
net-p2p/gtk-gnutella/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: gtk-gnutella
|
||||
# Date created: 19 May, 2000
|
||||
# Whom: rbt@zort.on.ca
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtk-gnutella
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://gtk-gnutella.sourceforge.net/download/ \
|
||||
ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/
|
||||
|
||||
MAINTAINER= rbt@zort.on.ca
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-p2p/gtk-gnutella/distinfo
Normal file
1
net-p2p/gtk-gnutella/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gtk-gnutella-0.12.tar.gz) = 2e87deca651122dea2b9ed15748bac9b
|
1
net-p2p/gtk-gnutella/pkg-comment
Normal file
1
net-p2p/gtk-gnutella/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GTK based Gnutella client
|
12
net-p2p/gtk-gnutella/pkg-descr
Normal file
12
net-p2p/gtk-gnutella/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
GTK based Gnutella client which supports the standard Gnutella operations.
|
||||
|
||||
Search, download, file sharing, bandwidth limiting, host caching, as well
|
||||
as some basic statistics.
|
||||
|
||||
An excellent way to find that hidden file on the internet that you know exists
|
||||
but standard search engines do not seem to carry.
|
||||
|
||||
WWW: http://gtk-gnutella.sourceforge.net/
|
||||
|
||||
- rbt
|
||||
rbt@zort.on.ca
|
1
net-p2p/gtk-gnutella/pkg-plist
Normal file
1
net-p2p/gtk-gnutella/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gtk_gnutella
|
@ -78,6 +78,7 @@
|
||||
SUBDIR += gnut
|
||||
SUBDIR += gopher
|
||||
SUBDIR += gtic
|
||||
SUBDIR += gtk-gnutella
|
||||
SUBDIR += gtkyahoo
|
||||
SUBDIR += h2n
|
||||
SUBDIR += hesiod
|
||||
|
24
net/gtk-gnutella/Makefile
Normal file
24
net/gtk-gnutella/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: gtk-gnutella
|
||||
# Date created: 19 May, 2000
|
||||
# Whom: rbt@zort.on.ca
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtk-gnutella
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://gtk-gnutella.sourceforge.net/download/ \
|
||||
ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/
|
||||
|
||||
MAINTAINER= rbt@zort.on.ca
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/gtk-gnutella/distinfo
Normal file
1
net/gtk-gnutella/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gtk-gnutella-0.12.tar.gz) = 2e87deca651122dea2b9ed15748bac9b
|
1
net/gtk-gnutella/pkg-comment
Normal file
1
net/gtk-gnutella/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GTK based Gnutella client
|
12
net/gtk-gnutella/pkg-descr
Normal file
12
net/gtk-gnutella/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
GTK based Gnutella client which supports the standard Gnutella operations.
|
||||
|
||||
Search, download, file sharing, bandwidth limiting, host caching, as well
|
||||
as some basic statistics.
|
||||
|
||||
An excellent way to find that hidden file on the internet that you know exists
|
||||
but standard search engines do not seem to carry.
|
||||
|
||||
WWW: http://gtk-gnutella.sourceforge.net/
|
||||
|
||||
- rbt
|
||||
rbt@zort.on.ca
|
1
net/gtk-gnutella/pkg-plist
Normal file
1
net/gtk-gnutella/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gtk_gnutella
|
Loading…
Reference in New Issue
Block a user