diff options
Diffstat (limited to 'net/napshare')
-rw-r--r-- | net/napshare/Makefile | 26 | ||||
-rw-r--r-- | net/napshare/distinfo | 3 | ||||
-rw-r--r-- | net/napshare/files/patch-aa | 14 | ||||
-rw-r--r-- | net/napshare/files/patch-ab | 11 | ||||
-rw-r--r-- | net/napshare/pkg-descr | 10 | ||||
-rw-r--r-- | net/napshare/pkg-plist | 3 |
6 files changed, 0 insertions, 67 deletions
diff --git a/net/napshare/Makefile b/net/napshare/Makefile deleted file mode 100644 index 5953ccc92e38..000000000000 --- a/net/napshare/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: napshare -# Date created: 4 July 2001 -# Whom: Mike Heffner <mikeh@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= napshare -PORTVERSION= 1.2 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= napshare - -MAINTAINER= mikeh@FreeBSD.org -COMMENT= A GTK based Gnutella client - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes - -post-extract: - @${RM} ${WRKSRC}/config.cache - -.include <bsd.port.mk> diff --git a/net/napshare/distinfo b/net/napshare/distinfo deleted file mode 100644 index 0e8eebb5cedd..000000000000 --- a/net/napshare/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (napshare-1.2.tar.gz) = 862373717fd7bee31b9dca003a0840a0 -SHA256 (napshare-1.2.tar.gz) = bd6f819b85e00238e67482d963fd0470f9966942250efe253da85a8135cd8d13 -SIZE (napshare-1.2.tar.gz) = 227013 diff --git a/net/napshare/files/patch-aa b/net/napshare/files/patch-aa deleted file mode 100644 index 9eb943e6f166..000000000000 --- a/net/napshare/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ ---- src/hosts.c.orig Sat Jan 4 13:25:05 2003 -+++ src/hosts.c Sat Jan 4 13:27:43 2003 -@@ -265,6 +265,11 @@ - g_snprintf(h_tmp, sizeof(h_tmp), "%s/NAPS-urlcache.txt", path); - cachef = fopen(h_tmp, "r"); // open the normal file - } -+ // Try opening from data directory -+ if (cachef == NULL) { -+ g_snprintf(h_tmp, sizeof(h_tmp), "%s/NAPS-urlcache.txt", PACKAGE_DATA_DIR); -+ cachef = fopen(h_tmp, "r"); -+ } - } - - if (!cachef) { diff --git a/net/napshare/files/patch-ab b/net/napshare/files/patch-ab deleted file mode 100644 index a11691a4ff67..000000000000 --- a/net/napshare/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat Jan 4 13:47:04 2003 -+++ Makefile.in Sat Jan 4 13:47:33 2003 -@@ -362,6 +362,8 @@ - fi \ - done \ - fi -+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \ -+ $(INSTALL_DATA) $(srcdir)/NAPS-urlcache.txt $(DESTDIR)$(pkgdatadir); - - dist-hook: - if test -d pixmaps; then \ diff --git a/net/napshare/pkg-descr b/net/napshare/pkg-descr deleted file mode 100644 index 0a484db8ddd8..000000000000 --- a/net/napshare/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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. You supply a list of keywords and -filters for the file types you want and it downloads them overnight, -automatically - -WWW: http://napshare.sourceforge.net/ -- Mike Heffner -mikeh@FreeBSD.org diff --git a/net/napshare/pkg-plist b/net/napshare/pkg-plist deleted file mode 100644 index bb602b5f46a3..000000000000 --- a/net/napshare/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/napshare -share/napshare/NAPS-urlcache.txt -@dirrm share/napshare |