summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2017-12-09graphics/php-imagick: allow build with php72taca1-2/+2
Allow build with php72.
2017-12-08bump for print/poppler major bumpmaya4-8/+8
note: script detailed in `man revbump` insisted on bumping pkgrevision of print/poppler, it's probably wrong, but not committing this change is wronger.
2017-12-03*: remove ftp.kddlabs.co.jp, does not provide ftp servicewiz3-6/+3
2017-12-03tiff: add my own patch for CVE-2017-17095.maya3-3/+27
bump PKGREVISION
2017-12-03p5-SVG: update to 2.80.wiz2-8/+7
2.80 2017.11.30 MANWAR - Added one more test author only as suggested by @DAVE. (RT #123705) 2.79 2017.11.30 MANWAR - Addressed RT #123705, making test t/96-perl-critic.t and t/99_test_pod_coverage.t author only.
2017-12-03libcaca: assume & handle newly POSIX style endian.h (decision in 2011)maya4-2/+65
Provide fallback definition that acts the same as the old code that existed. Add test target. Fixes build failure reported by John D Baker in pkgsrc-users
2017-11-30Revbump after textproc/icu updateadam21-41/+42
2017-11-30librsvg: remove unused patchwiz1-17/+0
2017-11-28libimagequant: updated to 2.11.4adam3-10/+10
2.11.4: Bug fixes.
2017-11-26f-spot: use github page instead of dead HOMEPAGEwiz1-3/+2
2017-11-25py-cairo: Add missing patch for previous.wiz1-0/+15
2017-11-25py-cairo: install pkgconfig in pkgsrc standard locationwiz3-5/+7
Bump PKGREVISION.
2017-11-25*: use py-cairo's bl3.mk file where previously it used cairo:linkwiz1-3/+2
Needed when e.g. pkg-config is used to detect py-cairo.
2017-11-24py-cairo3: remove, merged into py-cairowiz8-118/+1
2017-11-24*: depend on py-cairo now it supports all python versionswiz4-13/+9
2017-11-24py-cairo: update to 1.15.4.wiz4-39/+22
1.15.4 - 2017-11-08 ------------------- Fixes: * Fix some enum conversation errors with (unused) large and negative values. :pr:`81` Tests: * Fix a rare test error :pr:`80` (:user:`Sergei Trofimovich <trofi>`) .. _v1.15.3: 1.15.3 - 2017-09-17 ------------------- Fixes: * setup.py: Install pkgconfig file into /usr/share/pkgconfig to work around JHBuild on Fedora not picking it up. * Fix tests on big endian machines. :bug:`75` * Support building with MSVC :pr:`72` (:user:`Chun-wei Fan <fanc999>`) Tests: * Test MSVC builds on appveyor .. _v1.15.2: 1.15.2 - 2017-09-03 ------------------- Fixes: * setup.py: Install pkgconfig file to the same library prefix that Python uses. (/usr/lib64 instead of /usr/lib under Fedora for example) :bug:`70` :pr:`71` (:user:`Sander Sweers <infirit>`) .. _v1.15.1: 1.15.1 - 2017-08-19 ------------------- Fixes: * Improved support for Python filesystem paths including :class:`os.PathLike`. See :class:`pathlike` for details. * Various minor fixes Changes: * Expose :class:`cairo.Path` Tests: * Improved test coverage from ~70% to ~90% .. _v1.15.0: 1.15.0 - 2017-07-24 ------------------- New Features: * Add :meth:`Surface.map_to_image` and :meth:`Surface.unmap_image` :bug:`51` * Add :class:`RasterSourcePattern` :bug:`48` * Add :class:`Glyph` :bug:`53` * Add :class:`Rectangle` :bug:`54` * Add :class:`TextCluster` :bug:`61` * Add :meth:`ScaledFont.text_to_glyphs` and :meth:`ScaledFont.glyph_extents` * Add :meth:`Context.show_text_glyphs` * Add :class:`TextExtents` :bug:`62` Changes: * Pycairo instances wrapping the same underlying cairo object now hash and compare equally e.g. ``context.get_target() == context.get_target()`` * Functions which returned a cairo error with :attr:`Status.NO_MEMORY` no longer raise :exc:`python3:MemoryError`, but a subclass of :exc:`Error` and :exc:`python3:MemoryError`. Similarly errors with :attr:`Status.READ_ERROR` and :attr:`Status.WRITE_ERROR` no longer raise :exc:`python3:IOError`, but a subclass of :exc:`Error` and :exc:`python3:IOError`. :bug:`55` * Some functions which previously returned a tuple now return a tuple subclass like :class:`Rectangle`, :class:`Glyph`, :class:`TextCluster` and :class:`TextExtents` .. _v1.14.1: 1.14.1 - 2017-07-24 ------------------- Fixes: * Fix a crash with :meth:`Surface.get_device` :bug:`57` .. _v1.14.0: 1.14.0 - 2017-07-12 ------------------- General: * Requires at least cairo 1.13.1 (The snapshop in Ubuntu 14.04) Tests: * Optional `Hypothesis <https://hypothesis.readthedocs.io>`__ tests. New Features: * Add :meth:`Surface.set_device_scale` and :meth:`Surface.get_device_scale`. :pr:`44` (:user:`Sander Sweers <infirit>`) * Add :class:`Device` :pr:`45` * Add :meth:`Surface.get_device` :pr:`45` * Add :class:`ScriptDevice` and :class:`ScriptMode` :pr:`46` * Add :class:`ScriptSurface` :bug:`17` * Add :attr:`Status.JBIG2_GLOBAL_MISSING` * Add :meth:`Format.stride_for_width` * Add :class:`TextClusterFlags` and :class:`SurfaceObserverMode` * Add :meth:`Gradient.get_color_stops_rgba` * Add :class:`TeeSurface` * Add :class:`MeshPattern` .. _v1.13.4: 1.13.4 - 2017-07-12 ------------------- Fixes: * Fix a rare crash with :meth:`get_data() <ImageSurface.get_data>` under Python 3 (1.13.3 regression). .. _v1.13.3: 1.13.3 - 2017-06-01 ------------------- Fixes: * Fix ImageSurface leaking in case :meth:`get_data() <ImageSurface.get_data>` is used under Python 3. :bug:`41` Documentation: * Add Pillow to ImageSurface example. :pr:`40` (:user:`Stuart Axon <stuaxo>`) * Describe Freetype-py intergration. :bug:`25` :pr:`43` (:user:`Hin-Tak Leung <HinTak>`) .. _v1.13.2: 1.13.2 - 2017-05-21 ------------------- Fixes: * Fix pip failing to install pycairo in some cases. :bug:`39` Testing: * Added continuous testing for Windows using MSYS2 and appveyor. :bug:`19` .. _v1.13.1: 1.13.1 - 2017-05-07 ------------------- Fixes: * setup.py install: Fix generated pkg-config file if ``--home`` or ``--user`` is specified. :bug:`34` * Fix a build error on macOS Sierra. :pr:`36` (:user:`Nicolas P. Rougier <rougier>`) * examples: Fix snippet examples when .pyc files are present. :bug:`35` Documentation: * Add Pyglet integration example. :pr:`33` (:user:`Stuart Axon <stuaxo>`) .. _v1.13.0: 1.13.0 - 2017-05-03 ------------------- New Features: * The buffer returned by :meth:`ImageSurface.get_data` under Python 2 now implements the character buffer interface to make it work with pygame.image.frombuffer(). :pr:`29` * All C enum types now have their own corresponding Python enum type: :class:`Antialias`, :class:`Content`, :class:`Extend`, :class:`FillRule`, :class:`Filter`, :class:`FontSlant`, :class:`FontWeight`, :class:`Format`, :class:`HintMetrics`, :class:`HintStyle`, :class:`LineCap`, :class:`LineJoin`, :class:`Operator`, :class:`PDFVersion`, :class:`PSLevel`, :class:`PathDataType`, :class:`RegionOverlap`, :class:`SVGVersion`, :class:`Status`, :class:`SubpixelOrder`. :bug:`26` All relevant constants are now an alias to attributes of those types e.g. :data:`ANTIALIAS_DEFAULT` is the same as :attr:`Antialias.DEFAULT`. All functions returning enum values now return instances of the new types e.g. :meth:`Context.get_antialias` returns a :class:`Antialias`. :attr:`Error.status` is now a :class:`Status`. * All included examples now work with Python 2 & 3 * All included examples using GTK+ have been ported to GTK+ 3/PyGObject 3 Fixes: * Fix the signature of the :class:`ImageSurface` buffer interface for Python 2 (int -> Py_ssize_t) * setup.py: Ensure "-fno-strict-aliasing" is used with Python 2. Testing: * Added travis-ci tests for flake8 and sphinx. :pr:`30`, :pr:`32` * The test suite now has optional tests for numpy and pygame integration. .. _v1.12.0: 1.12.0 - 2017-04-18 ------------------- General: * Require cairo 1.12.0 * Use C90 and enforce it on travis-ci. :bug:`5`, :fdobug:`22940` Constants: * Add various new cairo.OPERATOR_*, cairo.ANTIALIAS_* and cairo.FORMAT_* constants. :bug:`1` * Add :data:`HAS_MIME_SURFACE` and cairo.MIME_TYPE_*. :bug:`7`, :fdobug:`58771` * Add cairo.PDF_VERSION_*. :pr:`16` * Add cairo.SVG_VERSION_* :exc:`Error`: * Add a :data:`Error.status` attribute exposing cairo.STATUS_* * Add :exc:`CairoError` alias for :exc:`Error` for cairocffi compatibility :class:`Matrix`: * Expose matrix components as read/write properties. e.g. :data:`Matrix.xx` * Fix type checking of the multiplication operator under Python 3. :bug:`8`, :fdobug:`89162` (Lawrence D'Oliveiro) :class:`Surface`: * Add :meth:`Surface.set_mime_data`. :bug:`7`, :fdobug:`58771` * Add :meth:`Surface.get_mime_data`. :bug:`7`, :fdobug:`58771` * Add :meth:`Surface.supports_mime_type`. :bug:`7`, :fdobug:`58771` * Add :meth:`Surface.create_for_rectangle`. :pr:`13` * Add :meth:`Surface.create_similar_image`. :pr:`15` * Add :meth:`Surface.has_show_text_glyphs` * Fix crash when the surface wrapper gets deallocated before the surface object. :bug:`11` :class:`Context`: * Add :meth:`Context.in_clip`. :pr:`14` :class:`PDFSurface`: * Add :meth:`PDFSurface.restrict_to_version`. :pr:`16` * Add :meth:`PDFSurface.get_versions`. :pr:`16` * Add :meth:`PDFSurface.version_to_string`. :pr:`16` :class:`SVGSurface`: * Add :meth:`SVGSurface.restrict_to_version` * Add :meth:`SVGSurface.get_versions` * Add :meth:`SVGSurface.version_to_string` :class:`XCBSurface`: * Add :meth:`XCBSurface.set_size` :class:`PSSurface`: * Add :meth:`PSSurface.get_levels` * Add :meth:`PSSurface.level_to_string` :class:`Pattern`: * Add :meth:`Pattern.set_filter` * Add :meth:`Pattern.get_filter` :class:`RecordingSurface`: * Add :meth:`RecordingSurface.get_extents` :class:`FontOptions`: * Implement ``__eq__`` and ``__ne__`` * Add :meth:`FontOptions.copy` * Add :meth:`FontOptions.hash` * Add :meth:`FontOptions.equal` * Add :meth:`FontOptions.merge` :class:`ScaledFont`: * Add :meth:`ScaledFont.get_ctm` * Add :meth:`ScaledFont.get_font_matrix` * Add :meth:`ScaledFont.get_font_options` .. _v1.11.1: 1.11.1 - 2017-04-12 ------------------- This release fixes an ABI breakage. I missed that the original pycairo master had already broken ABI compared to 1.10.0. .. _v1.11.0: 1.11.0 - 2017-04-09 ------------------- This version is based on the Python 2 version of pycairo 1.10.0 and is API/ABI compatible with both py2cairo 1.10.0 and py3cairo 1.10.0. General Changes: * Requires cairo 1.10.2+ * Switch to semantic versioning * Switch build system to distutils/setup.py (xpyb integration can be enabled with passing ``--enable-xpyb`` to setup.py build) * Moved to GitHub: https://github.com/pygobject/pycairo New Features: * Python 3 support (API/ABI compatible with py3cairo 1.10.0) including support for :exc:`cairo.Error`, :meth:`cairo.ImageSurface.get_data` and :meth:`cairo.ImageSurface.create_for_data`, which were missing in py3cairo. * :class:`cairo.RecordingSurface` (:fdobug:`36854`, `Torsten Landschoff <t.landschoff@gmx.net>`__) * :class:`cairo.Region`, :class:`cairo.RectangleInt` and cairo.REGION_OVERLAP_* (:fdobug:`44336`, `Bug Fly <mozbugbox@yahoo.com.au>`__) Bug Fixes: * Fix crash when read()/write() methods of file objects passed to pycairo raise exceptions. * Fix possible value truncation of handles passed to Win32Surface and Win32PrintingSurface on 64bit Windows. :fdobug:`57493`
2017-11-24p5-GD: update to 2.67.wiz2-8/+7
2.67 * fix thread-safety for GD::Simple %COLORS (#26 melak) * fix arc start-angle docs, RT #123277 Andrew G Gray * improve setBrush docs, RT #123194 Andrew G Gray * improve StringFT docs, RT #123193 * replace MacOSX by darwin, and not by Mac OS X/macOS as suggested in PR #24 * add GD::Image->_file method as suggested in RT #60488 by Kevin Ryde, also the helper GD::supportsFileType
2017-11-23librsvg: update to 2.40.19.wiz2-11/+11
Version 2.40.19 - bgo#621088: Using text objects as clipping paths is now supported. - bgo#587721: Fix rendering of text elements with transformations (Massimo). - bgo#777833 - Fix memory leaks when an RsvgHandle is disposed before being closed (Philip Withnall). - bgo#782098 - Don't pass deprecated options to gtk-doc (Ting-Wei Lan). - bgo#786372 - Fix the default for the "type" attribute of the <style> element. - bgo#785276 - Don't crash on single-byte files. - bgo#634514: Don't render unknown elements and their sub-elements. - bgo#777155 - Ignore patterns that have close-to-zero dimensions. - bgo#634324 - Fix Gaussian blurs with negative scaling. - Fix the <switch> element; it wasn't working at all. - Fix loading when rsvg_handle_write() is called one byte at a time. - bgo#787895 - Fix incorrect usage of libxml2. Thanks to Nick Wellnhofer for advice on this. - Backported the test suite machinery from the master branch (Chun-wei Fan, Federico Mena). - We now require Pango 1.38.0 or later (released in 2015). - We now require libxml2 2.9.0 or later (released in 2012).
2017-11-23graphics/jasper: update to 2.0.14.snj2-7/+7
Changes: - In the JPC codec, the requirement that the number of tile parts be at least one has been removed (since the JPEG-2000 standard allows a special value of zero to mean the number of tile parts is unspecified). - add option to disable programs - Include jasper/jas_debug.h when using jas_eprintf Fixes building with -Werror=implicit-function-declaration. - Applied patches to resolve some missing export problems. See: https://github.com/mdadams/jasper/issues/122 - Moved inttypes.h and stdbool.h includes to jas_types.h and fixed the build for Visual Studio 2012 and lower. - Correct or add comments for jas_safe_* functions Mostly fixing bad copy-n-paste issues, or functions added without any comment. - Added a check in the JP2 encoder to ensure that the image to be coded has at least one component. Also, made some small changes to a private build script. - Fixed bugs due to uninitialized data in the JP2 decoder. Also, added some comments marking I/O stream interfaces that probably need to be changed (in the long term) to fix integer overflow problems. - Added some additional checking to prevent a potential integer overflow due to conversion in the JPC decoder. - Added numerous more-detailed error messages for the JPC and JP2 codecs. - Added a partial verbose capability for the run_test_1 script. - Moved a test case from the bad category to the good category, as the test case had been miscategorized. - Add some regression test cases. - Fixed some potential double-free problems in the JPC codec.
2017-11-23recursive bump for libxkbcommon removal from at-spi2-corewiz49-83/+98
2017-11-23jbig2dec: update to 0.14.wiz5-74/+7
Version 0.14 (2017 October 04) * Bug fix release.
2017-11-22ruby-gnome2: update to 3.2.1.tsutsui7-35/+35
Upstream changes (from NEWS): == Ruby-GNOME2 3.2.1: 2017-11-19 This is a memory related bug fix release. === Changes ==== Ruby/GLib2 * Improvements * (({GLib::Bytes#initialize})): Stopped to copy data for frozen (({String})). ==== Ruby/GObjectIntrospection * Fixes * Fixed memory leaks for output parameters. [GitHub#1113][Reported by Will Bryant] ==== Ruby/GIO2 * Improvements * (({Gio::InputStream#read_all})): Made workable. [GitHub#1110][Reported by Paul van Tilburg] * (({Gio::InputStream#read})): If the given size is (({nil})), read until EOF or error. It's compatible with Ruby's IO objects. ==== Ruby/GTK3 * Improvements * Marked top-level windows automatically. [GitHub#1103][Reported by cedlemo] === Thanks * Paul van Tilburg * cedlemo * Will Bryant
2017-11-19Update tiff to version 4.0.9.he6-192/+10
Pkgsrc changes: * Adapt PLIST, remove patches for now-integrated bugfixes. Upstream changes: * Many changes related to security & stability. See the source's ChangeLog for the details.
2017-11-19ruby-gnome2: update to 3.2.0.tsutsui7-35/+35
Upstream changes (from NEWS): == Ruby-GNOME2 3.2.0: 2017-11-07 This is a bug fix release for Ruby/Poppler. === Changes ==== Ruby/GLib * Improvements * (({GLib::IOChannel#create_watch})): Supported. [GitHub#1106][Reported by kspt-johs] * (({GLib::IOChannel#create_watch})): Supported. ==== Ruby/GTK3 * Improvements * Added a sample. [GitHub#1109][Patch by cedlemo] ==== Ruby/Poppler * Improvements * (({Poppler#Document#size})): Added again. * (({Poppler#Document#pages})): Added again. * Fixes * Updated dependencies. [GitHub#1107][Reported by OBATA Akio] * (({Poppler#Document#initialize(:data => data)})): Added workaround. It should be fixed in upstream. === Thanks * kspt-johs * OBATA Akio * cedlemo
2017-11-15graphics/py-fits: add python2 only entries to PLISTmarkd1-1/+7
2017-11-15graphics/py-openexr: update to 1.3.0markd2-11/+9
supports python3
2017-11-15opencv2: follow redirectwiz1-2/+2
2017-11-15For Python 2.7: depend on py-backports.functools_lru_cache instead of ↵adam1-2/+2
py-functools32
2017-11-15feh: Update to 2.22.2szptvlfn2-7/+7
https://git.finalrewind.org/feh/plain/ChangeLog Tue, 07 Nov 2017 17:36:26 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.22.2 * Fix HTTPS certificate errors on some systems (broken in 2.22) Tue, 07 Nov 2017 07:51:48 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.22.1 * Allow ~/.fehbg to be sourced (instead of executed) from other shell scripts again (broken in 2.22) Sat, 04 Nov 2017 14:55:38 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.22 * Add support for CURL_CA_BUNDLE environment variable when loading images via HTTPS * Fix ~/.fehbg not being updated when setting a wallpaper via menu (broken in 2.21)
2017-11-15libimagequant: updated to 2.11.3adam2-10/+10
2.11.3 Bug fixes
2017-11-13Update ImageMagick to version 7.0.7.11.he2-7/+7
Upstream changes: 2017-11-11 7.0.7-11 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-11, GIT revision 21635:0447c6b46:20171111. 2017-11-05 7.0.7-10 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-10, GIT revision 21612:36e2aabfd:20171105. 2017-11-03 7.0.7-10 Dirk Lemstra <dirk@lem.....org> * Fixed a problem with resource bookkeeping in AcquireMatrixInfo(). 2017-10-30 7.0.7-9 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-9, GIT revision 21580:2682a311e:20171031. 2017-10-20 7.0.7-9 Cristy <quetzlzacatenango@image...> * Encode JSON control characters (reference https://github.com/ImageMagick/ImageMagick/issues/848). 2017-10-27 7.0.7-9 Dirk Lemstra <dirk@lem.....org> * Added support for reading mipmaps in dds images (reference https://github.com/ImageMagick/ImageMagick/issues/845).
2017-11-12Bump PKGREVISION on packages depending on CUPSkhorben1-3/+2
This should be the last part of the renaming operation for print/cups to print/cups-base. Rationale: packages depending on CUPS but not relying on a functional printing setup only need to depend on print/cups-base (equivalent to the former print/cups). The new print/cups now depends on print/cups-base and on print/cups-filters, thus directly providing a functional printing setup. This bump reflects this change of dependency. As discussed on tech-pkg@
2017-11-12Update dependencies on print/cups to print/cups-basekhorben1-2/+2
This is with the notable exception of meta-pkgs/desktop-gnome, which I believe implies a fully functional cups. This is still missing revision bumps - I'll be right there (first time I am doing this on so many packages at a time). As discussed on tech-pkg@
2017-11-10Fix GPL versionryoon1-1/+1
2017-11-10Add rawtherapeeryoon1-1/+2
2017-11-10graphics/rawtherapee: import rawtherapee-5.3ryoon5-0/+995
RawTherapee is a cross-platform raw image processing program released under GNU GPL 2.
2017-11-06libv4l: comment out dead siteswiz1-3/+3
2017-11-06opencv: follow redirectwiz1-2/+2
2017-11-06libimagequant: updated to 2.11.2adam2-7/+7
Changes 2.11.2: Bug fixes.
2017-11-03gnuplot: updated to 5.2.1adam12-79/+84
Release 5.2.1 A few bug-fixes present in the distributed package for 5.2.1 are not yet commited upstream because the repository is in the process of migration from cvs to git. * src/graphics.c (plot_betweencurves): plot 'foo' with filledcurves below y=bar would fail to identify "below" regions where the y value foo[x] at the start or end of the region was exactly equal to bar. * src/axis.c (gen_tics): `set log x; set xtics foo` would always place the first axis tic at foo rather than at (foo / base^N) for suitable N. * src/win/winmain.c (ConsolePutS, ConsolePutCh): Use standard file IO instead of Console API to enable word-wrapping on Windows 10 and to allow for redirection of stdout/stderr. * term/post.trm: Raise the limit on number of relative moves before a "stroke" so that a full circle as drawn by do_arc() does not glitch due to insertion of a "stroke xx yy M" sequence that resets the dot/dash pattern. * src/plot2d.c (eval_plots): If the range for logscaled y axis is empty, e.g. the plot holds a single point, auto-extend the range rather than giving up with an error.
2017-10-30Update graphics/ImageMagick6 to 6.9.9.20.fhajny4-10/+10
6.9.9.20 - Return expected results for a percent 0 -chop option argument - Tweaks to OpenMP support within ImageMagick. 6.9.9.19 - Correct handling of GIF transparency 6.9.9.18 - Resetting the magick_list_initialized boolean when needed 6.9.9.17 - Fix broken build 6.9.9.16 - Fixed numerous memory leaks - Support URW-base35 fonts. 6.9.9.15 - Fixed numerous memory leaks 6.9.9.14 - Fixed numerous memory leaks - Stop poential leaks in the JNG decoder - Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum valid minute is 59, not 60. 6.9.9.13 - Use signed integer arithmetic to calculate timezone corrections
2017-10-30Update graphics/ImageMagick to 7.0.7.8fhajny3-9/+8
- Return expected results for a percent 0 -chop option argument - Tweaks to OpenMP support within ImageMagick.
2017-10-30graphics/ImageMagick*: Replace (optional) dependency on jasper, removedfhajny6-24/+26
by upstream in as early as 6.8, and replace with openjpeg - for the purposes of JPEG 2000 (JP2) support. Bump PKGREVISION.
2017-10-30libimagequant: updated to 2.11.0adam2-7/+7
version 2.11 - new liq_image_set_background() for high-quality remapping of GIF frames - new liq_image_set_importance_map() for controlling which parts of the image get more palette colors
2017-10-28sxiv: Update graphics/sxiv to 24.leot2-7/+11
pkgsrc changes: - Add AUTORELOAD=nop to MAKE_FLAGS in order to avoid optional inotify support to automatically reload the current image whenever it changes - Needs `c99' (`-std=c99' is passed to CFLAGS) Changes: 24 -- - Automatically reload the current image whenever it changes - Support embedding into other X windows with -e (e.g. tabbed) - New option -p prevents sxiv from creating cache and temporary files - Simpler mouse mappings, the most basic features are accessible with the mouse only (navigate, zoom, pan)
2017-10-27pkgsrc: reset PKGREVISIONtaca1-2/+1
reset PKGREVISION along with update of all lang/php*.
2017-10-23py-strich: follow redirectwiz1-2/+2
2017-10-23+ py-strichjoerg1-1/+2
2017-10-23Add py-strich-0.8:joerg7-0/+415
PyStrich is a Python module to generate 1D and 2D barcodes (Code 39, Code 128, DataMatrix, QRCode and EAN13).
2017-10-23tex-pst-ovl{,-doc}: update to 0.07amarkd4-16/+16
changes unknown