pkgsrc/graphics
wiz 2549740588 Update to 0.9.22:
2014.August.5 (0.9.22)

  * New Tools:
    ----------
    * Label - A tool to add text to a drawing, which can be modified or
      moved later.
      By Arunodai Reddy Vudem (GSOC 2008)
      With modifications and integration by
      Pere Pujal i Carabantes <pere@fornol.no-ip.org>

  * New Magic Tools:
    ----------------
    * Blinds - Close window blinds over your picture.
      Pattern - Draws a tiled pattern around the picture.
      Perspective - Change the image's perspective.
      Mosaic Hexagon, Mosaic irregular, Mosaic square - Glass mosaic effects.
      Tiles - Draws a symettric pattern around the picture.
      Zoom - Zoom the image in or out.
      By Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    * Puzzle - Slide parts of your picture around like a sliding puzzle.
      By Adam 'foo-script' Rakowski <foo-script@o2.pl>
      with modifications by Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    * ROYGBIV Rainbow - Draw a rainbow arc using solid colors of
      Red, Orange, Yellow, Green, Blue, Indigo and Violet.

    * Symmetry Left/Right, Symmetry Up/Down - Paint with relfective symmetry
      across the horizontal or vertical center of the image.
      (Like Kaleidoscope, but only one mirrored brush, either left/right
      or up/down.)

    * Wet Paint - Draws a light coat of paint, and smudges at the same time.
      (Based on Smudge tool.  Requested by gallery artist Angela.)

    * Xor Colors - Colors based on the position drawn on the picture.
      Lukasz Dmitrowski <lukasz.dmitrowski@gmail.com>

  * Build System Improvements:
    --------------------------
    * Variety of tweaks to help Tux Paint cross-compile for Windows under Linux
      Volker Grabsch <vog@notjusthosting.com>

    * Added support for building under Haiku OS
      Scott McCreary <scottmc@users.sourceforge.net>

    * Integrated OpenCandy-powered recommendation service
      into Windows installation scripts (InnoSetup), as an option.
      <http://www.opencandy.com/>

      Note: "tuxpaint.iss" still builds standard, OpenCandy-less
      Tux Paint installer; "tuxpaint-opencandy.iss", along with a file
      with secret key info (not included in CVS, of course!), build
      an OpenCandy-enabled version.  The OC account is currently
      maintained by Bill Kendrick <nbs@sonic.net>, lead developer.

      For more info, see http://www.tuxpaint.org/docs/opencandy/

    * Using $LDFLAGS when linking Magic tool plugins and Tux Paint binary.
      Volkov Peter <volkov_peter@users.sourceforge.net> (SF.Net Bug #3389067)

  * Collection of Mac OS X Updates:
    -------------------------------
    Produced by Eric Poncet <http://www.linguasoft.com/>
    Commissioned by Harvey Ginter <harveyginter@gmail.com>

    * Fix OS X 10.9 issue of current directory set by Finder
      to something else than folder where app bundle resides.

    * Customization support for Mac OS X (automatic, under XCode)
      and Windows (manual).

    * Some Mac OS X build / project changes & updates.

    * Adjustments to Mac OS X fontconfig config file, to avoid warnings
      and make things more robust.

    * Updates to some #include's to catch up with newer library revisions.

    * Tweaks to pixel read/write on Apple.

    * Introduction of 'intprt_t' casting to avoid warnings on x64.

    * Some additional debugging output.

    * Logging stderr & stdout to /tmp/tuxpaint.log

  * Accessibility Improvements:
    ---------------------------
    * Added a mouse accessibility mode to avoid the need to drag the mouse.
      ("--mouse-accessibility")
      by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010)
      with integration and fixes by
      Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    * Added an option to display an on-screen keyboard when using the
      'Text' and 'Label' tools.  ("--onscreen-keyboard") [Experimental!]
      by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010) with
      integration and fixes by Pere Pujal i Carabantes <perepujal@gmail.com>
      and some code borrowed from xorg (keysymdef.h and en_US.UTF-8_COMPOSE
      Authors?)
      and xterm file keysym2ucs.c (function keysym2unicode
      Markus G. Kuhn <mkuhn@acm.org>, University of Cambridge, April 2001
      Special thanks to Richard Verhoeven <river@win.tue.nl>
      Public domain.

    * Keyboard can be used to move and click mouse ("--keyboard" option).
      [Experimental!]
      by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010)
      * See documentation in OPTIONS for how to use it.

    * Joystick can be used to drive Tux Paint
      by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010)
      with integration and fixes by Pere Pujal i Carabantes

      * Use --joystick-dev to choose joystick (otherwise
        uses the first joystick found on the system).
        * Use '--joystick-dev list' to list available joysticks.
      * Uses any of the buttons found in the joystick, no need for
        configuration.  (--joystick-buttons-ignore can be used to
        ignore buttons.)
      * The hat of the joystick moves one pixel at a time, useful to
        carefully place the pointer.
      * The ball of the joystick should also trigger pointer
        motion.
      * The responsivity of the joystick can be configured via command
        line or config files:
	* --joystick-slownes sets a delay at each axis motion event.
	    Allowed values from 0 to 500, defaults to 15.
	* --joystick-threshold sets the minimum value of axis motion to
	  begin move the pointer.
	    Allowed values from 0 to 32766, defaults to 3200.
	* --joystick_maxsteps sets the maximum number of pixels that
	  the pointer will move at a time.
	    Allowed values from 1 to 7, defaults to 7.
      * Joystick buttons can be assigned used to activate certain commands
        in Tux Paint (--joystick-btn-COMMAND options)

  * Magic Tool Improvememnts:
    -------------------------
    * Magic tools can register themselves as paint with one click
      (versus click/drag/release): MODE_ONECLICK.  (e.g., "Ripples")
      Utilized by mouse-accessibility feature.

    * Magic tools can register themsevles as paint-with-a-preview:
      MODE_PAINT_WITH_PREVIEW.  (e.g., "Flower")
      Utilized by mouse-accessibility feature.

  * Other Improvements:
    -------------------
    * Random brushes avoid repeating the same frame twice.

    * Showing a warning when using save-related options when "nosave" is set.
      (SourceForge Bug #3327493)

    * Quicker prompt window pop-up animation.

    * Left/Right Stamp navigation buttons are purple, like the other (up/down)
      scroll buttons found in Tux Paint.
      (SourceForge Bug #2918289)

    * Slightly improved mouse motion handling when Tux Paint is very busy
      drawing or previewing.  (e.g., when drawing a circle, you could often
      end up with a "D" shape... now, you get more of a regular polygon shape
      if Tux Paint is taking too long to draw.  It skips some motion events,
      rather than ignoring all motion events after the first 1/4th second.)

    * Deleting files from Tux Paint's 'Open' dialog now moves them to
      the user's Trash folder.
      FIXME: Only on freedesktop.org systems (e.g., Linux)
      (SourceForge.net Feature #3101084)

    * Tux Paint (in windowed mode) now only centers itself if
      no specific positioning has been provided via
      the SDL_VIDEO_WINDOW_POS environment variable.
      (SourceForge Bug #3138446)

    * Creating thumbnails for the starters we provide.
      (Speeds up 'New' dialog appearance.)
      (SourceForge Bug #1417849)
      Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    * On systems where Pango is used for UI text rendering, Tux Paint now
      spawns a temporary thread during start-up (at the splash screen) to
      allow "fontconfig" to generate its font cache in the background,
      while showing the "please wait" animation, and responding to the US.
      (Fontconfig takes a long time to generate its cache the first time
      you run a Pango- and hence fontconfig-enabled application
      (Tux Paint, Gimp, Inkscape, etc.), or after adding lots of new fonts
      to your system).
      SF.net Bug #2944951

    * Thumbnailing (of UI elements, stamps, saved images, etc.) is now
      gamma-corrected. See:
      http://www.4p8.com/eric.brasseur/gamma.html

    * Template images are now supported.  Similar to Starters, they are
      pre-drawn pictures to begin a new drawing with, accessed via the
      "New" dialog.  The "Eraser" tool will erase back to the original
      picture (rather than a solid color).

      Unlike Starters, they do not involve an immutable "layer" above the
      drawing.  They may be drawn over in their entirety.

    * After switching into, or out of, a magic tool, the canvas is updated.

    * Starter images can be in SVG (Scalable Vector Graphics) format.
      (Avoids loading PNG if SVG with the same name exists.)

    * Removed white artifacts from some Starters, and reduced file size
      of some Starters.

    * When scaling/smearing a picture or Starter, to fit the current canvas
      size, it was not drawing on the far right or bottom edges, causing
      Fill tool to 'spill'.  (Example: fill one of the puzzle pieces on the
      right or bottom of the 5x5 jigsaw Starter, and all pieces on the right
      and bottom would get filled, too.)

    * Starter images can be in KPX (Kid Pix Template) format.
      (These appear to simply be JPEG with 60 byte's worth of Mac OS
      resource fork header at the beginning.)
      (Thanks to Sarah Curry for sharing some example templates to test.)

    * When a default size was not specified, SVG-based Stamps would default
      to the largest, which was canvas-sized.  Now defaulting to a more
      reasonable size.  (And users can click the maximum size choice to get
      the largest, canvas-sized rendition.)
      (SF.net bug #2836471)

    * Widened dialog windows, to help avoid word-wrap and overlap problems
      with some prompts, in some locales.
      (SF.net bug #2834461)

    * Shape Tool now locks rotation into 15 or 5 degree steps, when the
      radius of the shape is very small or small, respectively.
      (SF.net bug #2837177)

    * Shape Tool tries to avoid glitches where lines connect, when shape is
      rotated.  (Rotation of fixed-aspect shapes like Square and Octagon
      stays within the angle of the corners. i.e., rotating a square 140 deg.
      actually only rotates it 30 deg., since it looks identical,
      sans glitches.)
      (SF.net bug #2837177)

    * Created a BASH tab-completion file for Tux Paint, so that
      command-line options are easier to discover (without necessarily
      needing to consult the man page, 'Options' documentation, or --usage
      output).

    * Text (and Label) tool doesn't flicker when typing or erasing text.

    * Creation of thumbnails for personal starters and templates.

    * Major rewrite of configuration and locale-setting code.
      Albert Cahalan <albert@users.sourceforge.net>,
      Bill Kendrick <bill@newbreedsoftware.com>

    * Packaging all the metadata in the PNG file. Before a draw based
      on a starter would have need 3 files: the draw, the starter and the
      .dat file, whith the addition of the Labels tool this increased to
      5 files. Now all this stuff is packed in customs chunks inside the
      PNG file.
      Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    * No longer directly accessing PNG structure members directly, now using
      png_set_IHDR().
      Thomas Klausner, SF.net Bug #3386433

    * Adapted the interface to play nice too on touchscreen devices.

    * Optimised PNG files using TruePNG and PNGZopfli, for smaller file sizes.

 * New Starters:
   -------------
    * Elephant
    * Hat
    * Old Soviet Car
    * Skull
    * Bald Eagle
    * Car 2
    * Desert Tortoise
    * Gecko
    * Manatee
    * Pansy
    * Stained Glass
    * Woodpecker
    * Frame - Filmstrip
    * Frame - Flowers
    * Frame - Picture
    * Frame - Screen
    * Frame - Television
    * Frame - Gold
    * Frame - heart
    * Frame - hearts
    * Fish Icon
    * Mosaic
      From Open Clip Art, curated by
      Caroline Ford <caroline.ford.work@googlemail.com>

    * Frame - neon
      Made in inkscape and the gimp by Caroline Ford.

  * New Templates
    -------------
    * Burnt bark
    * Cliff
    * Corn maze
    * Jellyfish
    * Lighthouse
    * Mossy bark
    * Mossy log
    * Mudstone
    * Ocean splash
    * Ocean waves
    * Redwoods above
    * Rocks
    * Sheep
    * Spider's web
    * Sun behind clouds
    * Sun behind leaves
    * Trees above
    * Trees at dusk
    * Wool mill machine
      Photographed by Bill Kendrick <bill@newbreedsoftware.com>

  * New Brushes
    ---------
    * Another flower brush
      Made out of some open clipart by C Ford.

    * Inksplat
      Based on 'Splatter Brushes' for GIMP
      By 'Flyhorn' at deviantART
      http://browse.deviantart.com/art/Splatter-brushes-340519966

  * New Locales:
    ------------
    * Acholi translation
      Achuma George Patrick <chanchumgpa@gmail.com>
      Opio June Bryan
      Ogwal Kenneth Awio

    * Akan translation
      Derrick Frimpong <flexyflame2006@yahoo.com>

    * Amharic translation
      Solomon Gizaw <solohavi@yahoo.com>
      http://pootle.locamotion.org/am/tuxpaint/

    * Aragones translation
      Juan Pablo Martinez Cortes <jpmart@unizar.es>

    * Armenian translation
      Anush MKRTCHYAN
      Jasmine Udea

    * Assamese translation
      Anand Kulkarni <kulkarni1016@yahoo.co.in>

    * Bambara translation
      Fasokan <konate20032001@yahoo.fr>

    * Bosnian translation
      Samir Ribić

    * Kiga translation
      Florence Tushabe <tushabe@cit.mak.ac.ug>

    * Fula translation
      Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>,
      Fula Localization Project, http://www.pulaar-fulfulde.org/

    * Inuktitut
      Harvey Ginter <harveyginter@gmail.com>

    * Kannada translation
      Savitha <savithasprasad@yahoo.com>
      Provided by Vrundesh Waghmare <vrundesh.waghmare@gmail.com>

    * Konkani (Devaganari and Roman)
      Rahul Borade <rahulborade01@gmail.com>

    * Luganda translation
      James Olweny <sjolweny85@yahoo.co.uk>

    * Luxembourgish translation
      Ren� Brandenburger <rene@brandenburger.lu>

    * Maithili
      U.Sudhakar <sudhakaru@cdac.in>
      sk <sk>
      Provided by Praveen Dewangan <pdvg.cdac@gmail.com>

    * Malayalam translation
      Students of Vocational Higher Secondary School Irimpanam
      http://vhssirimpanam.org
      - rimal <rimalmathew@gmail.com>
      - Abhijith P.K
      - Appu Ajith
      - Vishnu Ajith
      - Harish Vijay
      - Mathew K.Vaidyan
      - Manu C.Kauma
      - Sreejith P.M
      - Nithin M
      - Sidharth K.Bhattathiri
      - Thomas Peter
      - Dona C.D
      - Anjitha venugopal
      - Athira Venugopal
      - Shelmi P.R
      - Revathi Sukumaran
      - Salu P.SAmitha Appukuttan
      - Geegu Varghese
      - Ashna Manoharan
      - sreelakshmi
      - jithu
      - Abhinav Thomas
      - Abhitha Thomas
      - Sajith P.V
      - Vishnu Vinod
      - Senthis
      - Vimal <vimaljoseph@gmail.com>
      - Sameer <sameer.thahir@gmail.com>
      - Sanal <sanalmadatheth@gmail.com>
      - Sooraj <soorajkenoth@gmail.com>
      - V Sasi Kumar <sasi.fsf@gmail.com>
      Updated by Sonith Kumar <sonith.kumar153@gmail.com>
      Reviewed by Haris Ibrahim K. V. <blucalvin@gmail.com>

    * Manipuri (Bengali and Metei Mayek)
      Hidam Dolen <dolenhi@gmail.com>
      Provided by rahul dabre <rahulvdabre@yahoo.com>

    * Marathi translation
      Santosh Jankiram Kshetre <quicklearning@rediffmail.com>

    * Nepali translation
      Khagen Sharma <khagen.sharma@gmail.com>
      Provided by Neha Aphale <aphaleneha@gmail.com>

    * Northern Sotho translation
      Pheledi Mathibela <pheledi@mosekolatranslation.co.za>

    * Odia translation
      Kaniska Padhi <kaniska2008@gmail.com>

    * Punjabi translation
      Arshpreet Singh <arsh840@gmail.com>

    * Persian translation
      Farinaz Hedayat <farinaz.hedayat@gmail.com>

    * Sanskrit translation
      Babita Shinde <babitagaikwad@gmail.com>

    * Santali translation (Devaganari)
      Chandrakant Dhutadmal <cpdhutadmal@yahoo.com>
      Ganesh Murmu <g_murmu_in@yahoo.com>

    * Santali translation (Ol-Chiki)
      Chandrakant Dhutadmal <cpdhutadmal@yahoo.com>
      Ganesh Murmu <g_murmu_in@yahoo.com>

    * Serbian translation (latin)
      Ivana Rakic <reci.ne.silvesteru@gmail.com>

    * Sinhala
      Menik Prasantha <manikprasantha@gmail.com>

    * Sundanese
      kumincir <ia.adnan@gmail.com>

    * Valencian
      Pilar Embid Giner <embid_mar@gva.es>

    * Venetian language
      Fabio Lazarin, El Galep�n <mistro@elgalepin.com>

    * Zulu
      sipho <sipho@translate.org.za>

  * Localization Updates:
    ---------------------
    * Albanian translation.
      Canonical Ubuntu Launchpad contributors

    * Basque translation
      Ander Elortondo <ander.elor@gmail.com>

    * Belarusian translation
      Alexander Geroimenko <a.geroimenko@gmail.com>

    * Brazilian Portuguese translation
      Frederico Goncalves Guimaraes <frederico@teia.bio.br>

    * British English
      Robert Readman <robert_readman@hotmail.com>

    * Bulgarian
      Stefani Stoyanova

    * Chinese (Traditional) translation
      Song Huang <songhuang@users.sourceforge.net>

    * Czech translation
      Zdeněk Chalupský <chalzd@gmail.com>

    * Danish translation
      Joe Dalton <joedalton2@yahoo.dk>

    * Dutch translation
      Freek de Kruijf <f.de.kruijf@hetnet.nl>

    * Finnish translation
      Olli <ollinpostit@gmail.com>
      Tarmo Toikkanen <tarmo.toikkanen@iki.fi>

    * German translation
      Stephanie Schilling <stephanieschilling@online.de>

    * Greek translation
      Kiriaki SERAFEIM <pse04178@rhodes.aegean.gr>

    * Gujarati translation
      Kartik Mistry <kartik.mistry@gmail.com>

    * Hindi translation
      aki <akash.nawani@gmail.com>
      Ashish Arora <ashish.arora13@gmail.com>

    * Hungarian translation
      Nagy Akos <nagy.akos@codespring.ro>

    * Italian translation
      Flavio "Iron Bishop" Pastore <ironbishop@fsfe.org>

    * Latvian
      Raivis Strogonovs <raivucis@gmail.com>

    * Malay translation
      Muhammad Najmi Ahmad Zabidi <najmi.zabidi@gmail.com>

    * Norwegian Bokmål translation
      Karl Ove Hufthammer <karl@huftis.org>

    * Norwegian Nynorsk translation
      Karl Ove Hufthammer <karl@huftis.org>

    * Romanian translation
      Hodorog Andrei <tocitox@gmail.com>

    * Russian translation
      Nikolay Parukhin <parukhin@gmail.com>
      Sergei Popov <skein@rambler.ru>

    * Polish translation
      Piotr Kwiliński <euvcp@hotmail.com>

    * Portuguese now using plain "pt" locale (vs. always specifying "_PT")

    * Portuguese translation
      Sergio Marques <smarquespt@gmail.com>

    * Scottish Gaelic translation
      Michael Bauer <fios@akerbeltz.org>

    * Scottish Gaelic translation for Inno Setup
      Foram na Gaidhlig <fios@foramnagaidhlig.net>

    * Serbian translations (cyrillic)
      Ivana Rakic <reci.ne.silvesteru@gmail.com>

    * Slovak translation
      Jaroslav Rynik <jrynik@yahoo.co.uk>

    * Songhay translation
      Abdoul Cisse <abdoulseydou@hotmail.com>
      Mohomodou Houssouba  <mh@bollag-areal.ch>

    * Spanish (Spain) translation
      Teresa Orive <teresa.g.orive@gmail.com>

    * Swedish translation
      Henrik Holst <henrik.holst@millistream.com>

    * Swahili translation
      Emanuel Feruzi <emanuel.feruzi@trilabs.co.tz>

    * Telugu tranlation
      saikumar <ramukiashc@gmail.com> as a task in GCI

    * Turkish
      Enes Burhan KURAN <asd@gmail.com>

    * Vietnamese translation
      Clytie Siddall <clytie@riverland.net.au>

    * Zapoteco
      Rodrigo Perez Ramirez and Indigenas Sin Fronteras <isf_mx@yahoo.com>

  * Bug Fixes
    ---------
    * Starter and template filenames with non-lowercase extensions (e.g. .JPG)
      would fail to load.
      SF.net Bug #191

    * If a non-SVG starter or template with the same name as an SVG one
      existed, it would be loaded instead of the SVG (despite a thumbnail
      of the SVG appearing in the file selector).
      SF.net Bug #191

    * Image on right of dialogs would get scaled/cut-off even if there was
      room for them.

    * When using 'print delay' option, it would not allow printing the
      first time until the delay had passed.

    * Fixed error reporting when make_directory() fails.
      (Fixes spurious
      SF.net Bug #2765872)
      John Popplewell <john@johnnypops.demon.co.uk>

    * Buffersize for holding Starter and image filenames was way too low.
      (Could crash with Starter images with very long filenames.)

    * Shape tool would only resize a shape if you dragged down or right,
      not up or left.
      (SF.net Bug #2834320)

    * tuxpaint-import tool uses BASHisms, so changed shebang to #!/bin/bash
      (instead of #!/bin/sh).

    * Added some missing examples to the default tuxpaint.conf file.
      (Thanks to Aapo Rantalainen <aapo.rantalainen@gmail.com>)

    * Default stamp size, in some situations, was very large
      (due to some rules that allowed stamps to be, at maximum,
      up to 2x width of the canvas, OR 2x height of the canvas, as long
      as it wasn't larger than the canvas in the other dimension).
      The stamp sizing buttons were unable to re-select that size.
      The sizing button bug has been fixed, the rule has been adjusted to
      allow a maximum overscan of 1.5x width-or-height, and if the maximum
      size causes overscan, then a smaller size is used for the default
      when the stamp is first used.
      (SF.net Bug #1668235)

    * Shapes tool now draws at mouse release to help painting with
      touchscreen devices.
      (SF.net Feature request #3008811)

    * Shapes tool would left their preview on the canvas if you leave it
      or change the shape before finishing to draw it.
      (SF.net Bug #1057311)

    * Example for 'savedir' in tuxpaint.conf suggested you needed /saved
      at the end, which is not true.  Added note explaining that actual
      image files go under 'saved' subdirectory.
      (Thanks to Marco Menardi)

    * Saved images woose path contains non-ascii chars can now be opened on Windows.
      Fixes http://sourceforge.net/p/tuxpaint/bugs/188/

    * Ignoring ".pfb" (PostScript 'Printer Font Binary') fonts, to
      avoid crashes.
2014-08-23 21:12:02 +00:00
..
aalib Fix 2013-10-17 15:36:34 +00:00
AfterShotPro Update to 1.1.0.30. Changes not found, but that's the currently available 2013-12-29 13:27:56 +00:00
agg Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
aqsis Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
artist Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
asymptote Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
autopano-sift-C missing bump PKGREVISION after libpano13 ABI bump. 2014-07-09 00:39:33 +00:00
autotrace Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
aview Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
babl ftp.gimp.org is no longer. Update/remove links pointing there. 2014-08-19 10:42:55 +00:00
barcode Changes 0.99: 2013-10-06 17:15:35 +00:00
bktr2jpeg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
blender Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
blender-doc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
blinkenthemes Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
blinkentools Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
cairo Resurrect Quartz backend as package option "quartz" which is disabled by default 2014-05-31 10:16:40 +00:00
cairo-gobject Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
cairomm Fix PLIST for the case when graphics/cairo is built with quartz backend enabled 2014-05-31 11:25:46 +00:00
cal3d Instruct automake to copy missing files. 2013-08-17 11:15:26 +00:00
cal3d-examples Fix automake invocation. 2013-08-31 14:49:40 +00:00
cambevao Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
camediaplay Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
camlimages libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
cdlabelgen Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
Cenon recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
cheese Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
cinepaint Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
circos Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
claraocr Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
clutter Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
clutter-box2d Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
clutter-gtk Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
clutter-gtk0.10 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
clutter-mx Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
cnxtview Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
cogl prepare missing OpenGL ARB_sync extension. 2014-05-16 01:56:59 +00:00
Coin Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
comix Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
compface Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
cpia2view Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
cqcam Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
CRWInfo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
darktable Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
dcraw Set DIST_SUBDIR 2014-03-15 00:16:03 +00:00
deforaos-camera Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
denemo Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
dia Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
dia-python Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
digikam Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
digikam-doc-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
digikam-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
djview4 Stop treating FreeBSD 10 like FreeBSD 1. 2014-04-04 18:25:51 +00:00
djvulibre-lib #undef getc in case it is still a macro from stdio.h. 2012-12-19 12:51:26 +00:00
djvulibre-tools Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
dvipng recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
dx Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
dxsamples Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
edje Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
enblend-enfuse Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
eog Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
eog-plugins Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
eog-plugins-map Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
eog3 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
epeg Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
evas Fixes build with giflib-5.1. 2014-05-25 08:04:00 +00:00
evas-buffer Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
evas-edb Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
evas-eet Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
evas-gif libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
evas-jpeg Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
evas-pmaps Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
evas-png Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
evas-software-x11 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
evas-svg Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
evas-tiff Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
evas-xpm Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
ewipe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
exif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
exifprobe Fix build on SunOS. Patches from Sebastian Wiedenroth. 2013-12-10 11:41:42 +00:00
exiftags Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
exiv2 Drop maintainership (I don't use this). 2014-06-11 14:18:46 +00:00
exiv2-organize Switch to Makefile.common and fix for -ldl 2014-06-05 07:12:53 +00:00
extrema Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
f-spot Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
f4l recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
fbm Fix return types. 2013-02-26 11:13:22 +00:00
feh Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
flphoto Fix build on SunOS (needs explicit -lstdc++). 2014-08-21 08:55:01 +00:00
fly Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
fnlib Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
fotoxx Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
frameworks Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
freeglut LICENSE=x11 2013-05-05 21:07:53 +00:00
freetype
freetype-lib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
freetype-utils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
freetype2 Add: CONFIGURE_ARGS+=--with-harfbuzz=no 2014-07-07 07:14:27 +00:00
fujiplay Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
g2 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gd Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gdchart Needs libiconv. 2014-01-09 10:33:19 +00:00
gdk-pixbuf Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
gdk-pixbuf2 update to 2.30.3 2014-01-15 17:12:54 +00:00
gdk-pixbuf2-jasper reset PKGREV for base pkg update 2013-07-24 10:58:42 +00:00
gdk-pixbuf2-xlib reset PKGREV for base pkg update 2013-07-24 10:58:42 +00:00
geeqie Bump PKGREVISION for exiv2 shlib major bump 2014-06-07 12:11:23 +00:00
gegl Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
geomview Resolves: 2013-04-06 20:27:16 +00:00
get_ds7 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gfract Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gif2png Update to 2.5.9: 2014-06-09 12:48:52 +00:00
gif320 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
giflib Remove mk/giflib reference. 2014-05-31 23:44:19 +00:00
giflib-util libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
gifsicle Update to 1.78. From the changelog: 2014-02-16 01:04:39 +00:00
giftrans Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimmage Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gimp ftp.gimp.org is no longer. Update/remove links pointing there. 2014-08-19 10:42:55 +00:00
gimp-color-manager Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gimp-docs-de Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-en ftp.gimp.org is no longer. Update/remove links pointing there. 2014-08-19 10:42:55 +00:00
gimp-docs-es Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-fr Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-it Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-ja Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-ko Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-nl Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-nn Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-pl Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-ru Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-sv Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-docs-zh_CN Update to 2.8.1 2014-03-26 16:18:29 +00:00
gimp-exif-browser Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gimp-fix-ca Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gimp-high-pass-filter Import gimp-high-pass-filter-1.2 as graphics/gimp-high-pass-filter. 2013-01-23 21:53:39 +00:00
gimp-liquid-rescale Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gimp-rawphoto Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gimp-refocus-it Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gimp-resynthesizer Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gimp-ufraw Bump PKGREVISION for exiv2 shlib major bump 2014-06-07 12:11:23 +00:00
gimp-warp-sharp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp2-wideangle Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
giram Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gle If you change the buildlink3.mk's included in the Makefile you need to 2013-04-24 04:32:34 +00:00
glew For some reason NetBSD is identified as 'netbsdelf' here. 2014-02-16 22:45:54 +00:00
glitz Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gliv Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
glm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
glpng Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
glu Fix the builtin version detection by checking the pkgconfig files if 2013-06-17 05:27:50 +00:00
glut update missing entry in glut/PLIST 2013-05-16 14:43:13 +00:00
glx-utils Crude compilation fix for graphics/glx-utils: 2013-08-10 23:02:26 +00:00
gmic Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
gmngview Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
GMT Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
gnome-backgrounds Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gnome-icon-theme Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gnome-icon-theme-extras Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gnome-icon-theme-symbolic Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnuplot Add pkgsrc default font path to default search paths. 2014-06-01 16:58:21 +00:00
gocr Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
goocanvas Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
goocanvas2 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
goocanvasmm Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gource Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
gphoto2 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
gpicview Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gqview Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gqview-devel Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
grap Update to 1.44. Set LICENSE. 2014-07-22 11:33:47 +00:00
GraphicsMagick Changes 1.3.20: 2014-08-18 11:13:45 +00:00
graphite2 Make libtool file on all non-Windows platforms, not only Linux and OS X. 2014-05-16 12:51:24 +00:00
graphviz Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
graphviz-dot-mode Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
gri Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gst-plugins0.10-cairo Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gst-plugins0.10-jpeg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gst-plugins0.10-png Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
gst-plugins1-cairo Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-jpeg Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-png Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gthumb Bump PKGREVISION for exiv2 shlib major bump 2014-06-07 12:11:23 +00:00
gthumb3 Bump PKGREVISION for exiv2 shlib major bump 2014-06-07 12:11:23 +00:00
gtkam Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gtkglext Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gtkimageview Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gtksee Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
guile-cairo Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
GUIlib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gwenview Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
gwenview-i18n-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
gwenview-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
h5utils recursive bump from hdf5 shlib major bump. 2013-09-01 12:14:06 +00:00
hermes Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
hicolor-icon-theme Update to 0.13, no changelog found. 2014-01-02 18:59:07 +00:00
hp2xx Resolves: 2013-04-06 20:27:16 +00:00
hugin Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
icon-naming-utils Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
iGMT Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
ilmbase Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
ImageMagick Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
ImageViewer recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
imlib libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
imlib-gtk Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
imlib2 libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
impress Do not build statically on SunOS. 2014-01-09 12:07:42 +00:00
inkscape Changes 0.48.5: 2014-07-29 07:03:27 +00:00
ivtools Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
jasper Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
jbig2dec Switched MASTER_SITES to SourceForce, since the original distfile can't be found 2013-08-22 20:08:01 +00:00
jbigkit Update jbigkit to 2.1. 2014-04-10 12:04:16 +00:00
jhead Update to 2.97: 2013-02-07 10:28:39 +00:00
jpeg Restore boolean workaround. Bump PKGREVISION. 2014-01-28 21:19:00 +00:00
jpeg2ps Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jpeg_ls Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
jpeginfo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jpegoptim Changes 1.4.1 - fix --stdin option (assume -f when reading from stdin), 2014-05-28 14:54:25 +00:00
jpegpixi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jpegquality Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
kamera Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kbarcode Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kcolorchooser Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kde-base-artwork Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdegraphics-mobipocket Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdegraphics-strigi-analyzer Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdegraphics-thumbnailers Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdegraphics3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kgamma Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kipi-plugins Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kipi-plugins-calendar-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kipi-plugins-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kolourpaint Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
koverartist Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kphotoalbum Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kphotobook Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kphotools Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kruler Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
ksaneplugin Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
ksnapshot Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
lasem Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
lcms fix possible buffer overflows in cmd line tools found by Pedro Ribeiro 2013-08-07 16:46:23 +00:00
lcms2 Changes 2.6: 2014-04-14 10:50:31 +00:00
lensfun install_name_tool must be used on OS X 2014-06-14 17:56:43 +00:00
lib3ds Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
libart Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libcaca libcaca.so references stuff from zlib, fixes misc/toilet 2014-02-26 10:34:30 +00:00
libexif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libexif-gtk Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
libgdiplus libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
libgexiv2 Bump PKGREVISION for exiv2 shlib major bump 2014-06-07 12:11:23 +00:00
libggi FreeBSD 10 is not FreeBSD 1. 2014-06-30 17:45:32 +00:00
libggigcp FreeBSD 10 is not FreeBSD 1. 2014-06-30 17:45:32 +00:00
libggimisc FreeBSD 10 is not FreeBSD 1. 2014-06-30 17:45:32 +00:00
libggiwmh FreeBSD 10 is not FreeBSD 1. 2014-06-30 17:45:32 +00:00
libgii FreeBSD 10 is not FreeBSD 1. 2014-06-26 20:34:02 +00:00
libgiigic Use --mode=link argument for libtool, it gets confused during configure. 2013-09-10 14:20:47 +00:00
libgnomecanvas Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
libgnomecanvasmm Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
libjpeg-turbo + patch-jpeglib.h (hi joerg!) 2013-10-24 09:06:05 +00:00
libkdcraw Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
libkdcraw-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
libkexif Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
libkexiv2 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
libkexiv2-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
libkface Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
libkipi Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
libkipi-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
libksane Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
liblqr Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libotf Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
libpano13 Switched to CMake; removed gimp dependency. 2014-07-10 13:41:48 +00:00
libpgf Import libpgf-6.14.12 as graphics/libpgf, packaged for wip by Niclas 2014-07-22 17:36:49 +00:00
libpuzzle Needs libiconv. 2014-01-09 10:39:18 +00:00
libraw Changes 0.15.1: 2013-05-26 09:07:34 +00:00
libraw013 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
librsvg Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
libscigraphica Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
libsixel Update libsixel to 1.0.0. 2014-08-22 10:25:09 +00:00
libv4l Fixes for SunOS 64-bit where open/mmap are redefined to *64 versions. 2013-06-24 15:57:21 +00:00
libvideogfx Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
libwebp Remove last change. This is not the correct way to fix this. 2013-12-28 23:03:39 +00:00
libwmf Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
libxmi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ljpeg Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
lprof Fix build on SunOS (needs explicit -lstdc++, avoid overloaded functions). 2014-08-21 16:37:51 +00:00
magicpoint libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
mandelbulber Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
Mesa Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
MesaDemos
MesaLib Use __attribute__((__destructor__)) instead of magic __dso_handle, and 2014-08-06 10:25:14 +00:00
metacam Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
mgl libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
mng Update to 2.0.2. 2013-10-09 17:38:26 +00:00
mpeg2codec Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
mpgtx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
mscgen Needs libiconv. 2014-01-09 10:42:22 +00:00
mypaint Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
ncview Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
netpbm Update to 10.35.93: 2014-08-21 21:01:58 +00:00
Ngraph Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ns-cult3d Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
nvtv Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
ocrad Fix missing includes. 2013-05-23 15:04:44 +00:00
opencsg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
opencv Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
opendis Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
openexr Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
openimageio Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
openjpeg Changes 2.1.0: 2014-05-15 14:14:54 +00:00
openjpeg15 Changes 1.5.2: 2014-04-07 14:49:41 +00:00
OpenRM Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
optipng Changes 0.7.5: 2014-03-31 07:15:19 +00:00
osg Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
oxygen-icons Update to KDE SC 4.11.5 2014-02-01 02:20:43 +00:00
p5-Barcode-Code128 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-cairo Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-cairo-gobject Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Chart Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Chart-ThreeD Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-clutter Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GD Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GD-Barcode Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GD-Graph-sparklines Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GD-Graph3d Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GD-SecurityImage Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GD-SVG Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GDGraph Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GDGraph-boxplot Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GDTextUtil Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GIFgraph Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Gnome2-Canvas Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GraphicsMagick Changes 1.3.20: 2014-08-18 11:13:45 +00:00
p5-GraphViz Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GraphViz2 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Image-BMP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Image-ExifTool Changes 9.60: 2014-06-05 06:23:46 +00:00
p5-Image-Imlib2 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Image-Info Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Image-Size Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-PerlMagick Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
p5-RRDTool-OO Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-SVG Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-SVG-Graph Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-SWF-File Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-GD Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
panomatic Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
PanoTools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pdiff Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
pear-Image_Canvas Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pear-Image_Color Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pear-Image_Graph Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pfstmo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pfstools Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
pgraf Use void for xx. 2012-12-20 21:51:38 +00:00
photopc Update to 3.05. No changelog. 2013-03-03 10:40:12 +00:00
php-exif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
php-gd Apply a patch to fix CVE-2014-2497, taken from 2014-05-11 11:20:47 +00:00
php-jpgraph Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pixmap Add missing buildlink3s implied by openmotif but not lesstif. 2013-01-19 21:04:43 +00:00
ploticus Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
ploticus-examples Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
plotmtv Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
plotutils lex (libfl) is a runtime dependency. 2014-07-24 13:20:10 +00:00
png Update to 1.6.13: 2014-08-21 12:02:59 +00:00
png2html recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
pngcheck Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pngcrush Changes 1.7.76: 2014-08-17 09:09:54 +00:00
potrace Update to 1.11: 2013-03-15 23:21:39 +00:00
povray Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
prag Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ps2eps Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
pstoedit Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
py-aafigure Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-actdiag Update actdiag to 0.5.3. 2014-07-06 12:33:08 +00:00
py-altgraph 0.12 2014-08-07 01:37:17 +00:00
py-biggles Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-blockdiag Update blockdiag to 1.4.1. 2014-07-06 12:22:49 +00:00
py-cairo Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-cairo3 pkg-config is still needed. 2014-06-30 14:25:59 +00:00
py-cairocffi Updated to latest release, 0.5.4. From CHANGES: 2014-05-24 02:13:34 +00:00
py-chart Doesn't agree with Python 3.x. 2014-08-13 22:36:38 +00:00
py-dot Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-fits Import py27-fits-3.2 as graphics/py-fits. 2014-01-19 20:30:05 +00:00
py-gdchart Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-gdmodule Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-gnuplot Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-goocanvas Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-gtkglext Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-imaging patches for CVE-2014-1932 and CVE-2014-1933 taken from 2014-05-15 06:23:05 +00:00
py-imagingtk Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-matplotlib Rename variables to avoid use of reserved identifiers. 2014-02-26 10:36:58 +00:00
py-matplotlib-gtk2 Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-matplotlib-tk Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
py-mcomix Fixes dependency versions, allow py-imaging again. 2014-07-15 23:31:13 +00:00
py-nwdiag Update nwdiag to 1.0.3. 2014-07-06 12:36:47 +00:00
py-OpenGL Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-piddle Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-Pillow Update Pillow to 2.5.3. 2014-08-21 10:00:32 +00:00
py-pycha Doesn't support Python 2.6. 2014-06-28 22:49:32 +00:00
py-pygal Import py27-pygal-1.4.6 as graphics/py-pygal. 2014-05-17 13:59:37 +00:00
py-qrcode Version 5.0 2014-07-16 23:36:23 +00:00
py-seqdiag Update seqdiag to 0.9.3. 2014-07-06 12:28:22 +00:00
py-sk1libs Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-uniconvertor Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
qcomicbook recursive PKGREVISION bump for poppler shlib major change 2014-04-29 07:57:13 +00:00
qimageblitz Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
qiv Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
qiviewer Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
quesoglc Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
qvplay Update to 0.95. No changelog. 2013-03-03 10:53:31 +00:00
rabbit Update rabbit to 2.1.3. 2014-08-04 09:32:14 +00:00
radiance Add platform code for MacOS. 2014-06-29 04:16:51 +00:00
rayshade Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
refocus-it Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
resize_image Don't use nested functions. Bump revisions. 2012-11-01 19:52:03 +00:00
ristretto Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ruby-chunky_png Update ruby-chunky_png to 1.3.0. 2014-03-14 17:08:35 +00:00
ruby-color Update ruby-color to 1.5.1. 2014-03-14 17:10:02 +00:00
ruby-color-japanese
ruby-color-tools
ruby-gd * Add GEM_EXTSDIR support. 2014-03-17 14:12:10 +00:00
ruby-gnome2-cairo-gobject Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
ruby-gnome2-clutter Import ruby-gnome2-clutter-2.0.2 as graphics/ruby-gnome2-clutter. 2014-01-05 09:04:31 +00:00
ruby-gnome2-clutter-gtk Import ruby-gnome2-clutter-gtk-2.0.2 as graphics/ruby-gnome2-clutter-gtk. 2014-01-05 09:06:05 +00:00
ruby-gnome2-gdk3 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
ruby-gnome2-gdkpixbuf revert `say good-bye to ruby-1.8', it should not be done dureing a freeze. 2013-06-20 09:12:13 +00:00
ruby-gnome2-goocanvas Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
ruby-gnome2-rsvg Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
ruby-gnuplot Update ruby-gnuplot to 2.6.2. 2013-01-14 06:14:03 +00:00
ruby-imlib2 Add GEM_EXTSDIR support and utilize GEM_NAME. 2014-03-17 14:13:54 +00:00
ruby-mini-magick Update ruby-mini-magick to 3.7.0. 2014-03-14 17:11:42 +00:00
ruby-oily_png Update ruby-oily_png to 1.1.1. 2014-03-14 17:13:14 +00:00
ruby-opengl Fix build with ruby21. 2014-03-25 16:34:50 +00:00
ruby-rcairo Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
ruby-RMagick Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
s10sh Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
sane-backends Fixes: 2013-04-06 03:45:05 +00:00
sane-frontends Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
scidavis Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
scigraphica Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
scrot Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
SDL2_image Use ALTERNATIVES. 2014-06-01 01:21:54 +00:00
SDL_image Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
shotwell Remove a BUILDLINK_TRANSFORM which is now done centrally. 2014-08-21 15:35:08 +00:00
shotwell-gtk3 Switch to webkit1-gtk* in preparation for package update to v2. 2014-08-03 22:13:19 +00:00
showimg Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
silgraphite Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
silgraphite-ft Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
silgraphite-xft Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
simage libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
skencil Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
spcaview Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
svgpart Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
tango-icon-theme Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
tesseract Add a number of includes hidden by libstdc++'s name space pollution. 2013-04-29 21:31:09 +00:00
tex-a2ping Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
tex-a2ping-doc Sync tex-a2ping{,-doc} with TeX Live 2013 2013-12-03 20:15:47 +00:00
tex-asyfig
tex-asyfig-doc
tex-auto-pst-pdf Import tex-auto-pst-pdf-0.6 as graphics/tex-auto-pst-pdf. 2012-10-16 22:07:28 +00:00
tex-auto-pst-pdf-doc Import tex-auto-pst-pdf-doc-0.6 as graphics/tex-auto-pst-pdf-doc. 2012-10-16 22:07:51 +00:00
tex-dvipng-doc Update tex-dvipng-doc to 1.14 2013-12-03 02:18:49 +00:00
tex-eepic
tex-eepic-doc
tex-epstopdf Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
tex-epstopdf-doc Update tex-epstopdf{,-doc} to 2.20 2013-12-03 19:55:56 +00:00
tex-metapost Update tex-metapost{,-doc} to 1.803 2013-12-03 22:44:48 +00:00
tex-metapost-doc Update tex-metapost{,-doc} to 1.803 2013-12-03 22:44:48 +00:00
tex-mptopdf Update tex-mptopdf{,-doc} to 2013 2013-12-03 20:04:35 +00:00
tex-mptopdf-doc Update tex-mptopdf{,-doc} to 2013 2013-12-03 20:04:35 +00:00
tex-pdfcrop Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
tex-pdfcrop-doc
tex-psgo
tex-psgo-doc
tex-pst-2dplot
tex-pst-2dplot-doc
tex-pst-3d Fixes: 2013-04-06 03:45:05 +00:00
tex-pst-3d-doc
tex-pst-3dplot
tex-pst-3dplot-doc
tex-pst-barcode
tex-pst-barcode-doc
tex-pst-blur
tex-pst-blur-doc
tex-pst-circ
tex-pst-circ-doc
tex-pst-coil
tex-pst-coil-doc
tex-pst-eps
tex-pst-eps-doc
tex-pst-fill
tex-pst-fill-doc
tex-pst-ghsb
tex-pst-ghsb-doc
tex-pst-gr3d
tex-pst-gr3d-doc
tex-pst-grad
tex-pst-grad-doc
tex-pst-lens
tex-pst-lens-doc
tex-pst-math
tex-pst-math-doc
tex-pst-node
tex-pst-node-doc
tex-pst-osci
tex-pst-osci-doc
tex-pst-pdf Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run 2013-04-24 10:10:13 +00:00
tex-pst-pdf-doc
tex-pst-plot
tex-pst-plot-doc
tex-pst-poly
tex-pst-poly-doc
tex-pst-slpe
tex-pst-slpe-doc
tex-pst-text
tex-pst-text-doc
tex-pst-tree
tex-pst-tree-doc
tex-pst-vue3d
tex-pst-vue3d-doc
tex-pstools Import tex-pstools-1.68 as graphics/tex-pstools. 2013-12-04 18:34:47 +00:00
tex-pstools-doc Import tex-pstools-doc-1.68 as graphics/tex-pstools-doc. 2013-12-04 18:35:15 +00:00
tex-pstricks Update tex-pstricks to 2.33. 2012-10-16 22:24:17 +00:00
tex-pstricks-add
tex-pstricks-add-doc
tex-pstricks-doc Update tex-pstricks to 2.33. 2012-10-16 22:24:17 +00:00
tex-tex-ps
tex-tex-ps-doc
tex-xypic
tex-xypic-doc
tgif Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
tiff Add upstream candidate patch for CVE-2013-4243. PKGREVISION -> 6 2013-09-21 18:47:05 +00:00
TiffIO recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
tkpiechart "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
tuxpaint Update to 0.9.22: 2014-08-23 21:12:02 +00:00
tuxpaint-config Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
tuxpaint-stamps Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ucview Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
unicap Switch to ffmpeg1 instead of ffmpeg. 2014-08-11 23:09:44 +00:00
urt linux requires this hack too 2014-06-29 19:45:06 +00:00
vcg Use c89; fix void main; preliminary LP64 fixes (a lot more likely required) 2013-04-14 00:15:27 +00:00
veusz Update to 1.21. Convert to distutils.mk and add egg. 2014-08-21 20:38:47 +00:00
vid Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
viewfax Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
viewnior Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
vigra Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
vnc2swf "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
vp add missing libs on SunOS 2014-02-08 22:54:45 +00:00
vtk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
vtk-data Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
vtk-docs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
wmphoto Fix inline usage. 2012-11-01 19:52:47 +00:00
wxsvg Switch to ffmpeg1 instead of ffmpeg. 2014-08-11 23:09:44 +00:00
x11rec Fixes missing dependency on ruby-base. 2014-03-27 09:19:12 +00:00
xart Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
xbmbrowser Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xdot Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
xdvipresent Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xfce4-icon-theme Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfig Add stronger accomodation for broken modes in distfile. 2014-03-18 23:28:20 +00:00
xgc Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so package 2013-06-09 12:12:26 +00:00
xgraph Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xli Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
xmorph Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xpaint Protect /* in bitmaps/Imakefile so that imake does not mistake it for 2013-08-15 00:05:44 +00:00
xplot Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xplot-devel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xsane Fix build on SunOS (needs explicit -lsocket -lnsl). 2014-08-21 16:06:44 +00:00
xv Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
xzgv Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
zphoto Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
Makefile + gmic. 2014-08-09 06:27:04 +00:00