Commit graph

21988 commits

Author SHA1 Message Date
Antoine Brodin
fd1ca4613d Update to 1.5.2 2017-08-06 08:07:54 +00:00
Antoine Brodin
91283ba3a0 Update to 1.6.31 2017-08-06 08:07:08 +00:00
Steve Wills
807944c204 graphics/tesseract: update to 3.05.01
PR:		221175
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2017-08-05 16:55:33 +00:00
Boris Samorodov
f28d3987f0 graphics/cinepaint: Fix build with Oyranos-0.9.6.
The port seems to have some unique properties but was broken by my   [1]
recent Oyranos update.

. fix build with oyranos-0.9.6, idea from
    https://gitlab.com/beku/cinepaint-ng;
. QA: add dependencies.

PR:		221207  [1]
Reported by:	gja822@narod.ru
2017-08-05 14:14:46 +00:00
Raphael Kubo da Costa
267842980b Explicitly build with -std=gnu++03.
This was the default for GCC until version 6, which switched to -std=gnu++14.
This project is unmaintained upstream and it is not worth fixing the code
instead of just building with the standard it's always worked with.

PR:		219299
Approved by:	portmgr (blanket approval)
2017-08-05 10:36:04 +00:00
Raphael Kubo da Costa
8ee9ecc3ff Point MASTER_SITES to a working location.
The directory where the tarball resides has changed upstream.

PR:		219299
2017-08-05 10:29:55 +00:00
Dmitry Marakasov
8e0db23fc6 - Switch to USES=localbase
- Switch to options helpers
- Unsilence installation commands

Approved by:	portmgr blanket
2017-08-04 09:01:14 +00:00
Jose Alonso Cardenas Marquez
0c310fcadd - Pass maintainership to me. marino@ is not part of FreeBSD committers 2017-08-03 23:40:28 +00:00
Boris Samorodov
f9be250901 graphics/oyranos: Add LCMS-1 support.
Oyranos is capable to do colour management for both LCMS-1 and LCMS-2.
2017-08-03 20:09:55 +00:00
Boris Samorodov
c4b7d27960 graphics/iccexamin: Update to version 0.56. Moved to github. 2017-08-03 17:47:32 +00:00
Boris Samorodov
51d1eecd82 graphics/oyranos: Update to version 0.9.6. The project moved to github. 2017-08-02 20:47:24 +00:00
Boris Samorodov
c459ed0852 The OpenICC configuration data base allows to store, share and
manipulate colour management informations.

Part of that is a file format based on JSON and a implementation
of an according library for easy access.

Features:
  *  access to OpenICC device JSON DB

WWW: https://github.com/OpenICC/config
2017-08-02 19:24:54 +00:00
Tobias C. Berner
d35014dbf6 New port: graphics/qt5-wayland
Marketing blurb [1]:
  QtWayland is a Qt 5 module that wraps the functionality of Wayland.
  QtWayland is separated into a client and server side. The client side
  is the wayland platform plugin, and provides a way to run Qt applications
  as Wayland clients. The server side is the QtCompositor API, and allows
  users to write their own Wayland compositors.

This is mostly needed at the moment to make upstream KDE-CI happy, therefore
we don't wire it into the metaport devel/qt5.

It requires a little change to devel/qt5-qmake, as we needed to modify the
installed bsd.conf to know about wayland/egl.

Created together with Adriaan de Groot <groot@kde.org>.

Reviewed by:		rakuco, groot_kde.org
Differential Revision:	https://reviews.freebsd.org/D11744
2017-08-02 17:47:11 +00:00
Dmitry Marakasov
121da276f1 - Unsilence installation
Approved by:	portmgr blanket
2017-08-02 09:01:11 +00:00
Guido Falsi
04b0d115e7 Update WWW line in pkg-descr. 2017-08-01 19:28:50 +00:00
Sunpoet Po-Chuan Hsieh
e779bbaabe Add pkgconfig file
- Bump PORTREVISION for package change
2017-08-01 17:09:56 +00:00
Raphael Kubo da Costa
c7e420c8cd Explicitly build with -std=gnu++03.
The port fails to build with C++11 and later. GCC 6 uses -std=gnu++14 by
default, and fails like this:

