From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 8 05:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84AF716A41A for ; Tue, 8 Jan 2008 05:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6BAF613C461 for ; Tue, 8 Jan 2008 05:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m085e2af038699 for ; Tue, 8 Jan 2008 05:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m085e2U2038691; Tue, 8 Jan 2008 05:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 8 Jan 2008 05:40:02 GMT Resent-Message-Id: <200801080540.m085e2U2038691@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E9DB16A476 for ; Tue, 8 Jan 2008 05:34:02 +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 B561913C4D9 for ; Tue, 8 Jan 2008 05:34:00 +0000 (UTC) (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.14.2/8.14.2) with ESMTP id m085Xnwk010821 for ; Tue, 8 Jan 2008 13:33:49 +0800 (CST) (envelope-from tjs@pluto.cdpa.nsysu.edu.tw) Received: (from root@localhost) by pluto.cdpa.nsysu.edu.tw (8.14.2/8.14.2/Submit) id m085XnJQ010820; Tue, 8 Jan 2008 13:33:49 +0800 (CST) (envelope-from tjs) Message-Id: <200801080533.m085XnJQ010820@pluto.cdpa.nsysu.edu.tw> Date: Tue, 8 Jan 2008 13:33:49 +0800 (CST) From: Jin-Shan Tseng To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/119441: [NEW PORT] math/p5-Math-Complex: Complex numbers and associated mathematical functions 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: Tue, 08 Jan 2008 05:40:02 -0000 >Number: 119441 >Category: ports >Synopsis: [NEW PORT] math/p5-Math-Complex: Complex numbers and associated mathematical functions >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 08 05:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.3-PRERELEASE i386 >Organization: >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Thu Dec 27 20:38:31 CST 2007 >Description: This package lets you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra use statement brings full complex support, along with a full set of mathematical functions typically associated with and/or extended to complex numbers. WWW: http://search.cpan.org/dist/Math-Complex/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Math-Complex-1.42.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-Math-Complex # p5-Math-Complex/pkg-descr # p5-Math-Complex/Makefile # p5-Math-Complex/pkg-plist # p5-Math-Complex/distinfo # echo c - p5-Math-Complex mkdir -p p5-Math-Complex > /dev/null 2>&1 echo x - p5-Math-Complex/pkg-descr sed 's/^X//' >p5-Math-Complex/pkg-descr << 'END-of-p5-Math-Complex/pkg-descr' XThis package lets you create and manipulate complex numbers. By default, Perl Xlimits itself to real numbers, but an extra use statement brings full complex Xsupport, along with a full set of mathematical functions typically associated Xwith and/or extended to complex numbers. X XWWW: http://search.cpan.org/dist/Math-Complex/ END-of-p5-Math-Complex/pkg-descr echo x - p5-Math-Complex/Makefile sed 's/^X//' >p5-Math-Complex/Makefile << 'END-of-p5-Math-Complex/Makefile' X# New ports collection makefile for: p5-Math-Complex X# Date created: 2008-01-08 X# Whom: Jin-Shan Tseng X# X# $FreeBSD$ X# X XPORTNAME= Math-Complex XPORTVERSION= 1.42 XCATEGORIES= math XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= tjs@cdpa.nsysu.edu.tw XCOMMENT= Complex numbers and associated mathematical functions X XPERL_CONFIGURE= 5.8.0+ X XMAN3= Math::Complex.3 \ X Math::Trig.3 X X.include END-of-p5-Math-Complex/Makefile echo x - p5-Math-Complex/pkg-plist sed 's/^X//' >p5-Math-Complex/pkg-plist << 'END-of-p5-Math-Complex/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Complex/.packlist X%%SITE_PERL%%/Math/Complex.pm X%%SITE_PERL%%/Math/Trig.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Complex X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math X@dirrmtry %%SITE_PERL%%/Math END-of-p5-Math-Complex/pkg-plist echo x - p5-Math-Complex/distinfo sed 's/^X//' >p5-Math-Complex/distinfo << 'END-of-p5-Math-Complex/distinfo' XMD5 (Math-Complex-1.42.tar.gz) = d0825ce78ae8c7c9ee89ccca37418f72 XSHA256 (Math-Complex-1.42.tar.gz) = b121e72e6ee198861671fcf933df76a919560e77bd4ff0881359a3f179aa8b0e XSIZE (Math-Complex-1.42.tar.gz) = 34624 END-of-p5-Math-Complex/distinfo exit --- p5-Math-Complex-1.42.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: