pkgsrc/graphics
adam 34a8c10d51 GraphicsMagick: updated to 1.3.27a
1.3.27:
Security Fixes:
* CMYK: Fix heap overwrites in raw CMYK writer.  Fix heap overwrites
  in raw CMYK reader (noticed when doing montage).
* GIF: Assure that global colormap is initialized.
* DescribeImage(): Fix possible heap write overflow when describing
  visual image directory. Fix possible heap read overflow while
  accessing heap data, and possible information disclosure while
  describing the IPTC profile.
* DICOM: Fix huge memory allocation based on bogus length value (DOS
  opportunity).
* DrawDashPolygon(): Fix heap out of bounds read in render code.
* GRAY: Fix heap overwrites in raw GRAY reader (noticed when doing
  montage).
* JNG: Fix heap overruns.  Fix assertions.
* JNG: Prevent a crash due to zero-length color_image while reading a
  JNG image. (CVE-2017-11102).  Reject JNG files with unreasonable
  dimensions given the file size (avoid DOS).
* JNX: Fix DOS due to excessive memory allocations with corrupt file.
* JPEG: Do not allocate backing image pixels until a scanline has been
  successfully read.  Avoids DOS opportunity with suitably
  manufactured file.
* MAP: Fix null pointer dereference or segmentation violation.
* MAT: Fix heap write overflow.
* MNG: Reject over-large (65k by 65k) image.  Fix heap overwrites.
* PAM: Fix heap buffer overflow in PAM writer for 1 bit/sample + alpha.
* PICT: Fix excessive memory allocation due to malformed image file.
* PNG: Fix heap buffer overflow in PNG writer when promoting from
  indexed PNG to RGBA.
* PNM: Fix DOS due to excessive memory allocations with corrupt file.
* RGB: Fix heap overwrite in raw RGB writer. Fix heap overwrites in
  raw RGB reader (noticed when doing montage).
* RLE: Fix DOS opportunities due to false claims in image header.  Fix
  heap out of bounds read.
* SFW: Avoid possible heap write overflow.
* SUN: Fix heap read overflow.  Fix DOS due to excessive memory
  allocations with corrupt file.
* SVG: Fix heap write overflow.
* TIFF: Use heuristics to avoid DOS (excessive memory use) due to
  false claims by input file.  It is possible that this may reject
  some valid files.  Fix possible small heap overwrite beyond the
  allocated scanline buffer due to the NumberOfObjectsInArray() macro
  rounding up rather than down.
* UIL: Fix heap overwrite in writer.
* WPG: Fix DOS issues (memory, disk space, CPU time) due to
  insufficient validations.  Fix heap overwrites.
* XBM: Fix DOS issue where code remains stuck in loop and does not
  return.
* XV 332 (PNM): Fix null pointer dereference due to malformed file.
* TracePSClippingPath()/TraceSVGClippingPath(): Fix heap out of bounds
  read.
* Validate path entries in the MAGICK_CODER_MODULE_PATH and
  MAGICK_FILTER_MODULE_PATH environment variables and convert all
  paths to real paths if possible. This avoids possible use of
  relative paths to load modules (a possible security issue), or the
  possibility of adding a directory which was in the path, but
  missing, and may improve efficiency by removing non-existent paths.

Bug fixes:
* AVS: Memory leaks eliminated.
* CINEON: Fix possible use of NULL pointer.
* CMYK: Memory leaks eliminated.
* CUT: Memory leaks eliminated.  Fix possible use of NULL pointer.
* DCM: Fix possible use of NULL pointer.
* DrawImage(): Avoid "negative" strncpy().  This seems to be benign
  with glibc but perhaps not with other implementations.
* DPX: Memory leaks eliminated.
* EMF: Fix possible use of NULL pointer.
* FindMagickModule(): Fix possible use of NULL pointer.
* FITS: Fix memory leak.
* GIF: Fix memory leak.
* HDF: Memory leaks eliminated.
* HISTOGRAM: Fix memory leak.
* JNG: Memory leaks eliminated. Memory use after free and double-free
  issues eliminated.  Error reporting fixes.
* Magick::Options::strokeDashArray(): Fix possible use of NULL pointer.
* MagickXFileBrowserWidget(): Fix possible use of NULL pointer.
* MAT: Memory leaks eliminated.
* MagickMapCloneMap(): Fix possible assertion failure.
* MNG: Memory use after free issues eliminated.  Fix possible use of
  NULL pointer.  Fix memory leaks.
* MontageImageCommand(): Fix memory leaks.
* MPC: Fix memory leak in writer.
* MPEG: Fix memory leaks in writer.
* MTV: Memory leaks eliminated.
* NTRegistryKeyLookup(): Fix possible use of NULL pointer.
* NTGetTypeList(): Fix possible use of NULL pointer.
* PCD: Memory leaks eliminated.
* PCL: Fix null pointer dereference in PCL writer.
* PCX: Memory leaks eliminated.
* PALM: Fix possible use of NULL pointer. Fix memory leak.
* PICT: Memory leaks eliminated.
* PNG: Fix small (one-off) heap read overflow.
* PNM: Fix memory leaks.
* PS: Fix use of null pointer in error path.
* PWP: Fix possible use of null pointer.
* ReplaceImageColormap(): Throw an exception rather than assertion if
  the input image is not colormapped.