xmlParser.cpp: In function 'char* stringDup(const char*, int)':
xmlParser.cpp:464:36: error: cast from 'std::nullptr_t' to 'char' loses precision [-fpermissive]
         lpszNew[cbData] = (XMLCHAR)NULL;

Since this version of animorph is from 2007 and the code has completely changed
upstream (it does not even use C++ anymore), there is little point in fixing
the code instead of just making it build like it did before.

PR:		219279
Approved by:	portmgr (blanket approval)
2017-08-01 16:58:58 +00:00
Raphael Kubo da Costa
3449a6fb92 Update WWW to a working URL. 2017-08-01 16:45:06 +00:00
Kurt Jaeger
edcd495d20 New port: databases/grass7
databases/grass: renamed to databases/grass6

- submitter becomes maintainer
- changed dependency for graphics/qgis to grass6

          Geographic Resources Analysis Support System
                           (GRASS GIS)

An open source Geographical Information System (GIS) with raster,
topological vector, image processing, and graphics production functionality
that operates on various platforms through a graphical user interface and
shell in X-Windows. It is released under GNU General Public License (GPL).

WWW: http://grass.osgeo.org/

PR:		221087
Submitted by:	lbartoletti@tuxfamily.org
2017-07-30 14:18:29 +00:00
Sunpoet Po-Chuan Hsieh
f0eff9cf35 Use C++03 for OPENMP option
PR:		221065
Submitted by:	rakuco
2017-07-30 13:16:45 +00:00
Dmitry Marakasov
0fdd995e8f - Pet portlint
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-07-30 09:01:10 +00:00
Sunpoet Po-Chuan Hsieh
53510a66e2 Add PORTSCOUT 2017-07-29 19:26:36 +00:00
Jung-uk Kim
f872930d0e Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR:		221027
Reviewed by:	mat
Approved by:	portmgr (antoine)
2017-07-28 21:45:20 +00:00
Mathieu Arnold
189da2fda2 Regular USE_GITHUB cleanup.
Sponsored by:	Absolight
2017-07-27 13:57:30 +00:00
Matthew Rezny
f4045b3392 Update to 2.4.82 2017-07-27 05:56:08 +00:00
Pawel Pekala
fd0280bf12 - Add LICENSE_FILE
- Convert to options helpers
- Add missing dependencies found by stage-qa
- Remove USE_GCC it's only needed for ATLAS option and is
  handled by USES=fortran now
- Fix build with ATLAS=on by providing correct lapack libs
- Remove obvious comments
2017-07-26 20:32:05 +00:00
Sunpoet Po-Chuan Hsieh
5c74bcd9c4 Update to 3.6.2
Changes:	https://trac.osgeo.org/geos/browser/git/NEWS
2017-07-26 18:20:20 +00:00
Mathieu Arnold
2d34c901f2 Convert (again) every usage of https://github.com/.../archive/xxx to USE_GITHUB.
Pointy hat:	acm
Sponsored by:	Absolight
2017-07-26 13:16:39 +00:00
Dmitry Marakasov
41cc2d307c - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2017-07-25 09:01:05 +00:00
Steve Wills
feca0e445c graphics/openimageio: fix build with OPENCV option
Broken in r445627

Pointyhat to:	swills
2017-07-24 18:20:27 +00:00
Dmitry Marakasov
fb4f0d9341 - Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-07-24 09:01:04 +00:00
Tobias Kortkamp
69f6d552a3 graphics/farbfeld: Update to 3
PR:		220946
Submitted by:	aaron@baugher.biz (maintainer)
2017-07-23 17:10:39 +00:00
Jose Alonso Cardenas Marquez
c7b624cb33 - New port: derelict-grl3
A dynamic binding to OpenGL for the D Programming Language

