Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2004 01:35:33 +0800 (CST)
From:      Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71039: [MAINTAINER-UPDATE] Update devel/websvn to 1.60
Message-ID:  <20040827173533.6E8AF4148A@FreeBSD.stu.edu.tw>
Resent-Message-ID: <200408271740.i7RHeDUf006915@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71039
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] Update devel/websvn to 1.60
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 27 17:40:13 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yuan-Chung Hsiao
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
Computer Center, Shu-Te University
>Environment:
FreeBSD FreeBSD.stu.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Mon Aug 23 15:15:47 CST 2004     root@FreeBSD.stu.edu.tw:/usr/obj/usr/src/sys/FreeBSD  i386

>Description:
WebSVN 1.60 has been released and is available in the file sharing area or
via the WebSVN repository at http://svn.collab.net/repos/websvn/tags/1.60
This release offers some major features and all users are recommended to
upgrade.

NEW: Directory displays are now shown in tree view format (so that it's
harder to get lost).  Many thanks to Brent Lu for this excellent patch. The
prettiest result are available in the BlueGrey scheme.
NEW: Comparison of entire directories
NEW: Tarballs of directories may now be downloaded.  Set
$config->allowdownload(); in config.inc to allow this.
NEW: New style 'Zinn' based on the templates created for
http://www.projectzinn.org/.  Thanks to Justin Doran.
NEW: File delivery now looks at the defined Mime-Type.  Thanks to Peter
Valdemar M érch for this patch.
NEW: Various configuration options may now be applied on a per project
basis.  Look in distconfig for instructions.
NEW: Support for using 'bugtraq' properties when display log entries.  See
http://svn.collab.net/repos/tortoisesvn/trunk/doc/issuetrackers.txt
NEW: Traditional Chinese translation
NEW: Spanish translation

CHANGE: Style information removed from RSS feed
CHANGE: Changed files are now hidden by defaut (since the directory
comparison link is far more useful)

FIX: File listing were't being shown with the correct accented characters
under windows.
FIX: File listing sometimes failed when there were spaces in the filename
FIX: Some setups wouldn't allow diff generations with enscript enabled.
FIX: Filenames are URL encoded correctly before calling svn file:///
FIX: Keywords weren't expanded in file view when enscript was disabled
>How-To-Repeat:
root@FreeBSD [/home/ychsiao/project/websvn] (1:33) diff -ruN /usr/ports/devel/websvn/Makefile Makefile
--- /usr/ports/devel/websvn/Makefile    Sat Aug 28 01:31:50 2004
+++ Makefile    Sat Aug 28 01:31:48 2004
@@ -6,9 +6,9 @@
 #

 PORTNAME=      websvn
-PORTVERSION=   1.51
+PORTVERSION=   160
 CATEGORIES=    devel www
-MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/14334/
+MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/14334
 DISTNAME=      WebSVN_${PORTVERSION:S/.//}

 MAINTAINER=    ychsiao@ychsiao.idv.tw

root@FreeBSD [/home/ychsiao/project/websvn] (1:33) diff -ruN /usr/ports/devel/websvn/distinfo distinfo
--- /usr/ports/devel/websvn/distinfo    Fri Aug 13 22:14:15 2004
+++ distinfo    Sat Aug 28 00:24:50 2004
@@ -1,2 +1,2 @@
-MD5 (WebSVN_151.tar.gz) = cb3a91b76ba7f1f8102968387f24cf10
-SIZE (WebSVN_151.tar.gz) = 75016
+MD5 (WebSVN_160.tar.gz) = 317cb51c5434e0eeb9eb62aa8a59e64a
+SIZE (WebSVN_160.tar.gz) = 84415

root@FreeBSD [/home/ychsiao/project/websvn] (1:34) diff -ruN /usr/ports/devel/websvn/pkg-plist pkg-plist
--- /usr/ports/devel/websvn/pkg-plist   Sat Aug 28 01:20:40 2004
+++ pkg-plist   Sat Aug 28 01:20:39 2004
@@ -1,7 +1,9 @@
 www/data/WebSVN/blame.php
 www/data/WebSVN/cache/tmp
 www/data/WebSVN/changes.txt
+www/data/WebSVN/comp.php
 www/data/WebSVN/diff.php
+www/data/WebSVN/dl.php
 www/data/WebSVN/filedetails.php
 www/data/WebSVN/form.php
 www/data/WebSVN/include/command.inc
@@ -27,14 +29,18 @@
 www/data/WebSVN/languages/portuguese.inc
 www/data/WebSVN/languages/russian.inc
 www/data/WebSVN/languages/swedish.inc
+www/data/WebSVN/languages/tchinese-utf8.inc
+www/data/WebSVN/languages/tchinese.inc
 www/data/WebSVN/licence.txt
 www/data/WebSVN/listing.php
 www/data/WebSVN/log.php
 www/data/WebSVN/rss.php
 www/data/WebSVN/templates.txt
 www/data/WebSVN/templates/BlueGrey/blame.tmpl
+www/data/WebSVN/templates/BlueGrey/compare.tmpl
 www/data/WebSVN/templates/BlueGrey/diff.tmpl
 www/data/WebSVN/templates/BlueGrey/directory.tmpl
+www/data/WebSVN/templates/BlueGrey/e-node.png
 www/data/WebSVN/templates/BlueGrey/file.png
 www/data/WebSVN/templates/BlueGrey/file.tmpl
 www/data/WebSVN/templates/BlueGrey/filec.png
@@ -43,14 +49,18 @@
 www/data/WebSVN/templates/BlueGrey/folder.png
 www/data/WebSVN/templates/BlueGrey/footer.tmpl
 www/data/WebSVN/templates/BlueGrey/header.tmpl
+www/data/WebSVN/templates/BlueGrey/i-node.png
 www/data/WebSVN/templates/BlueGrey/index.tmpl
+www/data/WebSVN/templates/BlueGrey/l-node.png
 www/data/WebSVN/templates/BlueGrey/log.tmpl
 www/data/WebSVN/templates/BlueGrey/png.js
 www/data/WebSVN/templates/BlueGrey/styles.css
 www/data/WebSVN/templates/BlueGrey/subversion.png
+www/data/WebSVN/templates/BlueGrey/t-node.png
 www/data/WebSVN/templates/BlueGrey/xml.gif
 www/data/WebSVN/templates/Standard/blame.tmpl
+www/data/WebSVN/templates/Standard/compare.tmpl
 www/data/WebSVN/templates/Standard/diff.tmpl
 www/data/WebSVN/templates/Standard/directory.tmpl
 www/data/WebSVN/templates/Standard/file.tmpl
@@ -60,7 +70,18 @@
 www/data/WebSVN/templates/Standard/log.tmpl
 www/data/WebSVN/templates/Standard/styles.css
 www/data/WebSVN/templates/Standard/xml.gif
+www/data/WebSVN/templates/Zinn/blame.tmpl
+www/data/WebSVN/templates/Zinn/compare.tmpl
+www/data/WebSVN/templates/Zinn/diff.tmpl
+www/data/WebSVN/templates/Zinn/directory.tmpl
+www/data/WebSVN/templates/Zinn/file.tmpl
+www/data/WebSVN/templates/Zinn/footer.tmpl
+www/data/WebSVN/templates/Zinn/header.tmpl
+www/data/WebSVN/templates/Zinn/index.tmpl
+www/data/WebSVN/templates/Zinn/log.tmpl
+www/data/WebSVN/templates/Zinn/styles.css
 www/data/WebSVN/wsvn.php
+@dirrm www/data/WebSVN/templates/Zinn
 @dirrm www/data/WebSVN/templates/Standard
 @dirrm www/data/WebSVN/templates/BlueGrey
 @dirrm www/data/WebSVN/templates


>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040827173533.6E8AF4148A>