From fd231522e5868ee6c2839f561ca54b19f1bc984c Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 14 Jun 2001 14:41:01 +0000 Subject: Initial import of new "napshare" package: Fully featured Gnutella P2P client made to run 24/7 unattended --- net/napshare/Makefile | 22 ++++++++++++++++++++++ net/napshare/distinfo | 5 +++++ net/napshare/patches/patch-aa | 14 ++++++++++++++ net/napshare/pkg/DESCR | 9 +++++++++ net/napshare/pkg/PLIST | 2 ++ 5 files changed, 52 insertions(+) create mode 100644 net/napshare/Makefile create mode 100644 net/napshare/distinfo create mode 100644 net/napshare/patches/patch-aa create mode 100644 net/napshare/pkg/DESCR create mode 100644 net/napshare/pkg/PLIST (limited to 'net') 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 ++#ifndef __NetBSD__ + #include ++#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 -- cgit v1.2.3