Date: Tue, 18 Jan 2005 13:24:25 GMT From: Daniel Wijnands <daniel@itxl.nl> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/76406: New port: <databases>/<p5-Class-DBI-DDL> <Combined with Class::DBI to create and dispose of tables> Message-ID: <200501181324.j0IDOPKS088120@www.freebsd.org> Resent-Message-ID: <200501181330.j0IDUMXF006598@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76406 >Category: ports >Synopsis: New port: <databases>/<p5-Class-DBI-DDL> <Combined with Class::DBI to create and dispose of tables> >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 18 13:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Daniel Wijnands >Release: 5.3 >Organization: itXL >Environment: FreeBSD dell.dewie.itxl.nl 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This module is used to added to a the Class::DBI manpage class to allow it to automatically generate DDL calls to create a table if it doesn't exist in the database already. It attempts to do so in such a way as to be database independent whenever possible. >How-To-Repeat: >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-Class-DBI-DDL # p5-Class-DBI-DDL/Makefile # p5-Class-DBI-DDL/distinfo # p5-Class-DBI-DDL/pkg-descr # p5-Class-DBI-DDL/pkg-plist # echo c - p5-Class-DBI-DDL mkdir -p p5-Class-DBI-DDL > /dev/null 2>&1 echo x - p5-Class-DBI-DDL/Makefile sed 's/^X//' >p5-Class-DBI-DDL/Makefile << 'END-of-p5-Class-DBI-DDL/Makefile' X# New ports collection makefile for: p5-Class-DBI-DDL X# Date created: 18 january 2005 X# Whom: Daniel Wijnands <daniel@itxl.nl> X# X# $FreeBSD: ports/databases/p5-Class-DBI-DDL/Makefile,v 1.01 2005/01/18 14:16:18 $ X# X XPORTNAME= Class-DBI-DDL XPORTVERSION= 1.01 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Class XPKGNAMEPREFIX= p5- X XMAINTAINER= daniel@itxl.nl XCOMMENT= DDL for Class-DBI X XRUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI XBUILD_DEPENDS= ${RUN_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3=Class::DBI::DDL.3 Class::DBI::DDL::Pg.3 Class::DBI::DDL::mysql.3 X X.include <bsd.port.mk> END-of-p5-Class-DBI-DDL/Makefile echo x - p5-Class-DBI-DDL/distinfo sed 's/^X//' >p5-Class-DBI-DDL/distinfo << 'END-of-p5-Class-DBI-DDL/distinfo' XMD5 (Class-DBI-DDL-1.01.tar.gz) = 88da4af1c20be0a3aeececf76f06bca2 XSIZE (Class-DBI-DDL-1.01.tar.gz) = 6890 END-of-p5-Class-DBI-DDL/distinfo echo x - p5-Class-DBI-DDL/pkg-descr sed 's/^X//' >p5-Class-DBI-DDL/pkg-descr << 'END-of-p5-Class-DBI-DDL/pkg-descr' XClass::DBI::DDLi Class::DBI::DDL - XCombined with Class::DBI to create and dispose of tables X XWWW: http://search.cpan.org/dist/Class-DBI-DDL/ END-of-p5-Class-DBI-DDL/pkg-descr echo x - p5-Class-DBI-DDL/pkg-plist sed 's/^X//' >p5-Class-DBI-DDL/pkg-plist << 'END-of-p5-Class-DBI-DDL/pkg-plist' Xlib/perl5/site_perl/5.8.5/Class/DBI/DDL.pm Xlib/perl5/site_perl/5.8.5/Class/DBI/DDL/Pg.pm Xlib/perl5/site_perl/5.8.5/Class/DBI/DDL/mysql.pm Xlib/perl5/site_perl/5.8.5/mach/auto/Class/DBI/DDL/.packlist X@dirrm lib/perl5/site_perl/5.8.5/mach/auto/Class/DBI/DDL X@dirrm lib/perl5/site_perl/5.8.5/Class/DBI/DDL END-of-p5-Class-DBI-DDL/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501181324.j0IDOPKS088120>