pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/cvsweb Update to CVSweb 3.0.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/24d9379a06b8
branches: trunk
changeset: 484342:24d9379a06b8
user: lukem <lukem%pkgsrc.org@localhost>
date: Sat Nov 27 01:41:24 2004 +0000
description:
Update to CVSweb 3.0.4.
Notable changes from 3.0.1:
* Fixed tab expansion to not eat everything before a tab in HTMLized diffs.
* Improved support for the magic "." (== latest) revision on branches
for download, view, and annotate URLs.
* Improved whitespace handling in "human readable" (HTMLized) diffs.
* The new cvsweb.conf parameter $DEBUG can be set to a true value in order
to enable more output to the web server error log for troubleshooting.
* More robust URI escaping, links to paths/filenames containing unusual
characters work better now.
* Visual, accessibility, and CSS class structure improvements.
* Minor optimizations and bug fixes.
diffstat:
www/cvsweb/Makefile | 15 +++++++--------
www/cvsweb/distinfo | 6 +++---
2 files changed, 10 insertions(+), 11 deletions(-)
diffs (57 lines):
diff -r 8801cee6b356 -r 24d9379a06b8 www/cvsweb/Makefile
--- a/www/cvsweb/Makefile Sat Nov 27 01:34:57 2004 +0000
+++ b/www/cvsweb/Makefile Sat Nov 27 01:41:24 2004 +0000
@@ -1,9 +1,8 @@
#
-# $NetBSD: Makefile,v 1.22 2004/06/09 18:55:11 xtraeme Exp $
+# $NetBSD: Makefile,v 1.23 2004/11/27 01:41:24 lukem Exp $
#
-DISTNAME= cvsweb-3.0.1
-PKGREVISION= 1
+DISTNAME= cvsweb-3.0.4
CATEGORIES= www
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/
@@ -16,6 +15,10 @@
DEPENDS+= p5-MIME-Types>=1.12:../../mail/p5-MIME-Types
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
+.if !exists(/usr/bin/rlog)
+DEPENDS+= rcs-[0-9]*:../../devel/rcs
+.endif
+
NO_BUILDLINK= YES
NO_BUILD= YES
USE_PERL5= # defined
@@ -44,10 +47,6 @@
CONF_FILES= ${EGDIR}/cvsweb.conf ${PKG_SYSCONFDIR}/cvsweb.conf
-.if !exists(/usr/bin/rlog)
-DEPENDS+= rcs-[0-9]*:../../devel/rcs
-.endif
-
do-install:
${INSTALL_SCRIPT_DIR} ${PREFIX}/libexec/cgi-bin
${INSTALL_SCRIPT} ${WRKSRC}/cvsweb.cgi ${PREFIX}/libexec/cgi-bin
@@ -70,7 +69,7 @@
SUBST_CLASSES= prefix
SUBST_STAGE.prefix= post-patch
-SUBST_FILES.prefix= cvsweb.conf cvsweb.cgi INSTALL
+SUBST_FILES.prefix= cvsweb.conf cvsweb.cgi INSTALL
SUBST_SED.prefix= -e "s,/usr/local/etc/apache,${PKG_SYSCONFBASE}/httpd,g"
SUBST_SED.prefix+= -e "s,/usr/local/etc/cvsweb,${PKG_SYSCONFDIR},g"
SUBST_SED.prefix+= -e "s,/usr/local/bin,${LOCALBASE}/bin,g"
diff -r 8801cee6b356 -r 24d9379a06b8 www/cvsweb/distinfo
--- a/www/cvsweb/distinfo Sat Nov 27 01:34:57 2004 +0000
+++ b/www/cvsweb/distinfo Sat Nov 27 01:41:24 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/06/09 18:55:11 xtraeme Exp $
+$NetBSD: distinfo,v 1.13 2004/11/27 01:41:24 lukem Exp $
-SHA1 (cvsweb-3.0.1.tar.gz) = 52ae5e8cc65cef7c3fdc33f9369fe00b2c5af8da
-Size (cvsweb-3.0.1.tar.gz) = 69916 bytes
+SHA1 (cvsweb-3.0.4.tar.gz) = 0b1946b3b12db7fd49aa41f344d3d0ad3ea6fe87
+Size (cvsweb-3.0.4.tar.gz) = 71453 bytes
Home |
Main Index |
Thread Index |
Old Index