From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 11 06:00:19 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 7FCB216A420 for ; Sat, 11 Feb 2006 06:00:19 +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 1636543D46 for ; Sat, 11 Feb 2006 06:00:19 +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 k1B60IjW056396 for ; Sat, 11 Feb 2006 06:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1B60IlB056395; Sat, 11 Feb 2006 06:00:18 GMT (envelope-from gnats) Resent-Date: Sat, 11 Feb 2006 06:00:18 GMT Resent-Message-Id: <200602110600.k1B60IlB056395@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, hideo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252E016A420 for ; Sat, 11 Feb 2006 05:57:02 +0000 (GMT) (envelope-from hideo@lastamericanempire.com) Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D319843D46 for ; Sat, 11 Feb 2006 05:57:01 +0000 (GMT) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id 1435633C3C; Fri, 10 Feb 2006 22:57:02 -0700 (MST) Message-Id: <20060211055702.1435633C3C@darwin.lastamericanempire.com> Date: Fri, 10 Feb 2006 22:57:02 -0700 (MST) From: hideo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/93169: [New Port] devel/p5-Data-Types - Validate and convert data types X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hideo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 06:00:19 -0000 >Number: 93169 >Category: ports >Synopsis: [New Port] devel/p5-Data-Types - Validate and convert data types >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: Sat Feb 11 06:00:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: hideo >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Feb 6 13:09:38 MST 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: devel/p5-Data-Types allows you to validate and covert data types >How-To-Repeat: >Fix: --- p5-Data-Types 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-Data-Types/ # p5-Data-Types/Makefile # p5-Data-Types/distinfo # p5-Data-Types/pkg-descr # p5-Data-Types/pkg-plist # echo c - p5-Data-Types/ mkdir -p p5-Data-Types/ > /dev/null 2>&1 echo x - p5-Data-Types/Makefile sed 's/^X//' >p5-Data-Types/Makefile << 'END-of-p5-Data-Types/Makefile' X# New ports collection makefile for: devel/p5-Data-Types X# Date created: 10 February 2006 X# Whom: Zach Thompson X# X# $FreeBSD$ X# X XPORTNAME= Data-Types XPORTVERSION= 0.05 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Data XPKGNAMEPREFIX= p5- X XMAINTAINER= hideo@lastamericanempire.com XCOMMENT= Data::Types - Validate and convert data types. X XPERL_MODBUILD= yes X XMAN3= Data::Types.3 X X.include END-of-p5-Data-Types/Makefile echo x - p5-Data-Types/distinfo sed 's/^X//' >p5-Data-Types/distinfo << 'END-of-p5-Data-Types/distinfo' XMD5 (Data-Types-0.05.tar.gz) = b78bec9b55634082afd40b7eafd256aa XSHA256 (Data-Types-0.05.tar.gz) = 8a03b049f01bfd7f6fa70fb67b1fa34d9a91d569c829ca0d7a2f60bbbff0ccdb XSIZE (Data-Types-0.05.tar.gz) = 5943 END-of-p5-Data-Types/distinfo echo x - p5-Data-Types/pkg-descr sed 's/^X//' >p5-Data-Types/pkg-descr << 'END-of-p5-Data-Types/pkg-descr' XThis module exports a number of functions that are useful for Xvalidating and converting data types. It is intended for use in Xapplications where data types are more important than they Xtypically are in Perl -- e.g., database applications. X XWWW: http://search.cpan.org/dist/Data-Types END-of-p5-Data-Types/pkg-descr echo x - p5-Data-Types/pkg-plist sed 's/^X//' >p5-Data-Types/pkg-plist << 'END-of-p5-Data-Types/pkg-plist' X%%SITE_PERL%%/Data/Types.pm X@dirrmtry %%SITE_PERL/Data END-of-p5-Data-Types/pkg-plist exit --- p5-Data-Types ends here --- >Release-Note: >Audit-Trail: >Unformatted: