pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/java-native-hyperestraier Import java-native-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/119bb7afa9f4
branches:  trunk
changeset: 393715:119bb7afa9f4
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon May 25 09:43:00 2009 +0000

description:
Import java-native-hyperestraier-1.0.0.1.4.13 as textproc/java-native-hyperestraier.

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.

diffstat:

 textproc/java-native-hyperestraier/DESCR    |   7 ++++++
 textproc/java-native-hyperestraier/Makefile |  30 +++++++++++++++++++++++++++++
 textproc/java-native-hyperestraier/PLIST    |   5 ++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 905fd9c70fc7 -r 119bb7afa9f4 textproc/java-native-hyperestraier/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/java-native-hyperestraier/DESCR  Mon May 25 09:43:00 2009 +0000
@@ -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.
diff -r 905fd9c70fc7 -r 119bb7afa9f4 textproc/java-native-hyperestraier/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/java-native-hyperestraier/Makefile       Mon May 25 09:43:00 2009 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/25 09:43:00 obache 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
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+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"
diff -r 905fd9c70fc7 -r 119bb7afa9f4 textproc/java-native-hyperestraier/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/java-native-hyperestraier/PLIST  Mon May 25 09:43:00 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index