pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-pure-hyperestraier Hyper Estraier is a f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bffea10858c
branches:  trunk
changeset: 521677:7bffea10858c
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Nov 17 15:45:46 2006 +0000

description:
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 Ruby pure interface of Hyper Estraier.

diffstat:

 textproc/ruby-pure-hyperestraier/DESCR    |   7 +++++++
 textproc/ruby-pure-hyperestraier/Makefile |  25 +++++++++++++++++++++++++
 textproc/ruby-pure-hyperestraier/PLIST    |   3 +++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r b8b3e445896a -r 7bffea10858c textproc/ruby-pure-hyperestraier/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-pure-hyperestraier/DESCR    Fri Nov 17 15:45:46 2006 +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 Ruby pure interface of Hyper Estraier.
diff -r b8b3e445896a -r 7bffea10858c textproc/ruby-pure-hyperestraier/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-pure-hyperestraier/Makefile Fri Nov 17 15:45:46 2006 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/17 15:45:46 obache Exp $
+#
+
+.include "../../textproc/hyperestraier/Makefile.common"
+
+PKGNAME=       ${RUBY_PKGPREFIX}-pure-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
+CATEGORIES=    textproc ruby
+
+MAINTAINER=    obata%lins.jp@localhost
+HOMEPAGE=      http://hyperestraier.sourceforge.net/
+COMMENT=       Ruby pure interface of Hyper Estaier
+
+MY_SUBDIR=     rubypure
+BUILD_DIRS=    ${MY_SUBDIR}
+CONFIGURE_DIRS=        ${MY_SUBDIR}
+
+GNU_CONFIGURE=         yes
+TEST_TARGET=           check
+RUBY_HAS_ARCHLIB=      no
+
+REPLACE_RUBY=  ${MY_SUBDIR}/estcall.rb
+
+.include "../../textproc/hyperestraier/buildlink3.mk"
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b8b3e445896a -r 7bffea10858c textproc/ruby-pure-hyperestraier/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-pure-hyperestraier/PLIST    Fri Nov 17 15:45:46 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/17 15:45:46 obache Exp $
+${RUBY_SITELIBDIR}/estraierpure.rb
+bin/estcall.rb



Home | Main Index | Thread Index | Old Index