From ijliao@FreeBSD.csie.NCTU.edu.tw  Tue Sep 21 07:45:33 2004
Return-Path: <ijliao@FreeBSD.csie.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D67A116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Sep 2004 07:45:33 +0000 (GMT)
Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6797143D54
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Sep 2004 07:45:33 +0000 (GMT)
	(envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 80481106CAA
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Sep 2004 15:45:25 +0800 (CST)
Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1])
 by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 48190-06 for <FreeBSD-gnats-submit@freebsd.org>;
 Tue, 21 Sep 2004 15:45:24 +0800 (CST)
Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041)
	id 4D16E106C9D; Tue, 21 Sep 2004 15:45:24 +0800 (CST)
Message-Id: <20040921074524.4D16E106C9D@FreeBSD.csie.NCTU.edu.tw>
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
Cc:
Subject: [NEW PORT] databases/p5-DBIx-TableHash: Tie a hash to a mysql table + SQL utils
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ijliao@csie.nctu.edu.tw

>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:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 21 07:50:26 GMT 2004
>Closed-Date:    Tue Oct 12 11:15:44 GMT 2004
>Last-Modified:  Tue Oct 12 11:15:44 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Tue Sep 21 09:15:21 GMT 2004 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71962 
State-Changed-From-To: open->feedback 
State-Changed-By: mat 
State-Changed-When: Wed Sep 22 13:25:51 GMT 2004 
State-Changed-Why:  
Dear submitter, 

Any reason not to put yourself as the MAINTAINER for this port ? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71962 
State-Changed-From-To: feedback->closed 
State-Changed-By: mat 
State-Changed-When: Tue Oct 12 11:15:40 GMT 2004 
State-Changed-Why:  
Port added, thanks ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71962 
>Unformatted:
