summaryrefslogtreecommitdiff
path: root/devel/cvs2html
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-24 13:30:17 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-24 13:30:17 +0000
commitf051f787c04334b0d3bbf35547949a4a803c5bfc (patch)
tree9605562af8e64ea835364ff7d7753cff21672479 /devel/cvs2html
parent0207f960731002a9d25cf7c28027c595ea21576b (diff)
downloadpkgsrc-f051f787c04334b0d3bbf35547949a4a803c5bfc.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/Makefile22
-rw-r--r--devel/cvs2html/distinfo4
-rw-r--r--devel/cvs2html/pkg/DESCR2
-rw-r--r--devel/cvs2html/pkg/PLIST2
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