diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-06 10:03:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-06 10:03:56 +0000 |
commit | 325b8aa4bedd39e627089a7943398acdcd051f67 (patch) | |
tree | a1b2c69e788a4598f94fe680f0df044b815d959d /net/napshare | |
parent | b5f4de91e1f4e809469a4692b48e991d0427da1b (diff) | |
download | ports-325b8aa4bedd39e627089a7943398acdcd051f67.tar.gz ports-325b8aa4bedd39e627089a7943398acdcd051f67.zip |
Notes
Diffstat (limited to 'net/napshare')
-rw-r--r-- | net/napshare/Makefile | 23 | ||||
-rw-r--r-- | net/napshare/distinfo | 1 | ||||
-rw-r--r-- | net/napshare/files/patch-aa | 10 | ||||
-rw-r--r-- | net/napshare/pkg-comment | 1 | ||||
-rw-r--r-- | net/napshare/pkg-descr | 10 | ||||
-rw-r--r-- | net/napshare/pkg-plist | 1 |
6 files changed, 46 insertions, 0 deletions
diff --git a/net/napshare/Makefile b/net/napshare/Makefile new file mode 100644 index 000000000000..706c5714ba4c --- /dev/null +++ b/net/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/napshare/distinfo b/net/napshare/distinfo new file mode 100644 index 000000000000..8b4f10d3987f --- /dev/null +++ b/net/napshare/distinfo @@ -0,0 +1 @@ +MD5 (napshare-0.1.tar.gz) = d7e841fb0293e38a7f123357e8a1c0a4 diff --git a/net/napshare/files/patch-aa b/net/napshare/files/patch-aa new file mode 100644 index 000000000000..c498607f721f --- /dev/null +++ b/net/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/napshare/pkg-comment b/net/napshare/pkg-comment new file mode 100644 index 000000000000..93e0ec231fd9 --- /dev/null +++ b/net/napshare/pkg-comment @@ -0,0 +1 @@ +A GTK based Gnutella client diff --git a/net/napshare/pkg-descr b/net/napshare/pkg-descr new file mode 100644 index 000000000000..2fd6dfd3f434 --- /dev/null +++ b/net/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/napshare/pkg-plist b/net/napshare/pkg-plist new file mode 100644 index 000000000000..b61cd0b43b46 --- /dev/null +++ b/net/napshare/pkg-plist @@ -0,0 +1 @@ +bin/napshare |