pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update websvn to latest 1.61, since 1.40 is no longer ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6848ddd8109
branches:  trunk
changeset: 483062:b6848ddd8109
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Nov 06 21:16:15 2004 +0000

description:
Update websvn to latest 1.61, since 1.40 is no longer available on the home
site.

Notable changes since 1.40:
* language/encoding fixes
* cache overhaul and directory listing optimization, the existing cache
  files should be deleted
* wsvn.php changed, configuration changes need to be re-done
* added blame support
* support for comparing entire directories, and directory tarball download
* various config options now per-project
* new 'Zinn' style
* new Swedish, Japanese, Korean, Russian, Chinese, Spanish translations

See changes.txt in the source distribution for complete & detailed list
of changes.

diffstat:

 doc/CHANGES         |   3 ++-
 www/websvn/Makefile |  10 +++++-----
 www/websvn/PLIST    |  32 +++++++++++++++++++++++++++++++-
 www/websvn/distinfo |   6 +++---
 4 files changed, 41 insertions(+), 10 deletions(-)

diffs (121 lines):

diff -r 5db1d7d8f680 -r b6848ddd8109 doc/CHANGES
--- a/doc/CHANGES       Sat Nov 06 20:44:56 2004 +0000
+++ b/doc/CHANGES       Sat Nov 06 21:16:15 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7741 2004/11/06 20:19:54 he Exp $
+$NetBSD: CHANGES,v 1.7742 2004/11/06 21:16:15 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5132,3 +5132,4 @@
        Added p5-Lingua-EN-Inflect 1.88 [he 2004-11-06]
        Added p5-UNIVERSAL-moniker 0.08 [he 2004-11-06]
        Added p5-Class-DBI 0.96 [he 2004-11-06]
+       Updated websvn to 1.61 [jdolecek 2004-11-06]
diff -r 5db1d7d8f680 -r b6848ddd8109 www/websvn/Makefile
--- a/www/websvn/Makefile       Sat Nov 06 20:44:56 2004 +0000
+++ b/www/websvn/Makefile       Sat Nov 06 21:16:15 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2004/11/06 20:44:56 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/06 21:16:15 jdolecek Exp $
 #
 
-DISTNAME=      WebSVN_140
-PKGNAME=       websvn-1.40
-PKGREVISION=   1
+DISTNAME=      WebSVN_161
+PKGNAME=       websvn-1.61
+PKGREVISION=   # empty
 CATEGORIES=    www
-MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/10659/
+MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/14334/
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://websvn.tigris.org/
diff -r 5db1d7d8f680 -r b6848ddd8109 www/websvn/PLIST
--- a/www/websvn/PLIST  Sat Nov 06 20:44:56 2004 +0000
+++ b/www/websvn/PLIST  Sat Nov 06 21:16:15 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/06/21 01:34:16 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/11/06 21:16:15 jdolecek Exp $
 share/examples/websvn/distconfig.inc
 ${HTTPD_ROOT}/websvn/cache/tmp
 ${HTTPD_ROOT}/websvn/changes.txt
@@ -18,14 +18,28 @@
 ${HTTPD_ROOT}/websvn/languages/english.inc
 ${HTTPD_ROOT}/websvn/languages/french.inc
 ${HTTPD_ROOT}/websvn/languages/german.inc
+${HTTPD_ROOT}/websvn/languages/japanese-euc.inc
+${HTTPD_ROOT}/websvn/languages/japanese-jis.inc
+${HTTPD_ROOT}/websvn/languages/japanese-sjis.inc
+${HTTPD_ROOT}/websvn/languages/japanese-utf8.inc
+${HTTPD_ROOT}/websvn/languages/korean-euc.inc
+${HTTPD_ROOT}/websvn/languages/korean-utf8.inc
 ${HTTPD_ROOT}/websvn/languages/portuguese.inc
