Commit graph

37 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b57a2d1cb3 Update to 0.10.2
Changes:	https://sourceforge.net/p/astlib/git/ci/master/tree/CHANGE_LOG
		https://sourceforge.net/p/astlib/git/ci/master/log/
2018-08-23 17:56:38 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mathieu Arnold
e50a689d56 Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.

Sponsored by:	Absolight
2018-06-20 16:58:29 +00:00
Sunpoet Po-Chuan Hsieh
f2dc84f59d Update to 0.10.1
- Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)

Changes:	https://sourceforge.net/p/astlib/git/ci/master/tree/CHANGE_LOG
2018-04-27 15:55:49 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Sunpoet Po-Chuan Hsieh
1779fa15d6 Update to 0.10.0
- Remove BUILD_DEPENDS
- Sort RUN_DEPENDS
- Update pkg-descr
- Change WWW to PyPI
- Take maintainership

Changes:	https://sourceforge.net/p/astlib/git/ci/master/tree/CHANGE_LOG
2018-03-07 16:48:47 +00:00
Sunpoet Po-Chuan Hsieh
afd6457751 Update to 0.9.3
Changes:	https://sourceforge.net/p/astlib/code/commit_browser
2017-12-31 22:23:53 +00:00
Sunpoet Po-Chuan Hsieh
e3f9f84e52 Update *_DEPENDS: change from deprecated py-pyfits to py-astropy
- Sort *_DEPENDS
- Bump PORTREVISION for dependency change
2017-12-30 06:42:38 +00:00
Mathieu Arnold
551be3c723 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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Vanilla I. Shu
b003a3d6bb 1: Update to 0.9.2.
2: switch to CHEESESHOP
2017-07-19 02:58:12 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Dmitry Marakasov
c2313c244b - Add LICENSE_FILE
- Strip libraries
2015-03-16 14:07:55 +00:00
Vanilla I. Shu
f5bc29b921 Upgrade to 0.8.0. 2015-01-17 02:00:44 +00:00
William Grzybowski
f69abed204 astro/py-astLib: bump missing portrevision from last commit 2014-10-03 18:54:51 +00:00
William Grzybowski
3530aedb38 astro/py-astLib: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-03 18:52:19 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Gerald Pfeifer
1cd277bdce 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)
2014-03-10 20:55:20 +00:00
Ruslan Makhmatkhanov
7958a763b5 astro/py-astLib: pet portscout
- ignore incorrect versioning on upstream and make portscout happy

PR:		187108
Submitted by:	Eero Hanninen <fax@nohik.ee>
2014-03-04 20:03:43 +00:00
Ruslan Makhmatkhanov
9a1cc41687 - update to 0.7.0
PR:		186209
Submitted by:	Eero Hanninen <fax@nohik.ee>
2014-02-09 15:56:08 +00:00
Gerald Pfeifer
3be3e90f93 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
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Marcus von Appen
d22ea88436 - Enable stage support
- Convert to PYDISTUTILS_AUTOPLIST
2013-09-27 21:17:26 +00:00
Baptiste Daroussin
701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Alexey Dokuchaev
a8c8578d56 For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT.  Whenever appropriate, cleanup Makefiles a bit as well.
2013-02-25 11:09:19 +00:00
Carlo Strub
05b0777c26 Fix typos in COMMENT 2012-07-23 14:05:31 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Wen Heping
b879c1a0bc - Update to 0.6.1 2012-03-08 08:39:54 +00:00
Wen Heping
2748c4b967 - update to 0.6.0 2012-01-16 01:11:45 +00:00
Wen Heping
cc5136cb82 - Update to 0.5.0 2011-10-20 10:43:58 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Wen Heping
72c627916d - Update to 0.4.0
- Reset maintainer
2010-05-21 06:12:07 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Martin Wilke
b8af50a064 - Update to 0.3.1
PR:		135208
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-05 21:48:46 +00:00
Martin Wilke
f2da1aef09 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

PR:		ports/133084
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-03-26 14:14:15 +00:00