pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8b3e445896a
branches:  trunk
changeset: 521676:b8b3e445896a
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Nov 17 15:42:27 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 native interface of Hyper Estraier.

diffstat:

 textproc/ruby-native-hyperestraier/DESCR    |   7 +++++++
 textproc/ruby-native-hyperestraier/Makefile |  23 +++++++++++++++++++++++
 textproc/ruby-native-hyperestraier/PLIST    |   3 +++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 195abc582375 -r b8b3e445896a textproc/ruby-native-hyperestraier/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-native-hyperestraier/DESCR  Fri Nov 17 15:42:27 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 native interface of Hyper Estraier.
diff -r 195abc582375 -r b8b3e445896a textproc/ruby-native-hyperestraier/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-native-hyperestraier/Makefile       Fri Nov 17 15:42:27 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/17 15:42:27 obache Exp $
+#
+
+.include "../../textproc/hyperestraier/Makefile.common"
+
+PKGNAME=       ${RUBY_PKGPREFIX}-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
+CATEGORIES=    textproc ruby
+
+COMMENT=       Ruby native interface of Hyper Estaier
+
+MY_SUBDIR=     rubynative
+BUILD_DIRS=    ${MY_SUBDIR}
+CONFIGURE_DIRS=        ${MY_SUBDIR}
+
+GNU_CONFIGURE=         yes
+TEST_TARGET=           check
+RUBY_HAS_ARCHLIB=      yes
+
+REPLACE_RUBY=  ${MY_SUBDIR}/estcmd.rb
+
+.include "../../textproc/hyperestraier/buildlink3.mk"
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 195abc582375 -r b8b3e445896a textproc/ruby-native-hyperestraier/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-native-hyperestraier/PLIST  Fri Nov 17 15:42:27 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/17 15:42:27 obache Exp $
+${RUBY_SITEARCHLIBDIR}/estraier.${RUBY_DLEXT}
+bin/estcmd.rb



Home | Main Index | Thread Index | Old Index