summaryrefslogtreecommitdiff
path: root/net/napshare
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-06-14 14:41:01 +0000
committertron <tron@pkgsrc.org>2001-06-14 14:41:01 +0000
commitfd231522e5868ee6c2839f561ca54b19f1bc984c (patch)
tree91fb2eba1ce51b177e239ae485709b89684ab2fd /net/napshare
parentdf29860f635d3a8a2a4e01b5e30cf2355319600d (diff)
downloadpkgsrc-fd231522e5868ee6c2839f561ca54b19f1bc984c.tar.gz
Initial import of new "napshare" package:
Fully featured Gnutella P2P client made to run 24/7 unattended
Diffstat (limited to 'net/napshare')
-rw-r--r--net/napshare/Makefile22
-rw-r--r--net/napshare/distinfo5
-rw-r--r--net/napshare/patches/patch-aa14
-rw-r--r--net/napshare/pkg/DESCR9
-rw-r--r--net/napshare/pkg/PLIST2
5 files changed, 52 insertions, 0 deletions
diff --git a/net/napshare/Makefile b/net/napshare/Makefile
new file mode 100644
index 00000000000..28a29d0e3fd
--- /dev/null
+++ b/net/napshare/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/14 14:41:01 tron Exp $
+
+DISTNAME= napshare-0.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=napshare/}
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://napshare.sourceforge.net/
+COMMENT= Fully featured Gnutella P2P client made to run 24/7 unattended
+
+DEPENDS= gtk+-1.2.*:../../x11/gtk
+
+USE_X11= YES
+GNU_CONFIGURE= YES
+
+EVAL_PREFIX+= GTKDIR=gtk+
+CONFIGURE_ARGS+=--with-gtk-prefix="${GTKDIR}"
+
+CFLAGS+= `${GTKDIR}/bin/gtk-config --cflags`
+WRKSRC= ${WRKDIR}/napshare
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/napshare/distinfo b/net/napshare/distinfo
new file mode 100644
index 00000000000..414b64c86f2
--- /dev/null
+++ b/net/napshare/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/06/14 14:41:01 tron Exp $
+
+SHA1 (napshare-0.1.tar.gz) = cf2ec9e3663048cdc9cfa9eecc7a050e25bae833
+Size (napshare-0.1.tar.gz) = 162000 bytes
+SHA1 (patch-aa) = 336124f8dbb247149790c2468f9bd90941bf5bee
diff --git a/net/napshare/patches/patch-aa b/net/napshare/patches/patch-aa
new file mode 100644
index 00000000000..951c12ddbd0
--- /dev/null
+++ b/net/napshare/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/06/14 14:41:01 tron Exp $
+
+--- src/main.c.orig Sun May 27 05:26:22 2001
++++ src/main.c Tue Jun 12 23:17:55 2001
+@@ -2,7 +2,9 @@
+ #include "gnutella.h"
+
+ #include <signal.h>
++#ifndef __NetBSD__
+ #include <mcheck.h>
++#endif
+
+ #include "interface.h"
+ #include "support.h"
diff --git a/net/napshare/pkg/DESCR b/net/napshare/pkg/DESCR
new file mode 100644
index 00000000000..e0980627042
--- /dev/null
+++ b/net/napshare/pkg/DESCR
@@ -0,0 +1,9 @@
+NapShare is a GUI based Gnutella Client.
+
+It's a fully featured Gnutella Client designed to share any type of file
+the user wishes to share.
+
+It's a Unix clone, and it needs GTK+ (1.2 or above). Gnome is not needed. It
+is currently developed and tested under Linux (Redhat 6). It is known to run
+at least on Linux and FreeBSD (on 80x86 machines). It is released under the
+GNU Public License (GPL).
diff --git a/net/napshare/pkg/PLIST b/net/napshare/pkg/PLIST
new file mode 100644
index 00000000000..0a358b97063
--- /dev/null
+++ b/net/napshare/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/14 14:41:01 tron Exp $
+bin/napshare