diff options
author | jgh <jgh@FreeBSD.org> | 2012-05-25 01:41:02 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-05-25 01:41:02 +0800 |
commit | 66cd0a3e005e5980f7b2da016815bd9aefa7a517 (patch) | |
tree | d8f3f6cd53e7da94d2c0c0939ef7b425d52f43eb /www/Makefile | |
parent | 79637edcbf3d9e94dc567c376d7aadda45b9fa12 (diff) | |
download | freebsd-ports-gnome-66cd0a3e005e5980f7b2da016815bd9aefa7a517.tar.gz freebsd-ports-gnome-66cd0a3e005e5980f7b2da016815bd9aefa7a517.tar.zst freebsd-ports-gnome-66cd0a3e005e5980f7b2da016815bd9aefa7a517.zip |
Add new port: www/sventon
sventon is a free, open source, web client for browsing Subversion repositories.
It is powerful, straightforward to use, and super easy to install.
sventon is a pure Java application, all you need to run it is a Java SE 6
runtime and a Servlet 2.4/JSP 2.0 compliant webserver, such as Tomcat 6.0.
WWW: http://www.sventon.org/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9aa832fb0b73..57191f32bad1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1781,6 +1781,7 @@ SUBDIR += suphp SUBDIR += surf SUBDIR += surfraw + SUBDIR += sventon SUBDIR += swfdec-plugin SUBDIR += swiggle SUBDIR += swish++ |