1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

2936 Commits

Author SHA1 Message Date
Olivier Duchateau
2cc1d05da1 Update to 1.3.7 2015-04-30 20:51:40 +00:00
Jan Beich
bfd27175cf science/psychopy: update to 1.82.01 and overhaul
- Add .desktop file
- Add shortcut under PATH
- Define LICENSE
- Mark NO_ARCH because of no C modules
- Drop unused BUILD_DEPENDS
- Convert to USE_WX
- Replace bundled DejaVu font with slightly newer system copy

Changes:	http://www.psychopy.org/changelog.html#psychopy-1-82
PR:		199249
Submitted by:	tkato432@yahoo.com
2015-04-29 13:53:09 +00:00
Jan Beich
e771b80b60 science/psychopy: drop HOME workaround after r359201 2015-04-29 13:45:30 +00:00
Sunpoet Po-Chuan Hsieh
dcdaf9c267 - Use net/uriparser instead of bundled one
- Bump PORTREVISION for dependency and package change

PR:		199682 (based on)
Submitted by:	mat
2015-04-28 17:50:43 +00:00
Sunpoet Po-Chuan Hsieh
d575e3f5c0 - Update MASTER_SITES: move from Google Code to GitHub
- Update pkg-descr
- Update WWW
- Bump PORTREVISION for package change
2015-04-28 16:42:55 +00:00
Thierry Thomas
779c36f5c4 - Upgrade math/plplot to 5.11.0
Announcement at
  <https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release>

- Take maintainership

- Chase dependencies.

PR:		ports/199539
Submitted by:	Ben Woods <woodsb02 (at) gmail.com>
Approved by:	marino (for plplot-ada), /me (for gnudatalanguage)
2015-04-22 20:16:04 +00:00
John Marino
ff7ce11c27 science/openbabel: Support gcc5 (taken from upstream)
This was really painful.   I consolidated numerous shared_ptr (TR1)
patches to a single big patch (including moving part of an existing
patch to it because the target needed yet another change).

Tested on FreeBSD 8/i386 and FreeBSD 10/amd64.  This was previously
built on DragonFly with gcc 4.7, but libstdc++ incompatibilities caused
avogadro to break which eventually broken kde4 metapackage.

Those openbabel guys are long overdue for a new release, this was a bit
absurd although maybe some clever sed'ding could have reduced the patch
count.

Approved by:	blanket (gcc5 & DF breakage)
2015-04-18 13:49:18 +00:00
Tijl Coosemans
d32714f4af Convert to USES=autoreconf 2015-04-18 12:58:34 +00:00
Wen Heping
037aaa350a - Update to 0.10.1 2015-04-11 15:14:26 +00:00
Baptiste Daroussin
d2cf0772d1 Convert to USES=gnustep 2015-04-10 07:33:49 +00:00
Baptiste Daroussin
06f79b66f2 Convert bsd.gnustep.mk to USES=gnustep
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG

Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui

Merge deskutils/preferencepanes into deskutils/systempreferences
2015-04-09 07:44:41 +00:00
Thierry Thomas
f20ba5ba89 Fix with on FreeBSD-8.x and 9.x: stdint.h is needed with scotch. 2015-04-08 22:07:01 +00:00
Steve Wills
0a13a25851 science/rubygem-netcdf: fix build with newer ruby-gems 2015-04-07 18:55:52 +00:00
Sunpoet Po-Chuan Hsieh
7e45ae3c23 - Cleanup Makefile
- Bump PORTREVISION for dependency changes in r383198 and r383223
2015-04-04 19:37:30 +00:00
Dmitry Sivachenko
eb7b8ad69d Pet portlint. 2015-04-04 14:19:43 +00:00
Dmitry Sivachenko
4682316005 Update to version 0.16.0;
Inherit blas dependency from py-numpy.
2015-04-04 14:08:45 +00:00
Dmitry Sivachenko
97806177ea As noted by thierry@ in D2086, scipy inherits blas library to use from numpy
(via site.cfg).  So remove unused OPTIONs from here.
Remove check for static ATLAS lib because now ATLAS always builds
static version.
Remove obsoleted malloc.h --> stdlib.h conversion.
2015-04-04 13:30:20 +00:00
Sunpoet Po-Chuan Hsieh
18b158ac57 - Update to 1.6.8
Changes:	https://code.zmaw.de/news/303
2015-04-04 12:52:11 +00:00
Dmitry Sivachenko
e60a0b8f09 Remove unused deps:
I see no reference for djbfft in the code; I assume it is obsoleted.

fftw3: according to http://www.scipy.org/scipylib/building/linux.html
---------
Because of license, configuration, and maintenance issues support for FFTW was removed in versions of SciPy >= 0.7 and NumPy >= 1.2
---------
2015-04-04 11:45:46 +00:00
Sunpoet Po-Chuan Hsieh
99c9a175f7 - Update to 2.2.19
Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2015-04-03 17:28:32 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Sunpoet Po-Chuan Hsieh
9225a97f35 - Update to 1.13.0
- Use PORTDATA

Changes:	https://software.ecmwf.int/wiki/display/GRIB/GRIB+API+version+1.13.0+released
2015-04-02 19:13:52 +00:00
Steve Wills
a646de66ec science/rubygem-netcdf: Mark broken since this uses API that was removed from devel/ruby-gems 2015-04-01 01:11:46 +00:00
Koop Mast
7b534f376e Update gchemutils to 0.14.10. 2015-03-27 08:45:14 +00:00
Sunpoet Po-Chuan Hsieh
d66a4d6242 - Cleanup -lpthread/-pthread manipulation 2015-03-25 14:59:12 +00:00
John Marino
312461b6fa 3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators

