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/torrentsniff | |
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/torrentsniff')
-rw-r--r-- | net/torrentsniff/Makefile | 30 | ||||
-rw-r--r-- | net/torrentsniff/distinfo | 3 | ||||
-rw-r--r-- | net/torrentsniff/files/patch-BitTorrent-BDecode.pm | 10 | ||||
-rw-r--r-- | net/torrentsniff/files/patch-torrentsniff | 11 | ||||
-rw-r--r-- | net/torrentsniff/pkg-descr | 8 | ||||
-rw-r--r-- | net/torrentsniff/pkg-plist | 3 |
6 files changed, 0 insertions, 65 deletions
diff --git a/net/torrentsniff/Makefile b/net/torrentsniff/Makefile deleted file mode 100644 index 59deef6d85e4..000000000000 --- a/net/torrentsniff/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: torrentsniff -# Date created: 06 July 2003 -# Whom: Pav Lucistnik <pav@oook.cz> -# -# $FreeBSD$ -# - -PORTNAME= torrentsniff -PORTVERSION= 0.3.0 -CATEGORIES= net perl5 -MASTER_SITES= http://www.highprogrammer.com/alan/perl/ - -MAINTAINER= pav@FreeBSD.org -COMMENT= Commandline tool for getting status of torrent - -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 - -USE_PERL5= yes -NO_BUILD= yes - -post-patch: - ${PERL} -pi -e "s#/usr/local/bin/perl#${PERL5}#" ${WRKSRC}/torrentsniff - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/torrentsniff ${LOCALBASE}/bin - ${MKDIR} ${SITE_PERL}/BitTorrent - ${INSTALL_DATA} ${WRKSRC}/BitTorrent/BDecode.pm ${SITE_PERL}/BitTorrent - -.include <bsd.port.mk> diff --git a/net/torrentsniff/distinfo b/net/torrentsniff/distinfo deleted file mode 100644 index 62384cbadc6b..000000000000 --- a/net/torrentsniff/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (torrentsniff-0.3.0.tar.gz) = 3884cac276a990a95ea77738195508aa -SHA256 (torrentsniff-0.3.0.tar.gz) = 8af4f672a0ec6c4ad85665f90e65dadf38d15fab9df65aed1d2e50de8f6a4476 -SIZE (torrentsniff-0.3.0.tar.gz) = 5768 diff --git a/net/torrentsniff/files/patch-BitTorrent-BDecode.pm b/net/torrentsniff/files/patch-BitTorrent-BDecode.pm deleted file mode 100644 index 9caadb0eda4e..000000000000 --- a/net/torrentsniff/files/patch-BitTorrent-BDecode.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- BitTorrent/BDecode.pm.orig Sun Jun 15 05:47:46 2003 -+++ BitTorrent/BDecode.pm Fri Nov 14 18:42:44 2003 -@@ -5,7 +5,6 @@ - use Carp;
- use base 'Exporter';
- use strict;
--our @EXPORT_OK = qw(bdecode);
-
- sub bdecode {
- my ($dataref) = @_;
diff --git a/net/torrentsniff/files/patch-torrentsniff b/net/torrentsniff/files/patch-torrentsniff deleted file mode 100644 index 03062bb7be8e..000000000000 --- a/net/torrentsniff/files/patch-torrentsniff +++ /dev/null @@ -1,11 +0,0 @@ ---- torrentsniff.orig Fri Nov 14 18:17:20 2003 -+++ torrentsniff Fri Nov 14 18:27:24 2003 -@@ -115,7 +115,7 @@ - my($file, $report_file_info, $report_tracker_info) = @_;
- print "$file\n";
- local *TOR;
-- if( not open(TOR, "<", $file) ) {
-+ if( not open(TOR, "< $file") ) {
- print STDERR "Unable to read $file because of $!\n";
- return 0;
- }
diff --git a/net/torrentsniff/pkg-descr b/net/torrentsniff/pkg-descr deleted file mode 100644 index 24bf555b5635..000000000000 --- a/net/torrentsniff/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -TorrentSniff is a command line Perl program that reads a BitTorrent .torrent -file from the local file system or from a URL and reports on the status of the -torrent. - -TorrentSniff is based on an early version of TorrentSpy. Reporting seed and -leech numbers works only with some tracker implementations. - -WWW: http://www.highprogrammer.com/alan/perl/torrentsniff.html diff --git a/net/torrentsniff/pkg-plist b/net/torrentsniff/pkg-plist deleted file mode 100644 index 3ad613bb1f47..000000000000 --- a/net/torrentsniff/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/torrentsniff -%%SITE_PERL%%/BitTorrent/BDecode.pm -@dirrm %%SITE_PERL%%/BitTorrent |