Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 19:59:39 +0400
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26958: New port: DBIx-Recordset - Perl module for abstraction and simplification of database access
Message-ID:  <E14ttbn-000EDe-00@3wgraphics.com>

next in thread | raw e-mail | index | archive | help

>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:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: DBIx-Recordset - Perl module for abstraction and simplification of database access

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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 <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

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14ttbn-000EDe-00>