pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/websvn Update to 2.2.1. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d9b4ac237dd
branches:  trunk
changeset: 396485:8d9b4ac237dd
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jul 25 19:33:45 2009 +0000

description:
Update to 2.2.1. From the changelog:

* Fixed downloading tar-gz-archives when using gz-extension
* Improved output when svn-command could not be executed correctly
* Added config option to use full alphabetic order (independent of
    folder or file type)
* Fixed multiple links and minor issues
  * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224,
      225, 227, 228, 229, 230, 231, 232, 234, 237, 238

2.2.0:
* Fixed revision handling to use PEG revision instead of OPERATIVE revision
  * This fixes many (but not all) cases when working with
      moved/renamed/deleted files
* Removed dependencies to external command
  * Added PEAR Archive_Tar
  * Added PEAR Text_Diff
  * Added usage of gz extension if available
  * Added usage of PHP touch function
* Improved scalability of parent path handling
* Added support for upcoming PHP 5.3
* Added separate customizable extension mapping for GeSHi
* Added possiblity to ignore whitespace on compare and diff
* Added support for aliases in access file and handle continuation
    lines correctly
* Added config option to set custom config path
* Added config option to exclude specific paths from the set of
    repositories added by parentPath
* Added config option to add a subpath of a repository to the list
    of repositories
* Added config option to switch between showing age and date in log
    and listing view (the other is displayed in the title attribute)
* Added auto detection of Windows
* Added message when config file does not exist
* Added new logo and favicon
* Fixed some broken links when navigating through a repository
* Fixed created archive to be identical (for the same revision)
    across multiple request
  * This works under Linux with any PHP version and under Windows with PHP 5.3
* Fixed parsing of access file to support usernames containing equal characters
* Updated translations
  * Dutch
  * French
  * Italian

2.1.0:
* Fixed: Several security fixed
* Added: Added GeSHi for code highlighting.
* Added: New languages.
* Changed: Separated modified files and directory listing.
* Changed: Updated used libraries.
FIX: XSS vulnarabilities (Issue 179)
FIX: Hide modified files in revision view based on authentication.
FIX: Numerous other security problems.
NEW: Added translations: hungarian, indonesian, slovak, uzbek.
CHANGED: Some code cleanup.

2.0:
* Changed: many cleanups and optimisations.
* Added: more documentation for *.php files.
* Removed: extraneous bits.
* Changed: line endings now use UNIX-style across the board.
NEW: New default template theme offered by Erik Pöhler
NEW: Template files may now be specified on a per repository basis
NEW: Add RSS 'alternate' <link> elements to the HTML headers in
     directory listings. This lets you, for example, easily create a
     'live bookmark' in Firefox to monitor commits to a particular SVN path.
NEW: Russian translation.
CHANGE: Bugtraq handling has been updated to account for the latest spec.
FIX: Syntax highlighting across lines has been fixed (Issue 85)

1.62:
NEW: RSS feed can now list changed files
NEW: Templates can now show an open folder icon
NEW: Polish translation
NEW: Dutch translation
CHANGE: Window is scrolled to appropriate location when opening a new directory
FIX: Allow repository names containing '/'
FIX: Fixed sloppy HTML in diff templates
FIX: Fix problems with the diff output
FIX: Repositories on Windows network shares can now be accessed.
FIX: Accented characters weren't shown correctly in the directory comparison
     view.
FIX: Remove error when only one revision was available

pkgsrc changes:
* Use a more typical PKG_SYSCONFDIR.
* Don't depend on Apache PHP module; this runs anywhere PHP does.

diffstat:

 www/websvn/Makefile         |   38 ++--
 www/websvn/PLIST            |  316 ++++++++++++++++++++++++++++++++++++-------
 www/websvn/distinfo         |   15 +-
 www/websvn/patches/patch-aa |   16 --
 www/websvn/patches/patch-ab |   35 ----
 www/websvn/patches/patch-ac |   16 --
 www/websvn/patches/patch-ad |   16 --
 www/websvn/patches/patch-ae |   13 -
 www/websvn/patches/patch-af |   26 ---
 www/websvn/patches/patch-ag |   18 ++
 10 files changed, 304 insertions(+), 205 deletions(-)

