diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnewtellium/Makefile | 27 | ||||
-rw-r--r-- | net-p2p/gnewtellium/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/gnewtellium/files/patch-src_config.c | 55 | ||||
-rw-r--r-- | net-p2p/gnewtellium/pkg-descr | 8 | ||||
-rw-r--r-- | net-p2p/napshare/Makefile | 20 | ||||
-rw-r--r-- | net-p2p/napshare/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/napshare/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net-p2p/napshare/files/patch-src-config.c | 11 | ||||
-rw-r--r-- | net-p2p/napshare/files/patch-src_hosts.c | 14 | ||||
-rw-r--r-- | net-p2p/napshare/pkg-descr | 8 | ||||
-rw-r--r-- | net-p2p/napshare/pkg-plist | 2 |
12 files changed, 0 insertions, 162 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index e2e44a2a7a1d..88404770c89f 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -31,7 +31,6 @@ SUBDIR += eiskaltdcpp-qt SUBDIR += frost SUBDIR += gkremldk - SUBDIR += gnewtellium SUBDIR += go-ethereum SUBDIR += gtk-gnutella SUBDIR += gtorrentviewer @@ -62,7 +61,6 @@ SUBDIR += namecoin SUBDIR += namecoin-daemon SUBDIR += namecoin-utils - SUBDIR += napshare SUBDIR += ncdc SUBDIR += opendchub SUBDIR += p5-Net-BitTorrent diff --git a/net-p2p/gnewtellium/Makefile b/net-p2p/gnewtellium/Makefile deleted file mode 100644 index 68ba3ded203b..000000000000 --- a/net-p2p/gnewtellium/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: haikal -# $FreeBSD$ - -PORTNAME= gnewtellium -PORTVERSION= 0.05b -PORTREVISION= 6 -CATEGORIES= net-p2p -MASTER_SITES= SF - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Gnutella client - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -PORTSCOUT= skipv:0.05 # older than current one - -USE_GNOME= gtk12 -USES= dos2unix gmake -DOS2UNIX_GLOB= *.c -GNU_CONFIGURE= yes -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" - -PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm - -.include <bsd.port.mk> diff --git a/net-p2p/gnewtellium/distinfo b/net-p2p/gnewtellium/distinfo deleted file mode 100644 index 35d5c3190309..000000000000 --- a/net-p2p/gnewtellium/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnewtellium-0.05b.tar.gz) = 3e1ad2eb290214402a01a5946ef36690e14aa73b11e0c290555ceadaf6f5ec5c -SIZE (gnewtellium-0.05b.tar.gz) = 104482 diff --git a/net-p2p/gnewtellium/files/patch-src_config.c b/net-p2p/gnewtellium/files/patch-src_config.c deleted file mode 100644 index 8c2d7e2a2535..000000000000 --- a/net-p2p/gnewtellium/files/patch-src_config.c +++ /dev/null @@ -1,55 +0,0 @@ ---- src/config.c.orig 2016-06-20 14:36:47 UTC -+++ src/config.c -@@ -539,8 +539,8 @@ void config_draw(void) - gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); - gtk_widget_show(hbox); - -- label = gtk_label_new("Let Newtella know what speed your Internet Connection is. --Setting this to an accurate number will help you get the most out of -+ label = gtk_label_new("Let Newtella know what speed your Internet Connection is.\n\ -+Setting this to an accurate number will help you get the most out of\n\ - Newtella's advanced bandwidth management."); - gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); - hbox = gtk_hbox_new(FALSE, 0); -@@ -579,7 +579,7 @@ Newtella's advanced bandwidth management - gtk_widget_show(button); - - hbox = gtk_hbox_new(FALSE, 0); -- label = gtk_label_new("Select the directory where you want to store your newly -+ label = gtk_label_new("Select the directory where you want to store your newly\n\ - downloaded files."); - gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); - gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 10); -@@ -627,8 +627,8 @@ downloaded files."); - gtk_widget_show(hbox); - gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 5); - -- label = gtk_label_new("Add any number of directories here. --All .mp3 files under any of these directories can then be -+ label = gtk_label_new("Add any number of directories here.\n\ -+All .mp3 files under any of these directories can then be\n\ - downloaded by other Newtella users."); - gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); - hbox = gtk_hbox_new(FALSE, 0); -@@ -686,8 +686,8 @@ downloaded by other Newtella users."); - gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 10); - - hbox = gtk_hbox_new(FALSE, 0); -- label = gtk_label_new("Select how much search results Newtella will maximally send to --other clients. Use this to limit the impact of stupid searches on your -+ label = gtk_label_new("Select how much search results Newtella will maximally send to\n\ -+other clients. Use this to limit the impact of stupid searches on your\n\ - computer."); - gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); - gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 10); -@@ -724,8 +724,8 @@ computer."); - gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 10); - - hbox = gtk_hbox_new(FALSE, 0); -- label = gtk_label_new("Returns the entered IP with search results instead of your real one. --Useful if your're behind a NAT Firewall (like Windows 98 Internet -+ label = gtk_label_new("Returns the entered IP with search results instead of your real one.\n\ -+Useful if your're behind a NAT Firewall (like Windows 98 Internet\n\ - Connection Sharing)"); - gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); - gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 10); diff --git a/net-p2p/gnewtellium/pkg-descr b/net-p2p/gnewtellium/pkg-descr deleted file mode 100644 index 08f35f07c5c3..000000000000 --- a/net-p2p/gnewtellium/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Port of the original Newtella client in Linux/GTK+. -Newtella is a P2P protocol based on Gnutella. -The main difference between Gnutella and Newtella -is that the latter allows only mp3 sharing. - - - -WWW: https://sourceforge.net/projects/gnewtellium/ 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 |