mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This is a new port of cvs2cl.
-- cvs2cl.pl: CVS-log-message-to-ChangeLog conversion script This Perl script does what you think it does: 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.
This commit is contained in:
parent
02b77f3e8f
commit
b72ff83eee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29263
5 changed files with 33 additions and 0 deletions
22
devel/cvs2cl/Makefile
Normal file
22
devel/cvs2cl/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: cvs2cl
|
||||
# Date created: 6 June 2000
|
||||
# Whom: knu@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cvs2cl
|
||||
PORTVERSION= 2.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://people.FreeBSD.org/~knu/ports/distfiles/
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_PERL5= YES
|
||||
NO_BUILD= YES
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/cvs2cl/distinfo
Normal file
1
devel/cvs2cl/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cvs2cl-2.4.tar.gz) = 9e93fe1ab03828ff07b117987cf87ac5
|
1
devel/cvs2cl/pkg-comment
Normal file
1
devel/cvs2cl/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
CVS-log-message-to-ChangeLog conversion script
|
8
devel/cvs2cl/pkg-descr
Normal file
8
devel/cvs2cl/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
cvs2cl.pl: CVS-log-message-to-ChangeLog conversion script
|
||||
|
||||
This Perl script does what you think it does: 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.
|
||||
|
||||
Author: Karl Fogel <kfogel@red-bean.com>
|
||||
WWW: http://www.red-bean.com/~kfogel/cvs2cl.shtml
|
1
devel/cvs2cl/pkg-plist
Normal file
1
devel/cvs2cl/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/cvs2cl
|
Loading…
Add table
Reference in a new issue