* RGB: Fix memory leak.
* SegmentImage(): Fix possible use of NULL pointer.
* SetImageProfile(): Fix possible assertion failure.
* SGI: Check for EOF while reading SGI file header.
* SUN: Fix memory leak.
* TIFF: Fix possible use of NULL pointer.  Fix memory leaks in writer.
* TIM: Fix memory leak.
* TOPOL: Fix possible use of NULL pointer.  Fix memory leaks.
* VIFF: Fix memory leak.
* WEBP: Detect partial write to output file.
* WPG: Fix possible use of null pointer. Fix excessive use of disk
  resources due to insufficient validations.
* WriteImage(): Restore use of GetBlobStatus() to test if an I/O error
  was encountered while writing output file. This assures that I/O
  failure in writers which do not themselves verify writes is assured
  to be reported.
* WMF: Memory use after free issues eliminated.
* YUV: Fix memory leaks.

New Features:
* PNG: Implemented eXIf chunk support.
* WEBP: Add support for EXIF and ICC metadata provided that at least
  libwebp 0.5.0 is used.
* Magick++ Image autoOrient(): New Image method to auto-orient an
  image so it looks right-side up by default.

Windows Delegate Updates/Additions:
* Libtiff is updated to libtiff 4.0.9.

Build Changes:
* JPEG/PNG: The SETJMP_IS_THREAD_SAFE definition is used to determine
  if setjmp/longjmp are thread safe.  If these interfaces are thread
  safe, then concurrent reads/writes are possible.  This definition is
  false for Solaris but true for Linux.  JPEG and PNG will be fully
  concurrent if this definition is enabled.

Behavior Changes:
* PALM: PALM writer is disabled.
* ThrowLoggedException(): Capture the first exception at
  ErrorException level or greater, or only capture exception if it is
  more severe than an already reported exception.
* DestroyJNG(): This internal function is now declared static and is
  removed from shared library or DLL namespace.
