diff options
author | will <will@FreeBSD.org> | 2000-07-02 23:36:27 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-02 23:36:27 +0000 |
commit | 71f35e726e2f21961ceedf0b2a2cb62b881eb661 (patch) | |
tree | 1d120786726e36a31a0eb8a21a55c0473908a0bc /devel/cvs2html | |
parent | 23555e92d30f32aee8cc84b1942feb0f56607a18 (diff) | |
download | FreeBSD-ports-71f35e726e2f21961ceedf0b2a2cb62b881eb661.zip FreeBSD-ports-71f35e726e2f21961ceedf0b2a2cb62b881eb661.tar.gz |
Add cvs2html, a perl script that turns cvs log output into HTML.
Diffstat (limited to 'devel/cvs2html')
-rw-r--r-- | devel/cvs2html/Makefile | 28 | ||||
-rw-r--r-- | devel/cvs2html/distinfo | 1 | ||||
-rw-r--r-- | devel/cvs2html/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cvs2html/pkg-descr | 6 | ||||
-rw-r--r-- | devel/cvs2html/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile new file mode 100644 index 0000000..cdf559c --- /dev/null +++ b/devel/cvs2html/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: groach +# Date created: Sun 02 Jul 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= cvs2html +PORTVERSION= 1.65 +CATEGORIES= devel perl5 +MASTER_SITES= http://www.sslug.dk/cvs2html/utils/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-extract: + @${MKDIR} ${WRKDIR} + @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/devel/cvs2html/distinfo b/devel/cvs2html/distinfo new file mode 100644 index 0000000..45741af --- /dev/null +++ b/devel/cvs2html/distinfo @@ -0,0 +1 @@ +MD5 (cvs2html) = 16ff159fb585353bbff902bd4a829d50 diff --git a/devel/cvs2html/pkg-comment b/devel/cvs2html/pkg-comment new file mode 100644 index 0000000..8b3c83b --- /dev/null +++ b/devel/cvs2html/pkg-comment @@ -0,0 +1 @@ +Perl script to turn ``cvs log'' output into HTML diff --git a/devel/cvs2html/pkg-descr b/devel/cvs2html/pkg-descr new file mode 100644 index 0000000..5f99d6c --- /dev/null +++ b/devel/cvs2html/pkg-descr @@ -0,0 +1,6 @@ +cvs2html is a perl script that turns ``cvs log'' +output into HTML for easy log persual. + +WWW: http://www.sslug.dk/cvs2html/ + +- Will <andrews@technologist.com> diff --git a/devel/cvs2html/pkg-plist b/devel/cvs2html/pkg-plist new file mode 100644 index 0000000..95f8018 --- /dev/null +++ b/devel/cvs2html/pkg-plist @@ -0,0 +1 @@ +bin/cvs2html |