Text-based Gnutella client.
TODO: - use libedit (it knows about libreadline alread) - fix IP address discovery so it won't complain
This commit is contained in:
parent
8ed6d862c3
commit
972bf83c3e
5 changed files with 35 additions and 0 deletions
24
net/gnut/Makefile
Normal file
24
net/gnut/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/04/15 05:17:42 kim Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnut-0.3.21
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.umr.edu/~jjp/
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.umr.edu/~jjp/
|
||||
|
||||
DEPENDS+= unproven-pthreads-*:../../devel/unproven-pthreads
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc
|
||||
|
||||
GNUTDOCDIR= ${PREFIX}/share/doc/gnut
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${GNUTDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${GNUTDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/gnutrc.sample ${GNUTDOCDIR}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
net/gnut/files/md5
Normal file
3
net/gnut/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/04/15 05:17:42 kim Exp $
|
||||
|
||||
MD5 (gnut-0.3.21.tar.gz) = e4c56c67c52651e142277aea5d27ac37
|
1
net/gnut/pkg/COMMENT
Normal file
1
net/gnut/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Text-mode Gnutella client
|
2
net/gnut/pkg/DESCR
Normal file
2
net/gnut/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Gnut is a text-based tool for general peer-to-peer file-sharing
|
||||
using the Gnutella protocol.
|
5
net/gnut/pkg/PLIST
Normal file
5
net/gnut/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/15 05:17:42 kim Exp $
|
||||
bin/gnut
|
||||
share/doc/gnut/TUTORIAL
|
||||
share/doc/gnut/gnutrc.sample
|
||||
@dirrm share/doc/gnut
|
Loading…
Reference in a new issue