diff -ruNd devel/cvslines/Makefile devel/cvslines/Makefile --- devel/cvslines/Makefile Thu Jan 1 03:00:00 1970 +++ devel/cvslines/Makefile Fri Sep 10 08:24:29 1999 @@ -0,0 +1,24 @@ +# New ports collection makefile for: cvslines +# Version required: 1.6.7 +# Date created: 24 Aug 1998 +# Whom: jkoshy +# +# $FreeBSD: ports/devel/cvslines/Makefile,v 1.3 1999/09/10 04:24:29 jkoshy Exp $ +# + +DISTNAME= cvslines-1.6.7 +CATEGORIES= devel +MASTER_SITES= http://www.netapp.com/technology/freeware/cvslines/ \ + http://freefall.freebsd.org/~jkoshy/PORTS/ + +MAINTAINER= jkoshy@freebsd.org + +USE_PERL5= yes +NO_BUILD= yes + +MAN1= cvslines.1 + +do-install: + PREFIX=${PREFIX} ${PERL5} ${WRKSRC}/INSTALL ${WRKSRC}/CONFIG + +.include diff -ruNd devel/cvslines/README.html devel/cvslines/README.html --- devel/cvslines/README.html Thu Jan 1 03:00:00 1970 +++ devel/cvslines/README.html Fri Sep 17 01:08:17 1999 @@ -0,0 +1,30 @@ + + The FreeBSD Ports Collection (devel/cvslines) +

The FreeBSD Ports Collection ("devel/cvslines")


+ + +

You are now in the directory for the port "devel/cvslines" (package name "cvslines-1.6.7"). + +

This is the one-line description for this port: + +


+A wrapper to help with merging changes between various cvs branches +


+ +

Please read the file "pkg/DESCR" for a +longer description. + +

Go to the top of the ports tree for +a summary on how to use the ports collection. + +

+ +

+ + +


+ Go up one level +| + Go to top of ports tree + + diff -ruNd devel/cvslines/files/md5 devel/cvslines/files/md5 --- devel/cvslines/files/md5 Thu Jan 1 03:00:00 1970 +++ devel/cvslines/files/md5 Tue Aug 25 14:32:47 1998 @@ -0,0 +1 @@ +MD5 (cvslines-1.6.7.tar.gz) = efca84137a552925f84b0084d833021a diff -ruNd devel/cvslines/patches/patch-aa devel/cvslines/patches/patch-aa --- devel/cvslines/patches/patch-aa Thu Jan 1 03:00:00 1970 +++ devel/cvslines/patches/patch-aa Tue Aug 25 14:32:47 1998 @@ -0,0 +1,23 @@ +--- CONFIG-- Thu May 22 00:09:38 1997 ++++ CONFIG Tue Aug 25 14:14:24 1998 +@@ -14,17 +14,17 @@ + # The absolute path to the perl interpreter to use. + # INSTALL will substitute this into the #!... line. + # +-if (! defined($PERL5)) { $PERL5 = "/usr/local/bin/perl5"; } # cfg ++if (! defined($PERL5)) { $PERL5 = "$ENV{'PREFIX'}/bin/perl5"; } # cfg + + # Where to install the cvslines scripts... + # (Absolute path) + # +-if (! defined($BINDIR)) { $BINDIR = "/usr/local/bin"; } # cfg ++if (! defined($BINDIR)) { $BINDIR = "$ENV{'PREFIX'}/bin"; } # cfg + + # Where to install the cvslines man page... + # (Absolute path) + # +-if (! defined($MANDIR)) { $MAN1DIR = "/usr/local/man/man1"; } # cfg ++if (! defined($MANDIR)) { $MAN1DIR = "$ENV{'PREFIX'}/man/man1"; } # cfg + + ###################################################################### + # diff -ruNd devel/cvslines/patches/patch-ab devel/cvslines/patches/patch-ab --- devel/cvslines/patches/patch-ab Thu Jan 1 03:00:00 1970 +++ devel/cvslines/patches/patch-ab Tue Aug 25 14:32:47 1998 @@ -0,0 +1,32 @@ +--- INSTALL-- Thu May 22 03:36:16 1997 ++++ INSTALL Tue Aug 25 14:26:30 1998 +@@ -73,7 +73,7 @@ + } + + +-$uname = `/bin/uname -a`; chop $uname; ++$uname = `/usr/bin/uname -a`; chop $uname; + ($u_os, $u_host, $u_osrel) = split(/\s+/, $uname); + + # Try to find things in the usual places, but failing those, +@@ -121,7 +121,8 @@ + { + if ( ! ( ($u_os eq "SunOS" && $u_osrel =~ /^5\./) + || ($u_os eq "SunOS" && $u_osrel =~ /^4\./) +- || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./))) ++ || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./) ++ || ($u_os eq "FreeBSD"))) + { + print STDERR <; ++ # $ans = ; + + } + } diff -ruNd devel/cvslines/pkg/COMMENT devel/cvslines/pkg/COMMENT --- devel/cvslines/pkg/COMMENT Thu Jan 1 03:00:00 1970 +++ devel/cvslines/pkg/COMMENT Sat Jun 26 21:08:17 1999 @@ -0,0 +1 @@ +A wrapper to help with merging changes between various cvs branches diff -ruNd devel/cvslines/pkg/DESCR devel/cvslines/pkg/DESCR --- devel/cvslines/pkg/DESCR Thu Jan 1 03:00:00 1970 +++ devel/cvslines/pkg/DESCR Mon May 3 01:58:50 1999 @@ -0,0 +1,10 @@ +cvslines extends the capability of the cvs commit command, to provide +extra support in managing multiple concurrent lines of development. + +cvslines is a "wrapper" facility that helps out with merging changes +between various cvs branches, where the branches represent different +lines of development. + +For more information about using cvslines, see cvslines(1). + +WWW: http://www.netapp.com/technology/freeware/cvslines/index.html diff -ruNd devel/cvslines/pkg/PLIST devel/cvslines/pkg/PLIST --- devel/cvslines/pkg/PLIST Thu Jan 1 03:00:00 1970 +++ devel/cvslines/pkg/PLIST Tue Aug 25 14:32:47 1998 @@ -0,0 +1,6 @@ +bin/cvslines +bin/cvslines_check +bin/cvslines-status +bin/cvslines-check +bin/cvslines-commit +bin/cvslines-config