Commit graph

3336 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
3464398dde Add GRIB_API option 2017-02-12 08:20:20 +00:00
Ben Woods
87ab61f80b science/InsightToolkit: Fix pkg-plist post r433341
Reported by:	tcberner
2017-02-11 16:25:28 +00:00
Thierry Thomas
679732cbd2 Re-enable the opthion for math/qhull.
Don't bump PORTREVISION because it is not [yet] enabled by default.
2017-02-07 21:20:47 +00:00
Thierry Thomas
94de393d7d GDL version 0.9.7 was released on 21st January 2017, 6 days after the
port was last updated to 0.9.7.v2 (which is older than 0.9.7).

PR:		216828
Submitted by:	woodsb02
2017-02-07 20:58:09 +00:00
Ben Woods
a87f39c2c5 math/plplot: Update to 5.12.0
Changes this release:
  https://sourceforge.net/p/plplot/news/2017/01/plplot-5120-has-been-released/
2017-02-05 14:49:30 +00:00
Ben Woods
763c655809 science/InsightToolkit: Update to 4.11.0
Changes this release:
  http://public.kitware.com/pipermail/insight-users/2017-January/054193.html
2017-02-05 00:58:20 +00:00
Tobias C. Berner
4c7d30bb70 Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
2017-02-04 13:37:15 +00:00
Sunpoet Po-Chuan Hsieh
e319a428b1 Add OPENMPI2 option 2017-02-01 19:43:51 +00:00
Nikolai Lifanov
be3b7a5a79 add science/libgeodecomp - auto-parallelizing library for computer simulations
LibGeoDecomp (Library for Geometric Decomposition codes) is an
auto-parallelizing library for computer simulations. It is specifically targeted
computational science applications in the context of supercomputers and
heterogeneous systems. The library eases development of such tightly coupled
codes by essentially taking over the parallel programming: it handles both, the
parallelization itself and parameter tuning. This enables scientists to focus on
their simulation code, rather than the technical details of the parallel
computer.

PR:		213688
Submitted by:	Kurt Kanzenbach <kurt@kmk-computers.de>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9390
2017-01-31 23:37:58 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Sunpoet Po-Chuan Hsieh
ec6c66ac03 Update to 1.8.1
Changes:	http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.8.1
2017-01-30 21:42:17 +00:00
Dmitry Marakasov
0892efa144 - With license framework, there's no longer need to shove license to docs, pkgmessage and restricted 2017-01-30 09:01:22 +00:00
Sunpoet Po-Chuan Hsieh
05eb45c840 Add JASPER and SZLIB options 2017-01-29 16:04:48 +00:00
Sunpoet Po-Chuan Hsieh
fe7676e7f0 Update to 2.2.24
Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2017-01-25 16:31:27 +00:00
Sunpoet Po-Chuan Hsieh
342d0c5259 Update to 2.2.23
Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2017-01-22 14:37:40 +00:00
Jan Beich
85d1057a48 science/openbabel: unbreak with GCC >= 6
GCC defaults to C++14 since 6.0 which no longer converts istream to
bool by default. Instead of fixing just downgrade to C++98.

PR:		216036
2017-01-21 23:12:18 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Dmitry Marakasov
12ae36580c - Update to 2.0.4
PR:		216252
Submitted by:	pfg@FreeBSD.org (maintainer)
2017-01-19 18:14:22 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Thierry Thomas
f33d88d310 Change the site address.
Since I'm there, explicit the dependencies.
2017-01-16 21:38:39 +00:00
Thierry Thomas
90e71b38f9 Upgrade GDL to 0.9.7v2. 2017-01-15 18:34:52 +00:00
Sunpoet Po-Chuan Hsieh
150dbbe3ba Update to 1.3.0
- Update COMMENT
- Update LICENSE_FILE
- Add EXAMPLES option
- Update pkg-descr
- Update WWW
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/libkml/libkml/releases
2017-01-12 20:02:17 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Sunpoet Po-Chuan Hsieh
415f2b308c Update to 2.2.21
Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2017-01-10 18:05:23 +00:00
Wen Heping
9cf92e9e41 - Update to 5.2.0
PR:		214684
Submitted by:	yuri@rawbw.com
Approved by:	maintainer
2017-01-10 10:59:01 +00:00
Ruslan Makhmatkhanov
a2f76d0c91 science/vmd: correct the wording of numpy keyword 2017-01-09 06:03:05 +00:00
David Naylor
797c113a6f science/vmd: fix port to depend on numpy.
Reported by:	Ruslan Makhmatkhanov <cvs-src@yandex.ru>
2017-01-09 05:53:51 +00:00
David Naylor
153bb9688c science/vmd: update to 1.9.3
- update MASTER_SITES to use upstream stride (the old - repackages - sources
   were no longer working).
 - take maintainership: although I don't use the software I am happy to respond
   to PR's and check for updates periodically,
 - add license information for each source:
   - vmd: custom license that requires the user to explicitly download (and
          accept the license before downloading).  Mark the license as
          auto-accept here as the present of the DISTFILE will indicate that
          the license has been accepted
   - tachyon: standard 3-clause BSD license :-)
   - stride: almost BSD license, except only for academic use (i.e.
             non-commersial) and a requirement to report bugs to the author.
             Add a plain text copy of the license file to the port.
   - add missing dependencies: gl, x11
   - fix detection of python.
   - simplify configure patch.
   - update pkg-plist for changes in plugin versions.
