cvs commit: ports/devel Makefile ports/devel/javasvn Makefile
distinfo pkg-descr ports/devel/javasvn/files javasvn.sh.in
Herve Quiroz
hq at FreeBSD.org
Wed Aug 31 17:15:13 GMT 2005
hq 2005-08-31 17:15:12 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/javasvn Makefile distinfo pkg-descr
devel/javasvn/files javasvn.sh.in
Log:
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 at pinguru.net>
Revision Changes Path
1.1947 +1 -0 ports/devel/Makefile
1.1 +53 -0 ports/devel/javasvn/Makefile (new)
1.1 +2 -0 ports/devel/javasvn/distinfo (new)
1.1 +17 -0 ports/devel/javasvn/files/javasvn.sh.in (new)
1.1 +15 -0 ports/devel/javasvn/pkg-descr (new)
More information about the cvs-ports
mailing list