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:
parent
042280b96b
commit
8849bc74e0
26
textproc/p5-SWISH-API/Makefile
Normal file
26
textproc/p5-SWISH-API/Makefile
Normal 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>
|
5
textproc/p5-SWISH-API/distinfo
Normal file
5
textproc/p5-SWISH-API/distinfo
Normal 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
|
3
textproc/p5-SWISH-API/pkg/DESCR
Normal file
3
textproc/p5-SWISH-API/pkg/DESCR
Normal 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.
|
8
textproc/p5-SWISH-API/pkg/PLIST
Normal file
8
textproc/p5-SWISH-API/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user