Update to 0.3.3

PR:		99316
Submitted by:	Martin Kammerhofer <dada@pluto.tugraz.at> (maintainer)
This commit is contained in:
Emanuel Haupt 2006-06-23 08:25:41 +00:00
parent 338bb233c5
commit e11531c6f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166086
3 changed files with 11 additions and 13 deletions

View File

@ -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/

View File

@ -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

View File

@ -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>