1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add p5-CDB_File-Generator 0.030, generate massive sorted CDB files

simply.

PR:		33411
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Pete Fritchman 2002-02-08 06:09:52 +00:00
parent e8a9b88bff
commit a21803ec22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54345
6 changed files with 42 additions and 0 deletions

View File

@ -57,6 +57,7 @@
SUBDIR += p5-AsciiDB-TagFile
SUBDIR += p5-BerkeleyDB
SUBDIR += p5-CDB_File
SUBDIR += p5-CDB_File-Generator
SUBDIR += p5-DBD-CSV
SUBDIR += p5-DBD-InterBase
SUBDIR += p5-DBD-mysql

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: CDB_File::Generator
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= CDB_File-Generator
PORTVERSION= 0.030
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CDB_File
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:${PORTSDIR}/databases/cdb \
${SITE_PERL}/${PERL_ARCH}/CDB_File.pm:${PORTSDIR}/databases/p5-CDB_File
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3= CDB_File::Generator.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (CDB_File-Generator-0.030.tar.gz) = bbcf82e976ebf11603911a42c55fb144

View File

@ -0,0 +1 @@
Generate massive sorted CDB files simply

View File

@ -0,0 +1,7 @@
CDB::Generator is a designed for generating very large sorted CDB
files. This makes it easy to generate files in which cdbmultiget can
return more than one key.
WWW: http://search.cpan.org/search?dist=CDB_File-Generator
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/CDB_File/Generator.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/Generator/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/Generator
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CDB_File 2>/dev/null || true