From nobody@FreeBSD.org  Sun Apr  5 15:11:49 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CC639106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  5 Apr 2009 15:11:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BA1BB8FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  5 Apr 2009 15:11:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n35FBnRB016389
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 5 Apr 2009 15:11:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n35FBnfS016388;
	Sun, 5 Apr 2009 15:11:49 GMT
	(envelope-from nobody)
Message-Id: <200904051511.n35FBnfS016388@www.freebsd.org>
Date: Sun, 5 Apr 2009 15:11:49 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]math/mpc:Library of complex numbers with arbitrarily high precision
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133395
>Category:       ports
>Synopsis:       [NEW PORT]math/mpc:Library of complex numbers with arbitrarily high precision
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 05 15:20:01 UTC 2009
>Closed-Date:    Sat Apr 11 08:16:15 UTC 2009
>Last-Modified:  Sat Apr 11 08:20:07 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Mpc is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result.
It is built upon and follows the same principles as Mpfr. The
library is written by Andreas Enge, Philippe Theveny and Paul
Zimmermann and is distributed under the Gnu Lesser General Public
License, either version 2.1 of the license, or (at your option)
any later version. The Mpc library has been registered in France
by the Agence pour la Protection des Programmes on 2003-02-05
under the number IDDN FR 001 060029 000 R P 2003 000 10000.

WWW: http://www.multiprecision.org/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	mpc
#	mpc/Makefile
#	mpc/distinfo
#	mpc/pkg-descr
#	mpc/pkg-plist
#
echo c - mpc
mkdir -p mpc > /dev/null 2>&1
echo x - mpc/Makefile
sed 's/^X//' >mpc/Makefile << '83f564015b340b61268e0c231a4a5f62'
X# New ports collection makefile for:	mpc
X# Date created:			05 April, 2009
X# Whom:				Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mpc
XPORTVERSION=	0.6
XCATEGORIES=	math devel
XMASTER_SITES=	http://www.multiprecision.org/mpc/download/
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Library of complex numbers with arbitrarily high precision
X
XLIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \
X		mpfr.3:${PORTSDIR}/math/mpfr
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-gmp=${LOCALBASE} \
X		--with-mpfr=${LOCALBASE}
XUSE_LDCONFIG=	yes
X
XINFO=		mpc
X
Xregression-test: build
X	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
X
X.include <bsd.port.mk>
83f564015b340b61268e0c231a4a5f62
echo x - mpc/distinfo
sed 's/^X//' >mpc/distinfo << 'e6547407c45f6ca37177f58522e3044d'
XMD5 (mpc-0.6.tar.gz) = 6056aca24cb9891541a4ee256ab3c66a
XSHA256 (mpc-0.6.tar.gz) = bb9654dea33e54d43b1ec8f83037cf91ca5e0de3499fbd2e5aa533cd375eb009
XSIZE (mpc-0.6.tar.gz) = 551769
e6547407c45f6ca37177f58522e3044d
echo x - mpc/pkg-descr
sed 's/^X//' >mpc/pkg-descr << '8562093c23ea77d0a36d3bdb94f30c16'
XMpc is a C library for the arithmetic of complex numbers with
Xarbitrarily high precision and correct rounding of the result.
XIt is built upon and follows the same principles as Mpfr. The
Xlibrary is written by Andreas Enge, Philippe Theveny and Paul
XZimmermann and is distributed under the Gnu Lesser General Public
XLicense, either version 2.1 of the license, or (at your option)
Xany later version. The Mpc library has been registered in France
Xby the Agence pour la Protection des Programmes on 2003-02-05
Xunder the number IDDN FR 001 060029 000 R P 2003 000 10000.
X
XWWW: http://www.multiprecision.org/
8562093c23ea77d0a36d3bdb94f30c16
echo x - mpc/pkg-plist
sed 's/^X//' >mpc/pkg-plist << '18bb9a3faa22e877135e8026216376dd'
Xinclude/mpc.h
Xlib/libmpc.a
Xlib/libmpc.la
Xlib/libmpc.so
Xlib/libmpc.so.1
18bb9a3faa22e877135e8026216376dd
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 5 15:20:13 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133395 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Apr 11 08:16:14 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133395 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133395: commit references a PR
Date: Sat, 11 Apr 2009 08:16:41 +0000 (UTC)

 miwi        2009-04-11 08:16:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math                 Makefile 
   Added files:
     math/mpc             Makefile distinfo pkg-descr pkg-plist 
   Log:
   Mpc is a C library for the arithmetic of complex numbers with
   arbitrarily high precision and correct rounding of the result.
   It is built upon and follows the same principles as Mpfr. The
   library is written by Andreas Enge, Philippe Theveny and Paul
   Zimmermann and is distributed under the Gnu Lesser General Public
   License, either version 2.1 of the license, or (at your option)
   any later version. The Mpc library has been registered in France
   by the Agence pour la Protection des Programmes on 2003-02-05
   under the number IDDN FR 001 060029 000 R P 2003 000 10000.
   
   WWW: http://www.multiprecision.org/
   
   PR:             ports/133395
   Submitted by:   Wen Heping <wenheping at gmail.com>
   
   Revision  Changes    Path
   1.591     +1 -0      ports/math/Makefile
   1.1       +29 -0     ports/math/mpc/Makefile (new)
   1.1       +3 -0      ports/math/mpc/distinfo (new)
   1.1       +11 -0     ports/math/mpc/pkg-descr (new)
   1.1       +5 -0      ports/math/mpc/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
