diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-29 02:27:31 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-29 02:27:31 +0000 |
commit | 41626904a1768ac7cbf33048a24c5aab3abc4bf2 (patch) | |
tree | 13ac95b4c9ca82dcad3b0ae5686ba2f53f1bc764 /devel/cvsstat | |
parent | d3762340a385270c261f55db634b633e07c86f14 (diff) | |
download | ports-41626904a1768ac7cbf33048a24c5aab3abc4bf2.tar.gz ports-41626904a1768ac7cbf33048a24c5aab3abc4bf2.zip |
add cvsstat 2.17
Transforms the output of 'cvs status' to a sorted ASCII table
Notes
Notes:
svn path=/head/; revision=47051
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 |