aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1993-227/+227
| | | | Approved by: portmgr blanket
* Update ImageMagick to 6.9.4-3.kwm2016-05-192-3/+6
| | | | Add Portscout macro to restrict version checking to 6.x.
* Update ImageMagick7 to 7.0.1-5.kwm2016-05-192-3/+4
|
* - Update to 1.0.29sunpoet2016-05-192-4/+4
| | | | Changes: https://github.com/erocarrera/pydot/blob/master/ChangeLog
* Create new port graphics/py3-pygraphviz:woodsb022016-05-193-2/+15
| | | | | | | | | | | | | | | | | | - This is a variant of graphics/py-pygraphviz for Python 3.x. A separate port is needed until the ports tree gets VARIANTS support. The science/gramps port will soon be updated to a version which only supports python3, and it depends on py-pygraphviz with python3. To allow people to only use packages directly (and not ports), the package building infrastructure needs to build 2 packages: py-pygraphviz with python2 and py-pygraphviz with python3. Since the ports tree doesn't yet have VARIANTS support, this is not yet possible without making a separate py3-pygraphviz port. - Ensure graphics/py-pygraphviz does not clobber variables in slave port - While here, add LICENSE and LICENSE_FILE details to graphics/py-pygraphviz PR: 207039 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D6281
* Create new port graphics/py3-pillow:woodsb022016-05-193-4/+15
| | | | | | | | | | | | | | | | | | - This is a variant of graphics/py-pillow for Python 3.x. A separate port is needed until the ports tree gets VARIANTS support. The science/gramps port will soon be updated to a version which only supports python3, and it depends on py-pillow with python3. To allow people to only use packages directly (and not ports), the package building infrastructure needs to build 2 packages: py-pillow with python2 and py-pillow with python3. Since the ports tree doesn't yet have VARIANTS support, this is not yet possible without making a separate py3-pillow port. - Ensure graphics/py-pillow does not clobber USES and TKINTER_xxx_DEPENDS variables in slave port - Remove duplicate USES= line in graphics/py-pillow PR: 207040 Approved by: mat, adamw (mentors), koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D6433
* - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-183-3/+3
| | | | Approved by: portmgr blanket
* - Simplify MASTER_SITESamdmi32016-05-182-3/+4
| | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Fix WWW: Approved by: portmgr blanket
* Change how the icon file is fetched, so that its name is more plain.mat2016-05-182-4/+4
| | | | | PR: 208916 Sponsored by: Absolight
* graphics/libbpg: 0.9.5 -> 0.9.7pi2016-05-184-14/+52
| | | | | | | | | | | | | | | - Re-enabling the default options based on the new defaults in Makefile - Linking against port installed libx265 (not internal copy) - Increased the memory size of the JS decoder to 32 MiB and avoid polluting the global namespace. - Published the Emscripten patches which reduce the size of the generated JS code. - Faster encoding (x265 is the default encoder and is built in bpgenc). - Added monochrome support to x265. - Fixed metadata handling. PR: 209554 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
* graphics/p5-Image-ExifTool-devel: 10.16 -> 10.17pi2016-05-182-3/+4
| | | | | | | | | | | | | | | | - Added support for Leica X-U (Typ 113) maker notes - Added a new Pentax LensType (thanks Louis Granboulan) - Added a number of new Sony lenses (thanks Jos Roost) - Added a new Canon LensType (thanks Mees Dekker) - Extract TIFF-format thumbnails and previews - Patched to ignore XML entities inside comments - Fixed inconsistent conversion of PreviewColorSpace values - Fixed writing of TargetPrinter tag - Fixed bug introduced in 10.16 which which could cause a runtime warning when using the -o option and not writing any "real" tags PR: 209573 Submitted by: linpct@gmail.com (maintainer)
* graphics/p5-Image-ExifTool-devel: 10.15 -> 10.16pi2016-05-172-3/+3
| | | | | | | | | | | | | | | | - Added %D, %F and %E filename format codes - Added a new Minolta lens (thanks Jos Roost) - Decode Photoshop Compression mode - Decode Nikon MultiExposure information for the D5 - Updated decoding of Sony tags for ILCA-68 (thanks Jos Roost) - Fixed bug adding back XMP tags after deleting all XMP from MOV/MP4 files - Fixed problem using -o option when reading from stdin (ie. FILE is "-") - Fixed problem where user-defined Composite tags may not always override pre-defined Composite tags with the same name, and added feature to allow the user to specify whether they should override existing tags or not PR: 209565 Submitted by: linpct@gmail.com (maintainer)
* - Simplify MASTER_SITESamdmi32016-05-171-4/+6
| | | | | | | | - Add LICENSE_FILE - Pet portlint - Add NO_ARCH Approved by: portmgr blanket
* graphics/curator: remove optional dependency on graphics/py-imagingrene2016-05-171-9/+0
| | | | The script itself needs to be adjusted to use graphics/py-pillow
* - Simplify installation (no need to explicitly list all manpages)amdmi32016-05-171-88/+24
| | | | | | - Silence post-patch - Switch to options helpers - Pet portlint
* cairocffimatthew2016-05-165-0/+38
| | | | | | | | | | | | cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo. Cairo is a 2D vector graphics library with support for multiple backends including image buffers, PNG, PostScript, PDF, and SVG file output. WWW: https://github.com/SimonSapin/cairocffi PR: 208889 Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
* graphics/osgearth:woodsb022016-05-154-70/+97
| | | | | | | | | | | | | | | - Update to 2.7 (this new version also allows osgearth to build against osg-3.4.0) - Rename and update patch of src/osgEarth/ThreadingUtils.cpp (pet portlint) - Fix COMMENT (pet portlint) - Fix BUILD_DEPENDS for minizip Changes this release: http://docs.osgearth.org/en/latest/releasenotes.html#version-2-7-july-2015 PR: 209236 Reviewed by: mat (mentor) Approved by: lbartoletti@tuxfamily.org (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6344
* - Update to 1.1-10tota2016-05-142-3/+4
|
* Update ImageMagick7 to 7.0.1.3.kwm2016-05-134-19/+8
| | | | | | | Remove the delegate patch since it done in IM now. MFH: 2016Q2 Security: 82b702e0-1907-11e6-857b-00221503d280
* Update ImageMagick to 6.9.4.1.kwm2016-05-134-19/+8
| | | | | | | Remove the delegate patch since it done in IM now. MFH: 2016Q2 Security: 82b702e0-1907-11e6-857b-00221503d280
* This module analyzes jpeg/jpeg2000/png/gif image header and return image size.kmoore2016-05-124-0/+24
| | | | WWW: https://github.com/shibukawa/imagesize_py
* - Add LICENSE_FILEamdmi32016-05-111-1/+2
| | | | - Fix BROKEN case
* - Update to 1.1-9tota2016-05-112-3/+3
|
* graphics/impressive: Fix depend on graphics/py-PyOpenGLpi2016-05-111-2/+2
| | | | | PR: 205472 Reported by: antoine
* graphics/gsculpt: fix depend on graphics/py-PyOpenGLpi2016-05-111-2/+2
| | | | | PR: 205472 Reported by: antoine
* graphics/py-PyOpenGL-accelerate: fix Makefile after renamepi2016-05-112-4/+6
| | | | | | | | - fixed port after rename - add BUILD/RUN_DEPENDS on PYNUMPY PR: 205472 Submitted by: matthew@reztek.cz
* - Fix dependencyamdmi32016-05-111-9/+7
| | | | | | | | - Fix LICENSE_COMB - Switch to options helpers - Add NO_ARCH Approved by: portmgr blanket
* graphics/darktable: Update to 2.0.4dumbbell2016-05-103-3/+4
| | | | | | | No change to the port itself. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D6241
* - Update to 0.16.1amdmi32016-05-103-3/+4
|
* - Update to 8.3.1danilo2016-05-103-14/+13
|
* - Update to 1.5.7danilo2016-05-103-5/+4
|
* Update the maintainer email address for the ports Iwoodsb022016-05-105-5/+5
| | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278
* graphics/py-opengl{-accelerate}: 3.0.1 -> 3.1.0, change to PyPI namingpi2016-05-1012-20/+19
| | | | | | | | | | - upgrade fixes the use of the port - py-opengl -> py-PyOpenGL - py-opengl-accelerate -> py-PyOpenGL-accelerate PR: 205472 Submitted by: matthew@reztek.cz Reviewed by: koobs
* graphics/sekrit-twc-zimg: update to 2.1jbeich2016-05-096-17/+23
| | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.0.4...release-2.1
* Update to 1.2.0.mat2016-05-0912-359/+497
| | | | | | PR: 209297 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* graphics/opencv: unbreak build with ffmpeg 3.0jbeich2016-05-083-1/+970
| | | | | | | | | | | | | | | | modules/highgui/src/ffmpeg_codecs.hpp:104:7: error: use of undeclared identifier 'CODEC_ID_H264'; did you mean 'AV_CODEC_ID_H264'? { CODEC_ID_H264, MKTAG('H', '2', '6', '4') }, ^~~~~~~~~~~~~ modules/highgui/src/ffmpeg_codecs.hpp:121:7: error: use of undeclared identifier 'CODEC_ID_MPEG4'; did you mean 'AV_CODEC_ID_MPEG4'? { CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') }, ^~~~~~~~~~~~~~ [...] PR: 208895 Reported by: antoine (via exp-run) Submitted by: Ben Woods <woodsb02@gmail.com> Approved by: maintainer timeout (jhale, 3 weeks) Obtained from: Debian
* Update to 1.7.20olivierd2016-05-062-3/+3
|
* graphics/opencollada: Fix build with libc++ 3.8.0pi2016-05-061-0/+11
| | | | | | PR: 208905 Submitted by: dim Approved by: mva (maintainer timeout)
* - Remove comment which was added unintentionally in r414654sunpoet2016-05-061-1/+1
|
* - Update to 2.1.0sunpoet2016-05-052-3/+5
| | | | | | - Set EXPIRATION_DATE to 2016-05-31 Changes: http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News
* - Update to 2.1.0sunpoet2016-05-053-3/+4
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News
* - Update to 2.1.0sunpoet2016-05-053-4/+5
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News
* - Update to 2.1.0sunpoet2016-05-052-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News
* - Update to 2.1.0sunpoet2016-05-054-6/+21
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News
* - Update to 1.0.0tota2016-05-042-3/+3
|
* Disable EPHEMERAL, HTTPS, MVG and MSL coders until a a new release can bekwm2016-05-046-0/+46
| | | | | | | made what fixes the CVE issues with these coders. Obtained from: ImageMagick support forum Security: CVE-2016-3714
* Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH}jbeich2016-05-041-8/+3
|
* Update to 2.14.2madpilot2016-05-043-20/+20
| | | | | PR: 209178 Submitted by: Rainer Hurling <rhurlin at gwdg.de> (maintainer)
* Update ImageMagick7 to 7.0.1-0.kwm2016-05-034-34/+14
| | | | | | | * Switch to USES=localbase. * Removal all the warnings about this being unstable now that it is released. * Switch to CONFLICT_INSTALL
* Update ImageMagick to 6.9.3-9.kwm2016-05-032-13/+8
| | | | | | | * Switch to USES=localbase. * Mark this version as legacy version now that ImageMagick7 is released. Upstream will continue to support this version. * Switch to CONFLICT_INSTALL
* - drop maintainershipdinoex2016-05-031-1/+1
|
* graphics/vapoursynth-waifu2x-w2xc: update to r6jbeich2016-05-012-3/+3
| | | | Changes: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Waifu2x-w2xc/compare/r5...r6
* - Update to 10.15sunpoet2016-04-303-3/+5
| | | | | | Changes: http://search.cpan.org/dist/Image-ExifTool/Changes PR: 209164 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
* - Update to 4.9.2sunpoet2016-04-304-19/+20
| | | | | | | Changes: https://github.com/OSGeo/proj.4/blob/master/NEWS PR: 208512 Reported by: Darcy Buskermolen <darcy@dbitech.ca> Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
* Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-301-0/+1
| | | | | | | | | | | | | | | | GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only).
* graphics/inventor: Fix build with libc++ 3.8.0pi2016-04-305-0/+79
| | | | | | PR: 208845 Submitted by: dim Approved by: c47g@gmx.at (maintainer timeout)
* - Update to 2.0.0sunpoet2016-04-303-15/+4
| | | | Changes: https://github.com/sdsykes/fastimage/commits/master
* - Update to 0.9tota2016-04-292-3/+3
|
* - Update to 1.6.1wen2016-04-283-5/+21
| | | | | PR: 209081 Submitted by: sue@iwmt.org(maintainer)
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-2830-30/+30
|
* create USES=gem and update rubygem- ports to use itswills2016-04-2830-65/+30
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* Update shotwell to 0.23.0cmt2016-04-274-15/+52
| | | | | | | | while here, update WWW and do a little cosmetics PR: 209065 Submitted by: woodsb02@gmail.com Approved by: rene (mentor)
* Unbreak the build after `science/hdf5' was updated to v1.10.0 in r413700.danfe2016-04-271-0/+4
| | | | | Reported by: pkg-fallout Pointy hat to: sunpoet
* Upgrade to 1.7.1.thierry2016-04-272-3/+3
|
* Update to 7.2.2.mat2016-04-2617-1725/+71
| | | | | | PR: 209043 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* graphics/mypaint: fix minor issuesjbeich2016-04-267-27/+35
| | | | | | | | | | - Move to new home [1] - Define LICENSE [2] - Strip python C module [3] - Add USES=desktop-file-utils [3] - Apply style (echo, makepatch) [2] Noticed by: portscout [1], portlint [2], stage-qa [3]
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-1/+1
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Update to 2.15.2zeising2016-04-242-3/+3
| | | | | ChangeLog: https://feh.finalrewind.org/archive/2.15/ https://feh.finalrewind.org/archive/2.15.2/
* Remove expired ports:rene2016-04-237-1287/+0
| | | | | | | | | | | | | | | | | | | | | | | 2016-04-11 deskutils/qlabels: Does not fetch, unmaintained 2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore 2016-04-14 comms/cdr_read: unfetchable 2016-04-14 russian/rubygem-rutils: Deprecated by upstream 2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0) 2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months 2016-04-15 misc/diary-hercules: Broken for more than 6 months 2016-04-15 graphics/ffff: Broken for more than 6 months 2016-04-15 net-im/sigram: Broken for more than 6 months 2016-04-15 games/annelid: Broken for more than 6 months 2016-04-15 science/py-pydap: Broken for more than 6 months 2016-04-15 sysutils/su2: Broken for more than 6 months 2016-04-15 www/download-gemist: Broken for more than 6 months 2016-04-15 databases/p5-qdbm: Broken for more than 6 months 2016-04-15 comms/libfec: Broken for more than 6 months 2016-04-15 deskutils/ladon: Broken for more than 6 months Sponsored by: Essen Linuxhotel Hackathon 2016
* - Remove outdated PERL_LEVEL checksunpoet2016-04-231-5/+0
|
* - Update to 10.15amdmi32016-04-222-3/+3
| | | | | PR: 208967 Submitted by: linpct@gmail.com (maintainer)
* Convert more ports to USES=(tcl|tk):teagahr2016-04-223-22/+3
|
* many ports: mark broken on powerpc64swills2016-04-2212-0/+24
|
* - Switch to new github home [1]amdmi32016-04-2110-29/+32
| | | | | | | | | - Update WWW [1] - Regenerate patches - Add LICENSE PR: 208858 [1] Submitted by: fcsk.aim@gmail.com [1]
* - Update to 1.10.0sunpoet2016-04-214-2/+4
| | | | | | | | | - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300 Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Fix the handling of type-apple.xml under @sample. PORTREVISIONadamw2016-04-192-3/+4
| | | | | | bump for plist change. Committed under just-fix-it.
* - Fix build with disabled X11amdmi32016-04-191-1/+1
|
* Update ImageMagick to 6.9.3-8.kwm2016-04-193-4/+4
|
* Update to 3.4.3.mat2016-04-182-4/+3
| | | | | | PR: 208869 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* During the exp-run in bug 208158, it was found that graphics/cuneiformdim2016-04-171-0/+13
| | | | | | | | | | | | | | gives errors with libc++ 3.8.0: cuneiform_src/Kern/rimage/sources/main/cricontrol.cpp:597:32: error: call to 'abs' is ambiguous wNewHeight = (mbMarginsFlag ? abs(mrMargins.rmBottomMarg - mrMargins.rmTopMarg) : mpSourceDIB->GetLinesNumber()); ^~~ This is because abs() is being called an unsigned argument. Fix this by casting the argument to the appropriate signed type. Approved by: samm@os2.kiev.ua (maintainer) MFH: 2016Q2
* Update WWW.demon2016-04-171-1/+1
|
* During the exp-run in bug 208158, it was found that graphics/gourcedim2016-04-171-0/+11
| | | | | | | | | | | | | | | | | gives errors with libc++ 3.8.0: src/dirnode.cpp:585:27: error: no matching function for call to 'max' this->parent_radius = std::max(1.0, sqrt(total_file_area) * gGourceDirPadding); ^~~~~~~~ This is because max() is being called with two arguments of different type (double and float). Fix this by using 0.0f instead (and casting the result of sqrt to float like two lines above, though this should strictly not be necessary). Approved by: demon (maintainer) PR: 208844 MFH: 2016Q2
* - Update to 1.005sunpoet2016-04-172-4/+3
| | | | Changes: http://search.cpan.org/dist/Imager/Changes
* graphics/generic_image_decoder: Upgrade version 04 => 05marino2016-04-162-3/+3
|
* - Update to 2.5.1danilo2016-04-162-3/+3
|
* - Update to 1.4.0danilo2016-04-162-3/+3
|
* graphics/openimageio: update 1.6.10 -> 1.6.12robak2016-04-164-7/+7
| | | | | PR: 208771 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
* - Update to 1.9.7amdmi32016-04-152-3/+3
| | | | | PR: 208699 Submitted by: jjachuf@gmail.com (maintainer)
* Update DigiKam and related ports to 4.14.0.rakuco2016-04-1530-767/+678
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a huge leap, as we are moving from 4.2.0 (released in August 2014) to 4.14.0 (released in October 2015). Version 4.14.0 is the last KDE4-based release, and 5.0.0 will be based on KDE Frameworks 5. Noteworthy port changes: - Most patches in graphics/digikam-kde4 are no longer necessary. - graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb have been merged into graphics/kipi-plugin-googleservices following what upstream did to those plugins. - astro/libkgeomap and graphics/libkface are no longer included in the DigiKam tarball and are now completely independent ports whose tarballs are released as part of KDE Applications. - net/libmediawiki is neither included in the DigiKam tarball nor released as a separate tarball, so we had to resort to fetching it from an older DigiKam release which contains it. - graphics/digikam-kde4 now has a runtime dependency on x11/kde4-runtime. See bug 203222 for details. A lot of people have contributed to this update over the years in our experimental area51 repository. Tobias Berner (our usual suspect), Adriaan de Groot, makc@, alonso@ and jhale@ at the very least. PR: 203222 PR: 204623 Submitted by: Tobias Berner <tcberner@gmail.com>, Adriaan de Groot <groot@kde.org>, alonso, jhale, makc, rakuco
* - Update to 1.1.0.jkim2016-04-151-1/+1
| | | | - Copy the previous port to devel/mdds0.
* - Use default WRKSRCsunpoet2016-04-153-12/+11
|
* - Use default WRKSRCsunpoet2016-04-151-11/+9
|
* Change default directory used by USES=autoreconf to WRKSRCjbeich2016-04-132-0/+2
| | | | | | | | PR: 208294 Exp-run by: antoine Reviewed by: tijl Approved by: portmgr (mat via D4157) Differential Revision: https://reviews.freebsd.org/D4169
* - Set CAIRO_SVG and KML as default optionswen2016-04-131-2/+2
| | | | Suggested by: usrbinerl@ya.ru(via email)
* CentOS ports: for c6_64, install 32bit libraries alongsideswills2016-04-1322-4/+105
| | | | | PR: 206943 Submitted by: xmj
* Unbreak.mat2016-04-122-9/+5
| | | | | | PR: 208714 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Unbreak.mat2016-04-122-10/+6
| | | | | | PR: 208713 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Unbreak.mat2016-04-123-13/+18
| | | | | | PR: 208712 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Upbreak.mat2016-04-126-65/+46
| | | | | | | | | - Regen patches. - Move part of pkg-descr explaining the options to pkg-help, where it belongs. PR: 208711 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Unbreak.mat2016-04-123-7/+6
| | | | | | PR: 208710 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* graphics/p5-Image-ExifTool-devel: update 10.13 -> 10.14robak2016-04-123-3/+5
| | | | | PR: 208731 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
* Update to 1.8.1.rakuco2016-04-122-3/+3
| | | | | | | | | | | | | | | | Changelog: * Added the LICENSE file to the tar and zip distributions. * Made "-force" force output even when the IDAT is larger, and added "-noforce" option; "-noforce" is now the default behavior (Bug report #68 at SourceForge by "wintakeall") * Use right filename in filesize reduction report (overwrite?inname:outname) (bug report #69 by "wintakeall"). * Removed some superfluous spaces from the Copyright statement. * Added "-speed" option; it avoids using the AVG or PAETH filters which are slower to decode. PR: 208730 Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer)
* graphics/darktable: Update to 2.0.3dumbbell2016-04-123-4/+4
| | | | | | | No change to the port itself. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D5823
* - Update to 3.0.8sunpoet2016-04-122-4/+3
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* - Update to 3.0.8sunpoet2016-04-122-4/+3
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* - Update to 3.0.8sunpoet2016-04-122-4/+3
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* - Update to 3.0.8sunpoet2016-04-122-4/+3
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* - Update to 2.1.1wen2016-04-112-3/+3
| | | | | PR: 208683 Submitted by: jjachuf@gmail.com(maintainer)
* - Update to 0.9.5tota2016-04-102-15/+13
| | | | | - Fix Python version - Make use of options helpers
* - Update to 1.0.4tota2016-04-102-16/+14
| | | | | - Fix Python version - Make use of options helpers
* - Update to 0.5.4tota2016-04-102-14/+10
| | | | | - Fix Python version - Make use of options helpers
* - Update to 1.5.3tota2016-04-103-23/+16
| | | | | | - Fix Python version - Make use of options helpers - Regenerate patch file with 'make makepatch'
* Convert to @samplebapt2016-04-101-9/+3
|
* - Update to 1.2.1ashish2016-04-102-3/+3
|
* graphics/vapoursynth-waifu2x-w2xc: add new portjbeich2016-04-104-0/+56
| | | | | | Waifu2x plugin for VapourSynth, based on libw2xc from waifu2x-converter-cpp. https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Waifu2x-w2xc
* graphics/p5-Cairo: update to 1.106swills2016-04-102-3/+3
|
* - Update to 2.5danilo2016-04-102-4/+3
|
* - Add LICENSE_FILEsunpoet2016-04-091-1/+1
|
* - Update to 0.13sunpoet2016-04-094-35/+7
| | | | Changes: http://git.ghostscript.com/?p=jbig2dec.git;a=blob;f=CHANGES;hb=HEAD
* - Update to 1.1-8tota2016-04-092-3/+3
|
* Update to 2.12.mat2016-04-083-10/+11
| | | | | | PR: 208614 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 2.11.mat2016-04-086-22/+41
| | | | | | PR: 208614 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Correct errors in pkg-plist.grog2016-04-082-87/+97
| | | | | PR: 208575 Submitted by: Don Lewis
* - Add LICENSEsunpoet2016-04-071-0/+3
| | | | Approved by: portmgr (blanket)
* - Resolve conflict with archivers/minizip: rename libminizip to libkmlminizipsunpoet2016-04-071-1/+2
| | | | | | | - Bump PORTREVISION for science/libkml shlib change PR: 206560 (based on) Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
* - Update sdl20 and satellite libraries to latest versionsamdmi32016-04-066-21/+15
| | | | | | | | | | | | | | | | | sdl2: 2.0.3 -> 2.0.4 sdl2_image: 2.0.0 -> 2.0.1 sdl2_mixer: 2.0.0 -> 2.0.1 sdl2_net: 2.0.0 -> 2.0.1 sdl2_ttf: 2.0.12 -> 2.0.14 - Add LICENSE_FILE - Strip libraries - Switch to USES=localbase where applicable PR: 207671 Submitted by: devnexen@gmail.com, amdmi3 Approved by: maintainer timeout (mva, 1 month) Exp-run by: antoine
* - Update to 0.16.0amdmi32016-04-063-4/+6
|
* graphics/sekrit-twc-zimg: use CPPFLAGS and make builds always verbosejbeich2016-04-061-2/+2
|
* - Update to 8.2.3danilo2016-04-053-14/+13
|
* devel/ruby-gems: Update to 2.6.2swills2016-04-044-18/+18
| | | | | PR: 208371 Submitted by: wen (partial)
* Now that the bug in llvm37 is fixed [1], clover can be enabled again onkwm2016-04-041-4/+3
| | | | | | 10.1-RELEASE i386. [1] https://svnweb.freebsd.org/changeset/ports/412196
* graphics/geoserver: Update version 2.8.2=>2.8.3bofh2016-04-043-62/+62
|
* lang/php55: update 5.5.33 -> 5.5.34junovitch2016-04-031-1/+0
| | | | | | | | | | converters/php55-mbstring,graphics/php55-gd: chase update; drop PORTREVISION Changelog: http://www.php.net/ChangeLog-5.php#5.5.34 Approved by: ports-secteam (with hat) Security: https://vuxml.FreeBSD.org/freebsd/482d40cb-f9a3-11e5-92ce-002590263bf5.html MFH: 2016Q2
* - Switch to options helpersamdmi32016-04-031-1/+1
|
* Fix package names in the dependencies added in r412429.rakuco2016-04-031-2/+2
| | | | | | | This fixes errors such as: ===> kipi-plugins-4.2.0_1,1 depends on package: digikam-kde4-doc>=4.2.0 - not found that effectively broke the port after my previous commit.
* - Add LICENSE_FILEamdmi32016-04-031-1/+2
| | | | - Switch to options helpers
* Fix the dependencies for the DOCS and NLS options.rakuco2016-04-031-2/+3
| | | | | The current code was a no-op because it was left out of the options helper conversion in r340628.
* graphics/zimg: conflict with graphics/sekrit-twc-zimgjbeich2016-04-032-0/+4
|
* graphics/graphite2: update to 1.3.8jbeich2016-04-022-3/+3
| | | | | | Changes: https://sourceforge.net/p/silgraphite/mailman/message/34979857/ Changes: https://github.com/silnrsi/graphite/compare/1.3.7...1.3.8 MFH: 2016Q1 (bugfix release)
* graphics/sekrit-twc-zimg: add new portjbeich2016-04-028-0/+239
| | | | | | | | | | | | | The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. All library routines were designed from the ground-up with flexibility, thread-safety, and correctness as first priorities. Allocation, buffering, and I/O are cleanly separated from processing, allowing the programmer to adapt "z" to many scenarios. https://github.com/sekrit-twc/zimg
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01705-2357/+2357
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-015-9/+9
| | | | | With hat: portmgr Sponsored by: Absolight
* - Switch to options helpersamdmi32016-04-011-7/+5
|
* - Add LICENSEamdmi32016-04-011-1/+4
| | | | | - Add NO_ARCH - Switch to options helpers
* - Update to 0.5.0sunpoet2016-04-0122-22/+30
| | | | | | - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
* - Fix licenseamdmi32016-04-011-8/+7
| | | | | - Switch to new test framework - Switch to options helpers
* Remove useless rundeps and restore silence REINPLACE_CMDolivier2016-03-311-3/+3
| | | | | | | Approved by: jadawin Reported by: mat Pointy hat: olivier Differential Revision: https://reviews.freebsd.org/D5801
* Update to 1.2.1olivier2016-03-312-9/+8
| | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5786
* - Update from 2.14.0 to 2.14.1wen2016-03-313-24/+54
| | | | | | | | | | - Use only Python 2.x - Adjust Python scripts to correct Python version - Remove some .py.bak files - Tweak icons usage PR: 208318 Submitted by: rhurlin@gwdg.de(maintainer)
* Remove expired ports:rene2016-03-305-45/+0
| | | | | | | | | | 2016-03-25 www/session2: That is a part of Quixote webapp framework we no longer have in ports 2016-03-26 www/py-django-pipeline14: This port depends upon expired www/py-django16 and have no consumers 2016-03-26 textproc/libwpd: Not used any more 2016-03-26 graphics/libwpg: Not used any more 2016-03-26 textproc/libwps02: Not used any more 2016-03-26 textproc/libabw00: Not used any more 2016-03-27 databases/cassandra: 1.2.x has reached EOL, upgrade to a supported version of Cassandra
* - Update to 1.1-7tota2016-03-302-3/+3
|
* Exclude libclc (and thus OpenCL) on 10.1 i386.kwm2016-03-291-2/+5
| | | | | | | There is a wierd issue with base clang and llvm37 which stops libclc to build on 10.1 i386. So disable it so we don't block 1500+ ports. Submitted by: pkg-fallout via antoine@
* graphics/libtxc_dxtn: remove portdbn2016-03-295-47/+0
| | | | | | | | | Remove libtxc_dxtn as s2tc is based on a newer version and includes extra components (command line tools for texture compression). s2tc is also based on a newer version than libtxc_dxtn. Approved by: x11 (dumbbell@)
* Revert r411863.rakuco2016-03-291-3/+1
| | | | It is not necessary because r411791 fixed it differently.
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 0.7.1wen2016-03-272-4/+3
| | | | | PR: 208289 Submitted by: woodsb02@gmail.com(maintainer)
* - Add LICENSE_FILEamdmi32016-03-271-6/+9
| | | | - Switch to options helpers
* s/pkgconf/pkgconfig/thierry2016-03-261-1/+1
|
* Adding a missing pkgconfig.thierry2016-03-261-1/+1
|
* Upgrade to 1.7.0.thierry2016-03-264-36/+21
|
* Add USES=compiler:c++11-lang.rakuco2016-03-261-1/+3
| | | | | | | | | | | This fixes digikam-kde4's build on 9.3 after the graphics/lensfun update in r411373. lensfun.h includes C++ code (class and template declarations) inside an extern "C" block that causes base GCC to fail: /usr/local/include/lensfun/lensfun.h:2506: error: template with C linkage /usr/local/include/lensfun/lensfun.h:2508: error: template with C linkage
* Update GStreamer1 ports to 1.8.0.kwm2016-03-252-6/+14
| | | | ChangeLog: https://gstreamer.freedesktop.org/releases/1.8/
* - Update to 2.5.10amdmi32016-03-256-30/+19
| | | | | | | - Pass maintainership to submitter PR: 208284 Submitted by: woodsb02@gmail.com
* Update Mesa to 11.1.2.kwm2016-03-255-50/+25
| | | | | | Switch to using llvm 3.7. Obtained from: graphics team development repo
* - Update to 3.15.0.2vg2016-03-252-3/+3
| | | | | | PR: ports/208269 Submitted by: sergey.v.brunov@gmail.com Approved by: Eugene Mychlo <myc@barev.net> (maintainer)
* Disable MANPAGES option by default. It causes colord to have akwm2016-03-251-1/+1
| | | | build-depend on texlive.
* Add pdfpc.kwm2016-03-255-0/+47
| | | | | | | | | | | pdfpc is a GTK based presentation viewer application which uses Keynote like multi-monitor output to provide meta information to the speaker during the presentation. It is able to show a normal presentation window on one screen, while showing a more sophisticated overview on the other one providing information like a picture of the next slide, as well as the left over time till the end of the presentation. The input files processed by pdfpc are PDF documents, which can be created using nearly any of today's presentation software.
* Update ImageMagick to 6.9.3-7.kwm2016-03-252-3/+3
|
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-2421-19/+21
| | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine)
* graphics/digikam-kde4: Fix build everywhere (with upstream patch)marino2016-03-241-0/+13
| | | | | | | | Take the dports patch to fix compilation with Lensfun 0.3.2 (14 DEC 2015, 0f159981176faa6da701f112bfe557b79804d468) Digikam broke when lensfun was updated on 18 March 2016. Approved by: just-fix-it
* qt4-moc: Add more Boost include guards to moc's definition list.rakuco2016-03-246-87/+0
| | | | | | | | | | | | | | In preparation for updating Boost to 1.60, add include guards from more Boost headers to the list of macros that moc automatically defines when processing files. As explained in r408911, Qt4's moc cannot parse some constructs used by a few Boost headers, so we define their include guards to make moc skip them. This is a cleaner approach that allows us to largely revert r408472, r408473, r408474, r408475, r408502, r408773 and r408419, which added several patches to many ports to work around this moc bug. PR: 199601 PR: 208322
* Horde package update:mm2016-03-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.31.2 -> 2.31.8 devel/pear-Horde_Alarm 2.2.6 -> 2.2.7 www/pear-Horde_Browser 2.0.11 -> 2.0.12 devel/pear-Horde_Cache 2.5.2 -> 2.5.3 archivers/pear-Horde_Compress 2.1.4 -> 2.1.5 devel/pear-Horde_Core 2.22.6 -> 2.23.0 security/pear-Horde_Crypt 2.7.0 -> 2.7.2 devel/pear-Horde_Date 2.2.0 -> 2.3.0 devel/pear-Horde_Exception 2.0.7 -> 2.0.8 www/pear-Horde_Form 2.0.12 -> 2.0.13 security/pear-Horde_Group 2.1.0 -> 2.1.1 devel/pear-Horde_Icalendar 2.1.3 -> 2.1.4 graphics/pear-Horde_Image 2.3.4 -> 2.3.5 mail/pear-Horde_Imap_Client 2.29.5 -> 2.29.6 devel/pear-Horde_Itip 2.1.1 -> 2.1.2 textproc/pear-Horde_JavascriptMinify 1.1.2 -> 1.1.3 devel/pear-Horde_LoginTasks 2.0.6 -> 2.0.7 mail/pear-Horde_Mail_Autoconfig 1.0.2 -> 1.0.3 mail/pear-Horde_Mapi 1.0.6 -> 1.0.8 mail/pear-Horde_Mime 2.9.3 -> 2.9.4 mail/pear-Horde_Mime_Viewer 2.1.2 -> 2.1.3 devel/pear-Horde_Nls 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.6 -> 2.1.7 devel/pear-Horde_Prefs 2.7.5 -> 2.7.6 net/pear-Horde_Rpc 2.1.6 -> 2.1.7 security/pear-Horde_Share 2.0.8 -> 2.0.10 mail/pear-Horde_Smtp 1.9.2 -> 1.9.3 net/pear-Horde_Socket_Client 2.1.0 -> 2.1.1 textproc/pear-Horde_Text_Filter 2.3.3 -> 2.3.4 devel/pear-Horde_Timezone 1.0.10 -> 1.0.11 devel/pear-Horde_Token 2.0.8 -> 2.0.9 sysutils/pear-Horde_Vfs 2.3.1 -> 2.3.2 www/horde-ansel 3.0.3 -> 3.0.4 ftp/horde-gollem 3.0.7 -> 3.0.8 www/horde-base 5.2.9 -> 5.2.10 mail/horde-imp 6.2.12 -> 6.2.13 mail/horde-ingo 3.2.8 -> 3.2.9 deskutils/horde-kronolith 4.2.15 -> 4.2.16 deskutils/horde-mnemo 4.2.9 -> 4.2.10 deskutils/horde-nag 4.2.7 -> 4.2.8 www/horde-trean 1.1.4 -> 1.1.5 mail/horde-turba 4.2.12 -> 4.2.13 mail/horde-webmail 5.2.12 -> 5.2.13 deskutils/horde-groupware 5.2.12 -> 5.2.13 www/horde-wicked 2.0.4 -> 2.0.5
* - Add LICENSE_FILEsunpoet2016-03-241-0/+1
|
* Update to 3.4.2.mat2016-03-232-7/+5
| | | | | | PR: 208210 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 4.10.6.mat2016-03-232-15/+18
| | | | | | PR: 208209 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update dependencies.grog2016-03-231-2/+3
|
* graphics/gimp-gmic-plugin: update to 1.6.9rm2016-03-234-58/+71
| | | | | | | | This update also solving problem with presets downloading, mentioned in PR. PR: 205257 MFH: 2016Q1
* graphics/gimp-gmic-plugin: simplify port a bitrm2016-03-231-8/+3
| | | | | | - utilize USES=localbase - simplify BASH options dependency - further convert to options helpers and drop including of bsd.port.options.mk
* Remove deleted SUBDIRs.grog2016-03-221-2/+0
|
* Remove RC version as advertised. The release has now taken place.grog2016-03-228-812/+0
|
* Remove old, mouldy portgrog2016-03-224-765/+0
|
* Releaase 2016.0.0grog2016-03-225-37/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes Since 2015.0.0 - The first improvement concerns icc color profiles: Hugin has already copied the icc profile into the output file when stitching panoramas. Now also the display in the GUIs takes the icc profile into account. Celeste_standalone and cpfind read now also the icc profile and use it during its processings. - Beside the known output options Hugin now includes a user defined output sequence. With this option the user can create more flexible variants for the output. As an example a zero-noise output sequence is delivered with Hugin 2016.0. - Some buttons in the Hugin GUI now have a context menu for easier access to some function: - *Show all* in the fast preview window to allow better interaction with stacked projects. - *Celeste* button in the cp tab (panorama editor): the button can now be used to create control points or to clean control points with celeste or statistical methods. - The identify tool in the fast preview window now also shows the image numbers on top of the images. (This can be suppressed by pressing the alt button). - Many more improvements and bug fixes under the hood: incorrect behaviour of photometric optimizer, fixed merging of projects with line control points, ... Submitted by: Thomas Modes
* graphics/rigsofrods-pagedgeometry: drop dialog(1) workaround after r411569jbeich2016-03-221-3/+0
| | | | | r411569 only helps LICENSE_COMB=single ports as dialog(1) doesn't trip up on CRs embedded in a text on command line as opposed in a file.
* - Update to 3.15.0.1vg2016-03-212-4/+4
| | | | | | | | | | | | | - The Circular and Radial layout algorithm as well as Balloon and all Directed Tree layout algorithms support a new edge routing style where edge paths are bundled to prevent visual clutter. - Disabled menu interaction on Mac OS X during layout runs to prevent accidental graph structure modifications. - Many bugfixes, great and small. PR: ports/208134 Submitted by: pi Approved by: Eugene Mychlo <myc@barev.net> (maintainer)
* graphics/p5-Image-ExifTool-devel: 10.10 -> 10.13pi2016-03-212-3/+3
| | | | | | | | Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: 208085 Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
* graphics/s2tc: update to latest GIT commit.dbn2016-03-215-22/+86
| | | | | The upstream code has been in slow development since the last official release, however there does not appear to be new release coming.
* graphics/s2tc: add new port.dbn2016-03-216-0/+63
| | | | | Add a port that implements a subset of the Color Cell Compression texture compression scheme.
* Libnsgif is a decoding library for the GIF image file format, written in C.olivierd2016-03-217-0/+61
| | | | | | It was developed as part of the NetSurf project. WWW: http://www.netsurf-browser.org/projects/libnsgif/
* Libnsbmp is a decoding library for BMP and ICO image file formats, writtenolivierd2016-03-217-0/+62
| | | | | | | in C. It was developed as part of the NetSurf project. WWW: http://www.netsurf-browser.org/projects/libnsbmp/
* graphics/lensfun: bump PORTREVISION in consumers after r411373jbeich2016-03-206-6/+6
|
* Update to upstream version 2 (no minor or patchlevel, just version 2)riggs2016-03-203-7/+7
| | | | | PR: 208037 Submitted by: aaron@baugher.biz
* graphics/rigsofrods-pagedgeometry: add new portjbeich2016-03-206-0/+99
| | | | | | | | | | | | | PR: 206495 Submitted by: Thibault Payet <monwarez@mailoo.org> The PagedGeometry engine is an add-on to Ogre which provides highly optimized methods for rendering massive amounts of small meshes, covering a possibly infinite area. This is especially well suited for dense forests and outdoor scenes, with millions of trees, bushes, grass, rocks, etc. http://www.ogre3d.org/tikiwiki/PagedGeometry+Engine
* graphics/rigsofrods-caelum: add new portjbeich2016-03-207-0/+122
| | | | | | | | | | | PR: 206485 Submitted by: Thibault Payet <monwarez@mailoo.org> Caelum is a plug-in/library for Ogre targeted to help create nice-looking (photorealistic if possible) atmospheric effects such as sky colour, clouds and weather phenomena such as rain or snow. http://www.ogre3d.org/tikiwiki/Caelum
* Update link in pkg-descr.grog2016-03-203-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New version 1.11.0. Changes: Ported vigranumpy to Python 3.5. Added Chunked arrays to store data larger than RAM as a collection of rectangular blocks. Added vigra::ThreadPool and parallel_foreach() for portable algorithm parallelization based on std::thread. Implemented parallel versions of Gaussian smoothing, Gaussian derivatives, connected components labeling, and union-find watersheds. Added graph-based image analysis, e.g. agglomerative clustering Included the callback mechanism described in "Impossibly Fast C++ Delegates" by Sergey Ryazanov (needed for agglomerative clustering). Added many image registration functions. Extended the collection of multi-dimensional distance transform algorithms by vectorial DT, boundary DT, and eccentricity transform. Added skeletonizeImage(), nonLocalMean(), multi-dimensional integral images. Added new 2D shape features based on skeletonization and the convex hull. Additional arithmetic and algebraic functions for vigra::TinyVector. Added vigra::CountingIterator. Minor improvements and bug fixes in the code and documentation.
* - Update to 1.5.6danilo2016-03-203-4/+4
|
* Montly GH_* cleanup.mat2016-03-201-1/+0
| | | | Sponsored by: Absolight
* - Restore MAINTAINERsunpoet2016-03-191-1/+1
|
* graphics/darktable: Fix staging when PRINT is turned offdumbbell2016-03-191-2/+2
| | | | | | | PR: 207914 Reviewed by: kwm Approved by: kwm Differential Revision: https://reviews.freebsd.org/D5617
* graphics/lensfun: Update to 0.3.2dumbbell2016-03-194-79/+70
| | | | Approved by: maintainer timeout (1 month)
* graphics/p5-Image-ExifTool: 9.90 -> 10.10pi2016-03-193-3/+9
| | | | | | | | Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: 208106 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
* graphics/graphite2: rely on default EXTRACT_SUFX after r411337jbeich2016-03-191-1/+1
| | | | | | | | | | | | | | | | Mainly to fix 2016Q1 as USES=tar is nop with USE_GITHUB after r410613. => silnrsi-graphite-1.3.7_GH0.tgz is not in graphics/graphite2/distinfo. => Either graphics/graphite2/distinfo is out of date, or => silnrsi-graphite-1.3.7_GH0.tgz is spelled incorrectly. or ===> Extracting for graphite2-1.3.7 => No SHA256 checksum recorded for silnrsi-graphite-1.3.7_GH0.tgz. => No suitable checksum found for silnrsi-graphite-1.3.7_GH0.tgz. Reported by: mav
* Revert MAINTAINER updatefeld2016-03-184-4/+4
| | | | | | | | These ports were intentionally set to portmgr@FreeBSD.org as MAINTAINER; it was not a mistake. They require exp-runs and special care when updating. Submitted by: antoine
* MAINTAINER reset should be ports@FreeBSD.org, not portmgrfeld2016-03-184-4/+4
|
* graphics/giflib: Update to 5.1.3feld2016-03-183-16/+5
| | | | | - Update MAINTAINER - Remove patch which is now included upstream
* graphics/graphite2: chase new homejbeich2016-03-182-3/+6
| | | | | | | | | | | SILGraphite page on SF says: This project has been deprecated. Graphite2, a new version of the Graphite engine, is available at: https://github.com/silnrsi/graphite with its own bug tracker. Tested by: diff -rN MFH: 2016Q1 (in case of 1.3.8 before EOL)
* graphics/graphite2: update to 1.3.7jbeich2016-03-182-4/+3
| | | | | Changes: https://sourceforge.net/p/silgraphite/mailman/message/34936157/ MFH: 2015Q1 (maybe security)
* graphics/mapcache: add new portjbeich2016-03-165-0/+99
| | | | | | | | | | | | PR: 207448 Submitted by: rmelcer@iteris.com This is a port of MapCache, a server that implements tile caching to speed up access to WMS layers. It's primary objectives are to be fast and easily deployable, while offering the essential features (and more!) expected from a tile caching solution. http://www.mapserver.org/mapcache/
* Drop default directory from _DEPENDS in my portsjbeich2016-03-161-3/+3
| | | | https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
* graphics/iccexamin: Fix build at FreeBSD-HEAD (no-op for other versions).bsam2016-03-161-1/+1
| | | | | | | | | The error is: ----- /usr/bin/ld: cannot find -lomp c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 -----
* graphics/waifu2x-converter-cpp: chase r410613jbeich2016-03-162-4/+3
|
* graphics/p5-Image-ExifTool-devel: Update to 10.10feld2016-03-162-3/+3
| | | | PR: 207201
* Change header installation location for kdelibs4-based ports.rakuco2016-03-1519-84/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* graphics/tulip: 4.7.0 -> 4.8.1pi2016-03-155-177/+448
| | | | | | | | Changes: http://tulip.labri.fr/TulipDrupal/?q=node/2121 PR: 207818 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer), rakuco
* graphics/copperspice: Add DragonFly supportmarino2016-03-142-0/+75
|
* Deprecate ports broken for more than 6 monthsantoine2016-03-141-0/+2
|
* graphics/copperspice: Upgrade to version 1.2.2 (Unbreak)marino2016-03-148-797/+70
| | | | | Tested on FreeBSD 10.2 amd64. I confirmed it still does not build on i386 (same issue documented in BROKEN message for i386)
* These ports do not build with PHP 7.0, make them as such.mat2016-03-143-0/+3
| | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight
* Fix cross site scripting vulnerability, bump PORTREVISIONriggs2016-03-142-1/+38
| | | | | | | | | | | | | | | | | | | | | Fix CVE-2009-4422: Multiple cross-site scripting (XSS) vulnerabilities in the GetURLArguments function in jpgraph.php in Aditus Consulting JpGraph 3.0.6 allow remote attackers to inject arbitrary web script or HTML via a key to csim_in_html_ex1.php, and other unspecified vectors. Despite ports tree version is 3.0.7, this vulnerability has not been fixed. The solution is taken from http://www.securityfocus.com/archive/1/archive/1/508586/100/0/threaded While on it: - Fix typo in port creator's mail address - Add LICENSE* - Add NO_ARCH=yes (port only installs scripts) PR: 207001 Submitted by: venture37@geeklan.co.uk MFH: 2016Q1 Security: CVE-2009-4422
* - Fix MASTER_SITESsunpoet2016-03-131-1/+1
| | | | | PR: 207935 Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer)
* Put back PKGNAMESUFFIX.mat2016-03-131-0/+1
| | | | Sponsored by: Absolight
* Upgrade to 2016.0.0 RC2.grog2016-03-132-6/+5
| | | | Remove repetitive PKGNAMESUFFIX.
* Sort graphics/Makefile.olgeni2016-03-131-1/+1
|
* Update to upstream version 1.3.2riggs2016-03-132-4/+3
| | | | | | PR: 207540 Submitted by: udvzsolt@gmail.com Approved by: maintainer timeout
* Update to 1.8.0.rakuco2016-03-122-3/+3
| | | | | | | | | | | | | | | | | | | Changelog: * Made "-reduce" and "-force" the default behavior. Removed obsolete options "-plte_len", "-cc", "-nocc", "-double_gamma", "-already_crushed", and "-bit_depth". Removed "things_have_changed" code. * Deleted png_read_update_info() statement that was mistakenly added to version 1.7.89. It caused "bad adaptive filter value" errors. * Suppress warning about "damaged LZ stream" when bailing out and building with libpng-1.7.0beta. * Added a LICENSE file to the distribution. It points to the actual license appearing in the NOTICES section near the top of pngcrush.c * Show if pngcrush is built with bundled or system libpng and zlib. * Fixed segfault while writing a -loco MNG (bug found with AFL, reported by Brian Carpenter). Bug was introduced in pngcrush-1.7.35. PR: 207801 Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer)
* Update pecl-imagick to 3.4.1 and unbreak with PHP7mm2016-03-122-6/+4
| | | | | PR: ports/207904 Submitted by: Daniel Ylitalo
* graphics/darktable: Update to 2.0.2dumbbell2016-03-124-16/+10
| | | | | | | | | This update also fixes the build on FreeBSD 9.3-RELEASE where the definition of powl(3) is hidden behind _DECLARE_C99_LDBL_MATH. Reviewed by: kwm Approved by: kwm Differential Revision: https://reviews.freebsd.org/D5279
* - Fix build on 11.x [1]amdmi32016-03-112-33/+21
| | | | | | | | | - Switch to USES=localbase - Switch to options helpers - Fix testing PR: 196161 Submitted by: jbeich [1]
* Combine print/cups-base, print/cups-client and print/cups-image intotijl2016-03-113-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 0.8tota2016-03-112-3/+3
|
* - Update to 1.3.1wen2016-03-112-4/+3
| | | | | PR: 207753 Submitted by: jochen@jochen-neumeister.de
* - Update to 3.0.9amdmi32016-03-1010-416/+246
| | | | | | | | | | | | | - Fix LICENSE - Strip libraries - Respect CFLAGS/CXXFLAGS - Make proj optional - Switch to options helpers - Simplify docs installation PR: 207060 Submitted by: amdmi3 Approved by: maintainer timeout (littlesavage@rambler.ru, 3 weeks)
* - Fix plist wrt CYCLESOSL optionamdmi32016-03-102-239/+243
| | | | | | | | - Add 3 missing files to plist PR: 207280 Submitted by: amdmi3 Approved by: maintainer timeout (mva, 3 weeks)
* Update to 4.2.2.rakuco2016-03-102-21/+12
| | | | | | | | * It is no longer necessary to set CONFIGURE_ARGS. * Explain why we set CONFIGURE_ENV. PR: 207688 Submitted by: takefu@airport.fm
* graphics/giflib: Add patch to fix regressionfeld2016-03-102-1/+12
| | | | | | | | | | | | | | | | | | There is a regression with the 5.1.2 update to giflib. This affects the ability for applications to render gif images usually ocurring after the first gif image is rendered. Upstream has been notified but has not yet provided feedback. giflib 5.1.2 was a security fix, so reverting is not reasonable. "The removed check look redundant - I couldn't find a code path where Private->RunningBits would exceed that limit after initialization. (Currently Private->RunningBits is checked before it is initialized)." PR: 207849 Submitted by: Stefan Ehmann <shoesoft@gmx.net> Approved by: ports-secteam (with hat) MFH: 2016Q1
* Update to 1.23.mat2016-03-0918-22/+38
| | | | | | PR: 206248 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-082-4/+4
| | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268
* Add missing library dependency.grog2016-03-081-0/+1
| | | | Reported by: pkg-fallout@
* - Update to 1.3.9danilo2016-03-082-3/+3
|
* New port: graphics/libyuvpi2016-03-076-0/+79
| | | | | | | | | | | | | | | | | libyuv is an open source project that includes YUV scaling and conversion functionality. - Prepare content for compression, with point, bilinear or box filter. - Convert to YUV from webcam formats. - Convert from YUV to formats for rendering/effects. - Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode. - Optimized versions for SSE2/SSSE3/AVX2 on x86/x64, Neon on Arm, DSP R2 Mips are possible. WWW: https://chromium.googlesource.com/libyuv/libyuv/ PR: 205680, 204958 Submitted by: Corey Smith <corsmith@gmail.com>, numisemis@yahoo.com
* - Update to 0.3.1sunpoet2016-03-062-4/+4
| | | | | Changes: https://gitlab.com/gitlab-org/gitlab_emoji/blob/master/CHANGELOG https://gitlab.com/gitlab-org/gitlab_emoji/commits/master
* - Update to 2.2.1sunpoet2016-03-062-3/+3
| | | | | Changes: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md https://github.com/jonathanwiesel/gemojione/commits/master
* - Update to 1.9.0sunpoet2016-03-063-3/+14
| | | | Changes: https://github.com/sdsykes/fastimage/commits/master
* - Mark IGNORE with PHP 7.0sunpoet2016-03-061-0/+1
|
* - Update to 2.0.2sunpoet2016-03-062-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.2-News
* - Update to 2.0.2sunpoet2016-03-062-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.2-News
* - Update to 2.0.2sunpoet2016-03-062-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.2-News
* - Update to 2.0.2sunpoet2016-03-062-4/+4
| | | | | | - Remove USE_PERL5 Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.2-News
* - Update to 2.0.2sunpoet2016-03-062-4/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.2-News
* Add forgotten patch file.grog2016-03-061-0/+14
| | | | Submitted by: pkg-fallout
* graphics/graphite2: update to 1.3.6jbeich2016-03-052-3/+4
| | | | | | PR: 207686 Reviewed by: tijl MFH: 2016Q1 (maybe security)