From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 6 05:40:05 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1504816A41F for ; Fri, 6 Jan 2006 05:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD9EE43D46 for ; Fri, 6 Jan 2006 05:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k065e3US071588 for ; Fri, 6 Jan 2006 05:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k065e3N0071587; Fri, 6 Jan 2006 05:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 6 Jan 2006 05:40:03 GMT Resent-Message-Id: <200601060540.k065e3N0071587@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jon Nistor Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E15F116A41F for ; Fri, 6 Jan 2006 05:38:38 +0000 (GMT) (envelope-from nistor@snickers.org) Received: from snickers.org (snickers.org [204.11.50.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9516D43D45 for ; Fri, 6 Jan 2006 05:38:38 +0000 (GMT) (envelope-from nistor@snickers.org) Received: by snickers.org (Postfix, from userid 1000) id 94BAB5CFB; Fri, 6 Jan 2006 00:38:37 -0500 (EST) Message-Id: <20060106053837.94BAB5CFB@snickers.org> Date: Fri, 6 Jan 2006 00:38:37 -0500 (EST) From: Jon Nistor To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91372: New port databases/p5-DBIx-Abstract X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jon Nistor List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2006 05:40:05 -0000 >Number: 91372 >Category: ports >Synopsis: New port databases/p5-DBIx-Abstract >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 06 05:40:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jon Nistor >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD spike.snickers.org 5.4-STABLE FreeBSD 5.4-STABLE #8: Fri Oct 28 06:31:02 EDT 2005 root@:/usr/obj/usr/src/sys/SPIKE i386 >Description: # 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 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 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 >How-To-Repeat: N/A >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: