Bug 91372 - New port databases/p5-DBIx-Abstract
Summary: New port databases/p5-DBIx-Abstract
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-06 05:40 UTC by nistor
Modified: 2006-01-06 06:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nistor 2006-01-06 05:40:03 UTC
# 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:
#
#       databases/p5-DBIx-Abstract
#       databases/p5-DBIx-Abstract/Makefile
#       databases/p5-DBIx-Abstract/pkg-descr
#       databases/p5-DBIx-Abstract/pkg-plist
#       databases/p5-DBIx-Abstract/distinfo
#
echo c - databases/p5-DBIx-Abstract
mkdir -p databases/p5-DBIx-Abstract > /dev/null 2>&1
echo x - databases/p5-DBIx-Abstract/Makefile
sed 's/^X//' >databases/p5-DBIx-Abstract/Makefile << 'END-of-databases/p5-DBIx-Abstract/Makefile'
X# New ports collection makefile for:   p5-DBIx-Abstract
X# Date created:           6 Jan 2006
X# Whom:                   Jon Nistor <nistor@snickers.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      DBIx-Abstract
XPORTVERSION=   1.006
XCATEGORIES=    databases perl5
XMASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=    DBIx
XPKGNAMEPREFIX= p5-
X
XMAINTAINER=    nistor@snickers.org
XCOMMENT=       DBIx::Abstract - DBI SQL abstraction
X
XRUN_DEPENDS=   ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
X
XPERL_CONFIGURE=        yes
X
XMAN3=          DBIx::Abstract.3
X
X.include <bsd.port.mk>
END-of-databases/p5-DBIx-Abstract/Makefile
echo x - databases/p5-DBIx-Abstract/pkg-descr
sed 's/^X//' >databases/p5-DBIx-Abstract/pkg-descr << 'END-of-databases/p5-DBIx-Abstract/pkg-descr'
XDBIx::Abstract - DBI SQL abstraction.
X
XThis module provides methods for doing manipulating database tables This module
Xprovides methods retrieving and storing data in SQL databases. It provides
Xmethods for all of the more important SQL commands (like SELECT, INSERT, REPLACE,
XUPDATE, DELETE).
X
XIt endeavors to produce an interface that will be intuitive to those already
Xfamiliar with SQL.
X
XNotable features include:
X
X  * data_source generation for some DBD drivers.
X  * Can check to make sure the connection is not stale and reconnect
X    if it is.
X  * Controls statement handles for you.
X  * Can delay writes.
X  * Generates complex where clauses from hashes and arrays.
X  * Shortcuts (convenience functions) for some common cases. (Like
X    select_all_to_hashref.)
X
XWWW: http://search.cpan.org/dist/DBIx-Abstract/
END-of-databases/p5-DBIx-Abstract/pkg-descr
echo x - databases/p5-DBIx-Abstract/pkg-plist
sed 's/^X//' >databases/p5-DBIx-Abstract/pkg-plist << 'END-of-databases/p5-DBIx-Abstract/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/DBIx/Abstract.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Abstract/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Abstract
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Abstract 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/DBIx/Abstract 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true
END-of-databases/p5-DBIx-Abstract/pkg-plist
echo x - databases/p5-DBIx-Abstract/distinfo
sed 's/^X//' >databases/p5-DBIx-Abstract/distinfo << 'END-of-databases/p5-DBIx-Abstract/distinfo'
XMD5 (DBIx-Abstract-1.006.tar.gz) = 230009d2613d3ad84a38c8589384003d
XSHA256 (DBIx-Abstract-1.006.tar.gz) = 112749cc5fdaa8163e1db38b29d15965553805b13aac442e95ccf7af08d1577a
XSIZE (DBIx-Abstract-1.006.tar.gz) = 20351
END-of-databases/p5-DBIx-Abstract/distinfo
exit

Fix: 

N/A
How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-06 05:44:08 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-06 06:16:58 UTC
State Changed
From-To: open->closed

Committed, thanks!