From root@3wgraphics.com  Sun Apr 29 08:59:50 2001
Return-Path: <root@3wgraphics.com>
Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98])
	by hub.freebsd.org (Postfix) with ESMTP id 6B29B37B422
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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: <E14ttbn-000EDe-00@3wgraphics.com>
Date: Sun, 29 Apr 2001 19:59:39 +0400
From: skv@protey.ru
Reply-To: skv@protey.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: DBIx-Recordset - Perl module for abstraction and simplification of database access
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 29 09:00:01 PDT 2001
>Closed-Date:    Tue May 8 05:01:49 PDT 2001
>Last-Modified:  Tue May 08 05:02:42 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Tue May 8 05:01:49 PDT 2001 
State-Changed-Why:  
committed, thanks 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26958 
>Unformatted:
