SWISH::API is an Object Oriented Perl interface to the swish-e C

library.  This can be used to embed the swish-e search code into your
perl program avoiding the need to run the swish-e binary for searching.

From simon@
ok sturm@, steven@
This commit is contained in:
merdely 2007-09-11 20:55:21 +00:00
parent 042280b96b
commit 8849bc74e0
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/11 20:55:21 merdely Exp $
COMMENT= Perl interface to the swish-e C library
SHARED_ONLY= Yes
DISTNAME= swish-e-2.4.5
PKGNAME= p5-SWISH-API-0.04
CATEGORIES= textproc
MODULES= cpan
MASTER_SITES= http://swish-e.org/distribution/
MAINTAINER= Michael Erdely <merdely@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= swish-e::textproc/swish-e
WANTLIB+= m z
WRKSRC= ${WRKDIST}/perl
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (swish-e-2.4.5.tar.gz) = /q5cofX0NSGQFWtUoZwBUw==
RMD160 (swish-e-2.4.5.tar.gz) = uJ2MyNj4UNLd8LUrWDocscDzwbM=
SHA1 (swish-e-2.4.5.tar.gz) = npNYDvdcNy6yMrwKSUDOdvQah/Y=
SHA256 (swish-e-2.4.5.tar.gz) = H+lr+hiz5je9M/OjemY39eDP1v87YkQOrBvtPn76lgA=
SIZE (swish-e-2.4.5.tar.gz) = 1474881

View File

@ -0,0 +1,3 @@
SWISH::API is an Object Oriented Perl interface to the swish-e C
library. This can be used to embed the swish-e search code into your
perl program avoiding the need to run the swish-e binary for searching.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/11 20:55:21 merdely Exp $
${P5ARCH}/SWISH/
${P5ARCH}/SWISH/API.pm
${P5ARCH}/auto/SWISH/
${P5ARCH}/auto/SWISH/API/
${P5ARCH}/auto/SWISH/API/API.bs
${P5ARCH}/auto/SWISH/API/API.so
@man man/man3p/SWISH::API.3p