approved by:	PTHREAD blanket
2015-03-24 22:17:41 +00:00
Sunpoet Po-Chuan Hsieh
b48c441a9c - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120 2015-03-24 18:32:23 +00:00
Sunpoet Po-Chuan Hsieh
b4872adff4 - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120 2015-03-24 18:24:27 +00:00
Sunpoet Po-Chuan Hsieh
31a267066f - Cleanup Makefile 2015-03-24 18:00:48 +00:00
Sunpoet Po-Chuan Hsieh
e3b76da857 - Add GitHub repository to WWW 2015-03-24 17:59:22 +00:00
Sunpoet Po-Chuan Hsieh
33746c8c1f - Update to 1.2.5
- Add GitHub repository to WWW

Changes:	https://github.com/Try2Code/cdo-bindings/commits/master
2015-03-24 17:59:16 +00:00
John Marino
94c5d47dac science/massxpert: Fix two logical errors (found by gcc5)
There were two boolean logic issues found by gcc5 when compiling
massxpert.  One was comparing boolean output to a negative integer
(is always false) and the other applied the "not" operator in the wrong
place.  Fix provided per request by maintainer.

PR:	197823
2015-03-22 00:06:34 +00:00
Sunpoet Po-Chuan Hsieh
8e8bef45d2 - Update to 4.4.2
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Add GitHub repository to WWW

Changes:	https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md
2015-03-21 20:07:50 +00:00
Sunpoet Po-Chuan Hsieh
8f53728e2b - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Add GitHub repository to WWW
2015-03-21 20:07:44 +00:00
Sunpoet Po-Chuan Hsieh
d6299c8b96 - Add GitHub repository to WWW 2015-03-21 20:07:39 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Sunpoet Po-Chuan Hsieh
13a028b3c3 - Use CONFLICTS_INSTALL instead of CONFLICTS
- Add OPTIONS_DEFINE
- Pet portlint
2015-03-18 15:33:52 +00:00
Sunpoet Po-Chuan Hsieh
03cb6183c5 - Update to 4.2.11
- Update pkg-descr

Changes:	http://www.hdfgroup.org/ftp/HDF/releases/HDF4.2.11/src/hdf-4.2.11-RELEASE.txt
		http://www.hdfgroup.org/ftp/HDF/releases/HDF4.2.10/src/hdf-4.2.10-RELEASE.txt
		http://www.hdfgroup.org/ftp/HDF/releases/HDF4.2.9/src/hdf-4.2.9-RELEASE.txt
2015-03-18 15:25:37 +00:00
John Marino
8fa9eaff1d science/vmd: Improve cc/gcc replacement patterns for Makefiles
PR:		197103
Submitted by:	Sakaue Mamoru
2015-03-15 13:11:48 +00:00
Wen Heping
9217c73e4b - Unbreak
PR:		197589
Submitted by:	dgeo@centrale-marseille.fr
2015-03-14 15:07:54 +00:00
Sunpoet Po-Chuan Hsieh
e6431754a2 - Update to 1.31
Changes:	http://search.cpan.org/dist/Geo-BUFR/Changes
2015-03-12 15:23:36 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00
Thierry Thomas
5391fa57f8 - Switch to guile2
- Upgrade meep to 1.2.1 and unbreak.

Submitted by:	Stas Timokhin <devel (at) stasyan.com>
2015-03-10 20:45:19 +00:00
Thierry Thomas
2caf1acd75 Upgrade Paraview to 4.3.1.
Submitted by:	Stas Timokhin <devel (at) stasyan.com>
2015-03-10 06:40:55 +00:00
Johannes Jost Meixner
a530ebd558 science/rubygem-ruby-dcl: Fix category.
Pointed out by:	dvl
Approved by:	mentors (implicit)
2015-03-09 17:36:19 +00:00
Johannes Jost Meixner
107bf62d28 science/rubygem-ruby-dcl: Add port
This is a Ruby interface to the scientific graphic library DCL.

WWW: http://ruby.gfd-dennou.org/products/ruby-dcl/

PR:		197018
Differential Revision:	https://reviews.freebsd.org/D2036
Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>
Approved by:	mentors (implicit)
2015-03-09 16:58:12 +00:00
Bartek Rutkowski
7a46846564 science/clhep: update 2.2.0.3 -> 2.2.0.4
- Fix MASTER_SITES

PR:		197453
Submitted by:	Kato Tsuguru <tkato432@yahoo.com>
2015-03-07 20:56:36 +00:00
Dmitry Marakasov
8c4703fe42 - Add LICENSE
- Fix library installation
- Pet portlint
2015-03-07 03:18:42 +00:00
Sunpoet Po-Chuan Hsieh
9fbd5b9aa3 - Update to 1.30
Changes:	http://search.cpan.org/dist/Geo-BUFR/Changes
2015-03-06 16:33:53 +00:00
Olivier Duchateau
86e4cb7cb0 The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600

Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)

Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0

PR:		196003 [1], 197251 [2], 198132
Differential Revision:	https://reviews.freebsd.org/D677
Submitted by:	Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by:	antoine@
Approved by:	danilo@ (maintainer) [3]
Tested by:	Ivan <enitarzi@gmail.com>
2015-03-05 22:52:30 +00:00