diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
commit | 240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/p5-Search | |
parent | 652e2956ee0721786181dcf43d7559a17c9b93f9 (diff) | |
download | pkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/p5-Search')
-rw-r--r-- | misc/p5-Search/Makefile | 25 | ||||
-rw-r--r-- | misc/p5-Search/files/md5 | 1 | ||||
-rw-r--r-- | misc/p5-Search/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/p5-Search/pkg/DESCR | 9 | ||||
-rw-r--r-- | misc/p5-Search/pkg/PLIST | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/misc/p5-Search/Makefile b/misc/p5-Search/Makefile new file mode 100644 index 00000000000..ef235d34304 --- /dev/null +++ b/misc/p5-Search/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Search +# Version required: 0.2 +# Date created: October 17th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:46 hubertf Exp $ +# + +DISTNAME= Search-0.2 +PKGNAME= p5-Search-0.2 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Search + +MAINTAINER= jfitz@FreeBSD.ORG + +USE_PERL5= YES + +MAN3= Search::Base.3 +MANPREFIX= ${PREFIX}/lib/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/misc/p5-Search/files/md5 b/misc/p5-Search/files/md5 new file mode 100644 index 00000000000..6eeb7388f35 --- /dev/null +++ b/misc/p5-Search/files/md5 @@ -0,0 +1 @@ +MD5 (Search-0.2.tar.gz) = 219489c16addfdfdacd6ce8ffca85040 diff --git a/misc/p5-Search/pkg/COMMENT b/misc/p5-Search/pkg/COMMENT new file mode 100644 index 00000000000..bb87651cf27 --- /dev/null +++ b/misc/p5-Search/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module to provide framework for multiple searches. diff --git a/misc/p5-Search/pkg/DESCR b/misc/p5-Search/pkg/DESCR new file mode 100644 index 00000000000..a6fa6f7c1f3 --- /dev/null +++ b/misc/p5-Search/pkg/DESCR @@ -0,0 +1,9 @@ + This module is a base class interfacing to search engines. + It defines an interface that can be used by any of the + Search search modules, such as Search::Glimpse or + Search::TextSearch, which are the standard ones included + with the module. + + It exports no routines, just provides methods for the + other classes. + diff --git a/misc/p5-Search/pkg/PLIST b/misc/p5-Search/pkg/PLIST new file mode 100644 index 00000000000..e2e5254838e --- /dev/null +++ b/misc/p5-Search/pkg/PLIST @@ -0,0 +1,5 @@ +lib/perl5/man/man3/Search::Base.3.gz +lib/perl5/site_perl/Search/Base.pm +lib/perl5/site_perl/Search/Glimpse.pm +lib/perl5/site_perl/Search/TextSearch.pm +@dirrm lib/perl5/site_perl/Search
\ No newline at end of file |