diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-23 08:25:41 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-23 08:25:41 +0000 |
commit | e11531c6f71d7ebf4c08f00dc7f57b3f59a0c469 (patch) | |
tree | add8a3d1356ac50eca7a9ef12b9324475ac3e4cc /sysutils/cvsweb-converters | |
parent | 338bb233c51cf6d86858988b5c41116fbda71f26 (diff) | |
download | ports-e11531c6f71d7ebf4c08f00dc7f57b3f59a0c469.tar.gz ports-e11531c6f71d7ebf4c08f00dc7f57b3f59a0c469.zip |
Notes
Diffstat (limited to 'sysutils/cvsweb-converters')
-rw-r--r-- | sysutils/cvsweb-converters/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cvsweb-converters/distinfo | 6 | ||||
-rw-r--r-- | sysutils/cvsweb-converters/pkg-descr | 16 |
3 files changed, 11 insertions, 13 deletions
diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile index 91a440e075dc..f58afec0318b 100644 --- a/sysutils/cvsweb-converters/Makefile +++ b/sysutils/cvsweb-converters/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsweb-converters -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= sysutils MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/ \ http://mitglied.lycos.de/mkamm/distfiles/ diff --git a/sysutils/cvsweb-converters/distinfo b/sysutils/cvsweb-converters/distinfo index 28dcaa2ad158..a6f6b85eb627 100644 --- a/sysutils/cvsweb-converters/distinfo +++ b/sysutils/cvsweb-converters/distinfo @@ -1,3 +1,3 @@ -MD5 (cvsweb-converters-0.3.2.tar.bz2) = 5ed5d54f654d45a9ea8ea765327f4d58 -SHA256 (cvsweb-converters-0.3.2.tar.bz2) = 8f4be8ac4c13fe630ea41d7b91b5bbbd28590a93e6f2e400be6fd944cd15ae50 -SIZE (cvsweb-converters-0.3.2.tar.bz2) = 76589 +MD5 (cvsweb-converters-0.3.3.tar.bz2) = 7e81e8849274761334672e96fcca07c2 +SHA256 (cvsweb-converters-0.3.3.tar.bz2) = 61d1a669feeffb97e86cf02bdb869a84d856baff3ab0fe07433904ed14926fec +SIZE (cvsweb-converters-0.3.3.tar.bz2) = 77191 diff --git a/sysutils/cvsweb-converters/pkg-descr b/sysutils/cvsweb-converters/pkg-descr index 0f11772c6559..d1b768bd509f 100644 --- a/sysutils/cvsweb-converters/pkg-descr +++ b/sysutils/cvsweb-converters/pkg-descr @@ -1,7 +1,5 @@ -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 port helps tracking the development of FreeBSD and other open +source projects with a public CVS repository. This package provides three Perl scripts: + commitlog2cvsweb: converts FreeBSD or DragonFlyBSD commitlog files to HTML @@ -9,15 +7,15 @@ This package provides three Perl scripts: + cvsuplog2cvsweb: converts log output of "cvsup" to HTML They basically transform their input to HTML, adding hyperlinks to a -cvsweb URL (cf. port devel/cvsweb) for each changed file. You can +cvsweb URL (cf. port devel/cvsweb3) 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. +the details of the commit. 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 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 27 megabytes disk space for the commit logs. +To use commitlog2cvsweb you have to track (at least) the +cvsroot-common and cvsroot-src part of the FreeBSD CVS repository with +cvsup. This requires about 32 megabytes disk space for the commit logs. -- Martin Kammerhofer <mkamm@gmx.net> |