From owner-svn-ports-all@freebsd.org Sun Jun 24 20:16:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4670B100D143; Sun, 24 Jun 2018 20:16:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E29775F9D; Sun, 24 Jun 2018 20:16:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0217323664; Sun, 24 Jun 2018 20:16:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5OKGl07050873; Sun, 24 Jun 2018 20:16:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5OKGlOx050871; Sun, 24 Jun 2018 20:16:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806242016.w5OKGlOx050871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Jun 2018 20:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473228 - head/astro/py-RO X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/astro/py-RO X-SVN-Commit-Revision: 473228 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2018 20:16:49 -0000 Author: sunpoet Date: Sun Jun 24 20:16:47 2018 New Revision: 473228 URL: https://svnweb.freebsd.org/changeset/ports/473228 Log: Add LICENSE_FILE - Use PYNUMPY - Remove BUILD_DEPENDS - Update pkg-descr - Update WWW - Take maintainership Modified: head/astro/py-RO/Makefile head/astro/py-RO/pkg-descr Modified: head/astro/py-RO/Makefile ============================================================================== --- head/astro/py-RO/Makefile Sun Jun 24 20:16:41 2018 (r473227) +++ head/astro/py-RO/Makefile Sun Jun 24 20:16:47 2018 (r473228) @@ -8,20 +8,19 @@ 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 Modified: head/astro/py-RO/pkg-descr ============================================================================== --- head/astro/py-RO/pkg-descr Sun Jun 24 20:16:41 2018 (r473227) +++ head/astro/py-RO/pkg-descr Sun Jun 24 20:16:47 2018 (r473228) @@ -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