Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
The goal of the Subversion project is to build a version control system that
is a compelling replacement for CVS in the open source community. The software
is released under an Apache/BSD-style open source license.
This package contains the Java bindings to the Subversion libraries.

View File

@@ -0,0 +1,33 @@
# $NetBSD: Makefile,v 1.22 2013/02/09 13:22:11 ryoon Exp $
PKGNAME= java-subversion-${SVNVER}
COMMENT= Java bindings for Subversion
PKG_INSTALLATION_TYPES= overwrite pkgviews
MAKE_JOBS_SAFE= no
.include "../../devel/subversion/Makefile.common"
SHLIBTOOL_OVERRIDE= # empty
USE_LANGUAGES+= c c++
USE_JAVA2= yes
# We might need PKG_JVM_DEFAULT/PKG_JVMS_ACCEPTED; I'm not much for Java...
CONFIGURE_ARGS+= --enable-javahl --with-jdk=${PKG_JAVA_HOME}
# To run the tests, uncomment this line if you have junit installed in
# jre/lib/ext . TODO: If someone packages junit, use that.
#CONFIGURE_ARGS+= --with-junit
BUILD_TARGET= javahl
INSTALL_TARGET= install-javahl
TEST_TARGET= check-javahl
post-patch:
${RM} ${WRKSRC}/build-outputs.mk
${CP} ${FILESDIR}/build-outputs.mk ${WRKSRC}/build-outputs.mk
.include "../../devel/subversion-base/buildlink3.mk"
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:48:12 joerg Exp $
lib/libsvnjavahl-1.la
lib/svn-javahl/svn-javahl.jar
@pkgdir lib/svn-javahl/include