ports/133084: [New Port]astro/py-astLib: A set of python astonomy modules

Wen Heping wenheping at gmail.com
Thu Mar 26 04:00:16 UTC 2009


>Number:         133084
>Category:       ports
>Synopsis:       [New Port]astro/py-astLib: A set of python astonomy modules
>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:   Thu Mar 26 04:00:14 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Wed Mar  4 22:41:03 HKT 2009     root at fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
astLib is a set of Python modules that provides some tools for research
astronomers. It can be used for astronomical plots, some statistics,
common calculations, coordinate conversions, and manipulating FITS images
with World Coordinate System (WCS) information through PyWCSTools - a
simple wrapping of WCSTools by Doug Mink. PyWCSTools is distributed (and
developed) as part of astLib.

WWW:    http://astlib.sourceforge.net
>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-astLib
#	py-astLib/distinfo
#	py-astLib/pkg-plist
#	py-astLib/pkg-descr
#	py-astLib/Makefile
#
echo c - py-astLib
mkdir -p py-astLib > /dev/null 2>&1
echo x - py-astLib/distinfo
sed 's/^X//' >py-astLib/distinfo << 'c18deba3dbb0f4ee1ab70331409bf7be'
XMD5 (astLib-0.3.0.tar.gz) = 216b7c4d2ba9be8d2ee5338a3dd6132f
XSHA256 (astLib-0.3.0.tar.gz) = 749b998a69321dfb4c57ab774c42cf4150a771869f8580aca3e11b2606b1d56d
XSIZE (astLib-0.3.0.tar.gz) = 943386
c18deba3dbb0f4ee1ab70331409bf7be
echo x - py-astLib/pkg-plist
sed 's/^X//' >py-astLib/pkg-plist << '6c5354594544e89e089929a68c5e2a88'
X%%PYTHON_SITELIBDIR%%/astLib/__init__.py
X%%PYTHON_SITELIBDIR%%/astLib/__init__.pyc
X%%PYTHON_SITELIBDIR%%/astLib/__init__.pyo
X%%PYTHON_SITELIBDIR%%/astLib/astCalc.py
X%%PYTHON_SITELIBDIR%%/astLib/astCalc.pyc
X%%PYTHON_SITELIBDIR%%/astLib/astCalc.pyo
X%%PYTHON_SITELIBDIR%%/astLib/astCoords.py
X%%PYTHON_SITELIBDIR%%/astLib/astCoords.pyc
X%%PYTHON_SITELIBDIR%%/astLib/astCoords.pyo
X%%PYTHON_SITELIBDIR%%/astLib/astImages.py
X%%PYTHON_SITELIBDIR%%/astLib/astImages.pyc
X%%PYTHON_SITELIBDIR%%/astLib/astImages.pyo
X%%PYTHON_SITELIBDIR%%/astLib/astPlots.py
X%%PYTHON_SITELIBDIR%%/astLib/astPlots.pyc
X%%PYTHON_SITELIBDIR%%/astLib/astPlots.pyo
X%%PYTHON_SITELIBDIR%%/astLib/astSED.py
X%%PYTHON_SITELIBDIR%%/astLib/astSED.pyc
X%%PYTHON_SITELIBDIR%%/astLib/astSED.pyo
X%%PYTHON_SITELIBDIR%%/astLib/astStats.py
X%%PYTHON_SITELIBDIR%%/astLib/astStats.pyc
X%%PYTHON_SITELIBDIR%%/astLib/astStats.pyo
X%%PYTHON_SITELIBDIR%%/astLib/astWCS.py
X%%PYTHON_SITELIBDIR%%/astLib/astWCS.pyc
X%%PYTHON_SITELIBDIR%%/astLib/astWCS.pyo
X%%PYTHON_SITELIBDIR%%/astLib/data/bohlin2006_Vega.sed
X%%PYTHON_SITELIBDIR%%/PyWCSTools/__init__.py
X%%PYTHON_SITELIBDIR%%/PyWCSTools/__init__.pyc
X%%PYTHON_SITELIBDIR%%/PyWCSTools/__init__.pyo
X%%PYTHON_SITELIBDIR%%/PyWCSTools/wcscon.py
X%%PYTHON_SITELIBDIR%%/PyWCSTools/wcscon.pyc
X%%PYTHON_SITELIBDIR%%/PyWCSTools/wcscon.pyo
X%%PYTHON_SITELIBDIR%%/PyWCSTools/wcs.py
X%%PYTHON_SITELIBDIR%%/PyWCSTools/wcs.pyc
X%%PYTHON_SITELIBDIR%%/PyWCSTools/wcs.pyo
X%%PYTHON_SITELIBDIR%%/PyWCSTools/_wcscon.so
X%%PYTHON_SITELIBDIR%%/PyWCSTools/_wcs.so
X at dirrm %%PYTHON_SITELIBDIR%%/astLib/data
X at dirrm %%PYTHON_SITELIBDIR%%/astLib
X at dirrm %%PYTHON_SITELIBDIR%%/PyWCSTools
6c5354594544e89e089929a68c5e2a88
echo x - py-astLib/pkg-descr
sed 's/^X//' >py-astLib/pkg-descr << '43d9071125cd6af93c9c528241d82412'
XastLib is a set of Python modules that provides some tools for research
Xastronomers. It can be used for astronomical plots, some statistics,
Xcommon calculations, coordinate conversions, and manipulating FITS images
Xwith World Coordinate System (WCS) information through PyWCSTools - a
Xsimple wrapping of WCSTools by Doug Mink. PyWCSTools is distributed (and
Xdeveloped) as part of astLib.
X
XWWW:	http://astlib.sourceforge.net
43d9071125cd6af93c9c528241d82412
echo x - py-astLib/Makefile
sed 's/^X//' >py-astLib/Makefile << '13c2f0099ece5be55841dd12eaa3000b'
X# New ports collection makefile for:	py-astLib
X# Date created:		23 March, 2009
X# Whom:			Wen Heping <wenheping at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	astLib
XPORTVERSION=	0.3.0
XCATEGORIES=	astro python
XMASTER_SITES=	SF
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	wenheping at gmail.com
XCOMMENT=	A set of python astonomy modules
X
XBUILD_DEPENDS=	${PYNUMPY} \
X		${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \
X		${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \
X		${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \
X		${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.mk>
13c2f0099ece5be55841dd12eaa3000b
exit



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



More information about the freebsd-ports-bugs mailing list