WWW: https://github.com/DerelictOrg/DerelictGL3
2017-07-23 02:42:03 +00:00
Richard Gallamore
723fc8fc65 * Updated to 1.11
* Sorted Uses section

Changelog: https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.11

PR:		220748
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11694
2017-07-22 19:26:37 +00:00
Jan Beich
4f25567483 multimedia/assimp: rebuild consumers after r446390
ABI:		https://abi-laboratory.pro/tracker/timeline/assimp/
PR:		220889
Pointy hat to:	jbeich
2017-07-22 12:22:32 +00:00
Jan Beich
883fb8080a multimedia/assimp: update to 4.0.0
Changes:	https://github.com/assimp/assimp/releases/tag/v4.0.0
PR:		220889
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-07-22 12:02:24 +00:00
Koop Mast
d566d54fa6 Update GStreamer1 ports to 1.12.2.
Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included.

* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.

PR:		220753
Exp-run by:	antoine@
2017-07-22 11:35:44 +00:00
Sunpoet Po-Chuan Hsieh
2531294eca Add SFCGAL option
PR:		220876
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org>
2017-07-20 17:57:01 +00:00
Emanuel Haupt
1ba616cf80 Add facedetect 0.1, simple face detector for batch processing. 2017-07-20 11:53:59 +00:00
Kurt Jaeger
618b391a02 graphics/p5-feedgnuplot: update 1.42 -> 1.44
Relnotes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.44/Changes
2017-07-19 19:25:58 +00:00
Jan Beich
d8efc8465e graphics/vapoursynth-fmtconv: disable on non-x86
../../src/fmtcl/MatrixProc.cpp:362:18: error: out-of-line definition of 'setup_fnc_sse' does not match any declaration in 'fmtcl::MatrixProc'
void    MatrixProc::setup_fnc_sse (bool int_proc_flag, SplFmt src_fmt, int src_bits, SplFmt dst_fmt, int dst_bits, bool single_plane_flag)
                    ^~~~~~~~~~~~~
../../src/fmtcl/MatrixProc.cpp:368:17: error: no member named 'process_1_flt_sse' in 'fmtcl::MatrixProc'; did you mean '::fmtcl::MatrixProc::process_1_flt_cpp'?
                        _proc_ptr = &ThisType::process_1_flt_sse;
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout (aarch64)
2017-07-18 11:47:09 +00:00
Jan Beich
664deae3bc graphics/colmap: try to unbreak on non-x86
g++5: error: unrecognized command line option '-mfpmath=sse'

Reported by:	pkg-fallout (aarch64)
2017-07-18 11:30:15 +00:00
Matthew Rezny
5e837bd583 Update to 17.1.5 2017-07-16 16:35:17 +00:00
Pawel Pekala
05054f84e2 Register CONFLICTS
Approved by:	portmgr blanket
2017-07-16 16:28:52 +00:00
Sunpoet Po-Chuan Hsieh
f4abe13958 Update to 3.3.0
Changes:	https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md
2017-07-16 16:10:48 +00:00
Dmitry Marakasov
4c9f7de483 - Switch to options helpers
- Unsilence installation commands
2017-07-16 09:00:58 +00:00
Danilo G. Baio
8abcb21215 graphics/R-cran-qcc: Update to 2.7
Changes:	https://cran.r-project.org/web/packages/qcc/NEWS

PR:		220679
Submitted by:	pfg (maintainer)
Approved by:	garga (mentor, implicit)
2017-07-16 01:53:58 +00:00
Sunpoet Po-Chuan Hsieh
9bf223aa76 Update to 3.1.8
- Update WWW

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-07-15 19:10:50 +00:00
Sunpoet Po-Chuan Hsieh
6768316b31 Update to 3.1.8
- Update WWW

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-07-15 19:10:45 +00:00
Sunpoet Po-Chuan Hsieh
d7c9859d30 Update to 3.1.8
- Update WWW

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-07-15 19:10:34 +00:00