FreeBSD Bugzilla – Attachment 14345 Details for
Bug 26958
New port: DBIx-Recordset - Perl module for abstraction and simplification of database access
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.97 KB, created by
skv
on 2001-04-29 17:00:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
skv
Created:
2001-04-29 17:00:01 UTC
Size:
3.97 KB
patch
obsolete
># 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 <skv@protey.ru> >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 <bsd.port.mk> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 26958
: 14345