2017-12-19 08:09:29 +00:00
..
aalib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
adaptagrams Needs pkg-config for autoreconf. 2016-10-17 11:47:12 +00:00
adwaita-icon-theme adwaita-icon-theme: update to 3.26.0. 2017-10-02 14:23:28 +00:00
AfterShotPro Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
agg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ansilove Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
aqsis Revbump for boost update 2017-08-24 20:03:08 +00:00
arc-theme recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
artist Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
asymptote Updated asymptote to 2.41. 2017-06-08 08:47:26 +00:00
autopano-sift-C graphics/autopano-sift-C: Install manpages into ${PKGMANDIR}. 2017-08-19 00:19:37 +00:00
autotrace recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
aview Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
babl Changes 0.1.14: 2015-12-05 21:27:38 +00:00
barcode Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
bktr2jpeg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
blender Revbump for boost update 2017-08-24 20:03:08 +00:00
blender-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
blinkenthemes Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
blinkentools Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
breeze-icons Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
cairo cairo: Sync buildlink3 includes from package. 2017-12-11 12:24:08 +00:00
cairo-gobject match x11 and xcb options to cairo package 2016-04-11 04:59:10 +00:00
cairomm Updated cairomm to 1.12.2. 2016-11-28 15:34:09 +00:00
cal3d Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
cal3d-examples Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
cambevao Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
camediaplay Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
camlimages Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
cdlabelgen graphics/cdlabelgen: Remove perldoc(1) as a build tool. 2017-08-23 17:53:55 +00:00
Cenon Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
cheese Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
cinepaint cinepaint: fix build by not providing a weird declaration of fgets 2017-09-22 06:37:26 +00:00
circos Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
claraocr Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
clutter Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
clutter-box2d Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
clutter-gtk recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
clutter-gtk0.10 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
clutter-mx Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cnxtview Support jpeg-9 API. 2016-03-25 21:12:57 +00:00
cogl Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages 2017-10-15 23:19:10 +00:00
Coin graphics/Coin: fix build when used as a dependency 2016-06-15 18:55:18 +00:00
comix Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
compface Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
cpia2view Deal with API changes of jpeg-9. 2016-03-22 18:55:30 +00:00
cqcam Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
CRWInfo Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
darktable Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
dcraw Changes 9.27.0: 2017-02-12 20:28:23 +00:00
deforaos-camera Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
deforaos-icon-theme Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
denemo Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
dia recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
dia-python Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
digikam Revbump for boost update 2017-08-24 20:03:08 +00:00
djview4 Update to 4.10.6 2016-05-04 10:29:17 +00:00
djvulibre-lib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
djvulibre-tools Update to 3.5.27 2015-09-24 23:05:31 +00:00
dvipng Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
dx recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
dxsamples Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
edje Revbump for boost update 2017-08-24 20:02:56 +00:00
elementary-xfce-icon-theme Update elementary-xfce-icon-theme to 0.8: Too many changes to list. 2017-06-20 15:22:05 +00:00
enblend-enfuse Revbump for boost update 2017-08-24 20:03:08 +00:00
eog Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
eog-plugins Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
eog-plugins-map Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
eog3 recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
eom recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
epeg Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
erlang-eimp Update graphics/erlang-eimp to 1.0.2. 2017-12-14 20:49:56 +00:00
evas Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-buffer Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-edb Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-eet Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-gif Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-jpeg Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-pmaps Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-png Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-software-x11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-tiff Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-xpm Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ewipe Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
exif Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
exifprobe Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
exiftags Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
exiv2 Pointers have no sign. 2016-12-22 21:04:31 +00:00
exiv2-organize Revbump for boost update 2017-08-24 20:03:08 +00:00
extrema Fix PLIST inconsistency after recent update, sorry. 2016-09-12 14:01:19 +00:00
f-spot Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
fbm Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
feh feh: Update to 2.22.2 2017-11-15 11:58:03 +00:00
flickrnet Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
fly Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
fnlib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
fotoxx recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
frameworks Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
freeglut Add upstream pull request URL. 2017-04-25 11:42:42 +00:00
freeimage Install licenses and copyright information in freeimage and 2017-08-11 15:26:20 +00:00
freeimageplus Install licenses and copyright information in freeimage and 2017-08-11 15:26:20 +00:00
freetype Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
freetype-lib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
freetype-utils
freetype2 freetype2: update to 2.8.1 2017-09-18 16:54:06 +00:00
fujiplay Comment out dead sites. 2017-08-16 20:45:30 +00:00
g2 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gd Changes 2.2.5: 2017-09-04 06:20:45 +00:00
gdchart Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
gdk-pixbuf Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gdk-pixbuf2 gdk-pixbuf2: update to 2.36.11 2017-10-16 09:37:27 +00:00
gdk-pixbuf2-jasper 2.36.8: 2017-08-08 16:52:10 +00:00
gdk-pixbuf2-xlib 2.36.8: 2017-08-08 16:52:10 +00:00
geeqie Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
gegl Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gegl0.2 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
geomview Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
get_ds7 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gexiv2 Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gfract Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gif2png Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gif320 Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
giflib Update graphics/giflib to 5.1.4. 2016-05-01 20:28:44 +00:00
giflib-util Update giflib* to 5.1.1: 2015-01-16 09:35:43 +00:00
gifsicle Updated gifsicle to 1.88. 2017-04-05 16:07:17 +00:00
giftrans Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gimmage Revbump for boost update 2017-08-24 20:03:08 +00:00
gimp bump for print/poppler major bump 2017-12-08 08:52:56 +00:00
gimp-color-manager Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-docs-de Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-en Follow some http redirects. 2017-08-16 20:21:03 +00:00
gimp-docs-es Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-fr Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-it Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-ja Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-ko Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-nl Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-nn Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-pl Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-ru Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-sv Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-zh_CN Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-exif-browser Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-fix-ca Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-high-pass-filter Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gimp-jxr Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
gimp-liquid-rescale Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-rawphoto Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-refocus-it Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-resynthesizer Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-ufraw Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-warp-sharp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gimp-webp Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
gimp2-wideangle Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
giram Comment out dead sites. 2017-08-16 20:45:30 +00:00
girara recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
gle Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
glew Allow linking with CC on *BSD. 2016-07-11 16:18:29 +00:00
glfw Update graphics/glfw to 3.2.1 2017-04-12 12:56:46 +00:00
glitz Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
gliv Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
glm Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
glpng Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
glu Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
glut Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
glw Follow some http redirects. 2017-08-16 20:21:03 +00:00
glx-utils Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
gmic Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
gmngview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
GMT Revbump for boost update 2017-08-24 20:03:08 +00:00
gnome-backgrounds Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-icon-theme Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-icon-theme-extras Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-icon-theme-symbolic Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-themes-standard recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
gnuplot Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
go-image Add go-image package 2017-08-17 02:02:56 +00:00
gocr Updated graphics/gocr to 0.48 2016-07-24 23:59:55 +00:00
goocanvas Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
goocanvas2 recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
goocanvasmm Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
gource Revbump for boost update 2017-08-24 20:03:08 +00:00
gphoto2 Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gpick Revbump for boost update 2017-08-24 20:03:08 +00:00
gpicview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gqview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gqview-devel Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
grap Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
GraphicsMagick GraphicsMagick: updated to 1.3.27a 2017-12-19 08:09:29 +00:00
graphite2 Follow some http redirects. 2017-08-16 20:21:03 +00:00
graphviz bump for print/poppler major bump 2017-12-08 08:52:56 +00:00
graphviz-dot-mode Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gri Revbump for boost update 2017-08-24 20:03:08 +00:00
gst-plugins0.10-cairo Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gst-plugins0.10-jpeg
gst-plugins0.10-png
gst-plugins1-cairo Update gstreamer1 and plugins to 1.6.1. 2015-11-18 12:04:16 +00:00
gst-plugins1-jpeg
gst-plugins1-png
gthumb Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gthumb3 recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
gtkam Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtkglext Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtkimageview Comment out dead sites. 2017-08-16 20:45:30 +00:00
gtksee Comment out dead sites. 2017-08-16 20:45:30 +00:00
gts Removed USE_LANGUAGES comment 2017-05-22 08:59:12 +00:00
guetzli Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
guile-cairo Change to guile20 2016-09-15 14:19:08 +00:00
GUIlib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gwenview Revbump for boost update 2017-08-24 20:03:08 +00:00
h5utils Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
hermes Comment out dead sites. 2017-08-16 20:45:30 +00:00
hicolor-icon-theme hicolor-icon-theme: update to 0.17. 2017-10-02 15:06:03 +00:00
hp2xx Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
hugin Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
icon-naming-utils Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
iGMT Remove mk/find-prefix.mk usage from the graphics category. 2015-11-25 12:50:43 +00:00
ilmbase Bump PKGREVISON 2017-05-15 13:53:42 +00:00
ImageMagick ImageMagick: Limit OpenMP workaround to NetBSD. 2017-12-11 11:30:05 +00:00
ImageMagick6 ImageMagick6: Limit OpenMP workaround to NetBSD. 2017-12-11 11:30:41 +00:00
ImageViewer Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
imlib *: remove qt3 and the packages using it, including KDE3 2017-09-26 10:26:54 +00:00
imlib-gtk *: remove qt3 and the packages using it, including KDE3 2017-09-26 10:26:54 +00:00
imlib2 Follow some http redirects. 2017-08-16 20:21:03 +00:00
impress Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
inkscape bump for print/poppler major bump 2017-12-08 08:52:56 +00:00
ivtools Comment out dead sites. 2017-08-16 20:45:30 +00:00
jasper graphics/jasper: update to 2.0.14. 2017-11-23 19:16:28 +00:00
jbig2dec jbig2dec: update to 0.14. 2017-11-23 15:24:55 +00:00
jbigkit Honor LDFLAGS. Fixes RELRO build. 2017-07-06 13:13:30 +00:00
jhead Honor LDFLAGS for RELRO build. 2017-07-12 12:21:56 +00:00
jpeg Update jpeg to 9b. 2016-02-01 09:22:53 +00:00
jpeg2ps Comment out dead sites. 2017-08-16 20:45:30 +00:00
jpeg_ls Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
jpeginfo Use PKGMANDIR. Add patch comment. 2016-04-01 13:05:37 +00:00
jpegoptim Updated jpegoptim to 1.4.4. 2016-10-19 12:17:42 +00:00
jpegpixi Comment out dead sites. 2017-08-16 20:45:30 +00:00
jpegquality Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
jxrlib Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
kamera Revbump for boost update 2017-08-24 20:03:08 +00:00
kcolorchooser Revbump for boost update 2017-08-24 20:03:08 +00:00
kde-base-artwork Revbump for boost update 2017-08-24 20:03:08 +00:00
kdegraphics-mobipocket Revbump for boost update 2017-08-24 20:02:56 +00:00
kdegraphics-strigi-analyzer Revbump for boost update 2017-08-24 20:03:08 +00:00
kdegraphics-thumbnailers Revbump for boost update 2017-08-24 20:03:08 +00:00
kgamma Revbump for boost update 2017-08-24 20:03:08 +00:00
kiconthemes Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
kimageformats Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
kipi-plugins Revbump for boost update 2017-08-24 20:03:08 +00:00
kolourpaint Revbump for boost update 2017-08-24 20:03:08 +00:00
koverartist Revbump for boost update 2017-08-24 20:03:08 +00:00
kplotting Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
kqtquickcharts4 Revbump for boost update 2017-08-24 20:03:08 +00:00
kruler Revbump for boost update 2017-08-24 20:03:08 +00:00
ksaneplugin Revbump for boost update 2017-08-24 20:03:08 +00:00
ksnapshot Revbump for boost update 2017-08-24 20:03:08 +00:00
lasem Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
lcms Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
lcms2 2.8 Featured release 2016-09-13 11:09:34 +00:00
lensfun Changes 0.3.2: 2015-12-27 12:31:53 +00:00
lepton Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
leptonica leptonica: Support openjpeg-2.3. 2017-10-11 22:54:42 +00:00
lib3ds Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libart Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libbpg Follow some http redirects. 2017-08-16 20:21:03 +00:00
libcaca libcaca: assume & handle newly POSIX style endian.h (decision in 2011) 2017-12-03 03:57:31 +00:00
libepoxy Fix for missing EGL_CAST 2017-06-08 12:37:33 +00:00
libexif Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libexif-gtk Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libfpx *: remove ftp.kddlabs.co.jp, does not provide ftp service 2017-12-03 11:09:46 +00:00
libgdiplus Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libggi Commented out dead HOMEPAGE 2017-12-17 05:01:05 +00:00
libggigcp Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libggimisc Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libggiwmh Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libgii Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libgiigic Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libgltf Revbump for boost update 2017-08-24 20:03:08 +00:00
libgnomecanvas Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
libgnomecanvasmm Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
libimagequant libimagequant: updated to 2.11.4 2017-11-28 10:35:27 +00:00
libiptcdata Import libiptcdata-1.0.4 as graphics/libiptcdata 2016-07-10 21:57:47 +00:00
libjpeg-turbo Updated libjpeg-turbo to 1.5.0. 2016-06-14 12:07:57 +00:00
libkdcraw Revbump for boost update 2017-08-24 20:02:56 +00:00
libkexiv2 Revbump for boost update 2017-08-24 20:03:08 +00:00
libkface Revbump for boost update 2017-08-24 20:02:56 +00:00
libkipi Revbump for boost update 2017-08-24 20:02:56 +00:00
libksane Revbump for boost update 2017-08-24 20:02:56 +00:00
liblqr graphics/liblqr: Remove inlines so digikam and clang are happy. 2016-06-15 18:53:33 +00:00
libotf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libpano13 Use CMAKE_INSTALL_MANDIR. 2016-04-21 15:54:31 +00:00
libpgf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libpuzzle Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
libraw Follow some http redirects. 2017-08-16 20:21:03 +00:00
libraw013 Follow some http redirects. 2017-08-16 20:21:03 +00:00
librsvg librsvg: remove unused patch 2017-11-30 15:36:08 +00:00
libscigraphica Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libsixel Revbump for boost update 2017-08-24 20:03:08 +00:00
libspiro Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful 2017-05-04 19:21:35 +00:00
libv4l libv4l: comment out dead sites 2017-11-06 13:39:17 +00:00
libvideogfx Comment out dead sites. 2017-08-16 20:45:30 +00:00
libwebp Follow some http redirects. 2017-08-16 20:21:03 +00:00
libwmf Omit MESSAGE fragment about old versions of XFree86 2017-07-09 05:44:01 +00:00
libxmi Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ljpeg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
luminance-hdr Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
lxde-icon-theme Import lxde-icon-theme-0.5.1 as graphics/lxde-icon-theme. 2016-05-23 10:42:40 +00:00
magicpoint Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mandelbulber Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mate-backgrounds recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
mate-icon-theme recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
mate-icon-theme-faenza recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
mate-themes recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
Mesa This meta package should be removed, but unbreak it for now. 2015-04-03 02:29:40 +00:00
MesaDemos Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
MesaLib Follow some redirects. 2017-09-03 08:53:04 +00:00
MesaLib7 Follow some redirects. 2017-09-03 08:53:04 +00:00
metacam Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
mgl Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
mng Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mpeg2codec Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
mpgtx Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
mscgen Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
mypaint *: depend on py-cairo now it supports all python versions 2017-11-24 22:15:58 +00:00
ncview Revbump for boost update 2017-08-24 20:03:08 +00:00
netpbm netpbm: Extend SunOS workaround to GCC 6.x. 2017-10-16 15:35:41 +00:00
Ngraph Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
ns-cult3d Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
numix-icon-theme Sync PLIST with reality. Bump revision. 2017-02-17 17:03:50 +00:00
numix-icon-theme-circle Sync PLIST with reality. Bump revision. 2017-02-17 17:03:50 +00:00
nvidia-texture-tools Update to nvidia-texture-tools to 2.1.0 2016-09-19 23:28:01 +00:00
nvtv Follow some redirects. 2017-09-03 08:53:04 +00:00
ocrad Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
opencsg Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
opencv opencv: follow redirect 2017-11-06 13:30:27 +00:00
opencv-contrib-face opencv-contrib-face: Update HOMEPAGE 2017-09-30 07:46:40 +00:00
opencv2 opencv2: follow redirect 2017-11-15 22:16:47 +00:00
opendis Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
openexr Needs bsd.prefs.mk. Otherwise, vars seem to get clobbered and the build 2016-12-04 23:40:33 +00:00
openimageio Revbump for boost update 2017-08-24 20:02:56 +00:00
openjpeg openjpeg: update to 2.3.0 2017-10-06 21:00:44 +00:00
openjpeg15 Use CMAKE_INSTALL_MANDIR. Fixes PKGMANDIR. 2016-04-01 11:53:06 +00:00
OpenRM Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
optipng Version 0.7.6 2016-06-17 14:03:10 +00:00
osg Revbump for boost update 2017-08-24 20:02:56 +00:00
oxygen-icons Update KDE Frameworks to 5.25.0 2016-08-21 21:19:53 +00:00
p5-Barcode-Code128 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-cairo p5-cairo: update to 1.106. 2017-09-17 15:39:44 +00:00
p5-cairo-gobject Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Chart p5-Chart: improve HOMEPAGE 2017-09-27 20:26:33 +00:00
p5-Chart-ThreeD Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-clutter Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GD p5-GD: update to 2.67. 2017-11-24 14:29:32 +00:00
p5-GD-Barcode Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GD-Graph-sparklines Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GD-Graph3d Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GD-SecurityImage Fix build with Perl 5.26.0 2017-06-09 16:43:15 +00:00
p5-GD-SVG Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GDGraph p5-GDGraph: update to 1.54. 2017-09-17 15:37:11 +00:00
p5-GDGraph-boxplot Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GDTextUtil Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-GIFgraph Fix build with Perl 5.26.0 2017-06-09 16:43:15 +00:00
p5-Gnome2-Canvas Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GraphicsMagick GraphicsMagick: updated to 1.3.27a 2017-12-19 08:09:29 +00:00
p5-GraphViz p5-GraphViz: update to 2.24. 2017-09-17 07:27:43 +00:00
p5-GraphViz2 p5-GraphViz2: update to 2.46. 2017-09-17 15:52:21 +00:00
p5-Image-BMP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Image-ExifTool Updated p5-Image-ExifTool to 10.55. 2017-06-14 13:14:49 +00:00
p5-Image-Imlib2 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Image-Info Updated p5-Image-Info to 1.41. 2017-08-14 18:53:19 +00:00
p5-Image-JpegTran-AutoRotate Find -ljpeg on Linux (and probably others). 2017-06-21 16:44:05 +00:00
p5-Image-Size Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-PerlMagick recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
p5-RRDTool-OO Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-SVG p5-SVG: update to 2.80. 2017-12-03 08:38:09 +00:00
p5-SVG-Graph p5-SVG-Graph: update MASTER_SITES 2017-09-27 20:24:34 +00:00
p5-SWF-File Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Template-GD Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
panomatic Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
PanoTools Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
paper-icon-theme recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
pdiff Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pear-Image_Canvas Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pear-Image_Color Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pear-Image_Graph Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pfstools recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
pgraf Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
photopc Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
php-exif Reset PKGREVISION with updating of php54, php55 and php56. 2015-03-20 16:33:28 +00:00
php-gd pkgsrc: reset PKGREVISION 2017-10-27 08:49:00 +00:00
php-imagick graphics/php-imagick: allow build with php72 2017-12-09 02:30:38 +00:00
php-jpgraph Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pixmap Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ploticus Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
ploticus-examples Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
plotmtv Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
plotutils Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
png png: update to 1.6.34. 2017-10-02 09:24:30 +00:00
png2html Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
pngcheck Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pngcrush Version 1.8.11 (built with libpng-1.6.28 and zlib-1.2.11) 2017-04-10 08:59:34 +00:00
potrace Updated potrace to 1.14. 2017-02-27 12:30:47 +00:00
povray Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
prag Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ps2eps Honor LDFLAGS, fixes RELRO build. 2017-07-12 09:02:04 +00:00
pstoedit recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
ptex Add missing header. 2017-02-15 00:54:50 +00:00
py-aafigure Follow some redirects. 2017-09-03 08:53:04 +00:00
py-actdiag Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
py-altgraph py-altgraph: updated to 0.15 2017-12-10 17:04:46 +00:00
py-biggles Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-blockdiag Update to 1.5.3 2016-08-15 19:20:25 +00:00
py-brewer2mpl Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
py-cairo py-cairo: Add missing patch for previous. 2017-11-25 11:59:53 +00:00
py-cairocffi Reset maintainer 2017-09-16 19:26:41 +00:00
py-chart Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
py-cycler To fix the duplication, keep the graphics/ version of py-cycler akin to 2016-08-18 11:51:45 +00:00
py-dot Update some URLs. 2017-09-04 18:55:07 +00:00
py-fits graphics/py-fits: add python2 only entries to PLIST 2017-11-15 23:29:26 +00:00
py-gdchart Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
py-gdmodule Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
py-ggplot Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-gnuplot Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-goocanvas *: use py-cairo's bl3.mk file where previously it used cairo:link 2017-11-25 08:58:55 +00:00
py-graphviz Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
py-gtkglext Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
py-imagesize Switch to MASTER_SITE_PYPI. 2016-06-08 17:49:19 +00:00
py-imaging Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-imagingtk Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-matplotlib *: depend on py-cairo now it supports all python versions 2017-11-24 22:15:58 +00:00
py-matplotlib-gtk2 Minor clean-up 2017-05-30 07:20:21 +00:00
py-matplotlib-tk Critical bug fixes in 2.0.2: 2017-05-29 20:59:21 +00:00
py-mcomix Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-nwdiag Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-openexr graphics/py-openexr: update to 1.3.0 2017-11-15 23:26:33 +00:00
py-OpenGL Switch from py-Numeric to py-numpy and remove Python-3.x conflict 2016-08-21 01:32:45 +00:00
py-piddle Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-piexif 1.0.13: 2017-09-11 05:18:51 +00:00
py-Pillow py-Pillow: update to 4.3.0 2017-10-03 19:48:28 +00:00
py-pycha *: depend on py-cairo now it supports all python versions 2017-11-24 22:15:58 +00:00
py-pygal Reset maintainer 2017-09-16 19:26:41 +00:00
py-qrcode Reset maintainer 2017-09-16 19:26:41 +00:00
py-seaborn v0.8.1: 2017-09-04 17:19:38 +00:00
py-seqdiag Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-sk1libs Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-strich py-strich: follow redirect 2017-10-23 13:42:17 +00:00
py-uniconvertor Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
qcomicbook bump for print/poppler major bump 2017-12-08 08:52:56 +00:00
qimageblitz Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qiv Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
qiviewer Update some URLs. 2017-09-04 18:55:07 +00:00
qore-glut-module Revbump and use of c++11 beacuse of lang/qore update. 2017-10-12 18:21:23 +00:00
qore-opengl-module Revbump and use of c++11 beacuse of lang/qore update. 2017-10-12 18:21:23 +00:00
quesoglc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
qvplay Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
R-latticeExtra Update to 0.6.28 2016-04-09 11:02:10 +00:00
rabbit graphics/rabbit: update to 2.2.1 2017-09-18 05:31:02 +00:00
radiance Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
rawtherapee recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
rayshade Lex use is racy. 2016-06-01 13:31:49 +00:00
refocus-it Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
resize_image Comment out dead sites. 2017-09-04 18:00:49 +00:00
ristretto Update ristretto to 0.8.2: 2017-06-18 23:03:29 +00:00
ruby-cairo Update ruby-cairo to 1.15.9. 2017-06-05 14:25:47 +00:00
ruby-chunky_png Update ruby-chunky_png to 1.3.8. 2017-03-20 13:04:21 +00:00
ruby-color Update ruby-color to 1.8. 2015-12-02 14:28:40 +00:00
ruby-color-japanese Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-color-tools Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ruby-gd Relax patten in GEM_CLEANBUILD. 2017-06-02 04:16:35 +00:00
ruby-gnome2-cairo-gobject ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
ruby-gnome2-clutter ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
ruby-gnome2-clutter-gdk recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
ruby-gnome2-clutter-gtk recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
ruby-gnome2-gdk3 recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
ruby-gnome2-gdkpixbuf ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
ruby-gnome2-rsvg ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
ruby-gnuplot Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ruby-imlib2 Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-mini-magick Update ruby-mini-magick to 4.8.0. 2017-09-10 14:01:18 +00:00
ruby-oily_png Update ruby-oily_png to 1.2.1. 2016-10-15 13:55:10 +00:00
ruby-opengl Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-RMagick recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
s10sh Comment out dead sites. 2017-09-04 18:00:49 +00:00
sane-backends enable SunOS to use experimental libusb1 support. 2016-04-09 14:19:25 +00:00
sane-frontends Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
scidavis Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
scigraphica Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
scrot Comment out dead sites. 2017-09-04 18:00:49 +00:00
SDL2_image Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
SDL_image Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
shotwell Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
silgraphite Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
silgraphite-ft Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
silgraphite-xft Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
simage Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
skencil Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
spcaview Comment out dead sites. 2017-09-04 18:00:49 +00:00
svgpart Revbump for boost update 2017-08-24 20:03:08 +00:00
sxiv sxiv: Avoid 100% CPU usage when sxiv is invoked non-interactively 2017-12-10 16:37:52 +00:00
tango-icon-theme recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
tesseract Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
tex-a2ping Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-a2ping-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-animate tex-animate{,-doc}: update to 20170929 2017-10-23 08:12:33 +00:00
tex-animate-doc tex-animate{,-doc}: update to 20170929 2017-10-23 08:12:33 +00:00
tex-asyfig Add LICENSE 2016-01-30 04:05:49 +00:00
tex-asyfig-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-auto-pst-pdf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-auto-pst-pdf-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-automata Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-automata-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bbcard Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bbcard-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bclogo Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-bclogo-doc Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-blockdraw_mp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-blockdraw_mp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bpolynomial Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bpolynomial-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-circuitikz Update to TeXlive 2017 2017-06-20 22:07:24 +00:00
tex-circuitikz-doc Update to TeXlive 2017 2017-06-20 22:07:24 +00:00
tex-cmarrows Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-cmarrows-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-drv Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-drv-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-dviincl Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-dviincl-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-dvipng-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-eepic Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-eepic-doc Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-ellipse Add tex-ellipse{,-doc} 1.0 2017-01-20 21:07:40 +00:00
tex-ellipse-doc Add tex-ellipse{,-doc} 1.0 2017-01-20 21:07:40 +00:00
tex-emp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-emp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-epsincl Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-epsincl-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-epstopdf tex-epstopdf{,-doc}: update to 2.27 2017-10-23 01:31:30 +00:00
tex-epstopdf-doc tex-epstopdf{,-doc}: update to 2.27 2017-10-23 01:31:30 +00:00
tex-expressg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-expressg-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-exteps Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-exteps-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-featpost Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-featpost-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-feynmf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-feynmf-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-feynmp-auto Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-feynmp-auto-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-garrigues Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-garrigues-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-gmp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-gmp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-graphics-pln Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-graphics-pln-doc Fix PLIST 2017-07-02 06:05:12 +00:00
tex-hatching Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-hatching-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-incgraph Add tex-incgraph{,-doc} 1.12 2017-01-20 21:09:07 +00:00
tex-incgraph-doc Add tex-incgraph{,-doc} 1.12 2017-01-20 21:09:07 +00:00
tex-latexmp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-latexmp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mcf2graph tex-mcf2graph{,-doc}: update to 4.28 2017-10-23 01:24:36 +00:00
tex-mcf2graph-doc tex-mcf2graph{,-doc}: update to 4.28 2017-10-23 01:24:36 +00:00
tex-metago Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metago-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metaobj Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metaobj-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metaplot Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metaplot-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metapost Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-metapost-doc Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-metauml Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metauml-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mfpic Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mfpic-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mfpic4ode Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mfpic4ode-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mp3d Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mp3d-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mparrows Add tex-mparrows{,-doc} 0.1 2017-01-20 23:06:05 +00:00
tex-mparrows-doc Add tex-mparrows{,-doc} 0.1 2017-01-20 23:06:05 +00:00
tex-mpattern Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpattern-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpcolornames Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpcolornames-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpgraphics Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpgraphics-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mptopdf tex-mptopdf*: update HOMEPAGE 2017-09-24 14:35:08 +00:00
tex-mptopdf-doc tex-mptopdf*: update HOMEPAGE 2017-09-24 14:35:08 +00:00
tex-mptrees Add tex-mptrees{,-doc} 17.06 2017-06-24 00:10:08 +00:00
tex-mptrees-doc Add tex-mptrees{,-doc} 17.06 2017-06-24 00:10:08 +00:00
tex-pdfcrop Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-pdfcrop-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pgfgantt Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZ 2016-04-23 22:32:02 +00:00
tex-pgfgantt-doc Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZ 2016-04-23 22:32:02 +00:00
tex-pictex Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pictex-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-piechartmp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-piechartmp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-psgo Add LICENSE 2016-01-30 04:05:49 +00:00
tex-psgo-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-2dplot Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-2dplot-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-3d Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-3d-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-3dplot Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-3dplot-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-barcode tex-pst-barcode{,-doc}: update to 0.18 2017-10-16 10:35:44 +00:00
tex-pst-barcode-doc tex-pst-barcode{,-doc}: update to 0.18 2017-10-16 10:35:44 +00:00
tex-pst-blur Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-blur-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-circ Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-circ-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-coil Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pst-coil-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pst-eps Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-eps-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-fill Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-fill-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-ghsb Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pst-ghsb-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pst-gr3d Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-gr3d-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-grad Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-grad-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-lens Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-lens-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-math Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-math-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-node Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-node-doc Fix tex-pst-node-doc's PLIST 2017-06-27 21:40:37 +00:00
tex-pst-osci Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-osci-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-ovl tex-pst-ovl{,-doc}: update to 0.07a 2017-10-23 09:31:34 +00:00
tex-pst-ovl-doc tex-pst-ovl{,-doc}: update to 0.07a 2017-10-23 09:31:34 +00:00
tex-pst-pdf Update tex-pst-pdf{,-doc} to 1.2d 2017-08-23 23:51:35 +00:00
tex-pst-pdf-doc Update tex-pst-pdf{,-doc} to 1.2d 2017-08-23 23:51:35 +00:00
tex-pst-plot tex-pst-plot{,-doc}: update to 1.84 2017-10-21 03:31:44 +00:00
tex-pst-plot-doc tex-pst-plot{,-doc}: update to 1.84 2017-10-21 03:31:44 +00:00
tex-pst-poly Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-poly-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-slpe Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-slpe-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-text Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-text-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-tools tex-pst-tools{,-doc}: update to 0.09 2017-10-23 08:53:57 +00:00
tex-pst-tools-doc tex-pst-tools{,-doc}: update to 0.09 2017-10-23 08:53:57 +00:00
tex-pst-tree Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-tree-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-vue3d Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-vue3d-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pstools Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pstools-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pstricks tex-pstricks{,-doc}: update to 2.77 2017-10-23 08:35:37 +00:00
tex-pstricks-add tex-pstricks-add{,-doc}: update to 3.84 2017-10-23 01:39:34 +00:00
tex-pstricks-add-doc tex-pstricks-add{,-doc}: update to 3.84 2017-10-23 01:39:34 +00:00
tex-pstricks-doc tex-pstricks{,-doc}: update to 2.77 2017-10-23 08:35:37 +00:00
tex-repere Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-repere-doc Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-roex Comment out dead sites. 2017-09-06 10:40:25 +00:00
tex-roundrect Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-roundrect-doc Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-shapes Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-shapes-doc Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-slideshow Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-slideshow-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-splines Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-splines-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-suanpan Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-suanpan-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-tex-ps Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-tex-ps-doc Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-texdraw Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-texdraw-doc Add tex-texdraw 2.0 2016-09-20 12:37:25 +00:00
tex-textpath Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-textpath-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-threeddice Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-threeddice-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-tikz-3dplot Add: 2016-01-04 01:40:36 +00:00
tex-tikz-3dplot-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikz-cd Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZ 2016-04-23 22:32:02 +00:00
tex-tikz-cd-doc Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZ 2016-04-23 22:32:02 +00:00
tex-tikzinclude Add: 2016-01-04 01:40:36 +00:00
tex-tikzinclude-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzmark Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-tikzmark-doc Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-tikzorbital Add: 2016-01-04 01:40:36 +00:00
tex-tikzorbital-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzpagenodes Add: 2016-01-04 01:40:36 +00:00
tex-tikzpagenodes-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzpfeile Add: 2016-01-04 01:40:36 +00:00
tex-tikzpfeile-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzposter Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-tikzposter-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-tikzscale Add: 2016-01-04 01:40:36 +00:00
tex-tikzscale-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzsymbols tex-tikzsymbols{,-doc}: update to 4.07 2017-10-21 03:42:58 +00:00
tex-tikzsymbols-doc tex-tikzsymbols{,-doc}: update to 4.07 2017-10-21 03:42:58 +00:00
tex-tkz-base tex-tkz-base: add tex-numprint dependency 2017-10-15 20:32:28 +00:00
tex-tkz-base-doc tex-tkz-base{,-doc}: Add version 1.16 2017-10-15 20:16:52 +00:00
tex-tkz-fct tex-tkz-fct{,-doc}: Add version 1.16c 2017-10-15 20:22:09 +00:00
tex-tkz-fct-doc tex-tkz-fct{,-doc}: Add version 1.16c 2017-10-15 20:22:09 +00:00
tex-venndiagram Add tex-venndiagram{,-doc} 1.1 2017-08-24 02:21:17 +00:00
tex-venndiagram-doc Add tex-venndiagram{,-doc} 1.1 2017-08-24 02:21:17 +00:00
tex-xypic Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-xypic-doc Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tgif Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tiff tiff: add my own patch for CVE-2017-17095. 2017-12-03 09:07:06 +00:00
tkpiechart Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tuxpaint Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
tuxpaint-config Help parallel build by precreating output directory. 2016-01-05 21:36:38 +00:00
tuxpaint-stamps Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ucview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
unicap Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
urt Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
vcg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
veusz Update some URLs. 2017-09-06 11:30:41 +00:00
vid Comment out dead sites. 2017-09-06 10:40:25 +00:00
viewfax Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
viewnior Comment out dead sites. 2017-09-06 10:40:25 +00:00
vigra Updated vigra to 1.11.1. 2017-05-29 12:35:06 +00:00
vnc2swf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
vp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
vtk Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
vtk-data Fix pax arguments. 2016-02-26 14:01:09 +00:00
vtk-docs Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
wm-icons Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
wmphoto Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
wxsvg Follow some redirects. 2017-09-06 09:02:59 +00:00
x11rec recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
xart Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xbmbrowser Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xdot Update some URLs. 2017-09-06 11:30:41 +00:00
xdvipresent Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xfce4-icon-theme recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
xfig xfig: Add upstream bug report. 2017-10-04 11:58:45 +00:00
xgc Reset maintainer 2017-09-16 19:26:41 +00:00
xgraph Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xli Comment out dead sites. 2017-08-16 20:45:30 +00:00
xmorph Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xpaint Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xplot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
xplot-devel Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
xsane Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xv Has been using ghostscript without depending on it. PR 51378 2016-08-13 23:40:38 +00:00
xzgv Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
zathura-cb recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
zathura-djvu recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
zphoto recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
Makefile py-cairo3: remove, merged into py-cairo 2017-11-24 22:17:41 +00:00