summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2005-08-31 17:15:12 +0000
committerHerve Quiroz <hq@FreeBSD.org>2005-08-31 17:15:12 +0000
commitf0e2ba185348fe87d1977a983653796f12498438 (patch)
treea4a39017d99ea1f2e822789651c530adfc9bdb0e /devel/Makefile
parent- Add russian manpage to the list of installed manpages. (diff)
JavaSVN is a pure Java Subversion client library.
You would like to use JavaSVN when you need to access or modify Subversion repository from your Java application, be it a standalone program, plugin or web application. Being a pure Java program, JavaSVN doesn't need any additional configuration or native binaries to work on any OS that runs Java. JavaSVN Features: * No external binaries or libraries are needed. * JavaSVN supports http, https, svn and svn+ssh connection protocols. * Low level API allows effective direct Subversion repository access. * Compatible with applications that already use native javahl bindings. WWW: http://tmate.org/svn/ PR: 84613 Submitted by: Gerrit Beine <tux@pinguru.net>
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f4e7a79b4e3c..6beb8b7a9da6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -389,6 +389,7 @@
SUBDIR += jakelib2
SUBDIR += jam
SUBDIR += java-util-concurrent
+ SUBDIR += javasvn
SUBDIR += jclassinfo
SUBDIR += jcmdline
SUBDIR += jep