aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* graphics/evas_generic_loaders:pgollucci2015-07-161-15/+2
| | | | | | | | - use options helpers - convert to USES=metaport PR: 201568 Submitted by: s3erios@gmail.com
* Toyplot is a kid-sized plotting toolkit for Python with grownup-sized goals:skreuzer2015-07-164-0/+35
| | | | | | | | | | | * Develop beautiful interactive, animated plots that embrace the unique capabilities of electronic publishing and support repoducibility. * Create the best possible data graphics out-of-the-box, maximizing data ink and minimizing chartjunk. * Provide a clean, minimalist interface that scientists and engineers will love. WWW: https://pypi.python.org/pypi/toyplot
* Update to cairo-1.8.8-6.el6_6tijl2015-07-152-6/+7
|
* Update ImageMagick to 6.9.1-8.kwm2015-07-152-3/+3
|
* Atril needs mate-desktop to build. This came to light by the atril-lite portkwm2015-07-151-2/+2
| | | | that doesn't depend on caja to pull mate-desktop in.
* Add a lite version of atril.kwm2015-07-156-137/+63
| | | | | PR: 197197 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
* svn cp.kwm2015-07-154-0/+547
|
* * Enable introspectionkwm2015-07-152-7/+45
| | | | | | * add support for XPS * Optionfy keyring support. * Add support for atril-lite.
* Update plist to take OPTIONS into account.kwm2015-07-151-8/+16
|
* * Add evince-lite port without dbus/nautilus/gnome-desktopkwm2015-07-159-481/+309
| | | | | | | * Drop impress option, it gone. * The keyring doesn't depend on nautilus anymore. Make it stand-alone, and don't depend on it implicitly. * Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.
* Add copy of evince, since the pre-commit hook doesn't allow svn cp + edit inkwm2015-07-156-0/+3148
| | | | one go...
* - Fix shebangsamdmi32015-07-151-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Update to 1.5.4danilo2015-07-152-3/+3
|
* The lazarus GTK1 interface has been discontinued upstream:bapt2015-07-153-34/+0
| | | | http://wiki.lazarus.freepascal.org/GTK1_Interface
* graphics/copperspice: Mark broken everywheremarino2015-07-141-0/+1
| | | | | | | | | On FreeBSD clusters, this won't build (but it builds on my machine) On DragonFly, the two removed TypeTrait.h patches are still required (apparently this is a gcc thing, clang was happy enough without them) Upstream is aware and working on it. I may change this to BROKEN_FreeBSD when the missing patches are returned.
* - Update to 3.3.8amdmi32015-07-124-34/+6
| | | | - Pet portlint
* - Update to 1.0.5sunpoet2015-07-112-3/+3
| | | | Changes: https://github.com/wpeterson/emoji/blob/master/CHANGELOG.md
* - Remove unncecessary full path to binary from *_DEPENDSamdmi32015-07-101-1/+1
|
* - Update to 2.0.0sunpoet2015-07-102-6/+7
| | | | | | | - Fix MASTER_SITES - Mark IGNORE Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
* - Update to 2.0.0sunpoet2015-07-102-5/+5
| | | | | | - Fix MASTER_SITES Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
* - Update to 2.0.0sunpoet2015-07-102-5/+5
| | | | | | - Fix MASTER_SITES Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
* - Update to 2.0.0sunpoet2015-07-102-7/+5
| | | | | | - Fix MASTER_SITES Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
* - Update to 2.0.0sunpoet2015-07-1015-10/+163
| | | | | | | - Bump PORTREVISION for graphics/gdal shlib change - Mark astro/merkaartor as BROKEN Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
* - Update to 0.8.0sunpoet2015-07-092-3/+3
| | | | Changes: https://github.com/pdfkit/pdfkit/blob/master/CHANGELOG.md
* graphics/copperspice: Update BROKEN messages for FreeBSD 8 and 9marino2015-07-091-2/+2
| | | | | | | | The BROKEN messages are pretty explicit, but there is an open PR on this very issue so let's provide that bigger picture information instead. Essentially "USES=compiler:c++11-lib" is not guaranteed to work on FreeBSD release < 10 which is a significant issue.
* graphics/copperspice: Unbreak amd64 with altered Makefile.in patchmarino2015-07-092-17/+6
| | | | | | I removed what appears to be a macos-only file from being built. I also cleared ccache before rebuilding in poudriere, which succeeded. Hopefully copperspice builds on cluster now (for F10+)
* graphics/copperspice: Still broken in real worldmarino2015-07-091-0/+2
| | | | | | Somehow ccache must be responsible for it's local success. Given the error message, it may be configured for mac rather than BSD or Linux. Make broken (on amd64) until further notice. i386 is already broken.
* graphics/skencil: mark deprecatedrm2015-07-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | This is quite old project being abandoned: last release was in year 2010. It's code base relying on stale libraries and in fact it was removed from most of the distributions. Users should switch to graphics/inkscape or another mature vector editor. There is also Skencil's fork - sK1 [1] that is actively developing, but that we have not in ports tree yet. There is also some story behind the fork [2]. Not sure if this a problem of this app in gnome3 environment, or some general failure, I wasn't able to add simple text label to the canvas getting this everywhere: """ EditSelection.GetObjectMethod: editor <Sketch.Graphics.selection.EditorWrapper instance at 0x80a128560> is not compatible with class skencil.Sketch.Graphics.text.CommonTextEditor """ Mark this deprecated and set expiration date to 2015-08-08. [1] http://sk1project.org/news.php?readmore=107 [2] http://sk1project.org/viewpage.php?page_id=21
* - Disconnect tests from the build fixing build on 8.xamdmi32015-07-092-15/+34
| | | | | PR: 201314 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* - Update to version 2.75mva2015-07-094-27/+93
| | | | | | | | | | | | | | | | | - Remove the DEBUG option, since it only makes sense, if everything is built with WITH_DEBUG Blender 2.75 comes with many new features and hundreds of bug fixes: * fully integrated multi-view and stereo 3D pipeline, including shutter lenses, interlaced modes and more * heavily improved cycles rendering, especially for light sampling and seeds * improved modeling modifiers as well as a new corrective smooth modifier * mist attribute animation in the game engine * improved 3D view painting Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.75
* - Update to a snapshot from 2015-05-19mva2015-07-094-5/+15
| | | | This update contains many bug fixes.
* - Update to version 1.6.6mva2015-07-097-274/+8
| | | | | | | | | | | | OpenShadingLanguage 1.6 comes with new features and lots of bug fixes: * new OSL operators and arrays of undefined length can be passed to the shaders now * many API enhancements for the render services and shader contexts Changelog: https://github.com/imageworks/OpenShadingLanguage/blob/RB-1.6/CHANGES PR: 200819 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
* - Forgot py-openimageio on the previous openimageio commitmva2015-07-091-3/+2
| | | | | PR: 200818 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
* - Update to version 1.5.16mva2015-07-094-17/+55
| | | | | | | | | | | | | | | OpenImageIO 1.5 comes with many new features and bug fixes: * lots of new functions for image handling (API and command line tools), such as rotations, median filters, matrix transformations * new filters (cubic, rifman, simon, ...) * image metadata support (EXIF) * SIMD (SSE) instruction support to speed up processing images * basic movie file support via ffmpeg Changelog: https://github.com/OpenImageIO/oiio/blob/RB-1.5/CHANGES PR: 200818 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
* - Update to a snapshot from 2015-02-21mva2015-07-092-5/+4
| | | | This update contains a small set of bug fixes.
* graphics/copperspice: Upgrade version 1.03 => 1.04 (Unbreak F10 !i386)marino2015-07-084-147/+3
| | | | | | | | Upstream made an attempt to make copperspice jobs safe. They got closer but no cigar yet. The new version did built in poudriere for me (F10/amd64) so I am unbreaking !F(8|9). I will check i386 and F9 and lower and remove BROKEN if/as they pass. Without multijob support these builds take hours (> 4 on dedicated machine, > 11 on bulk build)
* Remove expired ports:rene2015-07-085-114/+0
| | | | | 2015-07-07 graphics/fli2gif: No public distfiles 2015-07-07 net-im/tkabbur: Upstream development ceased since 2008
* Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is ↵adamw2015-07-083-4/+4
| | | | | | unnecessary, and sort depends where appropriate.
* - Update to 0.5.20150702amdmi32015-07-074-4/+18
| | | | | | | - While here, add LICENSE PR: 201314 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* - Remove blank line between NO_ARCH and USE_RUBYsunpoet2015-07-071-1/+0
|
* - Add PORTSCOUTsunpoet2015-07-071-0/+2
|
* Connect intel-backlight to the buildbapt2015-07-061-0/+1
|
* New port graphics/intel-backlightgrembo2015-07-063-0/+65
| | | | | | | | Control backlight on various modern Intel(R) GPUs. Differential Revision: https://reviews.freebsd.org/D2999 Reviewed by: bapt Approved by: bapt
* - Update to 2.5.0ak2015-07-062-4/+4
| | | | | PR: 201334 Submitted by: pi
* Update ImageMagick to 6.9.1-7.kwm2015-07-052-3/+3
|
* - Fix a runtime dependencydanilo2015-07-052-2/+52
| | | | | | | | - Fix a runtime error due a Linux dependent code snippet Reported by: Torfinn Ingolfsen <tingox@gmail.com> Tested by: Torfinn Ingolfsen <tingox@gmail.com> MFH: 2015Q3
* - Add LICENSEsunpoet2015-07-051-0/+3
| | | | - Add NO_ARCH
* - Add LICENSEsunpoet2015-07-051-0/+4
| | | | - Add NO_ARCH
* Update to 1.51.3ehaupt2015-07-044-20/+46
|
* Fix licence detailscrees2015-07-041-3/+2
| | | | | PR: ports/156452 Submitted by: jbeich
* - Fix another shebangamdmi32015-07-031-2/+2
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* start doing some ports work again.eadler2015-07-031-1/+1
|
* Revert to 0.1.1 because it does not build on 8.x and 9.x. Unfortunately,jkim2015-07-033-8/+7
| | | | there is no easy way to fix it without breaking its consumers.
* Fix build on 8.x and 9.x.jkim2015-07-031-1/+1
|
* Fix dependencies.jkim2015-07-031-2/+4
|
* Reduce dependency.jkim2015-07-031-2/+2
|
* Add missing dependencies.jkim2015-07-031-1/+3
|
* Update to 0.1.3.jkim2015-07-033-8/+7
|
* Update to 0.1.1.jkim2015-07-033-5/+5
|
* - Update multimdedia/ffmpeg to latest upstrem version 2.7.1riggs2015-07-031-0/+6
| | | | | | | - Mark ports BROKEN that were discovered not to work with this update; discovered by exp-run in bug 201181 - Note the need for manual upgrade of dependent ports in UPDATING
* Release swfdec ports.kwm2015-07-031-1/+1
|
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-0317-0/+34
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* Update to 10.35.96feld2015-07-013-4/+5
| | | | | | CVE-2015-3885 fix is included Approved by: ports-secteam (with hat)
* Use private email address to maintain this port.xmj2015-07-011-1/+1
|
* graphics/py-pyganim: create portxmj2015-07-014-0/+35
| | | | | | | | | | | | | | | Pyganim (pronounced like "pig" and "animation") is a Python module for Pygame that makes it easy to add sprite animations to your Pygame game programs. Pyganim works with Python 2 and Python 3. The mascot of Pyganim is a red vitruvian pig. Pyganim was written by Al Sweigart and released under a "Simplified BSD" license. Contact Al with any questions/bug reports: al@inventwithpython.com WWW: http://inventwithpython.com/pyganim Needed by: games/hypatia_engine
* - Use correct flag for SSE instructionsamdmi32015-07-011-1/+3
| | | | | | | - Enable SSE on amd64 by default PR: 200411 Submitted by: fidaj@ukr.net, rddeblois@gmail.com (maintainer)
* graphics/p5-Cairo: update to 1.105swills2015-07-012-4/+3
|
* - Remove now needless chmod u+w/u-w from my and unmaintained portsamdmi32015-06-301-2/+0
|
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-291-2/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* - Update to 9.98sunpoet2015-06-292-3/+3
| | | | | | Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: 201186 Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
* - Cosmetic changesunpoet2015-06-291-2/+1
|
* graphics/opengtl: fix build with LLVM 3.3avilla2015-06-283-11/+9
| | | | | | | PR: 201022 Submitted by: matthew@reztek.cz Obtained from: Gentoo MFH: 2015Q2
* - Update to version 2.10.0wen2015-06-283-120/+121
| | | | | | | | | - New Option DEBUG for extension testers - GRASS option broken now on 8.x and 9.x - Show QGIS-Codeversion (GIT hash) in 'Help -> About' PR: 201152 Submitted by: rhurlin@gwdg.de(maintainer)
* - Remove compiler tamperingamdmi32015-06-271-10/+3
| | | | | | | This is no longer needed after the same thing was removed from OpenEXR, and moreover it breaks opencolorio-tools on 9.x PR: 197907 Approved by: portmgr blanket, maitainer timeout
* Sorting out some Erlang stuff:olgeni2015-06-271-4/+3
| | | | | | | | | | | | | - Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
* Update to 4.0.4antoine2015-06-275-80/+10
|
* Compatibility fix for R18.olgeni2015-06-265-0/+112
| | | | | | PR: 201115 Submitted by: olgeni Approved by: maintainer
* - Fix dependency on gimp: this is in face lib-dependamdmi32015-06-261-2/+2
| | | | | | PR: 196000 Submitted by: jmc-freebsd2@milibyte.co.uk, avg Approved by: maintainer timeout (koalative@gmail.com, 7 months)
* - Update to 1.0-4tota2015-06-263-5/+4
|
* Convert to USES=jpegantoine2015-06-261-3/+2
|
* - Mark BROKEN on 9.x:amdmi32015-06-251-0/+2
| | | | | | | clang++: error: unknown argument: '-R/usr/local/lib' Approved by: portmgr blanket Reported by: pkg-fallout
* - Mark BROKEN on 9.x:amdmi32015-06-251-0/+2
| | | | | | | | /usr/local/lib/libOpenImageIO.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/local/lib/libOpenImageIO.so: undefined reference to `std::ctype<char>::_M_widen_init() const@GLIBCXX_3.4.11' Approved by: portmgr blanket Reported by: pkg-fallout
* graphics/opencv: fix configure when EIGEN is offavilla2015-06-251-3/+2
| | | | | | | | | | | | | | When EIGEN option is off, CMAKE_ARGS is reset, thus enabling build of tests and docs (causing some leftovers), and, should it be installed, linking against libdc1394 even when option DC1394 is off. PORTREVISION bump is needed to address the latter case. Meanwhile, re-enable make jobs. Differential Revision: https://reviews.freebsd.org/D2893 Reviewed by: jhale (maintainer) Approved by: jhale (maintainer) MFH: 2015Q2
* - update to 0.1.8ohauer2015-06-252-3/+3
| | | | | | | | | drawer.loadImage is no longer supported, the new version uses drawer.image instead. PR: 200581 Submitted by: ohauer@ Approved by: maintainer timeout
* graphics/darktable: Update to 1.6.7dumbbell2015-06-252-3/+3
| | | | | | Differential Revision: https://reviews.freebsd.org/D2766 Reviewed by: kwm Approved by: kwm
* 1: remove MASTER_SITES.vanilla2015-06-244-27/+42
| | | | | | 2: rename DATADIR to LIBDIR. Submitted by: mat@
* Add lightzone , professional-level digital darkroom and photo editor.vanilla2015-06-247-0/+136
| | | | | PR: 201070 Submitted by: Yuri Victorovich <yuri@rawbw.com>
* graphics/copperspice: Doesn't even build on F10 amd64marino2015-06-241-0/+2
| | | | | | | | I got this building locally but pkg-fallout and amdmi3 both report failures across the board. Mark it broken everywhere. F10/amd64: QBuffer::_q_emitSignals Unable to register method pointer, verify signal/slot
* - Remove USES=desktop-file-utils as suggested by stage-qaamdmi32015-06-231-2/+2
|
* - Clarify LICENSEamdmi32015-06-232-7/+8
| | | | | | | - Add LICENSE_FILE - Pet portlint - Add USES=desktop-file-utils as suggested by stage-qa - Regenerate patches with `make makepatch`
* - Fix library strippingamdmi32015-06-231-2/+3
|
* - Update to 1.2.3sunpoet2015-06-232-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/remvee/exifr/blob/master/CHANGELOG
* Convert to USES=jpegantoine2015-06-23143-325/+203
|
* - Update to 9.97amdmi32015-06-232-3/+4
| | | | | | | - Add NO_ARCH PR: 201032 Submitted by: linpct@gmail.com (maintainer)
* graphics/tiffgt: Update version 4.0.4beta=>4.0.4bofh2015-06-223-11/+10
| | | | | | - Remove depreciated CONFIGURE_ARGS - Fix patch files to reflect 'make makepatch' - Take MAINTAINERSHIP
* - Add NO_ARCHamdmi32015-06-221-0/+1
|
* Convert to USES=autoreconfbapt2015-06-211-3/+1
|
* Update ImageMagick to 6.9.1-6.kwm2015-06-213-7/+8
| | | | | | | | | | * Remove double --without-lcms. * Speed up the test target by running it with multiple jobs. * Finaly add back WITHOUT_X11 to the IM-nox11 port, this will select the ghostscript-nox11 port instead of the x11 version. The code in bsd.port.mk doesn't handle the OPTIONS UNSET/EXCLUDE of X11. [1] PR: 199268 [1]
* Deprecate ports broken for more than 6 monthsantoine2015-06-214-0/+10
|
* Add new port: graphics/copperspicemarino2015-06-2112-0/+3083
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I would consider copperspice "experimental" for the time being. The developers tested it on linux, windows, and macos, but not BSD. Several issues have been identified already: * differences in BSD install from GNU install caused fatal build failure (already fixed in v1.0.2) * It's not jobs safe (not reproducible on Linux, I suspect this is another difference of the install programs * specs don't exist for any BSD * qmutex was implemented for non-linux, non-windows * libtool is missing --tag * Makefile template missing dozens of lines to support OSTYPE_FREEBSD (or OSTYPE_BSD ?) which also needs to be implemented * FreeBSD 9 (and presumably 8) fails with "to_string" is not recognized as std namespace despite using gcc48 to build * FreeBSD10/i386 fails because of c++11 narrowing rules violations The upsteam is already aware of some of these issues and is committed to make CopperSpice work on BSD as a first class citizen. So this initial import might be considered a work in progress. I've been working on a jobs-safe problem workaround but hit another jobs-safe failure. ===== Copperspice is a C++ library derived from the existing Qt 4.8 framework. The goal was to change the core design of the libraries, leveraging template functionality and C++11 capabilities. The redesign allowed the Qt Meta-Object Compiler (moc) system to be completely removed. Moc is a code generator and does not support many aspects of C++ including templates, complex data types, static type checking, and relies heavily on string comparisons. Removing moc improves runtime performance, reduces the complexity of the build process, and allows more issues to be detected at compile time. Key features: * Qt Meta-Object Compiler (moc) is obsolete * Written in C++11 * Library links directory to any standard C++ application * A template class can inherit from QObject * Copperspice includes several Qt5 classes
* - fix build with TCL enabled and without X11.dinoex2015-06-191-8/+8
| | | | | PR: 157738 Submitted by: Jimmy Olgeni
* Update ufraw from 0.21 to 0.22rodrigo2015-06-193-25/+4
| | | | | | | | Major changes : - Upstream fix for CVE-2015-3885 - replace liblcms1 by liblcms2 - lot of new cameras and bugfixes - better foveon support
* - Strip libraryamdmi32015-06-181-1/+4
|
* - Strip libraryamdmi32015-06-181-2/+5
|
* - Update to 3.1sunpoet2015-06-183-46/+21
| | | | | | | | | | | | | - Add LICENSE_FILE - Remove GH_TAGNAME - Add USES=pkgconfig - Remove GCC and STATIC options - Add SIMD to default options - Simplify DOCS Changes: https://github.com/mozilla/mozjpeg/releases PR: 200686 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
* - Add LICENSEsunpoet2015-06-172-2/+4
| | | | - Remove superfluous space
* - Strip binaryamdmi32015-06-171-1/+4
|
* - Strip libraryamdmi32015-06-171-1/+2
|
* - Update to 0.2.3amdmi32015-06-172-6/+11
| | | | | PR: 200917 Submitted by: martin.dieringer@gmx.de
* - Fix build on pre-10.x by removing -Werroramdmi32015-06-162-1/+2
|
* Add upstream patch to fix the GCC build after r388490.rakuco2015-06-162-0/+19
| | | | | | | | | | | | | | | | libraw 0.16.1 started shipping some code that uses C++ exceptions. KDE code, on the other hand, disables exceptions by default, and users must opt-in in CMake to use them. clang is the exception and exceptions are always enabled when using it, which is why the build did not break with it. Import an upstream commit that does exactly that. Bump PORTREVISION to make sure that all users build the port with exception support. Done in collaboration with alonso@. PR: 200734
* - Unconditionally disable precompiled headers to fix build with old gcc on ↵amdmi32015-06-161-10/+3
| | | | | | -current kernel MFH: 2015Q2
* - Update to 0.2.5tota2015-06-152-9/+8
|
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-151-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Update graphics/proj to 4.9.1wen2015-06-1515-32/+48
| | | | | | | | - Bump PORTREVISION to chase the update of proj PR: 200434 Submitted by: wen@(myself) Approved by: maintainer(timeout, >20 days)
* - Fix executable and icon names in the .desktop fileamdmi32015-06-151-3/+3
| | | | PR: 200847
* - Strip librariesamdmi32015-06-151-0/+2
|
* - Update to 1.4.12amdmi32015-06-152-3/+3
| | | | | PR: 200866 Submitted by: sue@iwmt.org (maintainer)
* - Update to 0.12.3amdmi32015-06-153-3/+4
| | | | Submitted by: Florian Degner <f dot degner at gmx dot de>
* - Make SIMD option default across the board. The behavior should be the samejhale2015-06-151-4/+1
| | | | | | since the package builders don't set CPUTYPE. Suggested by: tijl
* Update PHP ports:ale2015-06-154-60/+0
| | | | | | - php5 to 5.4.42 - php55 to 5.5.26 - php56 to 5.6.10
* - Add SIMD option to specifically disable CPU optimizations and prevent crashesjhale2015-06-144-5/+37
| | | | | | | | | | with ffmpeg on processors that do not support SSE instructions. OFF by default for package building, ON with autodetect for ports to keep with POLA. [1][2] - Bump PORTREVISION on all opencv ports PR: 199715 [1], 200234 [2] Submitted by: Randy Westlund <rwestlun@gmail.com> [1], sasamotikomi@gmail.com [2]
* - Add LICENSEsunpoet2015-06-144-17/+24
| | | | | | | | | | - Update MASTER_SITES: upstream moved to GitHub - Update RUN_DEPENDS - Add NO_ARCH - Sort USE_PYTHON - Regenerate patch file with makepatch: - Reformat pkg-descr - Update WWW
* graphics/flasm is not jobs safe (easily reproducible)marino2015-06-141-0/+2
| | | | | | This port has failed on me at least 4 times that's I've recorded. It seems to be trying to use bison output before it's generated (e.g. bison --defines --debug assembler.y which is executed twice).
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Add NO_ARCHsunpoet2015-06-132-1/+2
| | | | - Update WWW
* - Add LICENSEsunpoet2015-06-134-337/+285
| | | | | | | | | | | - Convert to new options helper - Use USES=pathfix - Strip shared library - Regenerate patch file with makepatch: - Sort PLIST - Reformat pkg-descr - Bump PORTREVISION for package change - Take maintainership
* - Update to 1.0.1tota2015-06-133-5/+4
| | | | - Update WWW in pkg-descr
* - Update to 1.2-6tota2015-06-132-4/+3
|
* - Update to 1.1-2tota2015-06-133-7/+6
| | | | | - Update the description in pkg-descr - Replace tab with a single space after WWW: in pkg-descr
* Reset dhn's portserwin2015-06-132-2/+2
| | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr
* * Split off the python bindings from the main libpeas port.kwm2015-06-122-3/+6
| | | | | | | | * This allows use to supply both python bindings. Update libpeas using ports for this change. * Assign maintainership to gnome@ Obtained from: GNOME devel repo
* - Add LICENSE_FILEamdmi32015-06-113-29/+30
| | | | | | | - Simplify documentation installation - Disable precompiled headers to fix build with old gcc on -current kernel MFH: 2015Q2
* - Update to 0.9-3tota2015-06-113-6/+5
|
* Assign maintainership to python@.jkim2015-06-111-1/+1
| | | | Requested by: koobs
* This set of C (Cython) extensions provides acceleration of commonjkim2015-06-114-0/+28
| | | | | | operations for slow points in PyOpenGL 3.x. WWW: http://pyopengl.sourceforge.net/
* Remove expired ports:rene2015-06-116-161/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014" 2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3 2015-06-02 deskutils/gimmie: Broken since update to gnome3 2015-06-02 deskutils/glipper: Broken since update to gnome3 2015-06-02 deskutils/gnochm: Broken since update to gnome3 2015-06-02 deskutils/hamster-applet: Broken since update to gnome3 2015-06-02 deskutils/kupfer: Broken since update to gnome3 2015-06-02 deskutils/ontv: Broken since update to gnome3 2015-06-02 deskutils/timer-applet: Broken since update to gnome3 2015-06-02 editors/scribes: Broken since update to gnome3 2015-06-09 games/gweled: Broken since update to gnome3 2015-06-02 games/py-pychess: Broken since update to gnome3 2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork 2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux 2015-06-02 multimedia/arista: Broken since update to gnome3 2015-06-02 net/service-discovery-applet: Broken since update to gnome3 2015-06-05 net/shaperprobe: broken with no known fix (PR 197327) 2015-06-02 print/gnome-specimen: Broken since update to gnome3 2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared 2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
* - Remove LDFLAGSsunpoet2015-06-101-2/+1
| | | | - Move CPPFLAGS to ICONV_CPPFLAGS
* - Fix shebangsamdmi32015-06-101-2/+6
| | | | | | - Add missing bash dependency MFH: 2015Q2
* graphics/yed: update 3.14.1 -> 3.14.2robak2015-06-092-3/+3
| | | | | PR: 200727 Submitted by: Eugene Mychlo <myc@barev.net> (maintainer)
* multimedia/libvpx: update to 1.4.0jbeich2015-06-098-1/+120
| | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Differential Revision: https://reviews.freebsd.org/D2570 Exp-run by: antoine Approved by: ashish, multimedia (kwm) Approved by: maintainer timeout (ale, dinoex; 2 weeks)
* Drop maintainership.osa2015-06-091-1/+1
|
* - Take maintainershipsunpoet2015-06-091-1/+1
| | | | Approved by: stefan (maintainer)
* Make ports using libtool treat elftoolchain's strip the same as GNU stripantoine2015-06-083-12/+1
| | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
* - Strip librariesamdmi32015-06-081-0/+2
|
* - Add empty directories to plistamdmi32015-06-082-1/+2
|
* - Add LICENSE_FILEamdmi32015-06-071-1/+5
| | | | - Strip library
* - Strip libraryamdmi32015-06-071-2/+4
|
* Update to 3.4.0madpilot2015-06-063-57/+69
| | | | | PR: 199236 Submitted by: tkato432 at yahoo.com
* Mark libosmesa broken on 11-i386 for now. This should stopkwm2015-06-041-1/+7
| | | | | | the fallout mail. We have a fix for the build issue but the fix depends on other changes to the mesa ports. This mesa update will be commit after 8.4-R has gone EOL.
* - Add CPE infoamdmi32015-06-041-1/+2
| | | | Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32015-06-041-1/+2
| | | | | | - Add CPE info Approved by: portmgr blanket
* Security upgrade from 0.16.0 to 0.16.2.osa2015-06-042-7/+7
| | | | | | | | | | | | | | | | PR: 200194 <ChangeLog> 2015-05-16 Alex Tutubalin <lexa@lexa.ru> * Fix for several problems reported by AFL run * LibRaw 0.16.2-Release 2015-05-11 Alex Tutubalin <lexa@lexa.ru> * Fix for dcraw ljpeg_start() vulnerability * LibRaw 0.16.1-Release </ChangeLog>
* - Add NO_ARCHsunpoet2015-06-041-0/+1
|
* - Add NO_ARCHsunpoet2015-06-041-0/+1
|
* - Update to 2.15.2sunpoet2015-06-042-3/+3
| | | | Changes: https://github.com/gemhome/rmagick/blob/master/CHANGELOG.md
* Update ImageMagick to 6.9.1-4.kwm2015-06-023-4/+3
|
* - Update to 9.26sunpoet2015-06-022-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.26.diff
* - Update to 1.4.0antoine2015-06-026-31/+24
| | | | | | | | - Allow building on non i386/amd64 [1] PR: 200095 Approved by: maintainer timeout (3 weeks) Tested on: ia64 and sparc64 [1]
* - Update to 1.2.2sunpoet2015-06-012-3/+3
| | | | Changes: https://github.com/glejeune/Ruby-Graphviz/commits/master
* - Update to 0.6.0sunpoet2015-06-012-5/+4
| | | | Changes: https://github.com/topfunky/gruff/commits/master
* - Update to 2.15.1sunpoet2015-06-012-3/+3
| | | | Changes: https://github.com/gemhome/rmagick/blob/master/CHANGELOG.md
* - Update to 4.2.7sunpoet2015-06-012-13/+9
| | | | | | | - Add LICENSE - Convert to new options helper Changes: https://github.com/minimagick/minimagick/releases
* - Fix shebangsamdmi32015-05-311-2/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* Apply vendor patch for "Avoid overflow in ljpeg_start()"delphij2015-05-312-1/+13
| | | | | | | | | | | | | | (changeset 983bda1f) to prevent a denial of service (crash) via a crafted image PR: 200199 Obtained from: https://github.com/rawstudio/rawstudio/commit/983bda1f0fa5fa86884381208274198a620f006e Security: CVE-2015-3885 Security: 57325ecf-facc-11e4-968f-b888e347c638 Submitted by: Jason Unovitch <jason unovitch gmail com> Reported by: Sevan Janiyan <venture37 geeklan co uk> Approved by: samm os2 kiev ua (maintainer) MFH: 2015Q2
* Mark a few ports BROKENantoine2015-05-301-0/+2
| | | | Reported by: pkg-fallout
* - Strip librariesamdmi32015-05-301-0/+4
| | | | - Add LICENSE_FILE
* Update ImageMagick to 6.9.1-3.kwm2015-05-294-106/+6
|
* - Fix shebangsamdmi32015-05-291-2/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* - Strip libraryamdmi32015-05-291-1/+4
|
* - Update to 2.18sunpoet2015-05-284-16/+14
| | | | | | | - Sort PLIST - Cleanup pkg-descr Changes: http://search.cpan.org/dist/GraphViz/Changes
* - Update to 1.0.10sunpoet2015-05-282-5/+6
| | | | Changes: https://github.com/markevans/dragonfly/blob/master/History.md
* - Add LICENSEsunpoet2015-05-281-7/+5
| | | | | | | - Remove RUN_DEPENDS - Patch source file in post-patch: - Fix space/tab - Bump PORTREVISION for dependency and package change
* - Add LICENSEsunpoet2015-05-282-2/+5
| | | | - Update WWW
* - Add LICENSEsunpoet2015-05-282-1/+4
| | | | - Update WWW
* - Add LICENSEsunpoet2015-05-282-7/+7
| | | | | | | | - Update COMMENT - Patch source file in post-patch: and match graphics/gd shlib version - Remove REINPLACE_ARGS - Update WWW - Bump PORTREVISION for package change
* - Add LICENSEsunpoet2015-05-281-9/+4
| | | | | | | - Sort RUN_DEPENDS - Use = instead of += - Remove contiguous blank lines - Remove BROKEN as it builds successfully on my poudriere with ruby21
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-3/+0
| | | | Approved by: portmgr blanket
* - Switch to USES=autoreconfamdmi32015-05-272-16/+21
| | | | | | - Add LICENSE - Improve gimp plugin dir handling - Add missing localization file to plist
* Switch PYTHON_REL from a 3 digits number to a 4 digits number to handleantoine2015-05-272-2/+2
| | | | | | | python 2.7.10 Differential Revision: https://reviews.freebsd.org/D2639 Reviewed by: sunpoet, mva
* - Make X11 optionalzi2015-05-261-2/+12
| | | | - Bump PORTREVISION
* New port: graphics/rubygem-mini_magick:zi2015-05-264-0/+24
| | | | | | Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick WWW: https://rubygems.org/gems/mini_magick/
* - Add USES=desktop-file-utils as suggested by stage-qaamdmi32015-05-261-1/+3
| | | | - Add LICENSE_FILE
* - Add USES=desktop-file-utils as suggested by stage-qaamdmi32015-05-261-2/+2
|
* - Add USES=desktop-file-utils as suggested by stage-qaamdmi32015-05-261-2/+2
|
* - Fix shebangsamdmi32015-05-261-2/+3
| | | | - Add USES=desktop-file-utils as suggested by stage-qa
* - Update to 3.3.7amdmi32015-05-264-4/+35
|
* - Strip librariesamdmi32015-05-261-1/+2
|
* - Add LICENSEsunpoet2015-05-262-2/+4
| | | | - Update WWW
* - Add LICENSEsunpoet2015-05-261-2/+3
| | | | | - Remove BUILD_DEPENDS - Update RUN_DEPENDS
* - Update to 2.15.0sunpoet2015-05-263-22/+18
| | | | | | | | - Add LICENSE - Convert to new options helper - Update WWW Changes: https://github.com/gemhome/rmagick/blob/master/CHANGELOG.md
* - Add LICENSEsunpoet2015-05-262-1/+14
| | | | | - Fix gemspec for rubygem-pdfkit - Bump PORTREVISION for package change
* - Update to 0.7.0sunpoet2015-05-263-9/+6
| | | | | | | - Add LICENSE - Update WWW Changes: https://github.com/pdfkit/pdfkit/blob/master/CHANGELOG.md
* - Update to 0.9.2sunpoet2015-05-263-7/+7
| | | | | | | | - Add LICENSE - Remove USE_RAKE - Update WWW Changes: https://github.com/larskanis/opengl/blob/master/History.rdoc
* - Update to 0.1.0sunpoet2015-05-262-4/+6
| | | | | | | - Add LICENSE Changes: https://github.com/SamSaffron/flamegraph/blob/master/CHANGELOG https://github.com/SamSaffron/flamegraph/commits/master
* - Update to 1.7.0sunpoet2015-05-262-3/+3
| | | | Changes: https://github.com/sdsykes/fastimage/commits/master
* - Update to 1.2.2sunpoet2015-05-262-3/+3
| | | | Changes: https://github.com/remvee/exifr/blob/master/CHANGELOG
* - Update to 1.0.4sunpoet2015-05-263-4/+6
| | | | | | | - Add LICENSE - Update WWW Changes: https://github.com/wpeterson/emoji/blob/master/CHANGELOG.md
* - Update to 1.5, announce message is here:nemysis2015-05-244-18/+13
| | | | | | | | | | | | | | http://siyanpanayotov.com/project/viewnior/news/ - Add master site - Add USES gettext-tools [1] - Add USE_GNOME gdkpixbuf2 intltool intlhack [1] - Use gettext-runtime instead of gettext [1] - Use pre-configure do avoid patching [1] - Remove files/patch-Makefile.am [1] PR: 199870 Submitted by: olivierd [1]
* - Bump PORTREVISION for science/hdf5 shlib changesunpoet2015-05-241-1/+1
|
* - Update to 1.8.15sunpoet2015-05-242-2/+2
| | | | | | | - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-2217-44/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 3.3.6amdmi32015-05-223-39/+6
| | | | - Drop V8 and PYTHON options, they have no functionality (see src/osgPlugins/CMakeLists.txt)
* - Drop .la fileamdmi32015-05-202-3/+4
| | | | | | | | | - Strip library - Add LICENSE_FILE PR: 196155 Submitted by: amdmi3 Approved by: maintainer timeout (x11, 6 months)
* Update to 1.4.3ehaupt2015-05-192-3/+3
|
* graphics/gdal-grass: update 1.4.3 -> 1.11.2robak2015-05-192-10/+12
| | | | | PR: 199234 Submitted by: Kato Tsuguru <tkato432@yahoo.com>
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-1910-23/+26
| | | | | With hat: portmgr Sponsored by: Absolight
* - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-162-9/+9
| | | | | - Remove leading definite article from COMMENT - Regenerate patch file with makepatch:
* - Update to 9.25sunpoet2015-05-162-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.25.diff
* Fix CVE-2015-3885.mandree2015-05-162-1/+16
| | | | | PR: 200198 Security: CVE-2015-3885
* - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1
|
* - Strip libraryamdmi32015-05-161-4/+3
| | | | | - Clarify LICENSE - Remove useless options.mk inclusion
* - Strip binaryamdmi32015-05-162-12/+9
| | | | - Simplify patching
* graphics/generic-image-decoder: Upgrade version 03 => 04marino2015-05-153-3/+6
|
* Upgrade ufraw from 0.19.2 to 0.21rodrigo2015-05-154-31/+16
| | | | | | | | | | Remove deprecated patches Apply bugfix for CVE-2015-3885 PR: 200197 obtained from: rawtherapee MFH: 2015Q2 Security: CVE-2015-3885
* - Add CPE infoamdmi32015-05-141-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-141-1/+4
| | | | | | - Add LICENSE Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-141-1/+3
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-141-1/+2
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.mat2015-05-1462-111/+54
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Update to 2.8.2wen2015-05-143-32/+65
| | | | | | | - Add CPE PR: 200144 Submitted by: Rainer Hurling<rhurlin@gwdg.de> (mainatiner)
* devel/gzstream: create a proper shared librarybapt2015-05-141-1/+1
| | | | Bump portrevision of dependent ports
* - Add CPE infoamdmi32015-05-141-1/+2
| | | | Approved by: portmgr blanket
* - Update to 1.003sunpoet2015-05-143-6/+6
| | | | | | - Regenerate patch file with makepatch: Changes: http://search.cpan.org/dist/Imager/Changes
* - Add CPE infoamdmi32015-05-131-1/+4
| | | | | | - Add LICENSE Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-132-3/+7
| | | | | | | - Add LICENSE - Add missing file to plist Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-131-1/+5
| | | | - Add LICENSE
* - Add CPE infoamdmi32015-05-131-3/+4
| | | | | | | - Add LICENSE_FILE - Simplify MASTER_SITES Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-131-1/+5
| | | | | | - Add LICENSE Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-131-2/+4
| | | | | | | - Clarify LICENSE - Add LICENSE_FILE Approved by: portmgr blanket
* graphics/rubygem-gitlab_emoji: update to 0.1.0mmoll2015-05-132-5/+5
| | | | | | | PR: 200126 Differential Revision: https://reviews.freebsd.org/D2528 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* new port: graphics/rubygem-gemojionemmoll2015-05-134-0/+28
| | | | | | | | | | | Gem containing EmojiOne unicode/image assets WWW: https://github.com/jonathanwiesel/gemojione PR: 200125 Differential Revision: https://reviews.freebsd.org/D2527 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* graphics/zathura-pdf-mupdf: chase mupdf API after r385232jbeich2015-05-132-2/+310
| | | | | | PR: 200154 Reported by: pkg-fallout Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* - Update to 1.3.1danilo2015-05-123-3/+5
|
* Cleanup DIST* variables.mat2015-05-1210-21/+15
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Move p5- ports from ports@ to perl@.mat2015-05-112-2/+2
| | | | | With hat: perl@ Sponsored by: Absolight
* - Add LICENSEamdmi32015-05-111-2/+6
| | | | - Fix library installation
* - Strip libraryamdmi32015-05-111-1/+2
|
* - Un-break build; distfile is now fetchable again (new MASTER_SITES)riggs2015-05-106-12/+54
| | | | | | | | | | | | | | - New port maintainer: Chris Hutchinson <portmaster@bsdforge.com> - Add LICENSE - Use PLIST_FILES instead of pkg-plist - Bump PORTREVISION - Update pkg-descr - Pet portlint PR: 199468 Submitted by: portmaster@bsdforge.com (maintainer) Reviewed by: riggs MFH: 2015Q2
* New port: graphics/p5-feedgnuplotpi2015-05-104-0/+34
| | | | | | | | | This is a flexible, command-line-oriented frontend to Gnuplot. It creates plots from data coming in on STDIN or given in a filename passed on the commandline. Various data representations are supported, as is hardcopy output and streaming display of live data. WWW: http://search.cpan.org/dist/feedgnuplot/
* - Strip libraryamdmi32015-05-091-1/+2
|
* - Add missing files to plist and sort itamdmi32015-05-092-29/+35
| | | | Approved by: portmgr blanket
* Update to 0.8.4.jkim2015-05-099-162/+24
| | | | Approved by: oliver
* - Update to 0.43.jkim2015-05-092-6/+6
| | | | | | - Add LICENSE. Approved by: demon (maintainer)
* Use a newer C++ compiler to build. This is required by GLM 0.9.6 and later.jkim2015-05-091-1/+1
|
* - Don't install static libraries with INSTALL_LIB (part 1/2)amdmi32015-05-083-4/+7
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Add LICENSEamdmi32015-05-081-0/+3
|
* - Reassign to the heap after sahil@'s bit was taken in for safekeepingculot2015-05-081-1/+1
|
* graphics/gpsmanshp: update to 1.2.3jbeich2015-05-086-54/+25
| | | | | | | | | | | | - Chase new home - Define LICENSE - Convert to USES=tcl - Convert to USES=tar - Convert to COPYTREE_SHARE Changes: http://gpsmanshp.sourceforge.net/GPSManSHP_3.html PR: 199235 Submitted by: tkato432@yahoo.com