- Update to 0.2.1:

Parse FreeBSD commitmessages again, after the date format has changed
   slightly on 5 June 2004
- Nuke plist in favour of PLIST_FILES while here

PR:		ports/68507
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2004-07-01 11:00:52 +00:00
parent 2e23771c68
commit d9199a714a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112659
4 changed files with 9 additions and 23 deletions

View file

@ -6,35 +6,25 @@
#
PORTNAME= cvsweb-converters
PORTVERSION= 0.2.1
PORTVERSION= 0.2.2
CATEGORIES= sysutils
MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/
MAINTAINER= mkamm@gmx.net
COMMENT= Create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs
RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
RUN_DEPENDS= ${BUILD_DEPENDS}
NO_BUILD= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
post-patch:
@${PERL} -i -wpe ' \
s[ \@PREFIX\@ ](${PREFIX})gx; \
s[ \@PERL\@ ](${PERL})gx; \
' -- "${WRKSRC}"/*.pl.in
do-install:
cd ${WRKSRC} && \
${MKDIR} -- "${PREFIX}/bin" "${PREFIX}/etc" && \
for f in cvsuplog2cvsweb.pl.in cvsrdiff2cvsweb.pl.in \
commitlog2cvsweb.pl.in; do ${INSTALL_SCRIPT} -- \
$$f "${PREFIX}/bin/`basename $$f .pl.in`"; \
done && \
${INSTALL_DATA} -- cvsweb-converters.conf.sample "${PREFIX}/etc"
PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \
bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample
post-install:
@${CAT} ${PKGMESSAGE}

View file

@ -1,2 +1,2 @@
MD5 (cvsweb-converters-0.2.1.tar.gz) = 0da2acd2cca7bae2f416d2e6147dbac9
SIZE (cvsweb-converters-0.2.1.tar.gz) = 60184
MD5 (cvsweb-converters-0.2.2.tar.gz) = 38db134c6a4f3fbf86f7061c659d76ea
SIZE (cvsweb-converters-0.2.2.tar.gz) = 62056

View file

@ -18,6 +18,6 @@ In order to use this tool you need:
2. WWW access to the repository with the cvsweb CGI.
To use commitlog2cvsweb you have to track the cvsroot-common and
cvsroot-src part of the FreeBSD CVS repository with cvsup. This
requires some 25 megabytes disk space for the commit logs.
requires some 27 megabytes disk space for the commit logs.
--
Martin Kammerhofer <mkamm@gmx.net>

View file

@ -1,4 +0,0 @@
bin/commitlog2cvsweb
bin/cvsrdiff2cvsweb
bin/cvsuplog2cvsweb
etc/cvsweb-converters.conf.sample