diff options
author | pav <pav@FreeBSD.org> | 2003-12-05 18:23:35 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-05 18:23:35 +0000 |
commit | 7b866660319660a0a31751aee730d513b2c06d35 (patch) | |
tree | 20a819bf2c09c28d6ab585c5a6a60ed4da0e10da /sysutils/cvsweb-converters | |
parent | 74641fda8d7dc55349453e24b6868aa98b669cb0 (diff) | |
download | FreeBSD-ports-7b866660319660a0a31751aee730d513b2c06d35.zip FreeBSD-ports-7b866660319660a0a31751aee730d513b2c06d35.tar.gz |
- Update to 0.2.1
- Reword a pkg-descr a bit
PR: ports/59636
Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at> (maintainer)
Diffstat (limited to 'sysutils/cvsweb-converters')
-rw-r--r-- | sysutils/cvsweb-converters/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cvsweb-converters/distinfo | 2 | ||||
-rw-r--r-- | sysutils/cvsweb-converters/pkg-descr | 27 |
3 files changed, 16 insertions, 17 deletions
diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile index 500d8e1..40ea44c 100644 --- a/sysutils/cvsweb-converters/Makefile +++ b/sysutils/cvsweb-converters/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsweb-converters -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= sysutils MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/ @@ -24,7 +24,7 @@ USE_PERL5= yes post-patch: @${PERL} -i -wpe ' \ s[ \@PREFIX\@ ](${PREFIX})gx; \ - s[ \@PERL5\@ ](${PERL})gx; \ + s[ \@PERL\@ ](${PERL})gx; \ ' -- "${WRKSRC}"/*.pl.in do-install: diff --git a/sysutils/cvsweb-converters/distinfo b/sysutils/cvsweb-converters/distinfo index ccd3b3e..be41cce 100644 --- a/sysutils/cvsweb-converters/distinfo +++ b/sysutils/cvsweb-converters/distinfo @@ -1 +1 @@ -MD5 (cvsweb-converters-0.2.tar.gz) = 8df90d0b88e11e0089f979f24f462be0 +MD5 (cvsweb-converters-0.2.1.tar.gz) = 0da2acd2cca7bae2f416d2e6147dbac9 diff --git a/sysutils/cvsweb-converters/pkg-descr b/sysutils/cvsweb-converters/pkg-descr index 1d6643f..c6ff5c5 100644 --- a/sysutils/cvsweb-converters/pkg-descr +++ b/sysutils/cvsweb-converters/pkg-descr @@ -1,24 +1,23 @@ -Note: If you don't know what cvs, cvsup and cvsweb.cgi are then this -text is most likely not interesting for you. This is primarily -intended for people tracking the development of FreeBSD and other open -source projects with a public CVS repository. +Note: If you don't know what CVS, cvsup and cvsweb.cgi are then this +text is most likely not interesting for you. +This tool is primarily intended for people tracking the development of +FreeBSD and other open source projects with a public CVS repository. This package provides three Perl scripts: + commitlog2cvsweb: converts FreeBSD commitlog files to HTML + cvsrdiff2cvsweb: converts output of "cvs rdiff -s" to HTML + cvsuplog2cvsweb: converts log output of "cvsup" to HTML -They basically transform their input almost unchanged to HTML, adding -only hyperlinks to a cvsweb.cgi script for each changed file. In order -to use them you need +They basically transform their input to HTML, adding hyperlinks to a +cvsweb URL (cf. port devel/cvsweb) for each changed file. You can +browse a log of file changes and click on anything of interest to see +the details of the change. +In order to use this tool you need: 1. access to a CVS repository of interest to you (either by local/remote cvs or by cvsup) - 2. WWW access to the repository with a cvsweb CGI. -To use commitlog2cvsweb you have to mirror the src-base part of the -FreeBSD CVS repository. This is currently (2001) about 17 megabytes. - -Other than saving you some typing (of URLs) these scripts won't do much -for you. You probably don't need this unless you frequently use cvsweb -or you got used to browse FreeBSD commit logs. + 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. -- Martin Kammerhofer <mkamm@gmx.net> |