Add gnut 0.3.24, a text-mode client for the Gnutella distributed
file-sharing network.
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
SUBDIR += gnome-vnc
|
||||
SUBDIR += gnomenetwork
|
||||
SUBDIR += gnu-finger
|
||||
SUBDIR += gnut
|
||||
SUBDIR += gopher
|
||||
SUBDIR += gtic
|
||||
SUBDIR += gtksamba
|
||||
|
||||
27
net/gnut/Makefile
Normal file
27
net/gnut/Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: gnut
|
||||
# Date created: 19 April 2000
|
||||
# Whom: kris@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnut
|
||||
PORTVERSION= 0.3.24
|
||||
CATEGORIES= net audio
|
||||
MASTER_SITES= http://www.umr.edu/~jjp/
|
||||
|
||||
MAINTAINER= kris@FreeBSD.org
|
||||
|
||||
USE_AUTOCONF= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/gnut ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/gnut
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnut
|
||||
${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${PREFIX}/share/doc/gnut
|
||||
.endif
|
||||
${MKDIR} ${PREFIX}/share/gnut
|
||||
${INSTALL_DATA} ${WRKSRC}/gnutrc.sample ${PREFIX}/share/gnut
|
||||
|
||||
.include <bsd.port.mk>
|
||||
1
net/gnut/distinfo
Normal file
1
net/gnut/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (gnut-0.3.24.tar.gz) = 9b08bbe2b47165363889efcbe70f1a44
|
||||
1
net/gnut/pkg-comment
Normal file
1
net/gnut/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
Text-mode client for connecting to the Gnutella distributed network
|
||||
18
net/gnut/pkg-descr
Normal file
18
net/gnut/pkg-descr
Normal file
@@ -0,0 +1,18 @@
|
||||
Gnut is a text-mode client for the Gnutella distributed network. Gnutella
|
||||
is a global file-sharing network similar in many ways to Napster, except
|
||||
it has a truly distributed design which does not rely on centralized
|
||||
servers. Additionally, all types of file may be shared via gnutella, not
|
||||
just MP3 audio files as with Napster.
|
||||
|
||||
When you connect to the Gnutella network, your local machine becomes
|
||||
a server as well as a client on the network and will start receiving
|
||||
queries and traffic from other hosts. This imposes a moderate bandwidth
|
||||
penalty on usage, but the impact can be configured.
|
||||
|
||||
Users should be aware that Gnutella does not attempt to provide
|
||||
anonymity or confidentiality of search requests or transfers, so use for
|
||||
illegal purposes is not recommended.
|
||||
|
||||
Gnutella homepage: http://gnutella.wego.com/
|
||||
|
||||
WWW: http://www.umr.edu/~jjp/
|
||||
6
net/gnut/pkg-plist
Normal file
6
net/gnut/pkg-plist
Normal file
@@ -0,0 +1,6 @@
|
||||
bin/gnut
|
||||
share/doc/gnut/README
|
||||
share/doc/gnut/TUTORIAL
|
||||
share/gnut/gnutrc.sample
|
||||
@dirrm share/doc/gnut/
|
||||
@dirrm share/gnut/
|
||||
Reference in New Issue
Block a user