From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 7 00:50: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 D5B4816A4E0 for ; Mon, 7 Aug 2006 00:50:19 +0000 (UTC) (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 79BAC43D4C for ; Mon, 7 Aug 2006 00:50:16 +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 k770oG3P052981 for ; Mon, 7 Aug 2006 00:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k770oGOq052975; Mon, 7 Aug 2006 00:50:16 GMT (envelope-from gnats) Resent-Date: Mon, 7 Aug 2006 00:50:16 GMT Resent-Message-Id: <200608070050.k770oGOq052975@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, Jin-Shan Tseng Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96FE616A4E1 for ; Mon, 7 Aug 2006 00:40:52 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FBD743D46 for ; Mon, 7 Aug 2006 00:40:51 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k770enNg055603 for ; Mon, 7 Aug 2006 08:40:49 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k770emca055602; Mon, 7 Aug 2006 08:40:48 +0800 (CST) (envelope-from tjs) Message-Id: <200608070040.k770emca055602@Pluto.CDPA.nsysu.edu.tw> Date: Mon, 7 Aug 2006 08:40:48 +0800 (CST) From: Jin-Shan Tseng To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101538: [NEW PORT] math/p5-Data-Float: Details of the floating point data type X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 00:50:19 -0000 >Number: 101538 >Category: ports >Synopsis: [NEW PORT] math/p5-Data-Float: Details of the floating point data type >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: Mon Aug 07 00:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.1-STABLE i386 >Organization: NCHC >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Aug 4 20:22:24 CST >Description: This module is about the native floating point numerical data type. A floating point number is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native floating point type, classification functions, and functions to manipulate floating point values at a low level. WWW: http://search.cpan.org/dist/Data-Float/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Data-Float-0.002.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-Data-Float # p5-Data-Float/pkg-descr # p5-Data-Float/Makefile # p5-Data-Float/pkg-plist # p5-Data-Float/distinfo # echo c - p5-Data-Float mkdir -p p5-Data-Float > /dev/null 2>&1 echo x - p5-Data-Float/pkg-descr sed 's/^X//' >p5-Data-Float/pkg-descr << 'END-of-p5-Data-Float/pkg-descr' XThis module is about the native floating point numerical Xdata type. A floating point number is one of the types of Xdatum that can appear in the numeric part of a Perl scalar. X XThis module supplies constants describing the native floating Xpoint type, classification functions, and functions to Xmanipulate floating point values at a low level. X XWWW: http://search.cpan.org/dist/Data-Float/ END-of-p5-Data-Float/pkg-descr echo x - p5-Data-Float/Makefile sed 's/^X//' >p5-Data-Float/Makefile << 'END-of-p5-Data-Float/Makefile' X# New ports collection makefile for: p5-Data-Float X# Date created: 2006-08-07 X# Whom: Jin-Shan Tseng X# X# $FreeBSD$ X# X XPORTNAME= Data-Float XPORTVERSION= 0.002 XCATEGORIES= math perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Data XPKGNAMEPREFIX= p5- X XMAINTAINER= tjs@cdpa.nsysu.edu.tw XCOMMENT= Details of the floating point data type X XPERL_CONFIGURE= yes X XMAN3= Data::Float.3 X X.include END-of-p5-Data-Float/Makefile echo x - p5-Data-Float/pkg-plist sed 's/^X//' >p5-Data-Float/pkg-plist << 'END-of-p5-Data-Float/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Float/.packlist X%%SITE_PERL%%/Data/Float.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Float X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data X@dirrmtry %%SITE_PERL%%/Data END-of-p5-Data-Float/pkg-plist echo x - p5-Data-Float/distinfo sed 's/^X//' >p5-Data-Float/distinfo << 'END-of-p5-Data-Float/distinfo' XMD5 (Data-Float-0.002.tar.gz) = 4248c171f5d410be8ce5a9551e50368a XSHA256 (Data-Float-0.002.tar.gz) = 9e66f45e5c92b1e13cfdc19248e8df245ad3384e3811063f50f7649f5d9709a1 XSIZE (Data-Float-0.002.tar.gz) = 7989 END-of-p5-Data-Float/distinfo exit --- p5-Data-Float-0.002.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: