diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-01 00:15:02 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-01 00:15:02 +0800 |
commit | 93e45f1d5a1215a5c31672d4cb05689a822a7a28 (patch) | |
tree | 4534116a34ffa575408f34fbdc94469fe43e525a | |
parent | ddbbb8ad786c11f0ed16b7107e6c8336ec51f340 (diff) | |
download | freebsd-ports-gnome-93e45f1d5a1215a5c31672d4cb05689a822a7a28.tar.gz freebsd-ports-gnome-93e45f1d5a1215a5c31672d4cb05689a822a7a28.tar.zst freebsd-ports-gnome-93e45f1d5a1215a5c31672d4cb05689a822a7a28.zip |
add cvsplot 1.6.1
A perl script which analyses the history of a CVS-managed project
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/cvsplot/Makefile | 28 | ||||
-rw-r--r-- | devel/cvsplot/distinfo | 1 | ||||
-rw-r--r-- | devel/cvsplot/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cvsplot/pkg-descr | 5 | ||||
-rw-r--r-- | devel/cvsplot/pkg-plist | 1 |
6 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f73e3b6e77e2..bd74ad177612 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -112,6 +112,7 @@ SUBDIR += cvslines SUBDIR += cvsmapfs SUBDIR += cvspadm + SUBDIR += cvsplot SUBDIR += cvsps SUBDIR += cvsstat SUBDIR += cvsutils diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile new file mode 100644 index 000000000000..a448120bf54c --- /dev/null +++ b/devel/cvsplot/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: cvsplot +# Date created: May 31, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cvsplot +PORTVERSION= 1.6.1 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + gnuplot:${PORTSDIR}/math/gnuplot + +NO_BUILD= yes + +post-patch: + @${PERL} -pi -e "s,^#!/usr/bin/perl -w,#!/usr/bin/env perl -w,g" ${WRKSRC}/cvsplot.pl + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/cvsplot.pl ${PREFIX}/bin/cvsplot + +.include <bsd.port.mk> diff --git a/devel/cvsplot/distinfo b/devel/cvsplot/distinfo new file mode 100644 index 000000000000..6c62881f300f --- /dev/null +++ b/devel/cvsplot/distinfo @@ -0,0 +1 @@ +MD5 (cvsplot-1.6.1.tar.gz) = a95653f607f8a58900e727732b30dbd0 diff --git a/devel/cvsplot/pkg-comment b/devel/cvsplot/pkg-comment new file mode 100644 index 000000000000..22725bcceb94 --- /dev/null +++ b/devel/cvsplot/pkg-comment @@ -0,0 +1 @@ +A perl script which analyses the history of a CVS-managed project diff --git a/devel/cvsplot/pkg-descr b/devel/cvsplot/pkg-descr new file mode 100644 index 000000000000..d3f5fa3a11cc --- /dev/null +++ b/devel/cvsplot/pkg-descr @@ -0,0 +1,5 @@ +Cvsplot is used for collecting statistics from CVS controlled files. Simple +statistics such as how the total number of files and lines of code change +against time. + +WWW: http://cvsplot.sourceforge.net/ diff --git a/devel/cvsplot/pkg-plist b/devel/cvsplot/pkg-plist new file mode 100644 index 000000000000..8db3b0685787 --- /dev/null +++ b/devel/cvsplot/pkg-plist @@ -0,0 +1 @@ +bin/cvsplot |