diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-09-03 06:25:32 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-09-03 06:25:32 +0000 |
commit | 5dc03c449d5d9eabc09e718515260e8a112d20b7 (patch) | |
tree | 386548739b287fa3d57aaa76a14a322680276874 /devel/cvs2cl | |
parent | a92543bd11a9c1b650224f6513f0bd9cf52d3511 (diff) | |
download | pkgsrc-5dc03c449d5d9eabc09e718515260e8a112d20b7.tar.gz |
CVS-log-message-to-ChangeLog conversion script
Diffstat (limited to 'devel/cvs2cl')
-rw-r--r-- | devel/cvs2cl/Makefile | 21 | ||||
-rw-r--r-- | devel/cvs2cl/files/md5 | 3 | ||||
-rw-r--r-- | devel/cvs2cl/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/cvs2cl/pkg/DESCR | 7 | ||||
-rw-r--r-- | devel/cvs2cl/pkg/PLIST | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile new file mode 100644 index 00000000000..44a432aacbb --- /dev/null +++ b/devel/cvs2cl/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 06:25:32 sakamoto Exp $ +# + +DISTNAME= cvs2cl-download.shtml +PKGNAME= cvs2cl-1.117 +CATEGORIES= devel +MASTER_SITES= http://www.red-bean.com/~kfogel/ +EXTRACT_SUFX= # Nothing + +MAINTAINER= sakamoto@netbsd.org +HOMEPAGE= http://www.red-bean.com/~kfogel/cvs2cl.shtml + +USE_PERL5= YES +NO_BUILD= YES +NO_PATCH= YES +EXTRACT_CMD= ${TAIL} -n +3 ${DOWNLOADED_DISTFILE} > ${DISTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${LOCALBASE}/bin/${DISTNAME:C/-.*$//} + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/cvs2cl/files/md5 b/devel/cvs2cl/files/md5 new file mode 100644 index 00000000000..1989f9e790b --- /dev/null +++ b/devel/cvs2cl/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/03 06:25:32 sakamoto Exp $ + +MD5 (cvs2cl-download.shtml) = 6069c65828062cf1e7b73367a3daaff3 diff --git a/devel/cvs2cl/pkg/COMMENT b/devel/cvs2cl/pkg/COMMENT new file mode 100644 index 00000000000..95ab9834006 --- /dev/null +++ b/devel/cvs2cl/pkg/COMMENT @@ -0,0 +1 @@ +CVS-log-message-to-ChangeLog conversion script diff --git a/devel/cvs2cl/pkg/DESCR b/devel/cvs2cl/pkg/DESCR new file mode 100644 index 00000000000..f9c483f1242 --- /dev/null +++ b/devel/cvs2cl/pkg/DESCR @@ -0,0 +1,7 @@ +cvs2cl.pl: CVS-log-message-to-ChangeLog conversion script + +It produces a GNU-style ChangeLog for CVS-controlled sources, +by running "cvs log" and parsing the output. Duplicate log +messages get unified in the Right Way. + +More information: cvs2cl --help diff --git a/devel/cvs2cl/pkg/PLIST b/devel/cvs2cl/pkg/PLIST new file mode 100644 index 00000000000..5578d26fe13 --- /dev/null +++ b/devel/cvs2cl/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/03 06:25:32 sakamoto Exp $ +bin/cvs2cl |