summaryrefslogtreecommitdiff
path: root/net-p2p/napshare
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/napshare')
-rw-r--r--net-p2p/napshare/Makefile20
-rw-r--r--net-p2p/napshare/distinfo2
-rw-r--r--net-p2p/napshare/files/patch-Makefile.in11
-rw-r--r--net-p2p/napshare/files/patch-src-config.c11
-rw-r--r--net-p2p/napshare/files/patch-src_hosts.c14
-rw-r--r--net-p2p/napshare/pkg-descr8
-rw-r--r--net-p2p/napshare/pkg-plist2
7 files changed, 0 insertions, 68 deletions
diff --git a/net-p2p/napshare/Makefile b/net-p2p/napshare/Makefile
deleted file mode 100644
index 55b3665c862d..000000000000
--- a/net-p2p/napshare/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Mike Heffner <mikeh@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= napshare
-PORTVERSION= 1.3
-PORTREVISION= 3
-CATEGORIES= net-p2p
-MASTER_SITES= SF/${PORTNAME}/NapShare%20V${PORTVERSION}/Linux
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK based Gnutella client
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-USES= gmake
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/net-p2p/napshare/distinfo b/net-p2p/napshare/distinfo
deleted file mode 100644
index cde3e6a09067..000000000000
--- a/net-p2p/napshare/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (napshare-1.3.tar.gz) = 0ce25ba018606d626bf754f65e118443a423ff0d676619fed1287e656ee194c7
-SIZE (napshare-1.3.tar.gz) = 222900
diff --git a/net-p2p/napshare/files/patch-Makefile.in b/net-p2p/napshare/files/patch-Makefile.in
deleted file mode 100644
index a11691a4ff67..000000000000
--- a/net-p2p/napshare/files/patch-Makefile.in
+++ /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-p2p/napshare/files/patch-src-config.c b/net-p2p/napshare/files/patch-src-config.c
deleted file mode 100644
index 9a58517834fb..000000000000
--- a/net-p2p/napshare/files/patch-src-config.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/config.c.orig 2007-08-09 19:31:50.000000000 +0200
-+++ src/config.c 2007-08-09 19:32:37.000000000 +0200
-@@ -96,7 +96,7 @@
- gchar *proxy_ip = "0.0.0.0";
- gint proxy_port = 1080;
-
--static guint32 gnutella_welcome_length = 0;
-+guint32 gnutella_welcome_length = 0;
-
- gchar *socksv5_user = "proxyuser";
- gchar *socksv5_pass = "proxypass";
diff --git a/net-p2p/napshare/files/patch-src_hosts.c b/net-p2p/napshare/files/patch-src_hosts.c
deleted file mode 100644
index 9eb943e6f166..000000000000
--- a/net-p2p/napshare/files/patch-src_hosts.c
+++ /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-p2p/napshare/pkg-descr b/net-p2p/napshare/pkg-descr
deleted file mode 100644
index 75c0e7220a4b..000000000000
--- a/net-p2p/napshare/pkg-descr
+++ /dev/null
@@ -1,8 +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/
diff --git a/net-p2p/napshare/pkg-plist b/net-p2p/napshare/pkg-plist
deleted file mode 100644
index 8af0c2a40572..000000000000
--- a/net-p2p/napshare/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/napshare
-share/napshare/NAPS-urlcache.txt