summaryrefslogtreecommitdiff
path: root/www/websvn
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-06-20 19:36:55 +0000
committerxtraeme <xtraeme>2004-06-20 19:36:55 +0000
commit3fd53eb9773d761a086e4b3078c80c589c0a4ce6 (patch)
tree34be506305cdc6f6e540d9435ed5ccf9d9bfc383 /www/websvn
parent59b2ead89558be840b1647c9ccf3fc8a53373bcc (diff)
downloadpkgsrc-3fd53eb9773d761a086e4b3078c80c589c0a4ce6.tar.gz
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 (limited to 'www/websvn')
-rw-r--r--www/websvn/DESCR17
-rw-r--r--www/websvn/MESSAGE11
-rw-r--r--www/websvn/Makefile31
-rw-r--r--www/websvn/PLIST55
-rw-r--r--www/websvn/distinfo4
5 files changed, 118 insertions, 0 deletions
diff --git a/www/websvn/DESCR b/www/websvn/DESCR
new file mode 100644
index 00000000000..8000fae810d
--- /dev/null
+++ b/www/websvn/DESCR
@@ -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 --git a/www/websvn/MESSAGE b/www/websvn/MESSAGE
new file mode 100644
index 00000000000..a5c85d1c589
--- /dev/null
+++ b/www/websvn/MESSAGE
@@ -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 --git a/www/websvn/Makefile b/www/websvn/Makefile
new file mode 100644
index 00000000000..b2c8f57b057
--- /dev/null
+++ b/www/websvn/Makefile
@@ -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
+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 --git a/www/websvn/PLIST b/www/websvn/PLIST
new file mode 100644
index 00000000000..78965f8b478
--- /dev/null
+++ b/www/websvn/PLIST
@@ -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 --git a/www/websvn/distinfo b/www/websvn/distinfo
new file mode 100644
index 00000000000..fc1ea868e21
--- /dev/null
+++ b/www/websvn/distinfo
@@ -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