diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-09-06 18:03:56 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-09-06 18:03:56 +0800 |
commit | 70e3e61c01ec07aee2aea41a900bee155bc708dc (patch) | |
tree | 62267ee6525583323725bda579d72f7341e999ad /net-p2p | |
parent | 6b00fc923eb0e55d2f733de02e3caa626fa56494 (diff) | |
download | freebsd-ports-gnome-70e3e61c01ec07aee2aea41a900bee155bc708dc.tar.gz freebsd-ports-gnome-70e3e61c01ec07aee2aea41a900bee155bc708dc.tar.zst freebsd-ports-gnome-70e3e61c01ec07aee2aea41a900bee155bc708dc.zip |
Add napshare 0.1, a GTK based Gnutella client.
PR: 28691
Submitted by: Mike Heffner <mikeh@FreeBSD.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/napshare/Makefile | 23 | ||||
-rw-r--r-- | net-p2p/napshare/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/napshare/files/patch-aa | 10 | ||||
-rw-r--r-- | net-p2p/napshare/pkg-comment | 1 | ||||
-rw-r--r-- | net-p2p/napshare/pkg-descr | 10 | ||||
-rw-r--r-- | net-p2p/napshare/pkg-plist | 1 |
6 files changed, 46 insertions, 0 deletions
diff --git a/net-p2p/napshare/Makefile b/net-p2p/napshare/Makefile new file mode 100644 index 000000000000..706c5714ba4c --- /dev/null +++ b/net-p2p/napshare/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: napshare +# Date created: 4 July 2001 +# Whom: Mike Heffner <mikeh@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= napshare +PORTVERSION= 0.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= napshare + +MAINTAINER= mikeh@FreeBSD.org + +WRKSRC= ${WRKDIR}/napshare + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GTK= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net-p2p/napshare/distinfo b/net-p2p/napshare/distinfo new file mode 100644 index 000000000000..8b4f10d3987f --- /dev/null +++ b/net-p2p/napshare/distinfo @@ -0,0 +1 @@ +MD5 (napshare-0.1.tar.gz) = d7e841fb0293e38a7f123357e8a1c0a4 diff --git a/net-p2p/napshare/files/patch-aa b/net-p2p/napshare/files/patch-aa new file mode 100644 index 000000000000..c498607f721f --- /dev/null +++ b/net-p2p/napshare/files/patch-aa @@ -0,0 +1,10 @@ +--- src/main.c.orig Wed Jul 4 10:28:06 2001 ++++ src/main.c Wed Jul 4 10:28:15 2001 +@@ -2,7 +2,6 @@ + #include "gnutella.h" + + #include <signal.h> +-#include <mcheck.h> + + #include "interface.h" + #include "support.h" diff --git a/net-p2p/napshare/pkg-comment b/net-p2p/napshare/pkg-comment new file mode 100644 index 000000000000..93e0ec231fd9 --- /dev/null +++ b/net-p2p/napshare/pkg-comment @@ -0,0 +1 @@ +A GTK based Gnutella client diff --git a/net-p2p/napshare/pkg-descr b/net-p2p/napshare/pkg-descr new file mode 100644 index 000000000000..2fd6dfd3f434 --- /dev/null +++ b/net-p2p/napshare/pkg-descr @@ -0,0 +1,10 @@ +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. Take a nap while it does the work! When +finished, you will supply a list of keywords and filters then it will +download overnight, automatically, also sharing whatever it gets. + +WWW: http://napshare.sourceforge.net/ +- Mike Heffner +mikeh@FreeBSD.org diff --git a/net-p2p/napshare/pkg-plist b/net-p2p/napshare/pkg-plist new file mode 100644 index 000000000000..b61cd0b43b46 --- /dev/null +++ b/net-p2p/napshare/pkg-plist @@ -0,0 +1 @@ +bin/napshare |