diff options
author | zuntum <zuntum> | 2001-06-24 13:30:17 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-24 13:30:17 +0000 |
commit | f5ccfe5c4d8ae3e67e47530230236af3ea84dad3 (patch) | |
tree | 9605562af8e64ea835364ff7d7753cff21672479 /devel/cvs2html | |
parent | 497dfffab4736b9285ed39040e53cb5bbe009cfe (diff) | |
download | pkgsrc-f5ccfe5c4d8ae3e67e47530230236af3ea84dad3.tar.gz |
Initial import of cvs2html-1.82
cvs2html is a perl script to transform the 'cvs log' output to HTML.
The program can be used for any type of cvs archive.
Diffstat (limited to 'devel/cvs2html')
-rw-r--r-- | devel/cvs2html/Makefile | 22 | ||||
-rw-r--r-- | devel/cvs2html/distinfo | 4 | ||||
-rw-r--r-- | devel/cvs2html/pkg/DESCR | 2 | ||||
-rw-r--r-- | devel/cvs2html/pkg/PLIST | 2 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile new file mode 100644 index 00000000000..14935ffe8b0 --- /dev/null +++ b/devel/cvs2html/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/24 13:30:17 zuntum Exp $ +# + +DISTNAME= cvs2html-1.82 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://cvs.sslug.dk/cvs2html/ +COMMENT= perl script to turn ``cvs log'' output into HTML + +NO_BUILD= YES +USE_PERL5= YES + +post-patch: + ${SED} "s,/usr/bin/perl,${PERL5}," ${WRKSRC}/cvs2html ${WRKSRC}/cvs2html.done + ${MV} ${WRKSRC}/cvs2html.done ${WRKSRC}/cvs2html + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/cvs2html/distinfo b/devel/cvs2html/distinfo new file mode 100644 index 00000000000..bb7a84e6687 --- /dev/null +++ b/devel/cvs2html/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/06/24 13:30:17 zuntum Exp $ + +SHA1 (cvs2html-1.82.tar.gz) = 3a50a644dc64206ece9f7f3bf31f8625c28dc164 +Size (cvs2html-1.82.tar.gz) = 14588 bytes diff --git a/devel/cvs2html/pkg/DESCR b/devel/cvs2html/pkg/DESCR new file mode 100644 index 00000000000..45a6b6443b0 --- /dev/null +++ b/devel/cvs2html/pkg/DESCR @@ -0,0 +1,2 @@ +cvs2html is a perl script to transform the 'cvs log' output to HTML. +The program can be used for any type of cvs archive. diff --git a/devel/cvs2html/pkg/PLIST b/devel/cvs2html/pkg/PLIST new file mode 100644 index 00000000000..cb41a983039 --- /dev/null +++ b/devel/cvs2html/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/24 13:30:17 zuntum Exp $ +bin/cvs2html |