From owner-freebsd-ports Thu Jul 5 18: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A25C637B406 for ; Thu, 5 Jul 2001 18:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66109o69002; Thu, 5 Jul 2001 18:00:09 -0700 (PDT) (envelope-from gnats) Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 48D4237B401 for ; Thu, 5 Jul 2001 17:51:52 -0700 (PDT) (envelope-from sean@rand.tgd.net) Received: (qmail 66368 invoked from network); 6 Jul 2001 00:51:47 -0000 Received: from dsl081-067-239.sfo1.dsl.speakeasy.net (64.81.67.239) by rand.tgd.net with QMQP; 6 Jul 2001 00:51:47 -0000 Message-Id: <20010706005143.13809.qmail@wheel.tgd.net> Date: 6 Jul 2001 00:51:43 -0000 From: Sean Chittenden Reply-To: Sean Chittenden To: FreeBSD-gnats-submit@freebsd.org Cc: sean@chittenden.org X-Send-Pr-Version: 3.113 Subject: ports/28749: New port databases/p5-CDB_File Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28749 >Category: ports >Synopsis: New port databases/p5-CDB_File >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 18:00:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD wheel.tgd.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jun 28 10:55:57 PDT 2001 root@wheel.tgd.net:/usr/src/sys/compile/WHEEL i386 >Description: CDB_File is a perl front end to the CDB database format. This database format provides extremely quick readaccess to constant data. The CDB file format is commonly used in djbdns and qmail. 0.86 is the most recent version of the port available, however, it isn't available on CPAN or its mirrors. At the same time, if you goto http://search.cpan.org, you can download it from there. The latest version of the module that is in CPAN is 0.83, however it fails to compile. To download 0.86, you can goto: http://www.cpan.org/authors/id/TIMPX/CDB_File-0.86.tar.gz CPAN module author has been contacted about this and a resolution is expected. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-CDB_File # p5-CDB_File/Makefile # p5-CDB_File/distinfo # p5-CDB_File/pkg-comment # p5-CDB_File/pkg-descr # p5-CDB_File/pkg-plist # echo c - p5-CDB_File mkdir -p p5-CDB_File > /dev/null 2>&1 echo x - p5-CDB_File/Makefile sed 's/^X//' >p5-CDB_File/Makefile << 'END-of-p5-CDB_File/Makefile' X# New ports collection makefile for: p5-CDB_File X# Date created: 5 July 2001 X# Whom: Sean Chittenden X# X# $FreeBSD$ X# X XPORTNAME= CDB_File XPORTVERSION= 0.86 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= CDB_File XPKGNAMEPREFIX= p5- X XMAINTAINER= sean@chittenden.org X XPERL_CONFIGURE= yes XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= CDB_File.3 X X.include END-of-p5-CDB_File/Makefile echo x - p5-CDB_File/distinfo sed 's/^X//' >p5-CDB_File/distinfo << 'END-of-p5-CDB_File/distinfo' XMD5 (CDB_File-0.86.tar.gz) = 590fe1742b2086113b5d845646b6654b END-of-p5-CDB_File/distinfo echo x - p5-CDB_File/pkg-comment sed 's/^X//' >p5-CDB_File/pkg-comment << 'END-of-p5-CDB_File/pkg-comment' XPerl module to use the CDB database format END-of-p5-CDB_File/pkg-comment echo x - p5-CDB_File/pkg-descr sed 's/^X//' >p5-CDB_File/pkg-descr << 'END-of-p5-CDB_File/pkg-descr' XCDB_File is a module which provides a Perl interface to Dan Berstein's Xcdb package: X X cdb is a fast, reliable, lightweight package for creating and X reading constant databases. X XWWW: http://cr.yp.to/cdb.html END-of-p5-CDB_File/pkg-descr echo x - p5-CDB_File/pkg-plist sed 's/^X//' >p5-CDB_File/pkg-plist << 'END-of-p5-CDB_File/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/CDB_File.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/bun-x.pl Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.so X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File END-of-p5-CDB_File/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message