+${HTTPD_ROOT}/websvn/languages/russian.inc
+${HTTPD_ROOT}/websvn/languages/spanish.inc
+${HTTPD_ROOT}/websvn/languages/swedish.inc
+${HTTPD_ROOT}/websvn/languages/tchinese-utf8.inc
+${HTTPD_ROOT}/websvn/languages/tchinese.inc
 ${HTTPD_ROOT}/websvn/licence.txt
 ${HTTPD_ROOT}/websvn/listing.php
 ${HTTPD_ROOT}/websvn/log.php
 ${HTTPD_ROOT}/websvn/rss.php
 ${HTTPD_ROOT}/websvn/templates.txt
+${HTTPD_ROOT}/websvn/templates/BlueGrey/blame.tmpl
+${HTTPD_ROOT}/websvn/templates/BlueGrey/compare.tmpl
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/diff.tmpl
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/directory.tmpl
+${HTTPD_ROOT}/websvn/templates/BlueGrey/e-node.png
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/file.png
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/file.tmpl
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/filec.png
@@ -34,13 +48,18 @@
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/folder.png
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/footer.tmpl
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/header.tmpl
+${HTTPD_ROOT}/websvn/templates/BlueGrey/i-node.png
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/index.tmpl
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/log.tmpl
+${HTTPD_ROOT}/websvn/templates/BlueGrey/l-node.png
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/png.js
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/repo.png
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/styles.css
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/subversion.png
+${HTTPD_ROOT}/websvn/templates/BlueGrey/t-node.png
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/xml.gif
+${HTTPD_ROOT}/websvn/templates/Standard/blame.tmpl
+${HTTPD_ROOT}/websvn/templates/Standard/compare.tmpl
 ${HTTPD_ROOT}/websvn/templates/Standard/diff.tmpl
 ${HTTPD_ROOT}/websvn/templates/Standard/directory.tmpl
 ${HTTPD_ROOT}/websvn/templates/Standard/file.tmpl
@@ -50,7 +69,18 @@
 ${HTTPD_ROOT}/websvn/templates/Standard/log.tmpl
 ${HTTPD_ROOT}/websvn/templates/Standard/styles.css
 ${HTTPD_ROOT}/websvn/templates/Standard/xml.gif
+${HTTPD_ROOT}/websvn/templates/Zinn/blame.tmpl
+${HTTPD_ROOT}/websvn/templates/Zinn/compare.tmpl
+${HTTPD_ROOT}/websvn/templates/Zinn/diff.tmpl
+${HTTPD_ROOT}/websvn/templates/Zinn/directory.tmpl
+${HTTPD_ROOT}/websvn/templates/Zinn/file.tmpl
+${HTTPD_ROOT}/websvn/templates/Zinn/footer.tmpl
+${HTTPD_ROOT}/websvn/templates/Zinn/header.tmpl
+${HTTPD_ROOT}/websvn/templates/Zinn/index.tmpl
+${HTTPD_ROOT}/websvn/templates/Zinn/log.tmpl
+${HTTPD_ROOT}/websvn/templates/Zinn/styles.css
 ${HTTPD_ROOT}/websvn/wsvn.php
+@dirrm ${HTTPD_ROOT}/websvn/templates/Zinn
 @dirrm ${HTTPD_ROOT}/websvn/templates/Standard
 @dirrm ${HTTPD_ROOT}/websvn/templates/BlueGrey
 @dirrm ${HTTPD_ROOT}/websvn/templates
diff -r 5db1d7d8f680 -r b6848ddd8109 www/websvn/distinfo
--- a/www/websvn/distinfo       Sat Nov 06 20:44:56 2004 +0000
+++ b/www/websvn/distinfo       Sat Nov 06 21:16:15 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/06/21 01:34:16 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2004/11/06 21:16:15 jdolecek Exp $
 
-SHA1 (WebSVN_140.tar.gz) = 251b2714b4c025b19e0ed9662e49f626e00f8380
-Size (WebSVN_140.tar.gz) = 65979 bytes
+SHA1 (WebSVN_161.tar.gz) = 7fecbaa9619e3061ea57dda0a4bfcb4a3cca888d
+Size (WebSVN_161.tar.gz) = 89305 bytes



Home | Main Index | Thread Index | Old Index