aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* graphics/nplot: USE_OPENSSL -> USES=sslpi2016-10-071-2/+1
| | | | | PR: 212775 Submitted by: mat
* Update to version 1.5.2-beta.danfe2016-10-075-145/+5
| | | | | | Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1475224589 which corresponds to commit 7f3ea39 tagged as this release.
* graphics/nplot: 0.9.10 -> 0.9.11pi2016-10-075-11/+47
| | | | | | | | | | - Changed master site to github - Added pkg-config file - Updated license - Updated WWW site PR: 212775 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
* Update to 0.8.1olivierd2016-10-074-6/+23
|
* - Switch to options helpersamdmi32016-10-062-3/+7
| | | | - Regenerate patches with `make makepatch`
* Update SeExpr to version 2.11 (latest stable).danfe2016-10-063-16/+5
| | | | | | Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1467059439 which corresponds to commit a5f02bb tagged as this release.
* - Update to 4.4.0cpm2016-10-052-5/+5
| | | | | | PR: 212593 Submitted by: takefu@airport.fm (maintainer) Approved by: feld (mentor)
* Needs USES python for remove-duplicatesehaupt2016-10-051-1/+1
|
* Add pkg-plist (forgotten in previous commit)ehaupt2016-10-051-0/+8
|
* Update to 2.6ehaupt2016-10-052-29/+13
|
* graphics/opencv2: back out r423063 for breaking consumers on 9.xjbeich2016-10-054-6/+5
| | | | | | /usr/local/lib/libopencv_core.so.2: undefined reference to `std::ctype<char>::_M_widen_init() const at GLIBCXX_3.4.11' Reported by: pkg-fallout, abi@abinet.ru
* graphics/opencv: add suffix to make room for 3.x seriesjbeich2016-10-0435-33/+42
| | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc
* graphics/opencv: update to 2.4.13.1jbeich2016-10-0413-1180/+55
| | | | | | Changes: https://github.com/opencv/opencv/compare/2.4.9...2.4.13.1 ABI: https://abi-laboratory.pro/tracker/timeline/opencv/ MFH: 2016Q4
* graphics/opencv: drop unused line after r260084jbeich2016-10-041-1/+0
| | | | WANT_* variables are a relic of the dark times before bsd.port.options.mk.
* graphics/opencv: chase HTTP redirectjbeich2016-10-032-3/+2
| | | | | | | opencv.org points to Itseez repo which is confusing unless one clicks on the link. Pointyhat to: jbeich (r423059)
* Relocate former Google Code Project site to new, actively maintained site.ehaupt2016-10-034-6/+9
| | | | | | | | | | However, the project site uses 'Content-Disposition: attachment; filename=' to provide the filename. Unfortunately this is not yet supported by fetch. Therefore self host distfile. Note, this does not mean that the proeject site mentioned under WWW doesn't provide the distfile. It just means that the distfile would have an undesired name due to the mentioned shortcoming of fetch. The checksum of that file matches the one that was previously hosted at google code.
* - Add LICENSE.stephen2016-10-031-2/+7
| | | | - Fix portlint errors.
* - Remove dependency on GCC.stephen2016-10-035-98/+87
| | | | | PR: ports/213036 Submitted by: pfg@FreeBSD.org
* - Update to 0.2.7ehaupt2016-10-035-14/+27
| | | | | - Reolocate to github - Use pathfix macro
* Chase GNU Emacs updates, and unbreak INDEX fileashish2016-10-021-1/+1
| | | | Submitted by: Yasuhiro KIMURA <yasu@utahmime.org> (private email)
* Update to version 4.1.7pawel2016-10-022-4/+4
| | | | | PR: 213069 Submitted by: maintainer
* graphics/py-opencv: drop python3 vestige after r422698jbeich2016-10-011-5/+0
| | | | | | | | | | | | | | | | | PYTHON_REL is defined in bsd.port.pre.mk, so this unlikely to ever have worked unless defined via make.conf. Note, USES=python only supports overriding PYTHON_VERSION apart from DEFAULT_VERSIONS=python*. $ make -V PYTHON_VERSION PYTHON_REL=3500 python2.7 $ PYTHON_REL=3500 make -V PYTHON_REL 2712 $ make -V PYTHON_REL PYTHON_VERSION=python3.5 3502 PR: 204519 (for tracking)
* update shotwell to 0.24.0cmt2016-10-012-4/+4
| | | | Approved by: rene (mentor)
* graphics/opencv: unbreak build on 9.x after r421231jbeich2016-10-011-1/+2
| | | | | | | | | | | | | | | In file included from /usr/local/include/eigen3/unsupported/Eigen/MatrixFunctions:58, from modules/contrib/src/rgbdodometry.cpp:65: /usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h: In member function 'void Eigen::MatrixExponential<MatrixType>::computeUV(float)': /usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:296: error: call of overloaded 'pow(int, int&)' is ambiguous /usr/include/math.h:210: note: candidates are: double pow(double, double) /usr/include/c++/4.2/cmath:357: note: float std::pow(float, float) /usr/include/c++/4.2/cmath:361: note: long double std::pow(long double, long double) /usr/include/c++/4.2/cmath:365: note: double std::pow(double, int) /usr/include/c++/4.2/cmath:369: note: float std::pow(float, int) /usr/include/c++/4.2/cmath:373: note: long double std::pow(long double, int) Reported by: pkg-fallout
* graphics/opencv: convert to option helpers (cpu)jbeich2016-10-011-34/+12
|
* graphics/opencv: convert to option helpers (nested)jbeich2016-10-011-8/+2
|
* graphics/opencv: convert to options helpers (mechanic)jbeich2016-10-011-117/+53
|
* graphics/opencv: switch to new homejbeich2016-10-012-4/+7
|
* Fix LICENSE, GPL21 doesn't existantoine2016-10-011-1/+1
|
* Update to 0.9.5.2madpilot2016-10-013-5/+5
| | | | | PR: 213103 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-019-20/+39
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* multimedia/libvpx: update 1.6.0jbeich2016-09-303-2/+3
| | | | | | | | | | | | | | | | ABI is incompatible... or not? SONAME has changed but the removed vp10 symbols weren't actually exposed (and still aren't). Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails: vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3': vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
* Fix integer overflow in gdImageWebpCtx and bump PORTREVISION.ale2016-09-286-7/+44
| | | | | PR: 213023 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
* Add graphics/ansilove:amdmi32016-09-284-0/+53
| | | | | | | | | | | | | ANSi / ASCII art to PNG converter - Supports 7 textmode formats: ANS/PCB/BiN/ADF/iDF/TND/XBiN - Supports 14 MS-DOS charsets - 80x25, 80x50 and Amiga fonts - Supports SAUCE and iCE colors - Small output size (4-bit PNG) WWW: https://github.com/ansilove/ansilove
* - Update devel/doxygen to 1.8.12antoine2016-09-282-449/+449
| | | | | | - Adjust plist of ports depending on it PR: 212869
* - Update devel/efl to 1.18.1gblach2016-09-2728-397/+2
| | | | | | | | | | | - Update devel/py-efl to 1.18.0 - Update multimedia/rage to 0.2.1 - Update x11-wm/enligtenment to 0.21.2 - Bump PORTREVISION in graphics/edje_viewer - Bump PORTREVISION in x11/terminology - Merge graphics/evas_generic_loaders* into devel/efl - Merge multimedia/emotion_generic_players-vlc into devel/efl - Merge x11-toolkits/elementary into devel/efl
* - Update to 8.4.0danilo2016-09-263-6/+29
| | | | - Add some explicit dependencies to make Q/A happy
* - Update to 8.4.1danilo2016-09-263-15/+14
|
* - drop maintainershipdinoex2016-09-261-1/+1
|
* - Update devel/icu to 57.1.tijl2016-09-245-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* graphics/py-opencv: limit python version to 2.xrm2016-09-243-14/+3
| | | | | | | | | | | Python module of OpenCV 2.4.9 is not compatible with Python 3.x - both on cmake infrastructure level and on module itself level, so just mark it as Python 2.x only and remove all the python3 shims - they are don't make any difference anyway. We can patch that hardly to make it work, but it's better to just update to latest version that have python3 support out of the box. PR: 204519 (for tracking)
* graphics/pygts: convert to autoplistrm2016-09-242-12/+2
| | | | | | | | | | | | | | - convert to autoplist - limit python version to 2.x ===> Configuring for pygts-0.3.1_5 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 60 raise RuntimeError, result[0] ^ SyntaxError: invalid syntax *** Error code 1
* Unbreak graphics/wings on Erlang 19: FUNCTION_NAME is now a predefined macro.olgeni2016-09-232-3/+27
|
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-232-2/+0
| | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor)
* - Add patch, which fixes crashes of viewers based on Popplerolivierd2016-09-232-1/+18
| | | | | | | | - Bump PORTREVISION PR: 212867 Reported by: Bengt Ahlgren Obtained from: Upstream repository
* - Update to 7.0.2wen2016-09-233-6/+6
|
* Force usage of gcc because this ports does not work with clangbapt2016-09-221-0/+2
| | | | | | | and not because of openmp Note that this port should just be removed when pfstools has been updated to version 2 which now includes this code directly
* - Switch to PORTDOCSamdmi32016-09-223-371/+3
| | | | | - Fix WWW: - Simplify installation
* Update to 2016.2.0.grog2016-09-226-56/+9
| | | | MFC after: 2 weeks
* Upgrade to 1.7.7.thierry2016-09-222-4/+4
|
* lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-212-2/+0
| | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor)
* graphics/lib3ds: new fedora MASTER_SITES to unbreakmarino2016-09-211-3/+1
|
* graphics/squish: new macports MASTER_SITES to unbreakmarino2016-09-211-3/+1
|
* Update to 1.6kevlo2016-09-202-4/+4
|
* - Add LICENSEamdmi32016-09-201-4/+9
| | | | | - Switch to options helpers - Cosmetic fixes
* Return to pool. Unfortunately, I don't have time to maintain this port.jhale2016-09-201-1/+1
|
* - Update to 3.16.1vg2016-09-192-3/+4
| | | | | PR: ports/212801 Submitted by: olevole@olevole.ru (maintainer)
* Rework ONLY_FOR verbiage to reflect modern reality.linimon2016-09-191-1/+1
|
* Mark broken/deprecated: mastersite disappeared, last release 1996.linimon2016-09-191-0/+4
|
* Mark broken on sparc64.linimon2016-09-181-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* - Update to 1.1.1.2tota2016-09-172-4/+4
|
* Update the Qt5 ports to 5.6.1.rakuco2016-09-179-747/+584
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took longer than expected, but there are quite a few changes to the existing ports and a few new ones. General upstream changes: - Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is being used. According to the discussion here: https://codereview.qt-project.org/#/c/154800/ The Qt project is not opposed to LibreSSL, but does not want to mix support for it into the OpenSSL backend code, especially as they move towards supporting OpenSSL 1.1. People interested in LibreSSL support are welcome to submit a separate backend upstream, but are expected to maintain it. We (kde@) are not opposed to carrying some patches authored by others in the future, as long as they are not huge and destabilizing. - When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by default (this is an upstream change). You can add "CONFIG -= c++11" to your .pro. Qt 5.7 will require C++11. - www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped separately as a community release tarball. kde@ does not have an ETA for a qt5-webengine port, as it requires a huge effort (and number of patches) similar to maintaining www/chromium itself. - x11-toolkits/qt5-declarative has been deprecated upstream. The last release is 5.5.1. Relevant changes: - devel/qmake5: The freebsd-clang mkspec has become the default mkspec on FreeBSD, replacing the outdated freebsd-g++ one that was moved to unsupported/ (it still works though). - devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are still in qtbase. The data files are now in the qt5-qdoc-data port. - misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with mkspecs. Instead of running the `configure' script, which requires a compiler and adjustments to the mkspecs files and also ends up building a new qmake binary, we now leverage USES=qmake to generate all the Makefiles from the top-level qt.pro. Getting this to work requires some tricks, though, and qt.conf.in has a longer explanation of what's being done. Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes. New ports: - comms/qt5-serialbus - devel/qt5-qdoc-data - x11-toolkits/qt5-quickcontrols2 Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden (nolden@kde.org) for the huge amount of work they put into this patch. Loise in particular also sent quite a few changes upstream that were essential for this update to work. PR: 211916
* Mark BROKEN: fails to buildantoine2016-09-161-0/+2
| | | | | | | erlc -W +debug_info +debug_info -o. tools.erl tools.erl:247: redefining predefined macro 'FUNCTION_NAME' Reported by: pkg-fallout
* Add USES+=ssl to 3 of 8 graphics/libGL/Makefile.common consumersmarino2016-09-162-0/+2
| | | | | | | | | Despite having a configure argument of --with-sha1=libcrypto, only three of the eight users of graphics/libGL/Makefile.common actually link to SSL libraries. Individually add USES=ssl to these three ports rather than have all 8 having this requirement. Approved by: SSL blanket
* graphics/ruby-image_size: remove RUBY_RD_FILESswills2016-09-152-17/+8
| | | | PR: 210665
* - Add LICENSEamdmi32016-09-151-3/+5
| | | | | - Switch to options helpers - Cosmetic fixes
* Unmark broken on powerpc64swills2016-09-154-8/+0
| | | | These ports built successfully
* graphics/copperspice: upgrade v1.2.2 => v1.3.2, release maintainershipmarino2016-09-157-124/+153
| | | | | I'm not longer evaluating copperspice for use in a project, so release maintainship of it. I upgraded to the latest version first though.
* Update to 2.17.1zeising2016-09-153-4/+6
| | | | | | | | | | While this port installs icons, do not use INSTALLS_ICONS= to avoid bringing in a bunch of dependencies to this very light weight port. [0] ChangeLog: http://feh.finalrewind.org/archive/2.17/ http://feh.finalrewind.org/archive/2.17.1/ Discussed with: kwm [0]
* GOOGLE_CODE has gone away.mat2016-09-1422-2/+43
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* - Fix LICENSEamdmi32016-09-141-1/+2
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* - Add LICENSEamdmi32016-09-121-4/+6
| | | | | - Switch to options helpers - Cosmetic fixes
* - Fix build with GRASS option with updating DGRASS_PREFIXwen2016-09-111-1/+1
|
* Fixup r421626 to unbreak build on newer readelf.mandree2016-09-101-1/+1
| | | | | | PR: 212308 Reported by: antoine@ Differential Revision: D7842
* - Enable TOOLS by defaultamdmi32016-09-101-4/+8
| | | | | | | | - Fix build with TOOLS on 9.x - While here, cosmetic fixes PR: 212045 Submitted by: pkubaj@anongoth.pl (maintainer)
* Mark NO_ARCHehaupt2016-09-101-0/+1
|
* Most commonly used build systems support silent builds, when theyamdmi32016-09-107-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* Replace objdump by readelf. Fixes build on arm64.mandree2016-09-107-22/+22
| | | | | | | | | | While here, refresh patches. PR: 212308 Submitted by: emaste@ Reported by: andrew@ MFH: 2016Q3 Differential Revision: D7842
* - Update to 0.9.5.1amdmi32016-09-103-8/+6
| | | | | | | - While here, remove unneded WRKSRC and fix WWW: PR: 212497 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* update shotwell to 0.23.6cmt2016-09-094-40/+16
| | | | Approved by: rene (mentor)
* graphics/jpgraph2: install missing fontspi2016-09-091-1/+2
| | | | | | | | | | - this fixes errors like PHP Warning: imageloadfont(/usr/local/share/jpgraph/fonts/FF_FONT1-Bold.gdf): failed to open stream: No such file or directory in /usr/local/share/jpgraph/gd_image.inc.php on line 94, referer: ... PR: 212516 Submitted by: Andrea Venturoli <ml@netfence.it>
* - Add LICENSEamdmi32016-09-091-9/+17
| | | | | | | | | - Switch to USES=localbase - Install docs PR: 179337 Submitted by: nemysis@gmx.ch Approved by: maintainer timeout (grog, 3 years)
* - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-077-6/+7
| | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
* Use infrastructure to depend on Linux libGLU.tijl2016-09-061-2/+2
| | | | | PR: 209163 Submitted by: marc.priggemeyer@gmail.com
* Update to libtiff 3.9.4-18.el6_8.tijl2016-09-065-17/+17
| | | | | | | PR: 211552 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2016Q2 Security: https://rhn.redhat.com/errata/RHSA-2016-1547.html
* Chase update of Poppler after revision r421386olivierd2016-09-0618-14/+18
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-0631-181/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 0.46.0olivierd2016-09-067-17/+23
| | | | | | | | | - Replace CPPFLAGS and LDFLAGS by USES= localbase PR: 211388 Submitted by: myself Approved by: The GNOME team (timeout) Exp-run by: antoine@
* - Update to 0.9.5amdmi32016-09-012-9/+10
| | | | | | | - Fix LICENSE PR: 212288 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* Update graphcis/digikam-kde4's & friends distfile location.tcberner2016-09-011-1/+1
| | | | | | | It has been moved upstream (probably due to the digikam-kf5 release). Approved by: rakuco (mentor) MFH: 2016Q3
* graphics/piglit: New port for the Mesa testsuitedumbbell2016-09-0110-0/+297
| | | | | | | | | | | | | | Piglit is the Mesa testsuite. It is very helpful while working on the graphics stack in both userland and the kernel. Support for FreeBSD is incomplete at this time. We use a patch to enable the same build flags as Linux. However, we still lack new code to support FreeBSD, in particular in scripts under the `framework` directory, such as a way to collect timestamped messages from the kernel. Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4058
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-302-2/+2
| | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor)
* Do not require GCC.thierry2016-08-305-14/+58
| | | | | PR: 211760 Submitted by: pfg
* - Update to 1.5.2danilo2016-08-292-4/+4
|
* - update to 2.2.3dinoex2016-08-296-120/+37
| | | | | | | | | | - remove option VPX Security: CVE-2016-6207 Security: CVE-2016-6214 Security: CVE-2016-6132 Security: CVE-2016-5766 PR: 211562 MFH: 2016Q3
* Upgrade to v.175.thierry2016-08-283-11/+11
|
* graphics/zathura: use libmagic from base insteadmarino2016-08-281-2/+1
| | | | | | | | | | The libmagic specification was ambiguous and was falling back to the base version. After notifying of this on the PR, the original submitter indicated that the base libmagic is sufficient, so the dependency on sysutils/file has been removed with a revbump. PR: 174130 Submitted by: Walter Schwarzenfeld
* Update to 0.6.vanilla2016-08-272-4/+4
|
* graphics/zathura: bump portrevision after r420581pi2016-08-271-0/+1
| | | | | | | - dependencies added require a bump of portrevision PR: 211468 Reported by: marino
* Update to 0.5.vanilla2016-08-263-11/+14
|
* - Fix build on 12.0-CURRENT, patch was accepted by upstream:pawel2016-08-253-52/+40
| | | | | | | | | | https://sourceforge.net/p/ufraw/bugs/407/ - Convert to options subs and helpers - Mark GTK2 option as implied for GIMP, otherwise poudriere build fails PR: 211735 Submitted by: myself Approved by: maintainer timeout
* - Update to 2.0.1amdmi32016-08-252-10/+8
| | | | - Switch to USES=localbase
* Consistently set USE_JAVA to "yes" to reduce future confusion.jkim2016-08-251-1/+1
| | | | Approved by: skreuzer (maintainer)
* Consistently set USE_JAVA to "yes" to reduce future confusion.jkim2016-08-257-7/+7
|
* Convert some port to the new GH_SUBDIR feature.mat2016-08-241-15/+6
| | | | Sponsored by: Absolight
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-2431-75/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* - Add LICENSEamdmi32016-08-231-3/+7
| | | | | - Switch to options helpers - Cosmetic fixes
* - Add patch to tolerate file:// in command line arg.vg2016-08-232-1/+14
| | | | | PR: ports/210968 Submitted by: Jason Bacon <bacon4000@gmail.com>
* - Update to 0.11.1vg2016-08-233-19/+6
| | | | | PR: ports/206529 Submitted by: Maciej Pasternacki <maciej@pasternacki.net>
* Update ImageMagick7 to 7.0.2-9.kwm2016-08-232-6/+8
| | | | | | | Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1] Add Indirect dependancy to ilmbase for the exr plugin. Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1]
* Update eog to 3.18.3.kwm2016-08-233-7/+8
| | | | | | | | Add indirect dependacies. Switch to lcms2 since that is actualy used. MFH: 2016Q3 Security: f5035ead-688b-11e6-8b1d-c86000169601, CVE-2016-6855
* graphics/sekrit-twc-zimg: update to 2.2.1jbeich2016-08-232-4/+4
| | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.2.1/ChangeLog
* - Fix complie errorsvg2016-08-224-3/+57
| | | | | PR: ports/211652 Submitted by: w.schwarzenfeld@utanet.at
* Update ImageMagick to 6.9.5.7.kwm2016-08-223-17/+8
| | | | | | | Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1] Add Indirect dependancy to ilmbase for the exr plugin. Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1]
* graphics/zathura: fix -x optionpi2016-08-221-3/+9
| | | | | | | | | - fix it by adding some additional LIB_DEPENDS and a CPP flag for SYNCTEX PR: 211468 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: freebsd@schukraft.org Approved by: quentin.stievenart@gmail.com (maintainer timeout)
* New port: graphics/nplotpi2016-08-224-0/+36
| | | | | | | | | | | NPlot is a free charting library for .NET. It boasts an elegant, flexible API and includes controls for Windows.Forms, ASP.NET and a class for creating Bitmaps. WWW: http://netcontrols.org/nplot/wiki/ PR: 211666 Submitted by: Carsten Larsen <cs@innolan.dk>
* Update to 2.16.2zeising2016-08-212-4/+4
| | | | Changelog: http://feh.finalrewind.org/archive/2.16.2/
* Update librsvg2 to 2.40.16.kwm2016-08-213-162/+7
| | | | | | | * Use USES=localbase. * add missing cairo dependancy. Obtained from: gnome devel repo
* - Update to 1.5.9danilo2016-08-213-5/+7
|
* - Add missing USES=execinfo, fixing build on 9.xamdmi32016-08-201-2/+3
| | | | | PR: 211937 Submitted by: Vladimir.Chukharev@gmail.com (maintainer)
* graphics/nomacs: Fix build when RAW option turned offmarino2016-08-191-6/+6
| | | | | | | | | | | The opencv-core dependency is not limited to the RAW option. The build fails in a clean jail if the RAW option is turned off due to the missing opencv dependency. Change it to an unconditional LIB_DEPENDS to fix the build in the RAW-off configuration. PR: 202497 Reported by: serpent7776 (gmail) Approved by: maintainer timeout / just-fix-it
* - Update to 0.17.0amdmi32016-08-193-6/+5
|
* graphics/sekrit-twc-zimg: update to 2.2jbeich2016-08-174-81/+78
| | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.2/ChangeLog ABI: https://people.freebsd.org/~jbeich/compat_reports/zimg/2.1_to_2.2/compat_report.html
* - Pet portlintamdmi32016-08-171-15/+10
| | | | | | - Drop unneeded WX_UNICODE - Silence patching and stripping - Remove always-true (since wx 2.6 removal) condition
* These are not needed when using USE_GITHUB=yespawel2016-08-171-4/+0
| | | | Reported by: mat
* - Update graphics/tesseract to version 3.04.01pawel2016-08-167-217/+75
| | | | | | | | | | - Add TOOLS option for training tools - Update graphics/tesseract-data to version 3.04.00 - Now hosted on GitHub - Take maintainership of both ports PR: 211799 Submitted by: Piotr Kubaj
* Update to 1.4.4ehaupt2016-08-162-3/+4
|
* - Update to version 4.0.1pawel2016-08-164-49/+28
| | | | | | | | | | | | | | | | | - Clarify license, update WWW homepage - MASTER_SITE change: MASTER_SITE has been changed to fossies.org because I have contacted with jpgraph.net and ask if they can provide to me direct download link instead of some php script url, but they wont. - Convert to USES=php - Use COPYTREE_SHARE in place of CP to make sure proper permissions on files are set and simplify things a bit - Split install target to option helpers ones PR: 211772 (based on) Submitted by: Eero Hanninen
* - Update to 0.16.2amdmi32016-08-152-4/+5
|
* Fix plist so this port now packages.kwm2016-08-111-1/+2
| | | | Reported by: pkg-fallout@
* Don't add X libraries to the nox11 ports [1]kwm2016-08-104-5/+7
| | | | | | | | | While here fix USE_GNOME in the SVG case to add to the USE_GNOME macro and not overwrite it. PR: 211721 [1] Reported by: Gary (freebsd-bugzilla@in-addr.com) Pointy hat to: kwm@
* Update ImageMagick to 6.9.5-5.kwm2016-08-104-9/+23
| | | | | Register indirect dependancies. Allow slave port to overwrite PORTSCOUT.
* Update ImageMagick7 to 7.0.2.7.kwm2016-08-102-8/+10
| | | | | | Register indirect dependancies. PR: 201726 (based on)
* - Update to 8.3.3danilo2016-08-103-7/+7
|
* - Update to 1.1.1-1tota2016-08-092-5/+5
|
* Register x11 with USE_XORGehaupt2016-08-081-1/+2
|
* Strip binaryehaupt2016-08-081-1/+3
|
* Strip binaryehaupt2016-08-081-1/+4
|
* Register graphics/ilmbase as LIB_DEPENDSehaupt2016-08-081-3/+4
|
* USE_BDB cleanup.mat2016-08-081-2/+1
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* New port: graphics/py-mayavipi2016-08-066-0/+101
| | | | | | | | | | | | | | | | | | | | | | | 3D Scientific Data Visualization and Plotting The Mayavi project includes two related packages for 3-dimensional visualization: Mayavi: A tool for easy and interactive visualization of data, with seamless integration with Python scientific libraries. TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular open-source visualization library. These libraries operate at different levels of abstraction. TVTK manipulates visualization objects, while Mayavi lets you operate on your data, and then see the results. Most users either use the Mayavi user interface or program to its scripting interface; you probably don't need to interact with TVTK unless you want to create a new Mayavi module. WWW: http://code.enthought.com/projects/mayavi/ PR: 204435 Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com>
* graphics/darktable: Update to 2.0.5dumbbell2016-08-063-22/+24
| | | | | | | | | | | | Add several missing dependencies, as reported by `make stage-qa`. Clean up port options: o `COLORD` and `OPENEXR` had an incomplete an dependencies list. o `NLS` was broken when turned off. o `RAWSPEED` and `SQUISH` were not CMake knobs anymore in darktable. Approved by: mat Differential Revision: https://reviews.freebsd.org/D7147
* Import imgurpython 1.1.7kevlo2016-08-054-0/+28
| | | | Imgurpython is a Python client for the Imgur API.
* graphics/ipe: Update version 7.2.3=>7.2.5bofh2016-08-053-6/+36
| | | | | | - Reorganize USE_QT5 Submitted by: k.oikonomou@att.net
* Depend on linux-c6-pixman.tijl2016-08-051-2/+2
|
* Generate loaders.cache on package installation.tijl2016-08-053-1/+7
|
* New port: graphics/py-traitsuipi2016-08-054-0/+42
| | | | | | | | | | | | | | | | | | The traitsui project contains a toolkit-independent GUI abstraction layer, which is used to support the "visualization" features of the Traits package. Thus, you can write code in terms of the Traits API (views, items, editors, etc.), and let traitsui and your selected toolkit and back-end take care of the details of displaying them. The following GUI backends are supported: * wxPython * PyQt * PySide WWW: https://docs.enthought.com/traitsui PR: 204433 Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com>
* Make the port actually work with the current ports tree.tijl2016-08-051-3/+3
|
* Add dependency on linux-c6-jpeg.tijl2016-08-051-0/+2
|
* - Move some dependencies from linux-c6-gtk2 to linux-c6-gdk-pixbuf2.tijl2016-08-051-0/+2
| | | | - Remove pixman distfiles from linux-c6-gtk2. Nothing there needs it.
* Add graphics/linux-c6-jasper, required by graphics/linux-c6-gdk-pixbuf2.tijl2016-08-056-0/+39
|
* graphics/qcomicbook: Remove redundant dependency on unzipmarino2016-08-041-5/+2
| | | | | | | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Note that it's pulled in by a non-default option. In this port, unzip was a non-default (and non-effective) option. Removing the option requires a revbump. Approved by: infrastructure blanket (removal of redundant deps)
* graphics/cbview: Remove redundant dependency on unzipmarino2016-08-041-1/+0
| | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0).
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-0316-22/+28
| | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022
* - Update to 1.1.1.0tota2016-08-022-5/+9
|
* - Update devel/doxygen to 1.8.11antoine2016-08-022-2/+3
| | | | | | | - Adjust plist of ports depending on it PR: 211447 Submitted by: maintainer
* Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILEtijl2016-08-0120-0/+0
| | | | | | | and PLIST for Linux ports. LINUX_RPM_ARCH is the CPU targetted by a package and LINUX_REPO_ARCH is like our ARCH which is more suitable. This only affects Centos 6 ports because they are the only ones where LINUX_REPO_ARCH != LINUX_RPM_ARCH.
* Remove unused distinfo files.tijl2016-08-012-8/+0
|
* - Add LICENSE_FILEamdmi32016-08-012-4/+5
| | | | - Switch to options helpers
* Update to version 1.1.7pawel2016-08-012-10/+10
| | | | | PR: 211478 Submitted by: maintainer
* Remove duplicate lines from plistantoine2016-08-011-7/+0
|
* Update shotwell to 0.23.4cmt2016-07-315-395/+454
| | | | Approved by: rene (mentor)
* - Fix licenseamdmi32016-07-311-1/+6
| | | | - Switch to options helpers
* - Update to 1.5.1danilo2016-07-312-4/+4
|
* - Update to version 2.77amva2016-07-294-17/+58
| | | | | | | | | | | | | | | | | | | | | - Switch to SDL2 as dependency, if the SDL option is set. Blender's dependency detection favours SDL2 over SDL - Fix some missing LIB_DEPENDS - Make boost a default dependency for Blender. Too many optional features depend on it - Include the libc++ 3.8.0 fix from PR 209614 Blender 2.77 comes with hundreds of bug fixes and many new features, such as * improved subsurface scattering and GPU support for cycles * improved sculpting workflows * better antialiasing for OpenGL renderers in the UI * speedups for the gaussian blur effect in the sequencer * improved weight-painting behaviour * and many more Changelog: https://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.77
* - Update to version 1.7.2mva2016-07-294-3/+14
| | | | | PR: 208772 Submitted by: Shane Ambler <FreeBSD@ShaneWare.biz> (maintainer)
* - Update to version 3.0.5mva2016-07-293-7/+6
|
* - Update to version 1.6.25mva2016-07-294-17/+7
|
* - Switch to options helpersamdmi32016-07-291-2/+2
|
* Update The Gimp to 2.8.18cmt2016-07-294-17/+13
| | | | | | | | | PR: 211124 Submitted by: pkubaj@anongoth.pl Approved by: rene (mentor) Approved by: maintainer-timeout MFH: 2016Q3 Security: 6fb8a90f-c9d5-4d14-b940-aed3d63c2edc
* Update to version 1.7.0pawel2016-07-293-5/+7
| | | | | PR: 211416 Submitted by: IWAMOTO Kouichi (maintainer)
* Fix an annoying bug of non-working scaling (-w/-h and -x/-y options) indanfe2016-07-282-0/+154
| | | | | | | | | | | rsvg-convert(1) utility: https://bugzilla.gnome.org/show_bug.cgi?id=520654 https://bugzilla.gnome.org/show_bug.cgi?id=762115 Approved by: gnome (timeout) Patch by: Michael Biebl Obtained from: Debian
* Update graphics/exiv2 to 0.25.tcberner2016-07-2726-61/+69
| | | | | | | | | | | | As there is an shlib version bump, bump them portrevision of dependent ports. While doing so, also switch to the cmake build system, as it requires less patching and is easier to handle. PR: 211329 Reviewed by: mat, rakuco, kwm Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7283
* - graphics/frei0r [2]olivierd2016-07-277-101/+185
| | | | | | | | | | | | | | | * Update to 1.5.0 * Update MASTER_SITES * Switch to CMake, rewrite some parts of graphics/frei0r's Makefile and patches * Remove APIDOC, DOCS and MMX options (MMX is not available in CMakeLists.txt) - graphics/frei0r-plugins * Switch to USES= metaport [1] PR: (based on) 201636 [1], 209291 [2] Submitted by: Andriy Voskoboinyk [1], myself [2] Approved by: jhale@ (maintainer, timeout > 2 months)
* - Add some dependencies explicitly to make QA happydanilo2016-07-261-3/+9
|
* - Update to 8.3.2danilo2016-07-263-6/+7
|
* graphics/cairo: clean upjbeich2016-07-261-15/+9
| | | | | | | | | | | - Convert to option helpers - Fix LICENSE combination - Add missing X11 dependencies [1] PR: 198996 [1] Submitted by: yuri@rawbw.com [1] Approved by: portmgr blanket MFH: 2016Q3
* graphics/py-cairo: clean upjbeich2016-07-261-5/+1
| | | | | | | | | | | | | - PYTHON_CMD already contains LOCALBASE - PYTHON is already passed to CONFIGURE_ENV - PREFIX and *FLAGS are redundant - Respect PREFIX != LOCALBASE while stripping [1] PR: 202911 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (11 months) Approved by: portmgr blanket [1] MFH: 2016Q3
* graphics/gegl{,3}: fix typos in optionsjbeich2016-07-262-4/+4
| | | | | | | | - gegl: SIMD=on has the opposite effect - gegl3: ENSCRIPT=on has no effect Approved by: portmgr blanket MFH: 2016Q4
* graphics/gegl3: apply r386216 + previous commitjbeich2016-07-261-1/+7
| | | | | | | | | | - Bundled poly2tri-c is under BSD3CLAUSE - Only V4L still uses LGPL20+ code - More (but not all) operations/common/*.c are under GPLv3 While here define CPE information. Approved by: portmgr blanket
* graphics/gegl: clarify LICENSEjbeich2016-07-261-2/+4
| | | | | | | | | | | | | | | | | | | | | | | A quick grep(1) of *.c files reveals: LGPL20 files are gegl/buffer/gegl-id-pool.c operations/external/v4lutils/v4lutils.c GPLv3 files are bin/gegl.c bin/gegl-path-spiro.c bin/gegl-path-smooth.c bin/gegl-options.c gegl/buffer/gegl-cache.c All GPL license headers have ..., or (at your option) any later version. Approved by: portmgr blanket
* Apply r402343 to other gnome@ ports restoring r297047 behaviorjbeich2016-07-261-4/+5
| | | | | | | | | - Invoke pkg-config(1) instead of checking manually - Convert to ECHO_MSG which can be silenced PR: 166279 Approved by: portmgr blanket MFH: 2016Q3
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-266-6/+6
| | | | With hat: portmgr-secretary
* Update to 0.1.3.jkim2016-07-263-5/+5
|
* - Update to 2.6danilo2016-07-252-5/+10
| | | | | - Move gdkpixbuf2 to the global USE_GNOME. pqiv links against it independently of the PIXBUF option. - Use dependencies advised by the QA
* Ressurect devel/omake, graphics/ocaml-images and games/freetennis [1]rene2016-07-2314-0/+501
| | | | | | | | | | | | | | | | - devel/omake: - add new MASTER_SITES - regenerate patches [1] - graphics/ocaml-images: - add missing LIB_DEPENDS - pet portlint - bump PORTREVISION - games/freetennis: - add missing indirect depedencies [2] - bump PORTREVISION PR: 210853 [1] Submitted by: lightside@gmx.com [1] Reported by: poudriere testport [2]
* Allow HDF5 to be found with CMake >= 3.6.0.rakuco2016-07-232-0/+22
| | | | | | | | | | | | | | | | CMake's FindHDF5.cmake underwent some refactoring upstream and it now respects the HDF5_ROOT variable in more places and separates HDF5_LIBRARIES from HDF5_HL_LIBRARIES. Do some slight adjustments to the Alembic port for it to continue working with the upcoming CMake 3.6.1 (they are no-ops with CMake 3.5.2 which is currently in the ports tree): - Set HDF5_ROOT via CMAKE_ARGS so that Alembic does not set it to a nonsensical value. - Add HDF5_HL_LIBRARIES to ALEMBIC_HDF5_LIBS so that libhdf5_hl.so continues to be passed to the linker. PR: 210988
* Fix build on FreeBSD 12antoine2016-07-231-3/+4
| | | | Reported by: pkg-fallout
* - Update to 0.8.4tota2016-07-232-7/+12
|
* Cleanup $() variables in ports Makefiles.mat2016-07-202-2/+2
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* - update libgd to 2.2.2dinoex2016-07-2033-61/+141
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* - Update to 4.3.6amdmi32016-07-192-9/+6
| | | | | | | - While here, switch to USES=localbase and silence patching PR: 211183 Submitted by: takefu@airport.fm (maintainer)
* When there is a do-install target, do not use a post-install target, domat2016-07-198-12/+7
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* - Add LICENSEamdmi32016-07-191-4/+7
| | | | | - Switch to options helpers - Cosmetic fixes
* - Update to 1.0.1tota2016-07-182-3/+4
|
* Horde package update:mm2016-07-172-3/+4
| | | | | | devel/pear-Horde_Cli 2.0.6 -> 2.0.7 devel/pear-Horde_Date_Parser 2.0.5 -> 2.0.6 graphics/pear-Horde_Image 2.3.5 -> 2.3.6
* graphics/tiff: Patch vulnerabilitiesfeld2016-07-163-1/+49
| | | | | | | | | | | These two patches were obtained from OpenBSD. An additional CVE is not yet addressed, but upstream indicates they are removing the gif2tiff utility as the mitigation in the upcoming 4.0.7. PR: 211113 MFH: 2016Q3 Security: CVE-2016-5875 Security: CVE-2016-3186
* Use a different work-around for SSE4-only _mm_insert_epi32().mi2016-07-151-1/+1
| | | | Functionally equivalent, it may be a little bit faster.
* Ensure, SSE4 is still used on systems, where the feature is present.mi2016-07-151-3/+3
| | | | Duh...
* Finish up the port, which got committed too early by accident:mi2016-07-153-2/+66
| | | | | | | | | | | . Note, that it works on CPUs with at least SSSE3 instruction set -- the original code assumes SSE4, but that was relatively easy to patch . Do not attempt to build, if SSSE3 not among CPU-options . Fix up formatting warnings (reported upstream) . Fix a crash on i386. Unfortunately, 5 of the 40 self-tests still fail on i386 -- the problem reported upstream
* Add port of "lepton" -- a tool for manipulating files in LEP-format,mi2016-07-157-0/+499
| | | | | | which was recently open-sourced by Dropbox. The patch
* Upgrade to 1.7.4.thierry2016-07-142-4/+4
|
* - Add LICENSEamdmi32016-07-141-5/+9
| | | | | - Switch to options helpers - Cosmetic fixes
* Switch to Github and upgrade to 0.9.4.thierry2016-07-145-18/+80
|
* Import py-imageio 1.5.kevlo2016-07-134-0/+33
| | | | | | Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats.
* Update to 1.6.23antoine2016-07-133-6/+7
| | | | | PR: 210911 Submitted by: Piotr Kubaj
* Rename the license to match strings found in lang/tcl86. When themi2016-07-131-2/+2
| | | | | | | TclTk is added to the licensing database, it will be a little easier to clean up the ports, which currently have to define it themselves. PR: 211040
* Upgrade from 1.4.2 to 1.4.6. Respect EXAMPLES-option, addmi2016-07-134-63/+59
| | | | | | license-definition and define TEST_TARGET. Reported by: trasz
* imv is a command line image viewer intended for use with tiling windowpawel2016-07-124-0/+48
| | | | | | | | | | managers. It supports over 30 different image file formats including: Photoshop PSD files, animated GIFS, and various RAW formats. WWW: https://github.com/eXeC64/imv/ PR: 210951 Submitted by: Tobias Kortkamp <t@tobik.me>
* - Add LICENSEamdmi32016-07-111-4/+9
| | | | | | - Switch to options helpers - Cosmetic fixes - Add NO_ARCH
* - update to 2.1.1dinoex2016-07-102-5/+6
|
* graphics/aseprite: 1.1.5.6 -> 1.1.6pi2016-07-095-40/+42
| | | | | | PR: 210852 Changes: http://www.aseprite.org/release-notes/ Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
* - Add LICENSE_FILEamdmi32016-07-091-3/+4
| | | | - Switch to options helpers
* graphics/tulip: Update to 4.9.0woodsb022016-07-099-181/+186
| | | | | | | | | - Add USE_GL+=gl as per new stage-qa dependency detection script - Refactor patches to apply cleanly against new release Approved by: adamw (mentor) Relnotes: http://tulip.labri.fr/TulipDrupal/?q=node/2141 Differential Revision: https://reviews.freebsd.org/D7164
* Bump PORTREVISION for the icu revert.mat2016-07-073-3/+3
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* - Clarify LICENSEamdmi32016-07-061-1/+1
|
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-063-1/+3
|
* - Update to 4.1.6amdmi32016-07-063-22/+6
| | | | | | | - While here, add LICENSE_FILE PR: 210677 Submitted by: yuri@rawbw.com (maintainer)
* Remove expired ports:rene2016-07-0614-503/+0
| | | | | | games/freetennis: depends on expired graphics/ocaml-images 2016-07-04 graphics/ocaml-images: Depends on expiring devel/omake 2016-07-04 devel/omake: Broken for more than 6 months
* Remove expired ports without open PRs:rene2016-07-0549-1905/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Update to 0.3.6.madpilot2016-07-053-39/+4
| | | | | | PR: 210270 Submitted by: me Approved by: maintainer timeout
* Update to version 0.2.2.20140119.mat2016-07-0427-532/+616
| | | | | | PR: 210794 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* - Fix SIZE_MAX buildfix patch, use other method now upstreamedpawel2016-07-042-17/+18
| | | | | - Convert to USES=ssl - Group IMPOSE options helpers together
* Remove -I${LOCALBASE}/include from CFLAGS, it leads topawel2016-07-021-1/+1
| | | | | | | | | | broken build when older version is already installed on the system. Newer mupdf tries to build against old headers and in meanwhile API has changed considerably. PR: 210741 Submitted by: Tobias Kortkamp Reported by: drhowarddrfine@charter.net
* Remove expired ports:rene2016-07-016-205/+0
| | | | | | | | | 2016-06-29 graphics/libchamplain08: Old version, not needed any more 2016-06-30 sysutils/syslog-ng35: EOL, no longer supported by bababit.hu 2016-06-30 sysutils/syslog-ng34: EOL, no longer supported by bababit.hu 2016-06-30 devel/jenkins2: Use devel/jenkins 2016-06-30 www/p5-WWW-Google-Notebook: Google Notebook has shut down 2016-06-30 sysutils/syslog-ng-incubator03: EOL, no longer supported by bababit.hu
* Update o 1.4.9zeising2016-07-012-25/+15
| | | | | | | | | | | Switch to use options helpers Add missing dependencies USES=localbase instead of handrolling use install-strip instead of handrolling PR: 210610 Submitted by: Dmitry Marakasov (amdmi3) Reported by: w.schwarzenfeld@utanet.at
* Update to 1.4.9zeising2016-07-013-58/+29
| | | | | | | | | Switch to options helpers. Use install-strip instead of hand-rolling. PR: 210609 Submitted by: Dmitry Marakasov (amdmi3) Reported by: w.schwarzenfeld@utanet.at
* - Update graphics/mupdf to version 1.9a [1]pawel2016-07-0117-23/+539
| | | | | | | | | - Fix graphics/zathura-pdf-mupdf after mupdf update [1] - Fix graphics/llpp after mupdf update [2] PR: 210398 Submitted by: Zsolt Udvari (maintainer) [1] Tobias Kortkamp (maintainer) [2]
* Handle the EXAMPLES-option being disabled the same way DOCSmi2016-06-301-3/+1
| | | | | | is handled. Remove gratutious inclusion of bsd.port.options.mk PR: 197074
* graphics/p5-Image-ExifTool: update 10.15 -> 10.20junovitch2016-06-303-3/+7
| | | | | | | | | - While here, also add NO_ARCH Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: 210549 Sumbmitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
* Update project homepage.shaun2016-06-301-1/+1
| | | | | PR: ports/210690 Submitted by: Hans <j3377622@trbvm.com>
* - Update to 1.5.0danilo2016-06-292-3/+4
|
* Grabzeising2016-06-291-1/+1
|
* Grabzeising2016-06-291-1/+1
|
* Convert USE_PHP*=yes into USES=php*mat2016-06-2813-35/+12
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* Fix build if DOCS are deselectedarved2016-06-281-1/+4
| | | | | | PR: 197074 Submitted by: olexander.v.melnyk@gmail.com Reported by: sergej.schmidt@uni-ulm.de
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-281-1/+1
| | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-289-9/+9
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* update shotwell to 0.23.2cmt2016-06-273-5/+13
| | | | Approved by: rene (mentor)
* - Update to 1.3.24sunpoet2016-06-273-10/+10
| | | | | | - Cosmetic change Changes: http://www.graphicsmagick.org/NEWS.html
* - Remove expired ruby-gdal from SLAVEDIRSsunpoet2016-06-271-1/+1
|
* Update to 2.16.1zeising2016-06-262-4/+4
| | | | Changelog: http://feh.finalrewind.org/archive/2.16.1/
* - Add graphics/dilayamdmi32016-06-244-0/+43
| | | | | | | | | | | | Dilay is a 3D sculpting application that provides an intuitive workflow using a number of powerful modeling tools. As each tool locally subdivides the mesh where more details are required, Dilay allows artists to rapidly create complex meshes. WWW: http://abau.org/dilay PR: 210369 Submitted by: yuri@rawbw.com
* Update to version 1.9.1pawel2016-06-233-6/+7
| | | | | | | | | | | | | | | | | | | | New Features * Add new GroupByPlugIn in Tools>Analysis menu * Add a plugin to remove spikes from polygonal geometries * Deactivate RemoveSpike plugin Improvements * If a datastore table has several geometries, secondary geometries are read as AttributeType.OBJECT attributes rather than STRING so that datastore driver can easily write them back as a byte array. * Better handling of readOnly attributes in PostGIS writer * Add Boolean and Long AttributeType in AttributeCalculator (beanshell) * Null boolean was not handled correctly in datastore datasources. * Refactoring of DataStore framework. Prepare writing capabilities for multiple kinds of drivers. PR: 210470 Submitted by: maintainer
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-06-235-5/+5
| | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
* Upgrade to 1.7.3.thierry2016-06-232-4/+4
|
* x11/kde4: update to kdelibs version 4.14.10pi2016-06-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | This is based on the area51 testing repository of the KDE-FreeBSD project, containing work by Raphael Kubo da Costa, Tobias Berner, Ralf Nolden, Adriaan de Groot and probably many more from the KDE team. KDE4 releases have fallen into three tracks now that KDE4 is pretty much end-of-life upstream. There's the libraries, the workspace (Plasma4) and applications. This patch introduces KDE4_KDELIBS_VERSION to track library releases, which are still done infrequently. It bumps the workspace version. It leaves applications alone. This has an effect on some applications pkg-plists where library version numbers need to be changed. Other than that it's supposed to be a minor upgrade, which opens the doors for more reorganization and getting KDE Frameworks 5 in. PR: 210255 Submitted by: Adriaan de Groot <groot@kde.org> (kde), Tobias C.Berner <tcberner@gmail.com> (kde) Exp-run by: antoine
* graphics/hiptext: add new portjbeich2016-06-228-0/+132
| | | | | | | | | PR: 210404 Submitted by: yuri@rawbw.com hiptext is command line tool for rendering images and videos inside terminals. https://github.com/jart/hiptext
* Remove old Linux DRI port. The newer version in graphics/linux-c6-dritijl2016-06-227-179/+0
| | | | | | should just work nowadays. PR: 210433
* - Update to 10.20amdmi32016-06-212-4/+4
| | | | | PR: 210424 Submitted by: linpct@gmail.com (maintainer)