pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Search-Xapian Initial import of Search::Xa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d01863370ac2
branches:  trunk
changeset: 545112:d01863370ac2
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jul 26 23:39:21 2008 +0000

description:
Initial import of Search::Xapian, a Perl XS frontend to the Xapian
C++ search library.

diffstat:

 textproc/p5-Search-Xapian/DESCR    |   1 +
 textproc/p5-Search-Xapian/Makefile |  19 +++++++++++++++++++
 textproc/p5-Search-Xapian/distinfo |   5 +++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 2560f8569adf -r d01863370ac2 textproc/p5-Search-Xapian/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Search-Xapian/DESCR   Sat Jul 26 23:39:21 2008 +0000
@@ -0,0 +1,1 @@
+This is Search::Xapian, a Perl XS frontend to the Xapian C++ search library.
diff -r 2560f8569adf -r d01863370ac2 textproc/p5-Search-Xapian/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Search-Xapian/Makefile        Sat Jul 26 23:39:21 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 23:39:21 schmonz Exp $
+#
+
+DISTNAME=      Search-Xapian-1.0.7.0
+PKGNAME=       ${DISTNAME:S/^/p5-/}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Search/}
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      http://xapian.org/docs/bindings/perl/Search/Xapian.html
+COMMENT=       Perl XS frontend to the Xapian C++ search library
+
+USE_LANGUAGES= c++
+
+PERL5_PACKLIST=        auto/Search/Xapian/.packlist
+
+.include "../../textproc/xapian/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2560f8569adf -r d01863370ac2 textproc/p5-Search-Xapian/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Search-Xapian/distinfo        Sat Jul 26 23:39:21 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/26 23:39:21 schmonz Exp $
+
+SHA1 (Search-Xapian-1.0.7.0.tar.gz) = 229bc93d15a88d5745e112f69483d4af4d28f4f4
+RMD160 (Search-Xapian-1.0.7.0.tar.gz) = e0041267cbdee07feafa063ef22ae386d9de3a5b
+Size (Search-Xapian-1.0.7.0.tar.gz) = 43764 bytes



Home | Main Index | Thread Index | Old Index