pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update www/websvn to 1.40, and honour CONF_FILES and P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b5a3fecbe67
branches:  trunk
changeset: 476818:6b5a3fecbe67
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jun 21 01:34:16 2004 +0000

description:
Update www/websvn to 1.40, and honour CONF_FILES and PKG_SYSCONFDIR.

Changes:

ADD: RSS feed support (thanks to Lübbe Onken for his work on this)
ADD: Translatations for French and Portuguese
ADD: .exe is recognised by default as having content-type
     application/x-msdownload
ADD: Recognised links are now 'linkified' in the log messages
ADD: Tabs in file/diff listings are now expanded by a user
     configurable number of spaces.
ADD: WebSVN URLs now access the repository by name rather than number.
     This means that bookmarks will stay the same when new projects
     are added.  The old behaviour can be configure in config.inc.

FIX: Removed the revision 0 that has appeared in the previous version
FIX: Repositories were not sorted alphabetically when using ParentPath
FIX: The PNG support script needed for IE (and the BlueGrey scheme) is
     now only loaded with IE

diffstat:

 doc/CHANGES         |   3 ++-
 www/websvn/MESSAGE  |  11 -----------
 www/websvn/Makefile |  20 ++++++++++++++++----
 www/websvn/PLIST    |  14 ++++++++++----
 www/websvn/distinfo |   6 +++---
 5 files changed, 31 insertions(+), 23 deletions(-)

diffs (141 lines):

diff -r 068b4e5b07e0 -r 6b5a3fecbe67 doc/CHANGES
--- a/doc/CHANGES       Mon Jun 21 00:06:37 2004 +0000
+++ b/doc/CHANGES       Mon Jun 21 01:34:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6253 2004/06/20 22:31:51 schmonz Exp $
+$NetBSD: CHANGES,v 1.6254 2004/06/21 01:34:16 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2988,3 +2988,4 @@
        Added p5-Class-XPath-1.4 [schmonz 2004-06-20]
        Added p5-XML-RSS-Parser-2.15 [schmonz 2004-06-20]
        Added p5-XML-RAI-0.51 [schmonz 2004-06-20]
+       Updated websvn to 1.40 [xtraeme 2004-06-21]
diff -r 068b4e5b07e0 -r 6b5a3fecbe67 www/websvn/MESSAGE
--- a/www/websvn/MESSAGE        Mon Jun 21 00:06:37 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/06/20 19:36:55 xtraeme Exp $
-
-${PKGBASE} is now installed into ${HTTPD_ROOT}, 
-you'll have to copy the file distconfig.inc to config.inc found in the
-includes directory and adapt it to your subversion server.
-
-More information can be found in 
-${HTTPD_ROOT}/websvn/install.txt.
-
-===========================================================================
diff -r 068b4e5b07e0 -r 6b5a3fecbe67 www/websvn/Makefile
--- a/www/websvn/Makefile       Mon Jun 21 00:06:37 2004 +0000
+++ b/www/websvn/Makefile       Mon Jun 21 01:34:16 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 19:36:55 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/21 01:34:16 xtraeme Exp $
 #
 
-DISTNAME=      WebSVN_139
-PKGNAME=       websvn-1.39
+DISTNAME=      WebSVN_140
+PKGNAME=       websvn-1.40
 CATEGORIES=    www
 MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/10659/
 
@@ -15,6 +15,9 @@
 
 WRKSRC=                ${WRKDIR}/WebSVN
 NO_BUILD=      yes
+USE_PKGINSTALL=        yes
+
+PKG_SYSCONFDIR.websvn= ${PREFIX}/${HTTPD_ROOT}/websvn/include  
 
 MESSAGE_SUBST+=        PKGBASE=${PKGBASE}
 MESSAGE_SUBST+=        HTTPD_ROOT=${HTTPD_ROOT}
@@ -24,8 +27,17 @@
 
 BUILD_DEFS+=   HTTPD_ROOT
 
