notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: astro/wcslib/pkg-plist
SVNWeb

Number of commits found: 32

Sun, 25 Sep 2022
[ 12:56 Wen Heping (wen) search for other commits by this committer ]    commit hash:6d1a12e3f4d37cb2762dc280254121a2c753dc7b  commit hash:6d1a12e3f4d37cb2762dc280254121a2c753dc7b  commit hash:6d1a12e3f4d37cb2762dc280254121a2c753dc7b  6d1a12e 
astro/wcslib: Update to 7.12
Sun, 12 Jun 2022
[ 11:37 Wen Heping (wen) search for other commits by this committer ]    commit hash:d9791733779585e0708ef3afd9ffa2934080a8b9  commit hash:d9791733779585e0708ef3afd9ffa2934080a8b9  commit hash:d9791733779585e0708ef3afd9ffa2934080a8b9  d979173 
astro/wcslib: Update to 7.11

Take maintainership
Tue, 21 Sep 2021
[ 18:21 Danilo Egea Gondolfo (danilo) search for other commits by this committer ]    commit hash:3ee07bfd8d740c974302a363db0b634d58da774b  commit hash:3ee07bfd8d740c974302a363db0b634d58da774b  commit hash:3ee07bfd8d740c974302a363db0b634d58da774b  3ee07bf 
astro/wcslib: Update to 7.7

Drop maintainership.
Thu, 29 Oct 2020
[ 22:20 danilo search for other commits by this committer ] Original commit   Revision:553648
astro/wcslib: Update to 7.3.1
Thu, 16 Jul 2020
[ 08:04 danilo search for other commits by this committer ] Original commit   Revision:542334
- Update astro/wcslib to 7.3
Sun, 15 Sep 2019
[ 10:51 danilo search for other commits by this committer ] Original commit   Revision:512097
- Update astro/wcslib to 6.4
Sun, 11 Nov 2018
[ 20:54 danilo search for other commits by this committer ] Original commit   Revision:484769
- Update astro/wcslib to 6.2
Thu, 2 Aug 2018
[ 03:53 danilo search for other commits by this committer ] Original commit   Revision:476214
- Update to 5.19.1
Mon, 12 Feb 2018
[ 00:39 danilo search for other commits by this committer ] Original commit   Revision:461545
- Update to 5.18
Sun, 5 Nov 2017
[ 14:20 danilo search for other commits by this committer ] Original commit   Revision:453547
- Update to 5.17
Wed, 22 Mar 2017
[ 04:35 danilo search for other commits by this committer ] Original commit   Revision:436676
- Fix plist when PGPLOT and CFITSIO options are enabled

Reported by:	db
Sun, 15 Jan 2017
[ 18:29 danilo search for other commits by this committer ] Original commit   Revision:431595
- Update to 5.16
Sat, 9 Apr 2016
[ 18:10 danilo search for other commits by this committer ] Original commit   Revision:412863
- Update to 5.15
Tue, 9 Feb 2016
[ 02:02 danilo search for other commits by this committer ] Original commit   Revision:408531
- Update to 5.14
Sun, 31 Jan 2016
[ 15:18 danilo search for other commits by this committer ] Original commit   Revision:407648
- Update to 5.13
Mon, 16 Nov 2015
[ 23:50 danilo search for other commits by this committer ] Original commit   Revision:401793
- Update to 5.12
Tue, 20 Oct 2015
[ 13:53 danilo search for other commits by this committer ] Original commit   Revision:399846
- Update to 5.11
Mon, 12 Oct 2015
[ 23:36 danilo search for other commits by this committer ] Original commit   Revision:399166
- Update to 5.10
Tue, 21 Jul 2015
[ 20:51 danilo search for other commits by this committer ] Original commit   Revision:392647
- Update to 5.9
Sun, 12 Jul 2015
[ 18:21 danilo search for other commits by this committer ] Original commit   Revision:391829
- Update to 5.8
Tue, 16 Jun 2015
[ 21:18 danilo search for other commits by this committer ] Original commit   Revision:389864
- Update to 5.6
Sat, 2 May 2015
[ 20:47 danilo search for other commits by this committer ] Original commit   Revision:385219
- Update to 5.4.1
Thu, 23 Apr 2015
[ 16:28 danilo search for other commits by this committer ] Original commit   Revision:384598
- Update to 5.3.1
Thu, 8 Jan 2015
[ 16:11 danilo search for other commits by this committer ] Original commit   Revision:376543
- Update to 4.25.1
Sun, 19 Oct 2014
[ 23:19 bapt search for other commits by this committer ] Original commit   Revision:371223 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Sat, 20 Sep 2014
[ 14:55 danilo search for other commits by this committer ] Original commit   Revision:368645
- Update from 4.23 to 4.24
Sat, 2 Aug 2014
[ 04:46 danilo search for other commits by this committer ] Original commit   Revision:363782
- Update from 4.13.4 to 4.23
- Take maintainership
Thu, 8 May 2014
[ 22:41 rakuco search for other commits by this committer ] Original commit   Revision:353362
- Fix the plist when the CFITSIO option is on.
- Use the new OPTIONS helpers to simplify the Makefile.

Related to both, also stop automatically turning the CFITSIO option on when
libcfitsio.so is installed: wcslib has had proper --with{out}-cfitsio
options since version 4.4.4.

This will turn off CFITSIO support for most people and indirectly fix their
builds with astro/cfitsio-3.360-1 [1]. If people do choose to have it on,
ports/189487 needs to be committed, otherwise there will be plist errors
because wcslib's configure script will not be able to detect that cfitsio is
installed and can be used.

[1] http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092070.html
Sun, 10 Nov 2013
[ 17:27 rakuco search for other commits by this committer ] Original commit   Revision:333411
- Support staging, which allows us to simplify the Makefile a bit.
- Fix a regression introduced in r297435 (ports/167611) that hardcoded
  wcslib.pc's installation path and rendered the sed call in the post-patch
  target useless. This broke automated builds in things like Poudriere.

PR:		ports/183718
Submitted by:	rakuco@
Approved by:	Tony Maher <tonymaher@optusnet.com.au> (maintainer)
Fri, 25 May 2012
[ 15:31 miwi search for other commits by this committer ] Original commit 
- Update to 4.13.4

PR:             167611
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:    maintainer
Tue, 5 Jan 2010
[ 01:54 wen search for other commits by this committer ] Original commit 
- Update to 4.4.4
- Fix the build on 6.x
- Install pkgconfig file under libdata/pkgconfig

PR:             ports/141742
Submitted by:   Tony Maher <tonymaher@optusnet.com.au> (maintainer)
Fri, 17 Jul 2009
[ 16:31 amdmi3 search for other commits by this committer ] Original commit 
"WCSLIB is a C library, supplied with a full set of Fortran wrappers, that
 implements the "World Coordinate System" (WCS) convention in FITS (Flexible
 Image Transport System).  It also includes a PGPLOT-based routine, PGSBOX,
 for drawing general curvilinear coordinate graticules and a number of
 utility programs." - from README file.

WWW: http://www.atnf.csiro.au/people/mcalabre/WCS/index.html

PR:             136776
Submitted by:   Tony Maher <tonym@optusnet.com.au>

Number of commits found: 32