aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-05 18:07:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-05 18:07:10 +0000
commitc8164ec8002ba64a5332e51da2fdd4650894b6ce (patch)
tree662d01ae96be5e7c3f8c2f01673571d904f8fe3a /ftp
parent5b42f6acea4451f391fc0213c9de2210d3ee9d56 (diff)
downloadports-c8164ec8002ba64a5332e51da2fdd4650894b6ce.tar.gz
ports-c8164ec8002ba64a5332e51da2fdd4650894b6ce.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/paraftp/Makefile25
-rw-r--r--ftp/paraftp/distinfo1
-rw-r--r--ftp/paraftp/pkg-comment1
-rw-r--r--ftp/paraftp/pkg-descr18
-rw-r--r--ftp/paraftp/pkg-plist22
5 files changed, 0 insertions, 67 deletions
diff --git a/ftp/paraftp/Makefile b/ftp/paraftp/Makefile
deleted file mode 100644
index c9cace03c124..000000000000
--- a/ftp/paraftp/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: paraget
-# Date created: Apr 18, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= paraget
-PORTVERSION= 0.1.0
-CATEGORIES= ftp perl5
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ijliao@FreeBSD.org
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MAN1= paraget.1
-
-.include <bsd.port.mk>
diff --git a/ftp/paraftp/distinfo b/ftp/paraftp/distinfo
deleted file mode 100644
index 4f9f40b3462d..000000000000
--- a/ftp/paraftp/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (paraget-0.1.0.tar.gz) = 937a908746faee1efc482197f86b276b
diff --git a/ftp/paraftp/pkg-comment b/ftp/paraftp/pkg-comment
deleted file mode 100644
index bd6b6f1510c0..000000000000
--- a/ftp/paraftp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Parallel ftp-fetching program
diff --git a/ftp/paraftp/pkg-descr b/ftp/paraftp/pkg-descr
deleted file mode 100644
index 64ecc8d9e3d2..000000000000
--- a/ftp/paraftp/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Paraget implements getting a single file in parallel from different mirror
-sites.
-
-Given that there are mirror-sites for the file one is downloading, one can
-in principle accomplish a much greater bandwidth by downloading from all
-the sites in parallel . This is accomplished by dividing the file being
-fetched into several pieces, and by getting each piece from a different
-server, and then re-assembling them.
-
-If there are enough mirror sites, this partitioning makes it so that the
-bottleneck is now placed at the client end, maxing the client's connection.
-
-Paraget is designed to not only do basic n -equal-piece partitioning of a
-file and sending requests out to n servers for data, but to also be dynamic
-during the downloading process. For example if one server is too slow, and
-paraget was done with faster server downloading its piece
-
-WWW: http://paraget.sourceforge.net/
diff --git a/ftp/paraftp/pkg-plist b/ftp/paraftp/pkg-plist
deleted file mode 100644
index d8da9ac41d6a..000000000000
--- a/ftp/paraftp/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/paraget
-bin/paraget-child
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Assignment.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/AssignmentManager.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Client.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/ClientManager.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Context.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Display.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Interval.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/IntervalList.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/IntervalManager.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Mirror.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/MirrorSet.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/MirrorSetGatherer.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/PerformanceReport.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Server.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/ServerList.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/ServerQueue.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/paraget/.packlist
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/paraget 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true