+EGDIR=         ${PREFIX}/share/examples/${PKGBASE}
+MAKE_DIRS=     ${PREFIX}/${HTTPD_ROOT}/websvn/include
+CONF_FILES=    ${EGDIR}/distconfig.inc ${PKG_SYSCONFDIR}/config.inc
+
+INSTALLATION_DIRS=     ${HTTPD_ROOT}/websvn share/examples/${PKGBASE}
+
 do-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/${HTTPD_ROOT}/websvn
+       ${INSTALL_DATA} ${WRKSRC}/include/distconfig.inc ${EGDIR}
        cd ${WRKSRC} && ${PAX} -rwppm . ${PREFIX}/${HTTPD_ROOT}/websvn
 
+post-install:
+       ${RM} ${PREFIX}/${HTTPD_ROOT}/websvn/include/distconfig.inc
+
 .include "../../mk/bsd.pkg.mk"
diff -r 068b4e5b07e0 -r 6b5a3fecbe67 www/websvn/PLIST
--- a/www/websvn/PLIST  Mon Jun 21 00:06:37 2004 +0000
+++ b/www/websvn/PLIST  Mon Jun 21 01:34:16 2004 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/20 19:36:56 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/06/21 01:34:16 xtraeme Exp $
+share/examples/websvn/distconfig.inc
 ${HTTPD_ROOT}/websvn/cache/tmp
 ${HTTPD_ROOT}/websvn/changes.txt
 ${HTTPD_ROOT}/websvn/diff.php
@@ -6,7 +7,7 @@
 ${HTTPD_ROOT}/websvn/form.php
 ${HTTPD_ROOT}/websvn/include/command.inc
 ${HTTPD_ROOT}/websvn/include/configclass.inc
-${HTTPD_ROOT}/websvn/include/distconfig.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
@@ -15,10 +16,13 @@
 ${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/portuguese.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/diff.tmpl
 ${HTTPD_ROOT}/websvn/templates/BlueGrey/directory.tmpl
@@ -36,6 +40,7 @@
 ${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/xml.gif
 ${HTTPD_ROOT}/websvn/templates/Standard/diff.tmpl
 ${HTTPD_ROOT}/websvn/templates/Standard/directory.tmpl
 ${HTTPD_ROOT}/websvn/templates/Standard/file.tmpl
@@ -44,12 +49,13 @@
 ${HTTPD_ROOT}/websvn/templates/Standard/index.tmpl
 ${HTTPD_ROOT}/websvn/templates/Standard/log.tmpl
 ${HTTPD_ROOT}/websvn/templates/Standard/styles.css
+${HTTPD_ROOT}/websvn/templates/Standard/xml.gif
 ${HTTPD_ROOT}/websvn/wsvn.php
 @dirrm ${HTTPD_ROOT}/websvn/templates/Standard
 @dirrm ${HTTPD_ROOT}/websvn/templates/BlueGrey
 @dirrm ${HTTPD_ROOT}/websvn/templates
+@exec ${MKDIR} %D/${HTTPD_ROOT}/websvn/temp
 @dirrm ${HTTPD_ROOT}/websvn/temp
 @dirrm ${HTTPD_ROOT}/websvn/languages
-@dirrm ${HTTPD_ROOT}/websvn/include
 @dirrm ${HTTPD_ROOT}/websvn/cache
-@dirrm ${HTTPD_ROOT}/websvn
+@dirrm share/examples/websvn
diff -r 068b4e5b07e0 -r 6b5a3fecbe67 www/websvn/distinfo
--- a/www/websvn/distinfo       Mon Jun 21 00:06:37 2004 +0000
+++ b/www/websvn/distinfo       Mon Jun 21 01:34:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/06/20 19:36:56 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/06/21 01:34:16 xtraeme Exp $
 
-SHA1 (WebSVN_139.tar.gz) = 286b154b5d53dede88c764b601232a2949178ba8
-Size (WebSVN_139.tar.gz) = 51393 bytes
+SHA1 (WebSVN_140.tar.gz) = 251b2714b4c025b19e0ed9662e49f626e00f8380
+Size (WebSVN_140.tar.gz) = 65979 bytes



Home | Main Index | Thread Index | Old Index