Date: Tue, 21 Sep 2004 15:45:24 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71962: [NEW PORT] databases/p5-DBIx-TableHash: Tie a hash to a mysql table + SQL utils Message-ID: <20040921074524.4D16E106C9D@FreeBSD.csie.NCTU.edu.tw> Resent-Message-ID: <200409210750.i8L7oQix010383@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71962 >Category: ports >Synopsis: [NEW PORT] databases/p5-DBIx-TableHash: Tie a hash to a mysql table + SQL utils >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 Sep 21 07:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: DBIx::TableHash is a perl module that ties a hash to a DBI/mysql table or slice of the table, along with some methods to build SQL for common database operations, returning data in convenient structures. WWW: http://christhorman.com/projects/perl/DBIx-TableHash/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-DBIx-TableHash-1.05.shar begins here --- # 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-TableHash # p5-DBIx-TableHash/Makefile # p5-DBIx-TableHash/distinfo # p5-DBIx-TableHash/pkg-descr # p5-DBIx-TableHash/pkg-plist # echo c - p5-DBIx-TableHash mkdir -p p5-DBIx-TableHash > /dev/null 2>&1 echo x - p5-DBIx-TableHash/Makefile sed 's/^X//' >p5-DBIx-TableHash/Makefile << 'END-of-p5-DBIx-TableHash/Makefile' X# ex;ts=8 X# Ports collection makefile for: DBIx::TableHash X# Date created: Sep 21, 2004 X# Whom: ijliao X# X# $FreeBSD$ X# X XPORTNAME= DBIx-TableHash XPORTVERSION= 1.05 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBIx \ X ../../authors/id/C/CH/CHTHORMAN XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Tie a hash to a mysql table + SQL utils X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql X XPERL_CONFIGURE= yes X XMAN3= DBIx::TableHash.3 X X.include <bsd.port.mk> END-of-p5-DBIx-TableHash/Makefile echo x - p5-DBIx-TableHash/distinfo sed 's/^X//' >p5-DBIx-TableHash/distinfo << 'END-of-p5-DBIx-TableHash/distinfo' XMD5 (DBIx-TableHash-1.05.tar.gz) = c38ba11588a4c70882885447d1ca9355 XSIZE (DBIx-TableHash-1.05.tar.gz) = 17257 END-of-p5-DBIx-TableHash/distinfo echo x - p5-DBIx-TableHash/pkg-descr sed 's/^X//' >p5-DBIx-TableHash/pkg-descr << 'END-of-p5-DBIx-TableHash/pkg-descr' XDBIx::TableHash is a perl module that ties a hash to a DBI/mysql table or Xslice of the table, along with some methods to build SQL for common Xdatabase operations, returning data in convenient structures. X XWWW: http://christhorman.com/projects/perl/DBIx-TableHash/ END-of-p5-DBIx-TableHash/pkg-descr echo x - p5-DBIx-TableHash/pkg-plist sed 's/^X//' >p5-DBIx-TableHash/pkg-plist << 'END-of-p5-DBIx-TableHash/pkg-plist' X%%SITE_PERL%%/DBIx/TableHash.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/TableHash/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/TableHash X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true END-of-p5-DBIx-TableHash/pkg-plist exit --- p5-DBIx-TableHash-1.05.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040921074524.4D16E106C9D>