From owner-freebsd-ports Sun Apr 29 9: 0:10 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 8CB1737B440 for ; Sun, 29 Apr 2001 09:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TG02T23921; Sun, 29 Apr 2001 09:00:02 -0700 (PDT) (envelope-from gnats) Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 6B29B37B422 for ; Sun, 29 Apr 2001 08:59:49 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from 3wgraphics.com (ppp027.comintern.ru [213.148.2.27]) by darkone.comintern.net (8.10.1/8.10.1) with ESMTP id f3TFxkd1162221 for ; Sun, 29 Apr 2001 19:59:46 +0400 (MSK) Received: from root by 3wgraphics.com with local (Exim 3.22 #1) id 14ttbn-000EDe-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 29 Apr 2001 19:59:39 +0400 Message-Id: Date: Sun, 29 Apr 2001 19:59:39 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26958: New port: DBIx-Recordset - Perl module for abstraction and simplification of database access Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26958 >Category: ports >Synopsis: New port: DBIx-Recordset - Perl module for abstraction and simplification of database access >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 09:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: New port: DBIx-Recordset - Perl module for abstraction and simplification of database access >How-To-Repeat: >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-DBIx-Recordset # p5-DBIx-Recordset/Makefile # p5-DBIx-Recordset/distinfo # p5-DBIx-Recordset/files # p5-DBIx-Recordset/files/patch-Makefile.PL # p5-DBIx-Recordset/pkg-plist # p5-DBIx-Recordset/pkg-comment # p5-DBIx-Recordset/pkg-descr # echo c - p5-DBIx-Recordset mkdir -p p5-DBIx-Recordset > /dev/null 2>&1 echo x - p5-DBIx-Recordset/Makefile sed 's/^X//' >p5-DBIx-Recordset/Makefile << 'END-of-p5-DBIx-Recordset/Makefile' X# New ports collection makefile for: DBIx::Recordset X# Date created: 29 Apr 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= DBIx-Recordset XPORTVERSION= 0.23 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBIx XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= DBIx::Database.3 DBIx::Intrors.3 DBIx::Recordset::DBSeq.3 \ X DBIx::Recordset::FileSeq.3 DBIx::Recordset.3 DBIx::Compat.3 X X.include END-of-p5-DBIx-Recordset/Makefile echo x - p5-DBIx-Recordset/distinfo sed 's/^X//' >p5-DBIx-Recordset/distinfo << 'END-of-p5-DBIx-Recordset/distinfo' XMD5 (DBIx-Recordset-0.23.tar.gz) = 64cafcc42278264592322d958a5d4600 END-of-p5-DBIx-Recordset/distinfo echo c - p5-DBIx-Recordset/files mkdir -p p5-DBIx-Recordset/files > /dev/null 2>&1 echo x - p5-DBIx-Recordset/files/patch-Makefile.PL sed 's/^X//' >p5-DBIx-Recordset/files/patch-Makefile.PL << 'END-of-p5-DBIx-Recordset/files/patch-Makefile.PL' X*** Makefile.PL.orig Sun Apr 29 19:51:53 2001 X--- Makefile.PL Sun Apr 29 19:52:04 2001 X*************** X*** 8,13 **** X--- 8,14 ---- X X use ExtUtils::MakeMaker; X X+ =item X # Ignore the following DBD Drivers X X %ignore = ('ExampleP' => 1, X*************** X*** 183,189 **** X X close FH ; X } X! X X WriteMakefile X ( X--- 184,190 ---- X X close FH ; X } X! =cut X X WriteMakefile X ( END-of-p5-DBIx-Recordset/files/patch-Makefile.PL echo x - p5-DBIx-Recordset/pkg-plist sed 's/^X//' >p5-DBIx-Recordset/pkg-plist << 'END-of-p5-DBIx-Recordset/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Recordset/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/Compat.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/Database.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/Intrors.pod Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/Recordset.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/Recordset/DBSeq.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/Recordset/FileSeq.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx/Recordset X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Recordset X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true END-of-p5-DBIx-Recordset/pkg-plist echo x - p5-DBIx-Recordset/pkg-comment sed 's/^X//' >p5-DBIx-Recordset/pkg-comment << 'END-of-p5-DBIx-Recordset/pkg-comment' XPerl module for abstraction and simplification of database access END-of-p5-DBIx-Recordset/pkg-comment echo x - p5-DBIx-Recordset/pkg-descr sed 's/^X//' >p5-DBIx-Recordset/pkg-descr << 'END-of-p5-DBIx-Recordset/pkg-descr' XDBIx::Recordset is a perl module for abstraction and simplification of Xdatabase access. X XThe goal is to make standard database access (select/insert/update/delete) Xeasier to handle and independend of the underlying DBMS. Special attention is Xmade on web applications to make it possible to handle the state-less access Xand to process the posted data of formfields, but DBIx::Recordset is not Xlimited to web applications. END-of-p5-DBIx-Recordset/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message