Port details |
- cdo Climate Data Operators
- 2.2.2 science
=0 2.2.0_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2006-06-11 08:44:05
- Last Update: 2023-09-04 09:04:32
- Commit Hash: e2d5df7
- License: BSD3CLAUSE
- Description:
- CDO is a collection of command line Operators to manipulate and analyse Climate
model Data. Supported file formats are GRIB, netCDF, SERVICE, EXTRA and IEG.
There are more than 250 operators available. The following table gives a short
overview about the main categories.
* File information (info, sinfo, diff, ...)
* File operations (copy, cat, merge, split*, ...)
* Selection (selcode, selvar, sellevel, seltimestep, ...)
* Missing values (setctomiss, setmisstoc, setrtomiss)
* Arithmetic (add, sub, mul, div, ...)
* Mathematical functions (sqrt, exp, log, sin, cos, ...)
* Comparision (eq, ne, le, lt, ge, gt, ...)
* Conditions (ifthen, ifnotthen, ifthenc, ifnotthenc)
* Field statistic (fldsum, fldavg, fldstd, fldmin, fldmax, ...)
* Vertical statistic (vertsum, vertavg, vertstd, vertmin, ...)
* Time range statistic (timavg, yearavg, monavg, dayavg, ...)
* Ensemble statistic (enssum, ensavg, ensstd, ensmin, ...)
* Regression (detrend)
* Field interpolation (remapbil, remapcon, remapdis, ...)
* Vertical interpolation (ml2pl, ml2hl)
* Time interpolation (inttime, intyear)
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/science/cdo/ && make install clean
- To add the package, run one of these commands:
- pkg install science/cdo
- pkg install cdo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cdo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1693333933
SHA256 (cdo-2.2.2.tar.gz) = 419c77315244019af41a296c05066f474cccbf94debfaae9e2106da51bc7c937
SIZE (cdo-2.2.2.tar.gz) = 13482347
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- python3.9 : lang/python39
- Library dependencies:
-
- libcgribex.so : science/cgribex
- libeccodes.so : science/eccodes
- libhdf5.so : science/hdf5
- libjasper.so : graphics/jasper
- libnetcdf.so : science/netcdf
- libproj.so : graphics/proj
- libsz.so : science/libaec
- libudunits2.so : science/udunits
- libuuid.so : misc/e2fsprogs-libuuid
- This port is required by:
- for Run
-
- science/py-cdo
- science/rubygem-cdo
Configuration Options:
- ===> The following configuration options are available for cdo-2.2.2:
CGRIBEX=on: Use CGRIBEX library for GRIB1 files
ECCODES=on: Use ecCodes for GRIB files
HDF5=on: HDF-5 data format support
JASPER=on: JPEG 2000 support via JasPer
NETCDF=on: NetCDF data format support
PROJ=on: PROJ.4 cartographic projections support
SZIP=on: Szip compression support
UDUNITS=on: Unidata units library (udunits) support
UUID=on: UUID support
===> Use 'make config' to modify these settings
- Options name:
- science_cdo
- USES:
- compiler:c++17-lang gmake libtool localbase pathfix python:build
- 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 |
2.2.2 04 Sep 2023 09:04:32
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Update to 2.2.0
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
2.2.0_2 26 Jul 2023 19:58:55
    |
Loïc Bartoletti (lbartoletti)  |
graphics/proj: Update to 9.2.1 |
2.2.0_1 02 May 2023 16:17:43
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/jasper: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/jasper-software/jasper/releases
Security: CVE-2022-2963, CVE-2022-40755 |
2.2.0 27 Apr 2023 23:59:00
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Fix PLIST |
2.2.0 27 Apr 2023 23:58:16
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Update to 2.2.0
- Update LICENSE
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
2.1.1_2 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.1.1_1 09 Mar 2023 12:42:31
    |
Loïc Bartoletti (lbartoletti)  |
graphics/proj: Update to 9.2.0 |
2.1.1 30 Jan 2023 12:59:08
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Update to 2.1.1
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
2.0.6_2 18 Jan 2023 14:48:50
    |
Loïc Bartoletti (lbartoletti)  |
graphics/proj: Update to 9.1.1 |
2.0.6_1 17 Nov 2022 08:20:57
    |
Loïc Bartoletti (lbartoletti)  |
graphics/proj: Update to 9.1.0
Release notes:
https://proj.org/news.html#id37
Also remove proj-data dependency.
You can use proj to retrieve data or install graphics/proj-data
manually. |
2.0.6 17 Sep 2022 16:38:15
    |
Yuri Victorovich (yuri)  |
science/cdo: Unbreak build
... by fixing the C++ error.
Reported by: fallout
Approved by: portmgr (unbreak) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.6 31 Aug 2022 11:40:52
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Update to 2.0.6
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
2.0.5_2 20 Jul 2022 14:35:24
    |