diffs (truncated from 611 to 300 lines):

diff -r 62dec46ca1d4 -r 8d9b4ac237dd www/websvn/Makefile
--- a/www/websvn/Makefile       Sat Jul 25 17:37:03 2009 +0000
+++ b/www/websvn/Makefile       Sat Jul 25 19:33:45 2009 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2008/07/13 11:15:27 tonnerre Exp $
+# $NetBSD: Makefile,v 1.19 2009/07/25 19:33:45 schmonz Exp $
 #
 
-DISTNAME=      WebSVN_161
-PKGNAME=       websvn-1.61
-PKGREVISION=   8
+DISTNAME=      websvn-2.2.1
 CATEGORIES=    www
-MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/14334/
+MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/45918/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://websvn.tigris.org/
@@ -13,16 +11,12 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.0:../../www/ap-php
+DEPENDS+=      ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib-[0-9]*:../../archivers/php-zlib
 
-WRKSRC=                ${WRKDIR}/WebSVN
 NO_BUILD=      yes
-
 USE_TOOLS+=    pax
 
-PKG_SYSCONFDIR.websvn= ${PREFIX}/${HTTPD_ROOT}/websvn/include
-
 MESSAGE_SUBST+=        PKGBASE=${PKGBASE}
 MESSAGE_SUBST+=        HTTPD_ROOT=${HTTPD_ROOT}
 PLIST_SUBST+=  HTTPD_ROOT=${HTTPD_ROOT:Q}
@@ -32,20 +26,22 @@
 BUILD_DEFS+=   HTTPD_ROOT
 
 EGDIR=         ${PREFIX}/share/examples/websvn
-REQD_DIRS=     ${PREFIX}/${HTTPD_ROOT}/websvn/include
-CONF_FILES=    ${EGDIR}/distconfig.inc ${PKG_SYSCONFDIR}/config.inc
+CONF_FILES=    ${EGDIR}/distconfig.php ${PKG_SYSCONFDIR}/websvn.conf
+
+SUBST_CLASSES+=                conf
+SUBST_STAGE.conf=      do-configure
+SUBST_MESSAGE.conf=    Fixing paths to configuration files.
+SUBST_FILES.conf=      include/setup.php
+SUBST_SED.conf=                -e "s|@EGDIR@|${EGDIR}|g"
+SUBST_SED.conf+=       -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
 
 INSTALLATION_DIRS=     ${HTTPD_ROOT}/websvn share/examples/websvn
 
