SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

31
devel/cvsplot/Makefile Normal file
View file

@ -0,0 +1,31 @@
COMMENT= CVS-managed project analyzer
DISTNAME= cvsplot-1.7.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cvsplot/}
HOMEPAGE= http://cvsplot.sourceforge.net/
RUN_DEPENDS= converters/p5-DateManip \
textproc/p5-String-ShellQuote \
math/gnuplot
# GPL
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
do-install:
${INSTALL_SCRIPT} ${WRKDIST}/cvsplot.pl ${PREFIX}/bin/cvsplot
DOCS= CHANGELOG LICENSE README
post-install:
cd ${WRKSRC} && \
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cvsplot && \
${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/cvsplot
.include <bsd.port.mk>

2
devel/cvsplot/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (cvsplot-1.7.4.tar.gz) = bUbOqpfAYU4uD24Y2utkWrQkkMdowPWJvq6dWD7Nm+A=
SIZE (cvsplot-1.7.4.tar.gz) = 22010

6
devel/cvsplot/pkg/DESCR Normal file
View file

@ -0,0 +1,6 @@
cvsplot is a perl script which analyses the history of a CVS-managed
project. The script executes on a set of files, analyses their history,
and automatically generates graphs that plot lines of code and number of
files against time.
Read README file in ${PREFIX}/share/doc/cvsplot

5
devel/cvsplot/pkg/PLIST Normal file
View file

@ -0,0 +1,5 @@
bin/cvsplot
share/doc/cvsplot/
share/doc/cvsplot/CHANGELOG
share/doc/cvsplot/LICENSE
share/doc/cvsplot/README