Tobias C. Berner (tcberner)  |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
2.0.5_1 20 Jul 2022 14:22:51
    |
Tobias C. Berner (tcberner)  |
science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner <fehlner@gmx.de>
* Brad Huntting <huntting@glarp.com>
* Chao Shin <quakelee@cn.FreeBSD.org>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chia-Hsing Yu <me@davidyu.org>
* Chris Rees <utisoft@gmail.com>
* David Naylor <dbn@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Ed Schouten <ed@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erik B Knudsen (Only the first 15 lines of the commit message are shown above ) |
2.0.5_1 16 Jun 2022 15:13:01
    |
Po-Chuan Hsieh (sunpoet)  |
*/*: Replace science/szip with science/libaec
- Bump PORTREVISION of dependent ports for dependency change
szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.
PR: 228743, 246097, 250165 |
2.0.5 13 May 2022 11:39:17
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Update to 2.0.5
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
2.0.4_1 16 Apr 2022 20:55:37
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae |
2.0.4 29 Mar 2022 06:14:10
    |
Piotr Kubaj (pkubaj)  |
science/cdo: fix build on powerpc64le with LLVM 13.0.0
Same as science/cgribex:
cgribexlib.c:766:2: error: address of register variable requested
dmin[j] = data[0]; |
2.0.4 07 Mar 2022 18:10:58
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Update to 2.0.4
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
2.0.3 23 Jan 2022 18:17:49
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Update to 2.0.3
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
2.0.2 11 Jan 2022 18:44:04
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Update to 2.0.2
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
2.0.0 05 Nov 2021 23:53:48
    |
Po-Chuan Hsieh (sunpoet)  |
science/cdo: Update to 2.0.0
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
1.9.10 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.9.10 16 Feb 2021 16:42:28
  |
pkubaj  |
science/cdo: fix build on powerpc64le, powerpc64 with CPUTYPE=power6 and newer
with Clang
Clang doesn't have __fsel function.
Taken from
https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/config/rs6000/ppu_intrinsics.h;h=e17faae05932e33c22697a3178b26314b88c9a31;hb=HEAD#l530 |
1.9.10 30 Jan 2021 12:21:21
  |
sunpoet  |
Update to 1.9.10
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
1.9.9_3 26 Jan 2021 14:04:01
  |
sunpoet  |
Bump PORTREVISION for science/netcdf shlib change |
1.9.9_2 18 Nov 2020 05:27:29
  |
lbartoletti  |
graphics/proj: Update to 7.2.0
Changelog:
- https://proj.org/news.html#release-notes |
1.9.9_1 17 Nov 2020 09:23:59
  |
lbartoletti  |
graphics/proj: Update to 7.1.1
- Add a pkg-message explaining how to access or sync datum grids from the CDN
(disabled by default)
- Add curl and tiff dependencies since proj can read datum grids from remote
COG (Cloud Optimized Geotiff)
- Take maintainer'ship (ok wen@)
PR: 245611
Submitted by: wen (first version)
Reviewed by: wen, rhurlin
Approved by: wen
Exp-run by: antoine |
1.9.9 08 Nov 2020 17:11:32
  |
sunpoet  |
Update to 1.9.9
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
1.9.8_1 16 May 2020 10:51:45
  |
sunpoet  |
Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
cdo 1.9.8 uses proj 6 API. |
1.9.8_1 27 Dec 2019 13:43:00
  |
bapt  |
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil |
1.9.8 13 Nov 2019 23:25:30
  |
sunpoet  |
Update to 1.9.8
Changes: https://code.mpimet.mpg.de/news/452 |
1.9.7_2 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 |
1.9.7_1 27 Jun 2019 20:03:54
  |
sunpoet  |
Cosmetic change |
1.9.7_1 27 Jun 2019 03:37:11
  |
wen  |
- Update to 6.1.0 and fix some ports
- Add missing DEPENDS
- Add TEST_TARGET
- Take maintainership
PR: 237932, 238795
Submitted by: wenheping2000@hotmail.com,rhurlin@gwdg.de
Approved by: maintainer(timeout, > 30 days), portmgr@(implicit, fix build)
Exp-run by: antoine@
Thanks to: antoine@, sunpoet@, rhurlin@gwdg.de |
1.9.7 11 Jun 2019 20:19:26
  |
sunpoet  |
Update to 1.9.7
Changes: https://code.mpimet.mpg.de/news/445 |
1.9.6_1 02 Mar 2019 17:45:58
  |
sunpoet  |
Update science/netcdf to 4.6.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases
https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md |
1.9.6 09 Feb 2019 23:27:28
  |
sunpoet  |
Update to 1.9.6
- Add ECCODES option
Changes: https://code.mpimet.mpg.de/news/436 |
1.9.5_3 05 Feb 2019 13:48:20
  |
sunpoet  |
Update PORTSCOUT |
1.9.5_3 05 Jan 2019 22:46:54
  |
sunpoet  |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
1.9.5_2 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 |
1.9.5_1 06 Dec 2018 23:06:50
  |
linimon  |
Now builds on powerpc64.
Reported by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.9.5_1 05 Sep 2018 22:05:23
  |
sunpoet  |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine |
1.9.5 18 Aug 2018 20:41:01
  |
sunpoet  |
Update to 1.9.5
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
1.9.4_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.9.4 18 Jun 2018 14:40:31
  |
linimon  |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.9.4 16 May 2018 23:54:22
  |
sunpoet  |
Update to 1.9.4
Changes: https://code.mpimet.mpg.de/projects/cdo/news |
1.9.3 04 Feb 2018 10:12:35
  |
sunpoet  |
Update to 1.9.3
- New features:
- expr: added time coordinate function cdate(), ctime(), cdeltat(),
ctimestep() ...
- New operators:
- not - logical NOT (1, if x equal 0; else 0)
- Fixed bugs:
- uvDestag: target grid undefined in output
- runpctl: fails since release 1.8.0
- read of reduced Gaussian grid description file failed [Bug #8146]
- read error on grid description file [Bug #8099] |
1.9.2 12 Dec 2017 13:32:53
  |
sunpoet  |
Update to 1.9.2
- Update MASTER_SITES
- Update WWW
Changes: https://code.mpimet.mpg.de/news/392
https://code.mpimet.mpg.de/news/387 |
1.9.0_2 21 Oct 2017 20:18:16
  |
sunpoet  |
Update to 4.5.0
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases |
1.9.0_1 22 Sep 2017 10:48:29
  |
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.9.0_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.9.0 08 Sep 2017 21:51:46
  |
sunpoet  |
Update to 1.9.0
Changes: https://code.zmaw.de/news/380 |
1.8.2_1 30 May 2017 02:56:44
  |
sunpoet  |
Update science/hdf5 to 1.10.1
- Bump PORTREVISION for shlib change
Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt |
1.8.2 22 May 2017 17:17:59
  |
sunpoet  |
Update to 1.8.2
Changes: https://code.zmaw.de/news/375 |
1.8.1 13 Apr 2017 19:32:04
  |
sunpoet  |
Update to 1.8.1
Changes: https://code.zmaw.de/news/369 |
1.8.0 16 Feb 2017 16:45:28
  |
sunpoet  |
Update to 1.8.0
- Regenerate patch files with makepatch:
Changes: https://code.zmaw.de/news/363 |
1.7.2_1 17 Dec 2016 12:57:36
  |
sunpoet  |
- Add UUID option
- Bump PORTREVISION for dependency change |
1.7.2 12 Dec 2016 20:57:51
  |
sunpoet  |
- Fix build on FreeBSD 9 though I cannot reproduce the failure on my poudriere
- Add missing USES=execinfo |
1.7.2 03 Dec 2016 16:32:29
  |
sunpoet  |
- Add missing CGRIBEX_DESC |
1.7.2 19 Nov 2016 17:04:47
  |
sunpoet  |
- Update to 1.7.2
- Fix CONFIGURE_ARGS
Changes: https://code.zmaw.de/news/349 |
1.7.1_1 23 Apr 2016 06:46:51
  |
sunpoet  |
- Use USES=localbase
- Remove unnecessary REINPLACE_CMD |
1.7.1_1 20 Apr 2016 20:42:40
  |
sunpoet  |
- Update to 1.10.0
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300
Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html |
1.7.1 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.7.1 06 Mar 2016 06:18:56
  |
sunpoet  |
- Update to 1.7.1
Changes: https://code.zmaw.de/news/342 |
1.7.0 11 Nov 2015 16:51:31
  |
sunpoet  |
- Fix i386 build on FreeBSD 9.x |
1.7.0 09 Nov 2015 18:43:29
  |
sunpoet  |
- Update to 1.7.0
- Add LICENSE_FILE
Changes: https://code.zmaw.de/news/324 |
1.6.9_1 01 Oct 2015 15:56:01
  |
sunpoet  |
- Convert to new test framework
- Convert to new options target helper |
1.6.9_1 19 Aug 2015 01:38:21
  |
sunpoet  |
- Convert to new options dependency helper |
1.6.9_1 15 Jun 2015 13:03:12
  |
wen  |
- Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj
PR: 200434
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >20 days) |
1.6.9 13 Jun 2015 13:50:54
  |
sunpoet  |
- Add PORTSCOUT |
1.6.9 24 May 2015 08:10:45
  |
sunpoet  |
- Update to 1.6.9
Changes: https://code.zmaw.de/news/307 |
1.6.8 04 Apr 2015 12:52:11
  |
sunpoet  |
- Update to 1.6.8
Changes: https://code.zmaw.de/news/303 |
1.6.7_1 24 Mar 2015 18:00:48
  |
sunpoet  |
- Cleanup Makefile |
1.6.7_1 18 Jan 2015 10:39:51
  |
sunpoet  |
- Update to 1.8.14
- Update MASTER_SITES
- Use INSTALL_TARGET=install-strip instead of
MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
- Bump PORTREVISION for science/hdf5 shlib change
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html |
1.6.7 28 Dec 2014 13:14:32
  |
sunpoet  |
- Update to 1.6.7
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Changes: https://code.zmaw.de/news/284
https://code.zmaw.de/news/275 |
1.6.4_1 08 Dec 2014 16:48:41
  |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
1.6.4 04 Jul 2014 02:49:34
  |
sunpoet  |
- Update to 1.6.4
Changes: https://code.zmaw.de/news/249 |
1.6.3 03 May 2014 07:59:46
  |
sunpoet  |
- Add missing backslash
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
03 May 2014 03:43:19
 |
sunpoet  |
- Update to 1.6.3
- Add CGRIBEX and UDUNITS options
- Turn JASPER on by default
- Adjust HDF5 and NetCDF dependency
- Strip shared library
Changes: https://code.zmaw.de/news/240
https://code.zmaw.de/news/217 |
1.6.1_1 20 Apr 2014 19:15:17
  |
antoine  |
Mark broken: Fails to post-build
Unsupported file type (library support not compiled in)
*** [post-build] Error code 1
Reported by: pkg-fallout |
1.6.1_1 06 Apr 2014 05:46:46
  |
sunpoet  |
- Add LICENSE
- Remove HDF5 1.6.x and NetCDF 3.x support
- Convert to new options helper
- Strip shared library
- Use MAKE_CMD
- Support STAGEDIR
- Bump PORTREVISION for dependency and package change |
1.6.1 20 Sep 2013 22:48:31
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
1.6.1 29 Aug 2013 18:35:36
  |
sunpoet  |
- Update to 1.6.1
- Remove deprecated PTHREAD_*
Changes: https://code.zmaw.de/news/205 |
1.6.0 21 Aug 2013 12:03:52
  |
sunpoet  |
- Use USES=gmake |
1.6.0 08 Jun 2013 21:49:41
  |
sunpoet  |
- Update to 1.6.0
- Cleanup Makefile header
Changes: https://code.zmaw.de/news/179
https://code.zmaw.de/news/165
https://code.zmaw.de/news/149
https://code.zmaw.de/news/130
https://code.zmaw.de/news/129 |
1.5.5 19 Mar 2013 13:04:31
  |
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.5.5 18 Jun 2012 16:41:51
 |
sunpoet  |
- Convert to new options framework |
1.5.5 15 Jun 2012 02:01:42
 |
sunpoet  |
- Update to 1.5.5
Changes: https://code.zmaw.de/news/116 |
1.5.4 19 May 2012 18:32:42
 |
sunpoet  |
- Update to 1.5.4
Changes: https://code.zmaw.de/news/99 |
1.5.3_1 07 May 2012 08:12:53
 |
wen  |
- Bump PORTREVISION to chase the update of graphics/proj |
1.5.3 01 Nov 2011 15:08:47
 |
sunpoet  |
- Update to 1.5.3
Changes: https://code.zmaw.de/news/85 |
1.5.2 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.5.2 01 Sep 2011 12:50:41
 |
sunpoet  |
- Move preprocessor options back to CPPFLAGS
Suggested by: danfe, sahil |
1.5.2 29 Aug 2011 03:42:25
 |
sunpoet  |
- Update to 1.5.2
Changes: https://code.zmaw.de/news/77 |
1.5.1 16 Jul 2011 06:12:30
 |
sunpoet  |
- Update to 1.5.1
- Use CFLAGS instead of CPPFLAGS
- Remove out-dated OSVERSION check and pkg-message
- Make portlint happier
- Cosmetic change
Changes: https://code.zmaw.de/news/68 |
1.5.0_1 15 Jul 2011 07:00:46
 |
sunpoet  |
- Bump PORTREVISION for science/hdf5-18 shlib change |
1.5.0 12 Apr 2011 15:17:01
 |
sunpoet  |
- Update to 1.5.0
- Update netcdf4 dependency
- CPPFLAGS is now added to CONFIGURE_ENV by Mk/bsd.port.Mk
- Remove OSVERSION check
- Space/Tab twiddle
Changes: https://code.zmaw.de/news/50 |