Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2008 11:32:27 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125429: [NEW PORT]devel/py-gmpy: Read Write And Modify MARC Bibliographic Data
Message-ID:  <200807091132.m69BWR1J043950@www.freebsd.org>
Resent-Message-ID: <200807091140.m69Be2Zl024345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125429
>Category:       ports
>Synopsis:       [NEW PORT]devel/py-gmpy: Read Write And Modify MARC Bibliographic Data
>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:   Wed Jul 09 11:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
A C-coded Python extension module that wraps the GMP
library to provide to Python code fast multiprecision
arithmetic (integer, rational, and float), random number
generation, advanced number-theoretical functions, and
more.

WWW:   http://code.google.com/p/gmpy/
>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:
#
#	py-gmpy
#	py-gmpy/pkg-plist
#	py-gmpy/pkg-descr
#	py-gmpy/distinfo
#	py-gmpy/Makefile
#
echo c - py-gmpy
mkdir -p py-gmpy > /dev/null 2>&1
echo x - py-gmpy/pkg-plist
sed 's/^X//' >py-gmpy/pkg-plist << 'END-of-py-gmpy/pkg-plist'
X%%PYTHON_SITELIBDIR%%/gmpy.so
END-of-py-gmpy/pkg-plist
echo x - py-gmpy/pkg-descr
sed 's/^X//' >py-gmpy/pkg-descr << 'END-of-py-gmpy/pkg-descr'
XA C-coded Python extension module that wraps the GMP
Xlibrary to provide to Python code fast multiprecision
Xarithmetic (integer, rational, and float), random number
Xgeneration, advanced number-theoretical functions, and
Xmore.
X
XWWW:   http://code.google.com/p/gmpy/
END-of-py-gmpy/pkg-descr
echo x - py-gmpy/distinfo
sed 's/^X//' >py-gmpy/distinfo << 'END-of-py-gmpy/distinfo'
XMD5 (gmpy-1.03.zip) = 7e723068ecd7078b32f344c747586592
XSHA256 (gmpy-1.03.zip) = dfb02ffd2356aee74c756ac8e235bcaa89e3e0e5199f9fd4b9dfda54c7ff71c7
XSIZE (gmpy-1.03.zip) = 86711
END-of-py-gmpy/distinfo
echo x - py-gmpy/Makefile
sed 's/^X//' >py-gmpy/Makefile << 'END-of-py-gmpy/Makefile'
X# New ports collection makefile for:	py-gmpy
X# Date created:				09 July 2008
X# Whom:					Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gmpy
XPORTVERSION=	1.03
XCATEGORIES=	devel python
XMASTER_SITES=	http://gmpy.googlecode.com/files/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Read Write And Modify MARC Bibliographic Data
X
XLIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4
X
XUSE_ZIP=	yes
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X#PYEASYINSTALL_ARCHDEP=	yes
X
X.include <bsd.port.mk>
END-of-py-gmpy/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807091132.m69BWR1J043950>