pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/websvn Initial import of websvn-1.39 from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcb12984b9b6
branches:  trunk
changeset: 476775:bcb12984b9b6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Jun 20 19:36:55 2004 +0000

description:
Initial import of websvn-1.39 from pkgsrc-wip.

WebSVN offers a view onto your subversion repositories that's been designed to
reflect the Subversion methodology. You can view the log of any file or
directory and see a list of all the files changed, added or deleted in any
given revision. You can also view the differences between 2 versions of a
file so as to see exactly what was changed in a particular revision.

WebSVN offers the following features:

    * Easy to use interface
    * Highly customisable templating system
    * Log message searching
    * Colourisation of file listings
    * Fast browsing thanks to internal caching feature
    * Apache MultiViews support

Since it's written using PHP, WebSVN is also very portable and easy to
install.

diffstat:

 www/websvn/DESCR    |  17 ++++++++++++++++
 www/websvn/MESSAGE  |  11 ++++++++++
 www/websvn/Makefile |  31 +++++++++++++++++++++++++++++
 www/websvn/PLIST    |  55 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 www/websvn/distinfo |   4 +++
 5 files changed, 118 insertions(+), 0 deletions(-)

diffs (138 lines):

diff -r 7a5853f59e11 -r bcb12984b9b6 www/websvn/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/websvn/DESCR  Sun Jun 20 19:36:55 2004 +0000
@@ -0,0 +1,17 @@
+WebSVN offers a view onto your subversion repositories that's been designed to
+reflect the Subversion methodology. You can view the log of any file or 
+directory and see a list of all the files changed, added or deleted in any 
+given revision. You can also view the differences between 2 versions of a 
+file so as to see exactly what was changed in a particular revision.
+
+WebSVN offers the following features:
+
+    * Easy to use interface
+    * Highly customisable templating system
+    * Log message searching
+    * Colourisation of file listings
+    * Fast browsing thanks to internal caching feature
+    * Apache MultiViews support 
+
+Since it's written using PHP, WebSVN is also very portable and easy to 
+install.
diff -r 7a5853f59e11 -r bcb12984b9b6 www/websvn/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/websvn/MESSAGE        Sun Jun 20 19:36:55 2004 +0000
@@ -0,0 +1,11 @@
+===========================================================================
+$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 7a5853f59e11 -r bcb12984b9b6 www/websvn/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/websvn/Makefile       Sun Jun 20 19:36:55 2004 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 19:36:55 xtraeme Exp $
+#
+
+DISTNAME=      WebSVN_139
+PKGNAME=       websvn-1.39
+CATEGORIES=    www
+MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/10659/
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://websvn.tigris.org/
+COMMENT=       Subversion repository web frontend
+
+BUILD_DEPENDS+=        {apache-[0-9]*,apache6-[0-9]*,apache2-[0-9]*}:../../www/apache2
+BUILD_DEPENDS+=        ap-php-[0-9]*:../../www/ap-php4
+
+WRKSRC=                ${WRKDIR}/WebSVN
+NO_BUILD=      yes
+
+MESSAGE_SUBST+=        PKGBASE=${PKGBASE}
+MESSAGE_SUBST+=        HTTPD_ROOT=${HTTPD_ROOT}
+PLIST_SUBST+=  HTTPD_ROOT=${HTTPD_ROOT}
+
+HTTPD_ROOT?=   share/httpd/htdocs
+
+BUILD_DEFS+=   HTTPD_ROOT
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/${HTTPD_ROOT}/websvn
+       cd ${WRKSRC} && ${PAX} -rwppm . ${PREFIX}/${HTTPD_ROOT}/websvn
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7a5853f59e11 -r bcb12984b9b6 www/websvn/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/websvn/PLIST  Sun Jun 20 19:36:55 2004 +0000
@@ -0,0 +1,55 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/20 19:36:56 xtraeme Exp $
+${HTTPD_ROOT}/websvn/cache/tmp
+${HTTPD_ROOT}/websvn/changes.txt
+${HTTPD_ROOT}/websvn/diff.php
+${HTTPD_ROOT}/websvn/filedetails.php
+${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/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/index.php
+${HTTPD_ROOT}/websvn/install.txt
+${HTTPD_ROOT}/websvn/languages/english.inc
+${HTTPD_ROOT}/websvn/languages/german.inc
+${HTTPD_ROOT}/websvn/licence.txt
+${HTTPD_ROOT}/websvn/listing.php
+${HTTPD_ROOT}/websvn/log.php
+${HTTPD_ROOT}/websvn/templates.txt
+${HTTPD_ROOT}/websvn/templates/BlueGrey/diff.tmpl
+${HTTPD_ROOT}/websvn/templates/BlueGrey/directory.tmpl
+${HTTPD_ROOT}/websvn/templates/BlueGrey/file.png
+${HTTPD_ROOT}/websvn/templates/BlueGrey/file.tmpl
+${HTTPD_ROOT}/websvn/templates/BlueGrey/filec.png
+${HTTPD_ROOT}/websvn/templates/BlueGrey/fileh.png
+${HTTPD_ROOT}/websvn/templates/BlueGrey/files.png
+${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/index.tmpl
+${HTTPD_ROOT}/websvn/templates/BlueGrey/log.tmpl
+${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/Standard/diff.tmpl
+${HTTPD_ROOT}/websvn/templates/Standard/directory.tmpl
+${HTTPD_ROOT}/websvn/templates/Standard/file.tmpl
+${HTTPD_ROOT}/websvn/templates/Standard/footer.tmpl
+${HTTPD_ROOT}/websvn/templates/Standard/header.tmpl
+${HTTPD_ROOT}/websvn/templates/Standard/index.tmpl
+${HTTPD_ROOT}/websvn/templates/Standard/log.tmpl
+${HTTPD_ROOT}/websvn/templates/Standard/styles.css
+${HTTPD_ROOT}/websvn/wsvn.php
+@dirrm ${HTTPD_ROOT}/websvn/templates/Standard
+@dirrm ${HTTPD_ROOT}/websvn/templates/BlueGrey
+@dirrm ${HTTPD_ROOT}/websvn/templates
+@dirrm ${HTTPD_ROOT}/websvn/temp
+@dirrm ${HTTPD_ROOT}/websvn/languages
+@dirrm ${HTTPD_ROOT}/websvn/include
+@dirrm ${HTTPD_ROOT}/websvn/cache
+@dirrm ${HTTPD_ROOT}/websvn
diff -r 7a5853f59e11 -r bcb12984b9b6 www/websvn/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/websvn/distinfo       Sun Jun 20 19:36:55 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/20 19:36:56 xtraeme Exp $
+
+SHA1 (WebSVN_139.tar.gz) = 286b154b5d53dede88c764b601232a2949178ba8
+Size (WebSVN_139.tar.gz) = 51393 bytes



Home | Main Index | Thread Index | Old Index