pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/252f98366076
branches:  trunk
changeset: 393717:252f98366076
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon May 25 09:43:52 2009 +0000

description:
Import java-pure-hyperestraier-1.0.0.1.4.13 as textproc/java-pure-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 pure interface of Hyper Estraier.

diffstat:

 textproc/java-pure-hyperestraier/DESCR    |   7 +++++++
 textproc/java-pure-hyperestraier/Makefile |  23 +++++++++++++++++++++++
 textproc/java-pure-hyperestraier/PLIST    |   2 ++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 795be51c57df -r 252f98366076 textproc/java-pure-hyperestraier/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/java-pure-hyperestraier/DESCR    Mon May 25 09:43:52 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 pure interface of Hyper Estraier.
diff -r 795be51c57df -r 252f98366076 textproc/java-pure-hyperestraier/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/java-pure-hyperestraier/Makefile Mon May 25 09:43:52 2009 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/25 09:43:52 obache Exp $
+#
+
+.include "../../textproc/hyperestraier/Makefile.common"
+
+PKGNAME=       java-pure-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
+CATEGORIES=    databases java
+
+COMMENT=       Java pure interface of Hyper Estraier
+LICENSE=       gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+MY_SUBDIR=     javapure
+BUILD_DIRS=    ${MY_SUBDIR}
+CONFIGURE_DIRS=        ${MY_SUBDIR}
+
+GNU_CONFIGURE= yes
+
+TEST_TARGET=   check
+
+.include "../../mk/java-vm.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 795be51c57df -r 252f98366076 textproc/java-pure-hyperestraier/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/java-pure-hyperestraier/PLIST    Mon May 25 09:43:52 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/25 09:43:52 obache Exp $
+lib/estraierpure.jar



Home | Main Index | Thread Index | Old Index