summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2000-04-15 05:17:42 +0000
committerkim <kim@pkgsrc.org>2000-04-15 05:17:42 +0000
commit972bf83c3ef2aba5a2a5ddf1c7d26c215fee76ea (patch)
treecb6832ccc9df13eba850bc8aa684924b4d368245 /net
parent8ed6d862c362da67236e0d26f4acfb33636f82ba (diff)
downloadpkgsrc-972bf83c3ef2aba5a2a5ddf1c7d26c215fee76ea.tar.gz
Text-based Gnutella client.
TODO: - use libedit (it knows about libreadline alread) - fix IP address discovery so it won't complain
Diffstat (limited to 'net')
-rw-r--r--net/gnut/Makefile24
-rw-r--r--net/gnut/files/md53
-rw-r--r--net/gnut/pkg/COMMENT1
-rw-r--r--net/gnut/pkg/DESCR2
-rw-r--r--net/gnut/pkg/PLIST5
5 files changed, 35 insertions, 0 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile
new file mode 100644
index 00000000000..bd73af88933
--- /dev/null
+++ b/net/gnut/Makefile
@@ -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"
diff --git a/net/gnut/files/md5 b/net/gnut/files/md5
new file mode 100644
index 00000000000..b5c155a0add
--- /dev/null
+++ b/net/gnut/files/md5
@@ -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
diff --git a/net/gnut/pkg/COMMENT b/net/gnut/pkg/COMMENT
new file mode 100644
index 00000000000..1a1eeea97e9
--- /dev/null
+++ b/net/gnut/pkg/COMMENT
@@ -0,0 +1 @@
+Text-mode Gnutella client
diff --git a/net/gnut/pkg/DESCR b/net/gnut/pkg/DESCR
new file mode 100644
index 00000000000..91792087773
--- /dev/null
+++ b/net/gnut/pkg/DESCR
@@ -0,0 +1,2 @@
+Gnut is a text-based tool for general peer-to-peer file-sharing
+using the Gnutella protocol.
diff --git a/net/gnut/pkg/PLIST b/net/gnut/pkg/PLIST
new file mode 100644
index 00000000000..34e128a188c
--- /dev/null
+++ b/net/gnut/pkg/PLIST
@@ -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