diff options
Diffstat (limited to 'ports-mgmt/portcheckout')
-rw-r--r-- | ports-mgmt/portcheckout/Makefile | 24 | ||||
-rw-r--r-- | ports-mgmt/portcheckout/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/portcheckout/files/patch-aa | 47 | ||||
-rw-r--r-- | ports-mgmt/portcheckout/files/patch-ab | 12 | ||||
-rw-r--r-- | ports-mgmt/portcheckout/pkg-descr | 7 |
5 files changed, 0 insertions, 92 deletions
diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile deleted file mode 100644 index 5370ee92e9b7..000000000000 --- a/ports-mgmt/portcheckout/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: portcheckout -# Date created: 1 November 1998 -# Whom: wosch -# -# $FreeBSD$ -# - -PORTNAME= portcheckout -PORTVERSION= 2.0 -CATEGORIES= devel -MASTER_SITES= http://wolfram.schneider.org/src/ - -MAINTAINER= wosch@FreeBSD.org -COMMENT= Checkout and build ports and all depending ports - -USE_PERL5= yes -MAN1= portcheckout.1 -MANCOMPRESSED= maybe -PLIST_FILES= bin/portcheckout - -post-patch: - perl -pi -e 's^\#\!/usr/local/bin/perl^#!${PERL5}^' ${WRKSRC}/portcheckout.pl - -.include <bsd.port.mk> diff --git a/ports-mgmt/portcheckout/distinfo b/ports-mgmt/portcheckout/distinfo deleted file mode 100644 index 5cb8bae101ce..000000000000 --- a/ports-mgmt/portcheckout/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (portcheckout-2.0.tar.gz) = 930a626eb8761f5012b6105e553e75ad -SIZE (portcheckout-2.0.tar.gz) = 4981 diff --git a/ports-mgmt/portcheckout/files/patch-aa b/ports-mgmt/portcheckout/files/patch-aa deleted file mode 100644 index ec1d2a621a95..000000000000 --- a/ports-mgmt/portcheckout/files/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ ---- portcheckout.pl-- Tue Oct 24 13:04:07 2000 -+++ portcheckout.pl Tue Oct 24 13:04:35 2000 -@@ -94,14 +94,14 @@ - PORTSDIR="/tmp/ports"; export PORTSDIR - - # checkout FreeBSD ports system Makefiles -- cvs checkout ports/Mk -+ cvs checkout -P ports/Mk - - ################################################## - # checkout port: de-dict-1.1 -- cvs checkout ports/german/dict -+ cvs checkout -P ports/german/dict - - # de-dict-1.1 depend on port: agrep-2.04 -- cvs checkout ports/textproc/agrep -+ cvs checkout -P ports/textproc/agrep - - ################################################## - # Compile and install de-dict-1.1 -@@ -328,7 +328,7 @@ - #print qq{DISTDIR="/usr/ports/distfiles"; export DISTDIR\n}; - - print "\n# checkout FreeBSD ports system Makefiles\n"; --print "cvs checkout $release ports/Mk\n\n"; -+print "cvs checkout -P $release ports/Mk\n\n"; - - - # list of dependings ports -@@ -338,7 +338,7 @@ - - print "#" x 50, "\n"; - print "# checkout port: $distributionname\n"; -- print "cvs checkout $release ", $obj->{$distributionname}{portpath}, "\n\n"; -+ print "cvs checkout -P $release ", $obj->{$distributionname}{portpath}, "\n\n"; - - $ports_depends{$distributionname} = 1; - foreach my $depends ( -@@ -355,7 +355,7 @@ - $ports_depends{$depends} = 1; - - print "# $distributionname depend on port: $depends\n"; -- print "cvs checkout $release ", $obj->{$depends}{portpath}, "\n\n"; -+ print "cvs checkout -P $release ", $obj->{$depends}{portpath}, "\n\n"; - } - } - diff --git a/ports-mgmt/portcheckout/files/patch-ab b/ports-mgmt/portcheckout/files/patch-ab deleted file mode 100644 index 919579561917..000000000000 --- a/ports-mgmt/portcheckout/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- portcheckout.pl.old Thu Jul 31 02:23:39 2003 -+++ portcheckout.pl Thu Jul 31 02:24:54 2003 -@@ -328,7 +328,8 @@ - #print qq{DISTDIR="/usr/ports/distfiles"; export DISTDIR\n}; - - print "\n# checkout FreeBSD ports system Makefiles\n"; --print "cvs checkout -P $release ports/Mk\n\n"; -+print "cvs checkout -P $release ports/Mk\n"; -+print "cvs checkout -P $release ports/Templates\n\n"; - - - # list of dependings ports diff --git a/ports-mgmt/portcheckout/pkg-descr b/ports-mgmt/portcheckout/pkg-descr deleted file mode 100644 index d78a7e082585..000000000000 --- a/ports-mgmt/portcheckout/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The portcheckout(1) reads the /usr/ports/INDEX file and checks-out -a given port and its dependencies. This makes it easy to use the -ports system without having a full and up-to-date /usr/ports tree. - -A typical use would be to connect to the Internet, possibly download -a new INDEX and ports upgrade kit, download a port skeleton with -portcheckout(1), and then build the port. |