Sunpoet Po-Chuan Hsieh
5935d29169
- Update to 1.6.4
...
Changes: https://code.zmaw.de/news/249
2014-07-04 02:49:34 +00:00
Sunpoet Po-Chuan Hsieh
70a79e9773
- Add missing backslash
...
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
2014-05-03 07:59:46 +00:00
Sunpoet Po-Chuan Hsieh
92bf592815
- 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
2014-05-03 03:43:18 +00:00
Antoine Brodin
30beb2b240
Mark broken: Fails to post-build
...
Unsupported file type (library support not compiled in)
*** [post-build] Error code 1
Reported by: pkg-fallout
2014-04-20 19:15:17 +00:00
Sunpoet Po-Chuan Hsieh
3975552706
- 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
2014-04-06 05:46:46 +00:00
Baptiste Daroussin
1dd0d087e7
Add NO_STAGE all over the place in preparation for the staging support (cat: science)
2013-09-20 22:48:30 +00:00
Sunpoet Po-Chuan Hsieh
ffc805cfd2
- Update to 1.6.1
...
- Remove deprecated PTHREAD_*
Changes: https://code.zmaw.de/news/205
2013-08-29 18:35:35 +00:00
Sunpoet Po-Chuan Hsieh
bc221a68c1
- Use USES=gmake
2013-08-21 12:03:51 +00:00
Sunpoet Po-Chuan Hsieh
6aa8206812
- 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
2013-06-08 21:49:40 +00:00
Eitan Adler
334eb0fc61
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)
2013-03-19 13:04:30 +00:00
Sunpoet Po-Chuan Hsieh
13ef8343bc
- Convert to new options framework
2012-06-18 16:41:51 +00:00
Sunpoet Po-Chuan Hsieh
897527e9c8
- Update to 1.5.5
...
Changes: https://code.zmaw.de/news/116
2012-06-15 02:01:42 +00:00
Sunpoet Po-Chuan Hsieh
e9cf162e2c
- Update to 1.5.4
...
Changes: https://code.zmaw.de/news/99
2012-05-19 18:32:42 +00:00
Wen Heping
b360c0c97b
- Bump PORTREVISION to chase the update of graphics/proj
2012-05-07 08:12:53 +00:00
Sunpoet Po-Chuan Hsieh
5fb9a83a89
- Update to 1.5.3
...
Changes: https://code.zmaw.de/news/85
2011-11-01 15:08:47 +00:00
Dmitry Marakasov
6f6fbe4bdf
- 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
2011-09-23 22:26:39 +00:00
Sunpoet Po-Chuan Hsieh
da385f3d2b
- Move preprocessor options back to CPPFLAGS
...
Suggested by: danfe, sahil
2011-09-01 12:50:41 +00:00
Sunpoet Po-Chuan Hsieh
e4be554e63
- Update to 1.5.2
...
Changes: https://code.zmaw.de/news/77
2011-08-29 03:42:25 +00:00
Sunpoet Po-Chuan Hsieh
fc8fecf250
- 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
2011-07-16 06:12:30 +00:00
Sunpoet Po-Chuan Hsieh
d3ddb2e80f
- Bump PORTREVISION for science/hdf5-18 shlib change
2011-07-15 07:00:46 +00:00
Sunpoet Po-Chuan Hsieh
042f7a485d
- 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
2011-04-12 15:17:01 +00:00
Sunpoet Po-Chuan Hsieh
d5a139eca5
- Update to 1.4.7
...
Changes: https://code.zmaw.de/news/41
2011-03-01 02:44:32 +00:00
Sunpoet Po-Chuan Hsieh
a76dc28f6f
- Do not run cdotest on 6.x
...
Reported by: pointyhat
Approved by: pgollucci (mentor, implicit)
2010-10-21 06:44:18 +00:00
Sunpoet Po-Chuan Hsieh
b9464edfe2
- Update to 1.4.6
...
Changes: https://code.zmaw.de/news/32
New features:
- Using libtool for linking (rpath)
- Changed predefined gaussian grid names from t<RES>grid to n<N>
- Use n80 instead of t106grid to define a Gaussian N80 grid
- Changed percentile parameter type from integer to float
New operators:
- bandpass: Bandpass filtering
- lowpass: Lowpass filtering
- highpass: Highpass filtering
Changed operators:
- eca_gsl: adjust implementation to fit definition by ECA
- expr, exprf: added missing values support
Fixed bugs:
- sellevel: copy zaxis meta data name and units
- seldate: open output file only when time steps found
Approved by: pgollucci (mentor)
2010-10-06 06:19:03 +00:00
Sunpoet Po-Chuan Hsieh
0d5e39c89e
- Use LOCAL/sunpoet as backup MASTER_SITES
...
Approved by: pgollucci (mentor)
2010-10-01 01:14:18 +00:00
Sunpoet Po-Chuan Hsieh
e475c19a24
- Update MAINTAINER to my FreeBSD.org address
...
Approved by: pgollucci (mentor)
2010-09-22 17:10:26 +00:00
Sahil Tandon
c6bff60f4a
- Update to 1.4.5.1
...
PR: ports/148906
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
2010-07-25 14:22:40 +00:00
Li-Wen Hsu
a9d9e51855
- Update to 1.4.4
...
PR: ports/146861
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
2010-05-23 10:21:00 +00:00
Li-Wen Hsu
9f64b86a3a
- Update to 1.4.3
...
- Update MASTER_SITES, WWW
PR: ports/146326
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
2010-05-05 12:40:59 +00:00
Martin Wilke
ac789ce3ba
- Update to 1.4.1
...
PR: 143516
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
2010-02-08 22:03:10 +00:00
Martin Wilke
78f963d9bd
- Chase graphics/proj shlib bump
2009-11-27 23:17:38 +00:00
Rong-En Fan
18581ecd56
- Update science/netcdf4 to 4.0.1
...
- Bump PORTREVISION for dependent ports
PR: ports/136377
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
Feature safe: yes
2009-09-26 15:11:38 +00:00
Li-Wen Hsu
fe82904993
- Update to 1.3.1
...
PR: ports/134179
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
2009-06-05 17:13:55 +00:00
Chin-San Huang
de1b6f6c07
- Update to 1.3.0
...
- Enable HDF5 1.8, netCDF 4 and proj by default
- Reformat Makefile
PR: ports/130720
Submitted by: sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2009-02-01 09:54:29 +00:00
Pav Lucistnik
b2a96c6df1
- Remove conditional checks for FreeBSD 5.x and older
2009-01-06 17:59:31 +00:00
Chin-San Huang
68b3856b68
- Update to 1.2.1
...
PR: ports/128993
Submitted by: sunpoet (maintainer)
2008-11-25 17:18:00 +00:00
Edwin Groothuis
b4464eda2a
[MAINTAINER] science/cdo: update to 1.2.0
...
PR: ports/126610
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2008-08-18 06:51:34 +00:00
Cheng-Lung Sung
025d00d6cc
- Update to 1.1.1
...
PR: ports/122667
Submitted by: maintainer (Sunpoet Po-Chuan Hsieh)
2008-04-12 01:35:21 +00:00
Thierry Thomas
e3301dcda2
Update to 1.1.0.
...
PR: ports/120299
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet (at) sunpoet.net> (maintainer)
2008-02-17 20:35:17 +00:00
Chin-San Huang
94e7e8c9c3
- Update to 1.0.9
...
PR: ports/117506
Submitted by: sunpoet(maintainer)
2007-10-26 02:55:56 +00:00
Li-Wen Hsu
0287c47729
- Update to 1.0.8
...
PR: ports/114104
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
2007-06-29 01:03:28 +00:00
Li-Wen Hsu
d5c3e741ff
- Update to 1.0.7
...
PR: 111346
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor)
2007-04-10 03:09:55 +00:00
Rong-En Fan
4361fa5f0f
- Fix plist
...
PR: ports/107192
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
2006-12-25 15:29:35 +00:00
Rong-En Fan
63e91a9282
- Reformat pkg-message
...
- Show pkg-message when install via ports
PR: ports/106885
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
2006-12-19 02:28:19 +00:00
Ying-Chieh Liao
a5f77d8151
upgrade to 1.0.6
...
PR: 106849
Submitted by: maintainer
2006-12-18 05:41:16 +00:00
Shaun Amott
b804fe9316
Fix build on ia64 and sparc64.
...
PR: ports/106303
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
2006-12-09 22:47:43 +00:00
Frank J. Laszlo
a65c8fb9fb
Patch is needed for <= 600000
...
Reported by: sunpoet@sunpoet.net (maintainer)
2006-12-05 12:20:26 +00:00
Frank J. Laszlo
7e15092dd0
Fix build on 5.x.
...
pthread_condattr_getpshared() and pthread_mutexattr_getpshared() were not introduced to FreeBSD 5.
PR: ports/106289
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
2006-12-04 16:00:06 +00:00
Pav Lucistnik
600c6a6eca
- Update to 1.0.2
...
- Unbreak
PR: ports/104091
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
2006-10-07 09:59:52 +00:00
Kris Kennaway
fa6485d639
BROKEN: Does not build
2006-09-17 01:38:17 +00:00