-post-extract:
-       chmod -R go-w ${WRKSRC}
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/include/distconfig.php ${DESTDIR}${EGDIR}
+       cd ${WRKSRC} && rm -f *.orig */*.orig
+       cd ${WRKSRC} && pax -rwppm . ${DESTDIR}${PREFIX}/${HTTPD_ROOT}/websvn
+       ${RM} ${DESTDIR}${PREFIX}/${HTTPD_ROOT}/websvn/include/distconfig.php
 
-do-install:
-       ${INSTALL_DATA} ${WRKSRC}/include/distconfig.inc ${DESTDIR}${EGDIR}
-       cd ${WRKSRC} && rm -f *.orig
-       cd ${WRKSRC} && pax -rwppm . ${DESTDIR}${PREFIX}/${HTTPD_ROOT}/websvn
-       ${RM} ${DESTDIR}${PREFIX}/${HTTPD_ROOT}/websvn/include/distconfig.inc
-
-.include "../../mk/apachever.mk"
 .include "../../lang/php/phpversion.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 62dec46ca1d4 -r 8d9b4ac237dd www/websvn/PLIST
--- a/www/websvn/PLIST  Sat Jul 25 17:37:03 2009 +0000
+++ b/www/websvn/PLIST  Sat Jul 25 19:33:45 2009 +0000
@@ -1,54 +1,228 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 22:00:40 joerg Exp $
-share/examples/websvn/distconfig.inc
+@comment $NetBSD: PLIST,v 1.6 2009/07/25 19:33:45 schmonz Exp $
+share/examples/websvn/distconfig.php
 ${HTTPD_ROOT}/websvn/blame.php
 ${HTTPD_ROOT}/websvn/cache/tmp
 ${HTTPD_ROOT}/websvn/changes.txt
 ${HTTPD_ROOT}/websvn/comp.php
 ${HTTPD_ROOT}/websvn/diff.php
 ${HTTPD_ROOT}/websvn/dl.php
+${HTTPD_ROOT}/websvn/doc/install.html
+${HTTPD_ROOT}/websvn/doc/style.css
+${HTTPD_ROOT}/websvn/doc/templates.html
 ${HTTPD_ROOT}/websvn/filedetails.php
 ${HTTPD_ROOT}/websvn/form.php
-${HTTPD_ROOT}/websvn/include/bugtraq.inc
-${HTTPD_ROOT}/websvn/include/command.inc
-${HTTPD_ROOT}/websvn/include/configclass.inc
-${HTTPD_ROOT}/websvn/include/feedcreator.class.php
-${HTTPD_ROOT}/websvn/include/setup.inc
-${HTTPD_ROOT}/websvn/include/svnlook.inc
-${HTTPD_ROOT}/websvn/include/template.inc
-${HTTPD_ROOT}/websvn/include/utils.inc
-${HTTPD_ROOT}/websvn/include/version.inc
+${HTTPD_ROOT}/websvn/include/accessfile.php
+${HTTPD_ROOT}/websvn/include/auth.php
+${HTTPD_ROOT}/websvn/include/bugtraq.php
+${HTTPD_ROOT}/websvn/include/command.php
+${HTTPD_ROOT}/websvn/include/configclass.php
+${HTTPD_ROOT}/websvn/include/diff_inc.php
+${HTTPD_ROOT}/websvn/include/header
+${HTTPD_ROOT}/websvn/include/setup.php
+${HTTPD_ROOT}/websvn/include/svnlook.php
+${HTTPD_ROOT}/websvn/include/template.php
+${HTTPD_ROOT}/websvn/include/utils.php
+${HTTPD_ROOT}/websvn/include/version.php
 ${HTTPD_ROOT}/websvn/index.php
-${HTTPD_ROOT}/websvn/install.txt
-${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/languages/catalan.php
+${HTTPD_ROOT}/websvn/languages/czech.php
+${HTTPD_ROOT}/websvn/languages/danish.php
+${HTTPD_ROOT}/websvn/languages/dutch.php
+${HTTPD_ROOT}/websvn/languages/english.php
+${HTTPD_ROOT}/websvn/languages/finnish.php
+${HTTPD_ROOT}/websvn/languages/french.php
+${HTTPD_ROOT}/websvn/languages/german.php
+${HTTPD_ROOT}/websvn/languages/hebrew.php
+${HTTPD_ROOT}/websvn/languages/hungarian.php
+${HTTPD_ROOT}/websvn/languages/indonesian.php
+${HTTPD_ROOT}/websvn/languages/italian.php
+${HTTPD_ROOT}/websvn/languages/japanese.php
+${HTTPD_ROOT}/websvn/languages/korean.php
+${HTTPD_ROOT}/websvn/languages/languages.php
+${HTTPD_ROOT}/websvn/languages/norwegian.php
+${HTTPD_ROOT}/websvn/languages/polish.php
+${HTTPD_ROOT}/websvn/languages/portuguese-br.php
+${HTTPD_ROOT}/websvn/languages/portuguese.php
+${HTTPD_ROOT}/websvn/languages/russian.php
+${HTTPD_ROOT}/websvn/languages/schinese.php
+${HTTPD_ROOT}/websvn/languages/slovak.php
+${HTTPD_ROOT}/websvn/languages/slovenian.php
+${HTTPD_ROOT}/websvn/languages/spanish.php
+${HTTPD_ROOT}/websvn/languages/swedish.php
+${HTTPD_ROOT}/websvn/languages/tchinese.php
+${HTTPD_ROOT}/websvn/languages/turkish.php
+${HTTPD_ROOT}/websvn/languages/uzbek.php
+${HTTPD_ROOT}/websvn/lib/feedcreator.class.php
+${HTTPD_ROOT}/websvn/lib/geshi.php
+${HTTPD_ROOT}/websvn/lib/geshi/abap.php
+${HTTPD_ROOT}/websvn/lib/geshi/actionscript.php
+${HTTPD_ROOT}/websvn/lib/geshi/actionscript3.php
+${HTTPD_ROOT}/websvn/lib/geshi/ada.php
+${HTTPD_ROOT}/websvn/lib/geshi/apache.php
+${HTTPD_ROOT}/websvn/lib/geshi/${LOWER_VENDOR}script.php
+${HTTPD_ROOT}/websvn/lib/geshi/apt_sources.php
+${HTTPD_ROOT}/websvn/lib/geshi/asm.php
+${HTTPD_ROOT}/websvn/lib/geshi/asp.php
+${HTTPD_ROOT}/websvn/lib/geshi/autoit.php
+${HTTPD_ROOT}/websvn/lib/geshi/avisynth.php
+${HTTPD_ROOT}/websvn/lib/geshi/bash.php
+${HTTPD_ROOT}/websvn/lib/geshi/basic4gl.php
+${HTTPD_ROOT}/websvn/lib/geshi/bf.php
+${HTTPD_ROOT}/websvn/lib/geshi/blitzbasic.php
+${HTTPD_ROOT}/websvn/lib/geshi/bnf.php
+${HTTPD_ROOT}/websvn/lib/geshi/boo.php
+${HTTPD_ROOT}/websvn/lib/geshi/c.php
+${HTTPD_ROOT}/websvn/lib/geshi/c_mac.php
+${HTTPD_ROOT}/websvn/lib/geshi/caddcl.php
+${HTTPD_ROOT}/websvn/lib/geshi/cadlisp.php
+${HTTPD_ROOT}/websvn/lib/geshi/cfdg.php
+${HTTPD_ROOT}/websvn/lib/geshi/cfm.php
+${HTTPD_ROOT}/websvn/lib/geshi/cil.php
+${HTTPD_ROOT}/websvn/lib/geshi/cobol.php
+${HTTPD_ROOT}/websvn/lib/geshi/cpp-qt.php
+${HTTPD_ROOT}/websvn/lib/geshi/cpp.php
+${HTTPD_ROOT}/websvn/lib/geshi/csharp.php
+${HTTPD_ROOT}/websvn/lib/geshi/css.php
+${HTTPD_ROOT}/websvn/lib/geshi/d.php
+${HTTPD_ROOT}/websvn/lib/geshi/dcs.php
+${HTTPD_ROOT}/websvn/lib/geshi/delphi.php
+${HTTPD_ROOT}/websvn/lib/geshi/diff.php
+${HTTPD_ROOT}/websvn/lib/geshi/div.php
+${HTTPD_ROOT}/websvn/lib/geshi/dos.php
+${HTTPD_ROOT}/websvn/lib/geshi/dot.php
+${HTTPD_ROOT}/websvn/lib/geshi/eiffel.php
+${HTTPD_ROOT}/websvn/lib/geshi/email.php
+${HTTPD_ROOT}/websvn/lib/geshi/fortran.php
+${HTTPD_ROOT}/websvn/lib/geshi/freebasic.php
+${HTTPD_ROOT}/websvn/lib/geshi/genero.php
+${HTTPD_ROOT}/websvn/lib/geshi/gettext.php
+${HTTPD_ROOT}/websvn/lib/geshi/glsl.php
+${HTTPD_ROOT}/websvn/lib/geshi/gml.php
+${HTTPD_ROOT}/websvn/lib/geshi/gnuplot.php
+${HTTPD_ROOT}/websvn/lib/geshi/groovy.php
+${HTTPD_ROOT}/websvn/lib/geshi/haskell.php
+${HTTPD_ROOT}/websvn/lib/geshi/hq9plus.php
+${HTTPD_ROOT}/websvn/lib/geshi/html4strict.php
+${HTTPD_ROOT}/websvn/lib/geshi/idl.php
+${HTTPD_ROOT}/websvn/lib/geshi/ini.php
+${HTTPD_ROOT}/websvn/lib/geshi/inno.php
+${HTTPD_ROOT}/websvn/lib/geshi/intercal.php
+${HTTPD_ROOT}/websvn/lib/geshi/io.php
+${HTTPD_ROOT}/websvn/lib/geshi/java.php
+${HTTPD_ROOT}/websvn/lib/geshi/java5.php
+${HTTPD_ROOT}/websvn/lib/geshi/javascript.php
+${HTTPD_ROOT}/websvn/lib/geshi/kixtart.php
+${HTTPD_ROOT}/websvn/lib/geshi/klonec.php
+${HTTPD_ROOT}/websvn/lib/geshi/klonecpp.php
+${HTTPD_ROOT}/websvn/lib/geshi/latex.php
+${HTTPD_ROOT}/websvn/lib/geshi/lisp.php
+${HTTPD_ROOT}/websvn/lib/geshi/locobasic.php
+${HTTPD_ROOT}/websvn/lib/geshi/lolcode.php
+${HTTPD_ROOT}/websvn/lib/geshi/lotusformulas.php
+${HTTPD_ROOT}/websvn/lib/geshi/lotusscript.php
+${HTTPD_ROOT}/websvn/lib/geshi/lscript.php
+${HTTPD_ROOT}/websvn/lib/geshi/lsl2.php
+${HTTPD_ROOT}/websvn/lib/geshi/lua.php
+${HTTPD_ROOT}/websvn/lib/geshi/m68k.php
+${HTTPD_ROOT}/websvn/lib/geshi/make.php
+${HTTPD_ROOT}/websvn/lib/geshi/matlab.php
+${HTTPD_ROOT}/websvn/lib/geshi/mirc.php
+${HTTPD_ROOT}/websvn/lib/geshi/modula3.php
+${HTTPD_ROOT}/websvn/lib/geshi/mpasm.php
+${HTTPD_ROOT}/websvn/lib/geshi/mxml.php
+${HTTPD_ROOT}/websvn/lib/geshi/mysql.php
+${HTTPD_ROOT}/websvn/lib/geshi/nsis.php
+${HTTPD_ROOT}/websvn/lib/geshi/oberon2.php
+${HTTPD_ROOT}/websvn/lib/geshi/objc.php
+${HTTPD_ROOT}/websvn/lib/geshi/ocaml-brief.php
+${HTTPD_ROOT}/websvn/lib/geshi/ocaml.php
+${HTTPD_ROOT}/websvn/lib/geshi/oobas.php
+${HTTPD_ROOT}/websvn/lib/geshi/oracle11.php
+${HTTPD_ROOT}/websvn/lib/geshi/oracle8.php
+${HTTPD_ROOT}/websvn/lib/geshi/pascal.php
+${HTTPD_ROOT}/websvn/lib/geshi/per.php
+${HTTPD_ROOT}/websvn/lib/geshi/perl.php
+${HTTPD_ROOT}/websvn/lib/geshi/php-brief.php
+${HTTPD_ROOT}/websvn/lib/geshi/php.php
+${HTTPD_ROOT}/websvn/lib/geshi/pic16.php
+${HTTPD_ROOT}/websvn/lib/geshi/pixelbender.php
+${HTTPD_ROOT}/websvn/lib/geshi/plsql.php
+${HTTPD_ROOT}/websvn/lib/geshi/povray.php
+${HTTPD_ROOT}/websvn/lib/geshi/powershell.php
+${HTTPD_ROOT}/websvn/lib/geshi/progress.php
+${HTTPD_ROOT}/websvn/lib/geshi/prolog.php
+${HTTPD_ROOT}/websvn/lib/geshi/providex.php
+${HTTPD_ROOT}/websvn/lib/geshi/python.php
+${HTTPD_ROOT}/websvn/lib/geshi/qbasic.php
+${HTTPD_ROOT}/websvn/lib/geshi/rails.php
+${HTTPD_ROOT}/websvn/lib/geshi/rebol.php
+${HTTPD_ROOT}/websvn/lib/geshi/reg.php
+${HTTPD_ROOT}/websvn/lib/geshi/robots.php
+${HTTPD_ROOT}/websvn/lib/geshi/ruby.php
+${HTTPD_ROOT}/websvn/lib/geshi/sas.php
+${HTTPD_ROOT}/websvn/lib/geshi/scala.php
+${HTTPD_ROOT}/websvn/lib/geshi/scheme.php
+${HTTPD_ROOT}/websvn/lib/geshi/scilab.php
+${HTTPD_ROOT}/websvn/lib/geshi/sdlbasic.php
+${HTTPD_ROOT}/websvn/lib/geshi/smalltalk.php
+${HTTPD_ROOT}/websvn/lib/geshi/smarty.php
+${HTTPD_ROOT}/websvn/lib/geshi/sql.php
+${HTTPD_ROOT}/websvn/lib/geshi/tcl.php
+${HTTPD_ROOT}/websvn/lib/geshi/teraterm.php
+${HTTPD_ROOT}/websvn/lib/geshi/text.php
+${HTTPD_ROOT}/websvn/lib/geshi/thinbasic.php
+${HTTPD_ROOT}/websvn/lib/geshi/tsql.php
+${HTTPD_ROOT}/websvn/lib/geshi/typoscript.php
+${HTTPD_ROOT}/websvn/lib/geshi/vb.php
+${HTTPD_ROOT}/websvn/lib/geshi/vbnet.php
+${HTTPD_ROOT}/websvn/lib/geshi/verilog.php
+${HTTPD_ROOT}/websvn/lib/geshi/vhdl.php
+${HTTPD_ROOT}/websvn/lib/geshi/vim.php
+${HTTPD_ROOT}/websvn/lib/geshi/visualfoxpro.php
+${HTTPD_ROOT}/websvn/lib/geshi/visualprolog.php
+${HTTPD_ROOT}/websvn/lib/geshi/whitespace.php
+${HTTPD_ROOT}/websvn/lib/geshi/winbatch.php
+${HTTPD_ROOT}/websvn/lib/geshi/xml.php
+${HTTPD_ROOT}/websvn/lib/geshi/xorg_conf.php
+${HTTPD_ROOT}/websvn/lib/geshi/xpp.php
+${HTTPD_ROOT}/websvn/lib/geshi/z80.php
+${HTTPD_ROOT}/websvn/lib/pear/Archive/Tar.php
+${HTTPD_ROOT}/websvn/lib/pear/PEAR.php
+${HTTPD_ROOT}/websvn/lib/pear/Text/Diff.php
+${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Engine/native.php
+${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Engine/shell.php
+${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Engine/string.php
+${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Engine/xdiff.php
+${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Mapped.php
+${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Renderer.php
+${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Renderer/context.php



Home | Main Index | Thread Index | Old Index