diff options
author | obache <obache> | 2009-05-25 09:43:52 +0000 |
---|---|---|
committer | obache <obache> | 2009-05-25 09:43:52 +0000 |
commit | c76d9d580fe1e0caf334362a7b0f8b3e9edae763 (patch) | |
tree | 888765bfa799e5da37b8c042ecfa1d999cce673c /textproc | |
parent | 2fb3e883bd68c24dab29768b5161f9eb86eb1928 (diff) | |
download | pkgsrc-c76d9d580fe1e0caf334362a7b0f8b3e9edae763.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/java-pure-hyperestraier/DESCR | 7 | ||||
-rw-r--r-- | textproc/java-pure-hyperestraier/Makefile | 23 | ||||
-rw-r--r-- | textproc/java-pure-hyperestraier/PLIST | 2 |
3 files changed, 32 insertions, 0 deletions
diff --git a/textproc/java-pure-hyperestraier/DESCR b/textproc/java-pure-hyperestraier/DESCR new file mode 100644 index 00000000000..dfd55bdd4bd --- /dev/null +++ b/textproc/java-pure-hyperestraier/DESCR @@ -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 --git a/textproc/java-pure-hyperestraier/Makefile b/textproc/java-pure-hyperestraier/Makefile new file mode 100644 index 00000000000..9027ac2b973 --- /dev/null +++ b/textproc/java-pure-hyperestraier/Makefile @@ -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 --git a/textproc/java-pure-hyperestraier/PLIST b/textproc/java-pure-hyperestraier/PLIST new file mode 100644 index 00000000000..3a9bed35d06 --- /dev/null +++ b/textproc/java-pure-hyperestraier/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/25 09:43:52 obache Exp $ +lib/estraierpure.jar |