diff options
author | petef <petef@FreeBSD.org> | 2001-08-29 10:27:31 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-29 10:27:31 +0800 |
commit | 2d9443a1b31fdeae19e1174546c9ff2072bd78a3 (patch) | |
tree | 644c8cf9a82c84f893af6dfccfd65cbbf8b5c98f /devel/cvsstat | |
parent | be53290ac86e3858743d47949e21514781b78810 (diff) | |
download | freebsd-ports-gnome-2d9443a1b31fdeae19e1174546c9ff2072bd78a3.tar.gz freebsd-ports-gnome-2d9443a1b31fdeae19e1174546c9ff2072bd78a3.tar.zst freebsd-ports-gnome-2d9443a1b31fdeae19e1174546c9ff2072bd78a3.zip |
add cvsstat 2.17
Transforms the output of 'cvs status' to a sorted ASCII table
Diffstat (limited to 'devel/cvsstat')
-rw-r--r-- | devel/cvsstat/Makefile | 31 | ||||
-rw-r--r-- | devel/cvsstat/distinfo | 1 | ||||
-rw-r--r-- | devel/cvsstat/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cvsstat/pkg-descr | 12 | ||||
-rw-r--r-- | devel/cvsstat/pkg-plist | 1 |
5 files changed, 46 insertions, 0 deletions
diff --git a/devel/cvsstat/Makefile b/devel/cvsstat/Makefile new file mode 100644 index 000000000000..3521b6655a92 --- /dev/null +++ b/devel/cvsstat/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: cvsstat +# Date created: 27 August 2001 +# Whom: petef +# +# $FreeBSD$ +# + +PORTNAME= cvsstat +PORTVERSION= 2.17 +CATEGORIES= devel +MASTER_SITES= http://cvs.sslug.dk/cvs2html/utils/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= petef@FreeBSD.org + +USE_PERL5= yes +NO_BUILD= yes + +do-extract: + @${MKDIR} ${WRKSRC} + @${CP} -p ${DISTDIR}/${DISTNAME} ${WRKSRC} + +post-patch: + @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/cvsstat + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/cvsstat ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/devel/cvsstat/distinfo b/devel/cvsstat/distinfo new file mode 100644 index 000000000000..8e115c500d43 --- /dev/null +++ b/devel/cvsstat/distinfo @@ -0,0 +1 @@ +MD5 (cvsstat) = c2e30858e8bb4f5e16fd2c6a453bb99e diff --git a/devel/cvsstat/pkg-comment b/devel/cvsstat/pkg-comment new file mode 100644 index 000000000000..1c92a414eab1 --- /dev/null +++ b/devel/cvsstat/pkg-comment @@ -0,0 +1 @@ +Transforms the output of 'cvs status' to a sorted ASCII table diff --git a/devel/cvsstat/pkg-descr b/devel/cvsstat/pkg-descr new file mode 100644 index 000000000000..135fd0f3dd6b --- /dev/null +++ b/devel/cvsstat/pkg-descr @@ -0,0 +1,12 @@ +cvsstat is a perl program which transforms the 'cvs status' output +to an ASCII table sorted after the status of files. If you have +used CVS, then you know that it is hard to get a good overview the +CVS-status of the files in you directories. Any new files? Any files +changed? Any files which other people have changed in the repository? +cvsstat will help the programmer get the overview. The program can +be used for any type of CVS archive, local as well as remote. + +WWW: http://cvs.sslug.dk/cvs2html/ + +- Pete +petef@FreeBSD.org diff --git a/devel/cvsstat/pkg-plist b/devel/cvsstat/pkg-plist new file mode 100644 index 000000000000..efa89848b711 --- /dev/null +++ b/devel/cvsstat/pkg-plist @@ -0,0 +1 @@ +bin/cvsstat |