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,7 @@
Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words. If you run a
web site, it is useful as your own search engine for pages in your
site. Also, it is useful as search utilities of mail boxes and file
servers.
This package provides the Java native interface of Hyper Estraier.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.2 2012/10/25 06:56:01 asau Exp $
#
.include "../../textproc/hyperestraier/Makefile.common"
PKGNAME= java-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
CATEGORIES= databases java
COMMENT= Java native interface of Hyper Estraier
LICENSE= gnu-lgpl-v2.1
MY_SUBDIR= javanative
BUILD_DIRS= ${MY_SUBDIR}
CONFIGURE_DIRS= ${MY_SUBDIR}
GNU_CONFIGURE= yes
TEST_TARGET= check
.include "../../textproc/hyperestraier/buildlink3.mk"
PTHREAD_AUTO_VARS= yes
.include "../../mk/pthread.buildlink3.mk"
SUBST_CLASSES+= pthread
SUBST_STAGE.pthread= pre-configure
SUBST_FILES.pthread= ${MY_SUBDIR}/configure
SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/25 09:43:00 obache Exp $
lib/estraier.jar
lib/libjestraier.so
lib/libjestraier.so.1
lib/libjestraier.so.1.0.0