Bug 59636 - [maintainer update] sysutils/cvsweb-converters 0.2 => 0.2.1
Summary: [maintainer update] sysutils/cvsweb-converters 0.2 => 0.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-24 11:10 UTC by Martin Kammerhofer
Modified: 2003-12-05 18:23 UTC (History)
0 users

See Also:


Attachments
file.diff (1.33 KB, patch)
2003-11-24 11:10 UTC, Martin Kammerhofer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Kammerhofer 2003-11-24 11:10:12 UTC
	maintainer update: sysutils/cvsweb-converters 0.2 => 0.2.1
         New distfile, updated pkg-descr.

Fix: 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 @@
 post-patch:
         @${PERL} -i -wpe '                      \
             s[ \@PREFIX\@ ](${PREFIX})gx;       \
-            s[ \@PERL5\@  ](${PERL})gx;         \
+            s[ \@PERL\@   ](${PERL})gx;         \
         ' -- "${WRKSRC}"/*.pl.in

 do-install:


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>--Ooq7HDEhxE0DSq7rD4CLS4g2N1xxYUBTRBN9kljshq8I23YI
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file:
/home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.3
diff -u -t -r1.1.1.1 -r1.3
--- Makefile	24 Oct 2003 12:03:45 -0000	1.1.1.1
+++ Makefile	24 Nov 2003 08:34:06 -0000	1.3
@@ -6,7 +6,7 @@
 #
How-To-Repeat: 	n/a
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 16:34:00 UTC
I got a checksum mismatch:

md5 /usr/ports/distfiles/cvsweb-converters-0.2.1.tar.gz 
MD5 (/usr/ports/distfiles/cvsweb-converters-0.2.1.tar.gz) = 0da2acd2cca7bae2f416d2e6147dbac9

Can you please investigate?

-- 
Pav Lucistnik <pav@FreeBSD.org>
              <pav@oook.cz>
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 16:34:11 UTC
State Changed
From-To: open->feedback

Asked maintainer for details. 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 16:34:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll handle this.
Comment 4 Martin Kammerhofer 2003-12-05 18:13:29 UTC
Zitat von Pav Lucistnik <pav@FreeBSD.org>:
> I got a checksum mismatch:
[snip]
> Can you please investigate?

Sorry, I got the checksum wrong. The distfile is correct. Please do a
"make makesum"!
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 18:23:45 UTC
State Changed
From-To: feedback->closed

Committed, thanks!