Index: head/astro/py-RO/Makefile =================================================================== --- head/astro/py-RO/Makefile (revision 473227) +++ head/astro/py-RO/Makefile (revision 473228) @@ -1,34 +1,33 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= RO PORTVERSION= 3.6.9 PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Package of Python astronomical utilities LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/docs/License.txt -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:math/py-numpy@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYNUMPY} -OPTIONS_DEFINE= ASTROPY MATPLOTLIB PYGAME -OPTIONS_DEFAULT= ASTROPY - -ASTROPY_DESC= Add Support for Astropy -MATPLOTLIB_DESC= Add support for Matplotlib -PYGAME_DESC= Add Support for PyGame +OPTIONS_DEFINE= ASTROPY MATPLOTLIB PYGAME +OPTIONS_DEFAULT=ASTROPY +ASTROPY_DESC= Add Support for Astropy +MATPLOTLIB_DESC=Add support for Matplotlib +PYGAME_DESC= Add Support for PyGame NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils ASTROPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=0:astro/py-astropy@${PY_FLAVOR} MATPLOTLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR} PYGAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=1.8.1:devel/py-game@${PY_FLAVOR} .include Index: head/astro/py-RO/pkg-descr =================================================================== --- head/astro/py-RO/pkg-descr (revision 473227) +++ head/astro/py-RO/pkg-descr (revision 473228) @@ -1,4 +1,7 @@ -py-RO is a collection of utilities including general algorithms, -astronomical transformations and Tkinter widgets. +RO is a package of python utilities with an emphasis on cross-platform support +(MacOS X, Windows and unix), Astronomy, Tkinter GUI extensions and +Tkinter-compatible networking. It was developed to support a telescope user +interface (TUI). -WWW: http://www.astro.washington.edu/rowen/ +WWW: https://staff.washington.edu/rowen/ROPackage/Overview.html +WWW: https://github.com/ApachePointObservatory/RO