diff options
author | deberg <deberg@pkgsrc.org> | 2000-04-18 06:57:33 +0000 |
---|---|---|
committer | deberg <deberg@pkgsrc.org> | 2000-04-18 06:57:33 +0000 |
commit | 0a15fd0e1d8a7b9e8070a12bb370425df206c3fb (patch) | |
tree | e8d7d8130cb81ede1db0a037c71f9136883cdff7 /net/gnut | |
parent | a39679e6b6ed338f9e14915761c6c9639347fe91 (diff) | |
download | pkgsrc-0a15fd0e1d8a7b9e8070a12bb370425df206c3fb.tar.gz |
import of gnut, a gnutella commandline client
Diffstat (limited to 'net/gnut')
-rw-r--r-- | net/gnut/Makefile | 28 | ||||
-rw-r--r-- | net/gnut/files/md5 | 4 | ||||
-rw-r--r-- | net/gnut/pkg/COMMENT | 2 | ||||
-rw-r--r-- | net/gnut/pkg/DESCR | 3 | ||||
-rw-r--r-- | net/gnut/pkg/PLIST | 5 |
5 files changed, 18 insertions, 24 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile index bd73af88933..430c85e6f46 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -1,24 +1,22 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/04/15 05:17:42 kim Exp $ +# $NetBSD: Makefile,v 1.1.1.2 2000/04/18 06:57:33 deberg Exp $ # -DISTNAME= gnut-0.3.21 -CATEGORIES= net -MASTER_SITES= http://www.umr.edu/~jjp/ +DISTNAME= gnut-0.3.22 +CATEGORIES= net +MASTER_SITES= http://www.umr.edu/~jjp/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.umr.edu/~jjp/ +MAINTAINER= deberg@netbsd.org +HOMEPAGE= http://www.umr.edu/~jjp/ -DEPENDS+= unproven-pthreads-*:../../devel/unproven-pthreads +# Sync these with devel/unproven-pthreads: +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k -GNU_CONFIGURE= yes +DEPENDS+= unproven-pthreads-0.*:../../devel/unproven-pthreads -CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc +GNU_CONFIGURE= yes -GNUTDOCDIR= ${PREFIX}/share/doc/gnut - -post-install: - ${MKDIR} ${GNUTDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${GNUTDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/gnutrc.sample ${GNUTDOCDIR} +CONFIGURE_ARGS+=--with-mit-pthreads +CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc \ + CXX=${LOCALBASE}/pthreads/bin/pg++ .include "../../mk/bsd.pkg.mk" diff --git a/net/gnut/files/md5 b/net/gnut/files/md5 index b5c155a0add..db636c04d30 100644 --- a/net/gnut/files/md5 +++ b/net/gnut/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/04/15 05:17:42 kim Exp $ +$NetBSD: md5,v 1.1.1.2 2000/04/18 06:57:35 deberg Exp $ -MD5 (gnut-0.3.21.tar.gz) = e4c56c67c52651e142277aea5d27ac37 +MD5 (gnut-0.3.22.tar.gz) = c8d51d23b7e38e3096a13f8f8d6c0ef6 diff --git a/net/gnut/pkg/COMMENT b/net/gnut/pkg/COMMENT index 1a1eeea97e9..ba7b547fc0d 100644 --- a/net/gnut/pkg/COMMENT +++ b/net/gnut/pkg/COMMENT @@ -1 +1 @@ -Text-mode Gnutella client +Linux/Unix console gnutella clone
\ No newline at end of file diff --git a/net/gnut/pkg/DESCR b/net/gnut/pkg/DESCR index 91792087773..ba7b547fc0d 100644 --- a/net/gnut/pkg/DESCR +++ b/net/gnut/pkg/DESCR @@ -1,2 +1 @@ -Gnut is a text-based tool for general peer-to-peer file-sharing -using the Gnutella protocol. +Linux/Unix console gnutella clone
\ No newline at end of file diff --git a/net/gnut/pkg/PLIST b/net/gnut/pkg/PLIST index 34e128a188c..c266da4fd30 100644 --- a/net/gnut/pkg/PLIST +++ b/net/gnut/pkg/PLIST @@ -1,5 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/15 05:17:42 kim Exp $ +@comment $NetBSD: PLIST,v 1.1.1.2 2000/04/18 06:57:33 deberg Exp $ bin/gnut -share/doc/gnut/TUTORIAL -share/doc/gnut/gnutrc.sample -@dirrm share/doc/gnut |