aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-279-9/+9
| | | | | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary Notes: svn path=/head/; revision=417685
* update shotwell to 0.23.2Christoph Moench-Tegeder2016-06-263-5/+13
| | | | | | | Approved by: rene (mentor) Notes: svn path=/head/; revision=417615
* - Update to 1.3.24Sunpoet Po-Chuan Hsieh2016-06-263-10/+10
| | | | | | | | | - Cosmetic change Changes: http://www.graphicsmagick.org/NEWS.html Notes: svn path=/head/; revision=417542
* - Remove expired ruby-gdal from SLAVEDIRSSunpoet Po-Chuan Hsieh2016-06-261-1/+1
| | | | Notes: svn path=/head/; revision=417541
* Update to 2.16.1Niclas Zeising2016-06-262-4/+4
| | | | | | | Changelog: http://feh.finalrewind.org/archive/2.16.1/ Notes: svn path=/head/; revision=417527
* - Add graphics/dilayDmitry Marakasov2016-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 Notes: svn path=/head/; revision=417427
* Update to version 1.9.1Pawel Pekala2016-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 Notes: svn path=/head/; revision=417377
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵Torsten Zuehlsdorff2016-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) Notes: svn path=/head/; revision=417356
* Upgrade to 1.7.3.Thierry Thomas2016-06-222-4/+4
| | | | Notes: svn path=/head/; revision=417331
* x11/kde4: update to kdelibs version 4.14.10Kurt Jaeger2016-06-221-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 Notes: svn path=/head/; revision=417328
* graphics/hiptext: add new portJan Beich2016-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 Notes: svn path=/head/; revision=417308
* Remove old Linux DRI port. The newer version in graphics/linux-c6-driTijl Coosemans2016-06-227-179/+0
| | | | | | | | | should just work nowadays. PR: 210433 Notes: svn path=/head/; revision=417295
* - Update to 10.20Dmitry Marakasov2016-06-212-4/+4
| | | | | | | | PR: 210424 Submitted by: linpct@gmail.com (maintainer) Notes: svn path=/head/; revision=417208
* Update Linux ports to Centos 6.8.Tijl Coosemans2016-06-2027-149/+182
| | | | | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891 Notes: svn path=/head/; revision=417169
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-208-98/+101
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* Remove unnecessary evals that do-fetch was using.Mathieu Arnold2016-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | Turns out that env(1) knows how to parse a properly quoted string using -S "string", it makes the double eval used for the fetch command to be unnecessary. This is because running: eval "foo $(escape $bar)" is silly when this works: foo $bar So remove escaping and quoting, and sillyness. PR: 210198 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6779 Notes: svn path=/head/; revision=417110
* graphics/p5-Image-ExifTool-devel: update to 10.19Ruslan Makhmatkhanov2016-06-183-4/+6
| | | | | | | | PR: 210247 Submitted by: linpct@gmail.com (maintainer) Notes: svn path=/head/; revision=417089
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-1711-49/+41
| | | | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight Notes: svn path=/head/; revision=417041
* - Update to version 0.9.4Pawel Pekala2016-06-166-40/+43
| | | | | | | - Recreate patches with make makepatch Notes: svn path=/head/; revision=416977
* graphics/code-eli: give write permissions on files prior to STRIP_CMDKurt Jaeger2016-06-161-0/+3
| | | | | | | | PR: 210046 Submitted by: fernando.apesteguia@gmail.com (maintainer) Notes: svn path=/head/; revision=416942
* Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.netTorsten Zuehlsdorff2016-06-151-2/+2
| | | | | | | | | PR: 210265 Submitted by: Johannes Jost Meixner (johannes@perceivon.net) Approved by: pi (mentor) Notes: svn path=/head/; revision=416918
* Don't remove X11 linkage; this breaks the upcoming LinuxCNC port.Edward Tomasz Napierala2016-06-141-5/+5
| | | | | | | | PR: 210212 Approved by: maintainer (earlier version) Notes: svn path=/head/; revision=416906
* graphics/djview4: fix icons and some other stuffKurt Jaeger2016-06-141-10/+11
| | | | | | | | | | | | | | | | | | | - Remove graphics/librsvg2 from build dependency - Add gettext-runtime to USES and glib20 to USE_GNOME, because webplugin depends from them - Add xext to USE_XORG - Remove CPPFLAGS and LDFLAGS; add localbase to USES - Remove verbose flag from MAKE_ENV - Add corelib to USE_QT4 - Add x11 to USE_XORG in case of QT4 usage - Add core to USE_QT5 - use prebuilt icons instead of conversion tool to generate them PR: 198087 Submitted by: lightside@gmx.com Notes: svn path=/head/; revision=416903
* graphics/djvulibre: some fixes for the iconsKurt Jaeger2016-06-142-17/+26
| | | | | | | | | | | | | - Remove graphics/librsvg2 from build dependency - Add DESKTOPFILES option for installation of icons and mime types - Use prebuilt icons instead of conversion tool to generate them - Adapt pkg-plist PR: 198087 Submitted by: lightside@gmx.com Notes: svn path=/head/; revision=416902
* Fix size of LibRaw-demosaic-pack-GPL2-0.17.2.tar.gz.Vanilla I. Shu2016-06-141-1/+1
| | | | | | | Submitted by:otr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=416889
* Add missing files @ distinfo.Vanilla I. Shu2016-06-141-0/+4
| | | | | | | Submitted by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> Notes: svn path=/head/; revision=416871
* graphics/djvulibre: 3.5.25.3 -> 3.5.27Kurt Jaeger2016-06-137-187/+37
| | | | | | | | | | | | | | | | | | | - simplified configuration scripts - deadlock fixes - Thread safe miniexp - Now using the standard autotools approach (thanks to Vincent Torri). - New windows installer (thanks to Konstantin Kravtsov). - General speedup thanks to lock-free smart pointers. - ddjvu can produce one file per page. - djvused can now set the default page orientation. - Bug fixes all around. PR: 198087 Submitted by: lightside@gmx.com Approved by: bf (maintainer timeout) Notes: svn path=/head/; revision=416860
* graphics/libkdcraw-kde4: remove LIB_DEPENDS on libjasper.so:graphics/jasperKurt Jaeger2016-06-131-3/+2
| | | | | | | | PR: 210254 Submitted by: Adriaan de Groot <groot@kde.org> (kde), alonso Notes: svn path=/head/; revision=416851
* Update to 0.17.2.Vanilla I. Shu2016-06-132-7/+4
| | | | Notes: svn path=/head/; revision=416841
* graphics/ipe: Update version 7.2.2=>7.2.3Muhammad Moinur Rahman2016-06-123-18/+5
| | | | | | | - Take MAINTAINERSHIP Notes: svn path=/head/; revision=416815
* graphics/luminance: remove wrongly used PLIST_SUB from pkg-plistKurt Jaeger2016-06-121-2/+2
| | | | | | | | PR: 210103 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) Notes: svn path=/head/; revision=416789
* graphics/geoserver: Update version 2.8.3=>2.9.0Muhammad Moinur Rahman2016-06-125-168/+136
| | | | Notes: svn path=/head/; revision=416774
* graphics/tiffgt: Update version 4.0.4=>4.0.6Muhammad Moinur Rahman2016-06-122-3/+4
| | | | Notes: svn path=/head/; revision=416773
* - Update to 1.5.8Danilo Egea Gondolfo2016-06-103-6/+7
| | | | | | | - Add dependencies explicitly as suggested by Q/A Notes: svn path=/head/; revision=416693
* Update to 2.16Niclas Zeising2016-06-102-5/+6
| | | | | | | | | Add missning dependencies. ChangeLog: http://feh.finalrewind.org/archive/2.16/ Notes: svn path=/head/; revision=416678
* shotwell: fix pkg-plistChristoph Moench-Tegeder2016-06-091-5/+0
| | | | | | | | Reported by: cpm, pkg-fallout Approved by: rene (mentor) Notes: svn path=/head/; revision=416625
* graphics/oyranos: Fix wrong use of %%QT_BINDIRi%% and xdg/autostart location.Boris Samorodov2016-06-092-14/+14
| | | | | | | | PR: 210104 Submitted by: tcberner@gmail.com Notes: svn path=/head/; revision=416594
* - Chase graphics/osg updateDmitry Marakasov2016-06-091-2/+2
| | | | | | | PR: 209056 Notes: svn path=/head/; revision=416592
* - Update to 3.4.0 and fix build with ffmpeg 3.0.xDmitry Marakasov2016-06-0910-153/+395
| | | | | | | | PR: 209056 Submitted by: woodsb02@gmail.com Notes: svn path=/head/; revision=416590
* - Update to 2.14.3Dmitry Marakasov2016-06-093-27/+41
| | | | | | | | PR: 210070 Submitted by: rhurlin@gwdg.de (maintainer) Notes: svn path=/head/; revision=416589
* shotwell: update distinfo after tarball rerollChristoph Moench-Tegeder2016-06-081-3/+3
| | | | | | | | | | | | distfile content has been verified manually, and checksums checked against upstream distinfo: https://download.gnome.org/sources/shotwell/0.23/shotwell-0.23.1.tar.xz.mirrorlist Reported by: pkg-fallout, cpm@ Approved by: rene (mentor) Notes: svn path=/head/; revision=416560
* Update to 1.0.Vanilla I. Shu2016-06-084-11/+13
| | | | Notes: svn path=/head/; revision=416545
* update shotwell to 0.23.1Christoph Moench-Tegeder2016-06-073-10/+16
| | | | | | | | PR: 210078 Approved by: rene (mentor) Notes: svn path=/head/; revision=416508
* Fix type for abs() calls in graphics/inkscapeDon Lewis2016-06-072-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | During the exp-run in bug 208158, it was found that graphics/inkscape gives errors with libc++ 3.8.0: libavoid/connector.cpp:888:29: error: call to 'abs' is ambiguous COLA_ASSERT(abs(i->pathNext->id.objID - i->id.objID) != 2); ^~~ This is because abs() is called with unsigned arguments. Fix it by casting the arguments to the appropriate signed types. This mimics what happens with older libraries where the only version of abs() was the one in <stdlib.h>, which is prototyped: int abs(int) The expression used in ConnRef::generatePath() is not strictly correct because it depends on details of integer overflow that are undefined by the C++ standard. PR: 209675 Submitted by: dim Notes: svn path=/head/; revision=416493
* Update to 2.15.4Niclas Zeising2016-06-062-4/+4
| | | | | | | | | http://feh.finalrewind.org/archive/2.15.4/ Sponsored by: BSDCan pre-hackathon/party Notes: svn path=/head/; revision=416475
* - Update LuxRender modern (Embree-based) branch to version 1.6Alexey Dokuchaev2016-06-0614-174/+98
| | | | | | | | | | | | | | | | - Move DISTFILES setting back to master port exclusively as upstream had used correct (coherent with v1.4) tags for v1.6 this time - Register mutual port install-time conflict (CONFLICTS_INSTALL) - Create convenience symlink in `post-extract' rather than `pre-patch', because `200:dos2unix' bogusly(?) runs before `300:pre-patch' - Since luxrays' library samples are not built as of r410138, do not try to patch them (GC currently no-op patches) - For the same reason, do not request GLUT, GLEW, and execinfo libraries that were only used when building samples - Convert FreeImage to an option (mandatory for v1.4) and default to off Notes: svn path=/head/; revision=416447
* Update to 1.2.49-2.el6_7.Tijl Coosemans2016-06-053-12/+14
| | | | Notes: svn path=/head/; revision=416434
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-037-0/+15
| | | | Notes: svn path=/head/; revision=416324
* Update to 0.4.3Olivier Duchateau2016-06-023-10/+10
| | | | Notes: svn path=/head/; revision=416293
* Update Mesa to 11.2.2.Koop Mast2016-06-023-17/+13
| | | | | | | | | | | | | Future mesa version will drop the glx-tls configure switch. This is by default disabled on !linux and when the configure switch is dropped glx-tls will be enabled always. Add a blob explaining why, we can't enable this on FreeBSD yet. We might need to backport some patches until we can. Obtained from: graphics team development repo. Notes: svn path=/head/; revision=416285