Date: Wed, 31 Aug 2005 17:15:12 +0000 (UTC) From: Herve Quiroz <hq@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/javasvn Makefile distinfo pkg-descr ports/devel/javasvn/files javasvn.sh.in Message-ID: <200508311715.j7VHFCgu015362@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508311715.j7VHFCgu015362>