Initial import of websvn-1.39.

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.
This commit is contained in:
Juan Romero Pardines 2004-06-09 21:22:31 +00:00 committed by Thomas Klausner
parent bb777a49ab
commit 46404cf42d
5 changed files with 115 additions and 0 deletions

17
websvn/DESCR Normal file
View file

@ -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.

11
websvn/MESSAGE Normal file
View file

@ -0,0 +1,11 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/06/09 21:22:32 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.
===========================================================================

28
websvn/Makefile Normal file
View file

@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/06/09 21:22:31 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
HOMEPAGE= http://websvn.tigris.org/
COMMENT= SHORT_DESCRIPTION_OF_THE_PACKAGE
BUILD_DEPENDS+= {apache-[0-9]*,apache6-[0-9]*,apache2-[0-9]*}
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}
HTTPD_ROOT?= ${PREFIX}/share/httpd/htdocs
do-install:
${INSTALL_DATA_DIR} ${HTTPD_ROOT}/websvn
cd ${WRKSRC} && ${PAX} -rwppm . ${HTTPD_ROOT}/websvn
.include "../../mk/bsd.pkg.mk"

55
websvn/PLIST Normal file
View file

@ -0,0 +1,55 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/09 21:22:32 xtraeme Exp $
share/httpd/htdocs/websvn/cache/tmp
share/httpd/htdocs/websvn/changes.txt
share/httpd/htdocs/websvn/diff.php
share/httpd/htdocs/websvn/filedetails.php
share/httpd/htdocs/websvn/form.php
share/httpd/htdocs/websvn/include/command.inc
share/httpd/htdocs/websvn/include/configclass.inc
share/httpd/htdocs/websvn/include/distconfig.inc
share/httpd/htdocs/websvn/include/setup.inc
share/httpd/htdocs/websvn/include/svnlook.inc
share/httpd/htdocs/websvn/include/template.inc
share/httpd/htdocs/websvn/include/utils.inc
share/httpd/htdocs/websvn/include/version.inc
share/httpd/htdocs/websvn/index.php
share/httpd/htdocs/websvn/install.txt
share/httpd/htdocs/websvn/languages/english.inc
share/httpd/htdocs/websvn/languages/german.inc
share/httpd/htdocs/websvn/licence.txt
share/httpd/htdocs/websvn/listing.php
share/httpd/htdocs/websvn/log.php
share/httpd/htdocs/websvn/templates.txt
share/httpd/htdocs/websvn/templates/BlueGrey/diff.tmpl
share/httpd/htdocs/websvn/templates/BlueGrey/directory.tmpl
share/httpd/htdocs/websvn/templates/BlueGrey/file.png
share/httpd/htdocs/websvn/templates/BlueGrey/file.tmpl
share/httpd/htdocs/websvn/templates/BlueGrey/filec.png
share/httpd/htdocs/websvn/templates/BlueGrey/fileh.png
share/httpd/htdocs/websvn/templates/BlueGrey/files.png
share/httpd/htdocs/websvn/templates/BlueGrey/folder.png
share/httpd/htdocs/websvn/templates/BlueGrey/footer.tmpl
share/httpd/htdocs/websvn/templates/BlueGrey/header.tmpl
share/httpd/htdocs/websvn/templates/BlueGrey/index.tmpl
share/httpd/htdocs/websvn/templates/BlueGrey/log.tmpl
share/httpd/htdocs/websvn/templates/BlueGrey/png.js
share/httpd/htdocs/websvn/templates/BlueGrey/repo.png
share/httpd/htdocs/websvn/templates/BlueGrey/styles.css
share/httpd/htdocs/websvn/templates/BlueGrey/subversion.png
share/httpd/htdocs/websvn/templates/Standard/diff.tmpl
share/httpd/htdocs/websvn/templates/Standard/directory.tmpl
share/httpd/htdocs/websvn/templates/Standard/file.tmpl
share/httpd/htdocs/websvn/templates/Standard/footer.tmpl
share/httpd/htdocs/websvn/templates/Standard/header.tmpl
share/httpd/htdocs/websvn/templates/Standard/index.tmpl
share/httpd/htdocs/websvn/templates/Standard/log.tmpl
share/httpd/htdocs/websvn/templates/Standard/styles.css
share/httpd/htdocs/websvn/wsvn.php
@dirrm share/httpd/htdocs/websvn/templates/Standard
@dirrm share/httpd/htdocs/websvn/templates/BlueGrey
@dirrm share/httpd/htdocs/websvn/templates
@dirrm share/httpd/htdocs/websvn/temp
@dirrm share/httpd/htdocs/websvn/languages
@dirrm share/httpd/htdocs/websvn/include
@dirrm share/httpd/htdocs/websvn/cache
@dirrm share/httpd/htdocs/websvn

4
websvn/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/06/09 21:22:32 xtraeme Exp $
SHA1 (WebSVN_139.tar.gz) = 286b154b5d53dede88c764b601232a2949178ba8
Size (WebSVN_139.tar.gz) = 51393 bytes