pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-sary Import ruby-sary version 1.2.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2241386ac81b
branches: trunk
changeset: 539201:2241386ac81b
user: obache <obache%pkgsrc.org@localhost>
date: Sat Mar 01 08:30:48 2008 +0000
description:
Import ruby-sary version 1.2.0.
Sary is a suffix array library and tools. It provides fast full-text search
facilities for text files on the order of 10 to 100 MB using a data structure
called a suffix array. It can also search specific fields in a text file by
assigning index points to those fields.
This package is Ruby Binding of Sary.
diffstat:
textproc/ruby-sary/DESCR | 6 ++++++
textproc/ruby-sary/Makefile | 32 ++++++++++++++++++++++++++++++++
textproc/ruby-sary/PLIST | 5 +++++
textproc/ruby-sary/distinfo | 5 +++++
4 files changed, 48 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r fbcf93e1b9ef -r 2241386ac81b textproc/ruby-sary/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-sary/DESCR Sat Mar 01 08:30:48 2008 +0000
@@ -0,0 +1,6 @@
+Sary is a suffix array library and tools. It provides fast full-text search
+facilities for text files on the order of 10 to 100 MB using a data structure
+called a suffix array. It can also search specific fields in a text file by
+assigning index points to those fields.
+
+This package is Ruby Binding of Sary.
diff -r fbcf93e1b9ef -r 2241386ac81b textproc/ruby-sary/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-sary/Makefile Sat Mar 01 08:30:48 2008 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/01 08:30:48 obache Exp $
+#
+
+DISTNAME= sary-ruby-1.2.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby-/-/}
+CATEGORIES= textproc ruby
+MASTER_SITES= http://sary.sourceforge.net/
+
+MAINTAINER= obache%NetBSD.org@localhost
+HOMEPAGE= http://sary.sourceforge.net/
+COMMENT= Ruby Binding of Sary
+
+RUBY_HAS_ARCHLIB= yes
+USE_RUBY_EXTCONF= yes
+
+DOCS= Reference.en.rd Reference.ja.rd
+
+SUBST_CLASSES+= ruby
+SUBST_STAGE.ruby= post-build
+SUBST_FILES.ruby= ${DOCS}
+SUBST_SED.ruby= -e 's|/usr/local/bin/ruby|${RUBY}|g'
+
+INSTALLATION_DIRS= ${RUBY_DOCDIR}/sary
+
+post-install:
+.for d in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${d} ${DESTDIR}${RUBY_DOCDIR}/sary
+.endfor
+
+.include "../../lang/ruby/modules.mk"
+.include "../../textproc/sary/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fbcf93e1b9ef -r 2241386ac81b textproc/ruby-sary/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-sary/PLIST Sat Mar 01 08:30:48 2008 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/01 08:30:48 obache Exp $
+${RUBY_SITEARCHLIBDIR}/sary.${RUBY_DLEXT}
+${RUBY_DOCDIR}/sary/Reference.en.rd
+${RUBY_DOCDIR}/sary/Reference.ja.rd
+@dirrm ${RUBY_DOCDIR}/sary
diff -r fbcf93e1b9ef -r 2241386ac81b textproc/ruby-sary/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-sary/distinfo Sat Mar 01 08:30:48 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/01 08:30:48 obache Exp $
+
+SHA1 (sary-ruby-1.2.0.tar.gz) = 18ad1c8a1d095dbaa99efbb4a040e77a58b9df08
+RMD160 (sary-ruby-1.2.0.tar.gz) = f35602bea532138b87c6d77b08dbc71f7ebddc41
+Size (sary-ruby-1.2.0.tar.gz) = 9155 bytes
Home |
Main Index |
Thread Index |
Old Index