Port details |
- py-RO Package of Python astronomical utilities
- 3.6.9_4 astro
=0 3.6.9_4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2010-12-27 01:02:26
- Last Update: 2020-09-05 21:26:12
- SVN Revision: 547680
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/ApachePointObservatory/RO
- Description:
- 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: https://staff.washington.edu/rowen/ROPackage/Overview.html
WWW: https://github.com/ApachePointObservatory/RO
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}RO>0:astro/py-RO@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py37-RO
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (RO-3.6.9.tar.gz) = 78a29a6e1e7d29aaa1685a5c0ad5db57d0081b6190aa0cbf2db5d210cc2187bc
SIZE (RO-3.6.9.tar.gz) = 690192
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- py37-numpy>=1.16,1<1.19,1 : math/py-numpy@py37
- py37-astropy>=0 : astro/py-astropy@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py37-RO-3.6.9_4:
ASTROPY=on: Add Support for Astropy
MATPLOTLIB=off: Add support for Matplotlib
PYGAME=off: Add Support for PyGame
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.9_4 05 Sep 2020 21:26:12 |
sunpoet |
Move astro/py-RO to astro/py-ro |
3.6.9_4 09 Jul 2020 18:08:42 |
sunpoet |
Cosmetic change |
3.6.9_4 14 Dec 2019 19:31:38 |
antoine |
Update astro/py-astropy to 3.1.2
PR: 233770 |
3.6.9_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.6.9_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.6.9_2 28 Jul 2018 23:23:47 |
yuri |
Replace explicit devel/py-game dependencies with ${PYGAME} in 7 ports
This is to simplify the pending rename devel/py-game -> devel/py-pygame in
bug#230115.
PR: 230118 230119
Approved by: portmgr |
3.6.9_2 24 Jun 2018 20:16:47 |
sunpoet |
Add LICENSE_FILE
- Use PYNUMPY
- Remove BUILD_DEPENDS
- Update pkg-descr
- Update WWW
- Take maintainership |
3.6.9_2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.6.9_2 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.6.9_1 30 Dec 2017 06:42:43 |
sunpoet |
Update RUN_DEPENDS: change from deprecated py-pyfits to py-astropy
- Update options: add ASTROPY and remove PYFITS
- Add NO_ARCH
- Bump PORTREVISION for dependency change |
3.6.9 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.6.9 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.6.9 09 Dec 2015 01:16:50 |
vanilla |
Upgrade to 3.6.9. |
3.6.5 01 Oct 2015 05:05:05 |
vanilla |
Upgrade to 3.6.5. |
3.5.1_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
3.5.1 14 Aug 2014 17:04:31 |
mva |
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
usually should be mutually exclusive, but some ports include both knobs
Phabric: D581
Recommended by: danfe@, makc@
Reviewed by: danfe, wg, antoine
Approved by: portmgr
With hat: python@ |
3.5.1 10 Aug 2014 08:01:34 |
wen |
- Update to 3.5.1
- Reset maintainer to ports@ |
3.5.0 21 Jun 2014 09:42:11 |
wen |
- Update to 3.5.0 |
3.4.5 11 May 2014 15:47:22 |
wen |
- Update to 3.4.5 |
3.4.3 28 Apr 2014 14:38:51 |
wen |
- Update to 3.4.3
- Add LICENSE
PR: 189064
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
3.4.1 06 Apr 2014 02:39:37 |
wen |
- Update to 3.4.1 |
3.2.0_2 04 Apr 2014 22:31:25 |
bapt |
Support stage
Switch to autoplist |
3.2.0_2 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
3.2.0_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
3.2.0 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
3.2.0 17 Feb 2013 00:01:21 |
wen |
- Update to 3.2.0
- Trim Makefile headers [1]
- Convert to optionsNG [1]
PR: 173822 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] |
2.9.3 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
2.9.3 20 Oct 2011 10:38:04 |
wen |
- Update to 2.9.3 |
2.9.2 06 Sep 2011 06:25:51 |
wen |
- Update to 2.9.2 |
2.9.1 23 Aug 2011 07:12:02 |
wen |
- Update to 2.9.1 |
2.8.0 01 Apr 2011 08:27:47 |
wen |
- Update to 2.8.0 |
2.7.2 21 Feb 2011 01:27:02 |
wen |
- Update to 2.7.2 |
2.7.0 27 Dec 2010 01:02:12 |
wen |
py-RO is a collection of utilities including general algorithms,
astronomical transformations and Tkinter widgets.
WWW: http://www.astro.washington.edu/rowen/ |