2017-01-08 17:36:15 +00:00
Thierry Thomas
ff80c5cd80 Remove math/proj.4.
math/libproj was already duplicated as graphics/proj.

Reported by:	sunpoet and cmt
2017-01-08 00:06:42 +00:00
Thierry Thomas
23ee74cd9d Upgrade to 0.9.7.
- improvement on X11 display speed through network
- lot of minors bugs
2017-01-07 19:22:01 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Mathieu Arnold
c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00
Sunpoet Po-Chuan Hsieh
e954e5c220 Update to 1.19.0
Changes:	https://software.ecmwf.int/wiki/display/GRIB/Latest+news
2017-01-02 15:11:27 +00:00
Steve Wills
40c1914e06 science/rubygem-ruby-netcdf: update to 0.7.2 2017-01-02 14:59:14 +00:00
Sunpoet Po-Chuan Hsieh
f94c424839 Add libaec 1.0.0
Libaec provides fast lossless compression of 1 up to 32 bit wide signed or
unsigned integers (samples). The library achieves best results for low entropy
data as often encountered in space imaging instrument data or numerical model
output from weather or climate simulations. While floating point representations
are not directly supported, they can also be efficiently coded by grouping
exponents and mantissa.

Libaec implements Golomb-Rice coding as defined in the Space Data System
Standard documents 121.0-B-2 and 120.0-G-2.

Libaec includes a free drop-in replacement for the SZIP library. Just replace
SZIP's shared library libsz.so* with libaec.so* and libsz.so* from libaec. Code
which is dynamically linked with SZIP such as HDF5 should continue to work with
libaec. No re-compilation required. HDF5 files which contain SZIP encoded data
can be decoded by HDF5 using libaec and vice versa.

WWW: https://gitlab.dkrz.de/k202009/libaec
2017-01-01 01:47:21 +00:00
Sunpoet Po-Chuan Hsieh
63430259c2 Convert to options target helper 2016-12-31 20:12:12 +00:00
Koop Mast
e834468ee6 Update gchemutils to 0.14.16.
Record indirect dependancies.
2016-12-31 19:43:21 +00:00
Sunpoet Po-Chuan Hsieh
7e52fa1c3e - Update to 1.071
- Add LICENSE
- Sort PLIST
- Remove Author line
2016-12-31 13:34:26 +00:00
Wen Heping
a78d0d41c2 - Update to 1.10
PR:		215589
Submitted by:	stb@lassitu.de(maintainer)
2016-12-29 01:39:00 +00:00
Sunpoet Po-Chuan Hsieh
8b5ded5d06 - Update DESTDIR support: use usptream patch with modified MANDIR (prefix/share/man -> prefix/man)
- Update WWW: use https://

Obtained from:	http://trac.mcs.anl.gov/projects/parallel-netcdf/changeset/2745
2016-12-28 19:41:50 +00:00
Sunpoet Po-Chuan Hsieh
fe5f171093 - Cosmetic change 2016-12-28 19:41:46 +00:00
Dmitry Marakasov
9228437af8 - Add LICENSE
- Switch to USES=localbase
- Unbreak on 11+ by backporting upstream revision 2055

Approved by:	portmgr blanket
2016-12-28 17:51:10 +00:00
Raphael Kubo da Costa
2fc2a89f33 Pass -fPIC when building the port's static libraries.
This makes it possible to use those libraries with shared libraries on at least
amd64.

While here, set LICENSE and drop MAKE_JOBS_UNSAFE.

PR:		209982
Submitted by:	Jason Bacon <bacon4000@gmail.com> (maintainer)
MFH:		2016Q4
2016-12-28 14:54:37 +00:00
Wen Heping
577acc63f5 - Update to 0.8.2 2016-12-28 08:01:30 +00:00
Rene Ladan
535b2cd3cf Reset ports per maintainer request.
PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
2016-12-26 11:59:12 +00:00
Sunpoet Po-Chuan Hsieh
efca261af3 - Update to 1.8.0
Changes:	http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.8.0
2016-12-20 18:34:59 +00:00
Ben Woods
222415358a science/gramps: Update to 4.2.5
Changes this release:
  https://gramps-project.org/2016/12/gramps-4-2-5-released/

Approved by:	adamw (mentor, implicit)
2016-12-19 12:52:40 +00:00
Tobias C. Berner
62ede14c75 Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
2016-12-18 22:06:50 +00:00
Sunpoet Po-Chuan Hsieh
083f606dda - Add UUID option
- Bump PORTREVISION for dependency change
2016-12-17 12:57:36 +00:00