diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
commit | fbab09fee302574e578e4f0d1b6082cdae4defb4 (patch) | |
tree | 2e89197b88b8a883c56aef7a5d0d89dc5d374850 /net/napshare | |
parent | Upgrade to 1.63.0. (diff) |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc
net/dctc-gui
net/dctc-gui-qt
net/edonkey-gui-gtk
net/edonkey-gui-gtk-urlslave
net/fcptools
net/fidelio
net/freenet
net/frost
net/giftcurs
net/giftoxic
net/giftui
net/gift
net/gift-fasttrack
net/gift-gnutella
net/gift-openft
net/gkrellm-gift
net/gnewtellium
net/gnome-btdownload
net/gnunet
net/gtkhx
net/gtk-gnutella
net/gtorrentviewer
net/hagelslag
net/hx
net/i2p
net/javadc
net/kmldonkey
net/ktorrent
net/libbt
net/liberator
net/libfreenet
net/libpdtp
net/libtorrent
net/limewire
net/linux-agsatellite
net/linux-edonkey-core
net/linux-edonkey-server
net/linux-jigdo
net/linux-overnet-core
net/minder
net/mldonkey
net/mldonkey-core
net/mldonkey-core-devel
net/mldonkey-devel
net/mldonkey-gui
net/mldonkey-gui-devel
net/mldonkey-perlreactor
net/mldonkey-sancho
net/mldonkey-serverspy
net/mldonkey-urlslave
net/mutella
net/mute-net
net/mute-net-gui
net/mute-net-text
net/napshare
net/nicotine
net/opendchub
net/peercast
net/phex
net/pyslsk
net/py-bittornado
net/py-bittornado-core
net/py-bittorrent
net/py-bittorrent-core
net/py-bittorrent-core-devel
net/py-bittorrent-devel
net/py-fngrab
net/py-kenosis
net/py-kenosis-bittorrent
net/py-py2play
net/p5-pdonkey
net/qtella
net/qtorrent
net/rtorrent
net/squall
net/torrentflux
net/torrentsniff
net/trackerbt
net/transmission
net/valknut
net/verlihub
net/verlihub-plugins
net/xmule
net/xnap
misc/ed2k
misc/edonkey-tool-hash
misc/linux-edonkey-tool-recovermet
Repocopies by: marcus
Notes
Notes:
svn path=/head/; revision=154851
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 |