add cvsplot 1.6.1
A perl script which analyses the history of a CVS-managed project
This commit is contained in:
parent
8654f8ae5f
commit
21b1afdb2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60389
6 changed files with 37 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
|||
SUBDIR += cvslines
|
||||
SUBDIR += cvsmapfs
|
||||
SUBDIR += cvspadm
|
||||
SUBDIR += cvsplot
|
||||
SUBDIR += cvsps
|
||||
SUBDIR += cvsstat
|
||||
SUBDIR += cvsutils
|
||||
|
|
28
devel/cvsplot/Makefile
Normal file
28
devel/cvsplot/Makefile
Normal file
|
@ -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>
|
1
devel/cvsplot/distinfo
Normal file
1
devel/cvsplot/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cvsplot-1.6.1.tar.gz) = a95653f607f8a58900e727732b30dbd0
|
1
devel/cvsplot/pkg-comment
Normal file
1
devel/cvsplot/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A perl script which analyses the history of a CVS-managed project
|
5
devel/cvsplot/pkg-descr
Normal file
5
devel/cvsplot/pkg-descr
Normal file
|
@ -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/
|
1
devel/cvsplot/pkg-plist
Normal file
1
devel/cvsplot/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/cvsplot
|
Loading…
Reference in a new issue