pkgsrc/graphics
obache aa2503ad32 Update rabbit to 2.0.6.
== 2.0.6: 2012-12-29

Video support release!

=== Improvements

==== rabbit-slide

  * Supported Ustream.
  * Supported Vimeo.
  * Use slide ID instead of slide title for SlideShare URL.
    [Patch by Masafumi Yokoyama]
  * Added change command that changes the current configuration.

==== Documentation

  * Added a documentation about how to use image in RD format.
    [Added by hokkai7go]

==== rabbit

  * Supported PDF file detection by extension.
  * [incompatible] Changed PDF page number origin from 0-origin to 1-origin
    when PDF is used as image. Because PDF uses 1-origin.
  * [experimental] Supported video embed in slide.
    [Patch by Narihiro Nakamura]
  * Text shadow is closed to the original text.

==== rabbit-theme-manager

  * Removed because it is needless.

=== Fixes

==== rabbit

  * Don't handle .rabbit directory as a file that describes rabbit
    run options. [Reported by Koichi Akabe]

=== Thanks

  * Masafumi Yokoyama
  * Koichi Akabe
  * hokkai7go
  * Narihiro Nakamura

== 2.0.5: 2012-09-14

A bug fix release.

=== Fixes

==== Theme

  * Fixed a bug that resized image isn't drawn
    [rabbit-shocker:1057] [Reported by znz]

=== Thanks

  * znz

== 2.0.4: 2012-09-12

A bug fix release.

=== Improvements

==== rabbit-slide

  * --title is used for generated slide title.
    [Reported by znz]

==== Theme

  * Increased quote image resolution.

=== Fixes

==== rabbit-slide

  * Fixed a bug that rake publish:slideshare doesn't work. The task
    publishes your slide to SlideShare.
    [GitHub#8] [Patch by myokoym]

==== Theme

  * Fix a bug that image reflection doesnt' work.

=== Thanks

  * znz
  * myokoym

== 2.0.3: 2012-09-10

This release improves block quote style.

=== Improvements

==== All

  * Changed user group id to "rabbit-shocker".
  * Changed user group name to "Rabbit Shocker".
  * Added rabbit.gemspec to gem.

==== rabbit

  * Supported gzip-ed Dia file. [Reported by okkez]
  * Changed Dia file backend to SVG.
  * Changed the default PDF size to 360mm,270mm that is 4:3 ratio from
    A4 landscape.

==== rabbit-slide

  * Supported slide ID on SlideShare saving.
  * Supported slide ID on Speaker Deck saving.
  * Changed PDF file name to "#{slide ID}-#{slide base name}.pdf".

==== rabbit-theme

  * Changed to generate PDFs of theme benchmark slide for all
    available locales (English and Japanese).

==== Theme

  * Supported Rabbit::Format::Size as indent value.
  * Supported foreground color of image caption change.
  * title-on-image-toolkit: Added background of title.
  * default-block-quote:
    * Deprecated @block_quote_image_max_width. Use
      @block_quote_image_width instead.
    * Supported image instead of line as frame.
    * Reduced font size for title of cited content.
    * Enabled quoted text justification.
    * Supported avatar.
  * clear-blue:
    * Added indentation to the first paragraph in block quote.
    * Changed to use image instead of line as frame.
  * color-circle-block-quote:
    * Changed to use image instead of line as frame.
  * rabbit-block-quote:
    * Changed to use image instead of line as frame.

==== Documentation

  * Updated install document by Homebrew. [Updated by hokkai7go]

=== Fixes

==== rabbit-slide

  * Fixed slide URL on slide.rabbit-shocker.org.

==== rabbit-theme

  * Fixed slide URL on theme.rabbit-shocker.org.

=== Thanks

  * hokkai7go
  * okkez

== 2.0.2: 2012-09-02

This release improves slide management feature and theme management
feature.

They don't have backward compatibility. You need to upgrade slides and
themes generated by Rabbit 2.0.1 or earlier by manual. You need to
change Rakefile and config.yaml. There are reference Rakefile and
config.yaml in the below change lists. There is no auto upgrade
feature.

=== Improvements

==== rabbit-slide

  * Shotened Rakefile. (incompatible)

      require "rabbit/task/slide"
      Rabbit::Task::Slide.new

  * Put all configuration to config.yaml. (incompatible)

      ---
      id: theme-benchmark-en
      base_name: theme-benchmark
      tags:
      - rabbit
      presentation_date: 2012/09/02
      version: 1.0.0
      licenses:
      - GPLv3+
      - GFDL
      - CC BY-SA 3.0
      author:
        markup_language: :rd
        name: Kouhei Sutou
        email: kou@cozmixng.org
        rubygems_user: kou
        slideshare_user: kou
        speaker_deck_user: kou

  * Supported lincenses.
  * Supported .gitignore generation.
  * Added PDF to gem.

==== rabbit-theme

  * Shotened Rakefile. (incompatible)

      require "rabbit/task/theme"
      Rabbit::Task::Theme.new

  * Put all configuration to config.yaml. (incompatible)

      ---
      id: clear-blue
      tags:
      - rabbit
      version: 1.0.0
      licenses:
      - GPLv3+
      - GFDL
      - CC BY-SA 3.0
      author:
        name: Kouhei Sutou
        email: kou@cozmixng.org
        rubygems_user: kou

  * Supported lincenses.
  * Supported .gitignore generation.

==== Theme

  * default-title-text: Set bottom margin to "institution".
  * default-title-text: Removed bottom margin of "content source".
  * slide-number: Changed to use slide margin instead of the default margin.

=== Fixes

==== rabbit

  * Fixed a bug that gem theme isn't searched.

==== Theme

  * nari: Fixed a potential bug that headline may be centered.

== 2.0.1: 2012-08-31

A bug fix release.

=== Improvements

==== rabbit

  * The slide source specified by command line is use rather than the
    slide source specified by .rabbit.

=== Fixes

==== rabbit

  * Fixed a bug that information window doesn't work.
    [Fixed by Narihiro Nakamura]
  * Fixed a bug that index mode doesn't work.
    [Reported by Masaomi Hatakeyama]
  * Fixed a bug that TeX formater doesn't work.
    [Reported by Masaomi Hatakeyama]

=== THanks

  * Narihiro Nakamura
  * Masaomi Hatakeyama

== 2.0.0: 2012-08-29

Major version up!

Slides and themes can be shared. Both of them can be registered as gem
at RubyGems.org. If you specify a slide gem, ((%rabbit%)) command
installs and shows it automatically. If you specify a theme gem,
((%rabbit%)) command installs and uses it automatically.

A tool that publishes your slide to SlideShare with one command is
also added. You can share your slide more easily.

Some utilities such as RabbiRack and Rabbiter are splited as new
packages. You needed to install related libraries manually. Now, you
can install them automatically by installing those tools. It's easy to
install.

=== Improvements

==== rabbit

  * Made gettext gem required library.
  * Made rttool gem required library.
  * Supported relative path image in slide that is specified as URL.
  * Supported .rabbit file in the current directory. If the file exists,
    command line arguments are read from the file.
  * Supported a directory that has .rabbit as source file.
  * Supported a slide that is published as gem.
  * Supported a theme that is published as gem.
  * Added --options-file option that reads command line arguments from
    the specified file.
  * Removed setup.rb.
  * Removed obsoleted --druby-uri option.
  * Removed the default image directory customization feature on
    install. It's not neeed now.
  * Used (({theme.rb})) as the Ruby script file for theme.
    (({#{THEME_NAME}.rb})) is still available but it's obsoleted.
  * Supported (({.})) as the special theme name. It uses a theme in
    the current directory.

==== rabbit-slide

New feature. It provides the following slide related features.

  * Scaffolds a new slide.
  * Uploads a slide to RubyGems.org.
  * Uploads a slide to SlideShare.
  * Shows a slide easily.
  * Generates a PDF easily.

==== rabbit-theme

New feature. It proves the following theme related features.

  * Scaffolds a new theme.
  * Uploads a theme to RubyGems.org.
  * Shows a theme by benchmark slide.
  * Generates a PDF easily.

==== Theme

  * background-image-toolkit: Supported a background image specified by URL.
    [Suggested by Youhei SASAKI]
  * image-slide-number: Showed page number in flags by default.
  * default: Enabled hare and tortoise by default.

=== Fixes

==== Documentation

  * Fixed wrong description of numerical character reference.
    [Reported by znz]

=== Changes

  * Split up RabbiRack into rabbirack gem.
  * Split up Rabbiter into rabbiter gem.
  * Split up RabWii into rabwii gem.
  * Split up theme benchmark slide to
    rabbit-slide-rabbit-theme-benchmark-en gem.

=== Thanks

  * znz
  * Youhei SASAKI
2013-01-26 11:07:29 +00:00
..
aalib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
AfterShotPro Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
agg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
aqsis Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
artist Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
asymptote Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
autopano-sift-C Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
autotrace Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
aview Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
babl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
barcode Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
bktr2jpeg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
blender Don't link against libexecinfo on NetBSD 6; it's new in 7. 2013-01-19 20:40:55 +00:00
blender-doc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
blinkenthemes Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
blinkentools Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
cairo Update to 1.12.10: 2013-01-21 14:15:16 +00:00
cairo-gobject Update to 1.12.10; for details, see cairo. 2013-01-21 14:15:56 +00:00
cairomm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
cal3d Fix build with automake-1.13. 2013-01-23 17:26:27 +00:00
cal3d-examples Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
cambevao Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
camediaplay Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
camlimages Corrected build failure with clang, and added comments to patches. 2012-12-26 10:24:16 +00:00
cdlabelgen Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
Cenon Update Cenon to 3.9.6 2012-10-22 22:59:47 +00:00
cheese Fix build with automake-1.13. 2013-01-23 17:26:27 +00:00
cinepaint Depend on x11/fltk13 rather than x11/fltk. 2012-11-15 13:44:13 +00:00
circos Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
claraocr Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
clutter Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clutter-box2d Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clutter-cairo Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clutter-gtk Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clutter-mx Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clutter-qt Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clutter08 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clutter08-gtk Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
cnxtview Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
Coin Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
comix Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
compface Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
cpia2view Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
cqcam Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
CRWInfo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
darktable Update darktable to 1.1.2: 2013-01-20 18:34:18 +00:00
dcraw Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
denemo Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
dia Update HOMEPAGE 2012-12-04 12:37:15 +00:00
dia-python Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
digikam recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
digikam-doc-kde3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
digikam-kde3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
djview4 Revbump after updating graphics/pango 2012-10-08 23:00:34 +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 sync w/ base pkg 2012-12-17 13:55:48 +00:00
dvipng Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
dx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
dxsamples Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
edje recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
enblend-enfuse * Version 4.1 "Trouble In Paradise" 2012-12-09 00:11:42 +00:00
eog Don't accidently pick up eog-3 as dependency. 2012-12-28 22:21:14 +00:00
eog-plugins Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
eog-plugins-map Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
eog3 update to 3.6.2 2012-11-23 17:22:08 +00:00
epeg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
evas Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
evas-buffer Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +00:00
evas-edb Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +00:00
evas-eet Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +00:00
evas-gif Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +00:00
evas-jpeg Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +00:00
evas-pmaps Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +00:00
evas-png Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +00:00
evas-sdl Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +00:00
evas-sdl-16 Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +00:00
evas-software-x11 Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
evas-svg Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
evas-tiff Revbump for 2012-02-06 12:39:49 +00:00
evas-xpm Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD 2011-12-05 17:33:31 +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 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
exiftags Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
exiv2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
exiv2-organize Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
extrema Don't use variable length arrays of non-POD types. 2012-11-23 12:29:15 +00:00
f-spot Bump PKGREVISION from devel/nss 3.14.0. 2012-12-15 10:36:18 +00:00
f4l Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
fbm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
feh recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
flphoto Depend on x11/fltk13 rather than x11/fltk. 2012-11-15 13:44:13 +00:00
fly Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
fnlib Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
fotoxx Update to 13.01.2 2013-01-13 04:17:08 +00:00
frameworks Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
freeglut Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 Update to 2.4.11: 2013-01-06 00:38:13 +00:00
fujiplay Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
g2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gdchart Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gdk-pixbuf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gdk-pixbuf2 update to 2.26.5 2012-11-15 14:52:54 +00:00
gdk-pixbuf2-jasper graphics/gdk-pixbuf2*: Fix base sync problem permanently 2012-10-08 08:04:28 +00:00
gdk-pixbuf2-xlib reset PKGREV for base pkg update 2012-11-15 14:53:29 +00:00
geeqie Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gegl add 2 patches from upstream: 2012-11-06 14:03:00 +00:00
geomview Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
get_ds7 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gfract Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gif2png Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gif320 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
giflib Replace patch with SUBST_SED. 2012-10-20 13:32:54 +00:00
giflib-util Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gifsicle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10: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 bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
gimp note CVE # 2012-11-27 11:13:48 +00:00
gimp-color-manager Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gimp-docs-de Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-en Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-es Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-fr Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-it Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-ja Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-ko Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-nl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-nn Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-pl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-ru Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-sv Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-docs-zh_CN Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gimp-exif-browser Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gimp-fix-ca Revbump after updating graphics/pango 2012-10-08 23:00: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 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gimp-rawphoto Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gimp-refocus-it avoid CONFLICTS between 2012-10-21 08:56:48 +00:00
gimp-resynthesizer Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gimp-ufraw Revbump after updating graphics/pango 2012-10-08 23:00:34 +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 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
giram Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
glew Changes 1.9.0: 2012-12-07 16:01:15 +00:00
glitz Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gliv Recursive bump for new gtkglext pangox-compat dependency. 2012-10-16 17:47:19 +00:00
glm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
glpng Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
glu Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
glut
glx-utils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gmngview Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
GMT Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 Revbump after updating graphics/pango 2012-10-08 23:00:34 +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 update to 3.6.2 2012-11-23 17:23:33 +00:00
gnuplot Need to explicitly link against libiconv on Solaris. 2012-12-19 14:26:37 +00:00
gocr Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
goocanvas Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
goocanvasmm Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gource Fix build again on gcc 4.5.4. 2012-12-19 13:50:35 +00:00
gphoto2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gpicview Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gqview Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gqview-devel Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
grap Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
GraphicsMagick Changes 1.3.17: 2012-11-03 20:45:46 +00:00
graphviz Explicitly dont try to build gts support. 2012-11-17 22:37:40 +00:00
graphviz-dot-mode Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gri Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gst-plugins0.10-cairo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gst-plugins1-jpeg Import gst-plugins1-jpeg-1.0.3 as graphics/gst-plugins1-jpeg. 2012-11-29 08:40:23 +00:00
gst-plugins1-png Import gst-plugins1-png-1.0.3 as graphics/gst-plugins1-png. 2012-11-29 08:41:38 +00:00
gthumb Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gthumb3 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gtkam Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gtkglext Recursive bump for new gtkglext pangox-compat dependency. 2012-10-16 17:47:19 +00:00
gtkimageview Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gtksee Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
guile-cairo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
GUIlib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gwenview Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gwenview-i18n-kde3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
gwenview-kde3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
h5utils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
hp2xx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
hugin Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
icon-naming-utils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
iGMT Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ilmbase Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ImageMagick Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
ImageViewer Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
imlib Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
imlib-gtk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
imlib2 Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
impress Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
inkscape Fix Object.h conflict 2012-12-30 10:31:14 +00:00
ivtools Fix main definition. 2012-12-25 21:09:08 +00:00
jasper Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jbig2dec Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jbigkit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jhead Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jpeg Fix problem with booleans by reverting to the old definition. 2013-01-24 22:10:42 +00:00
jpeg2ps Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jpeg_ls Consistently use void. 2012-12-20 21:52:28 +00:00
jpeginfo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jpegoptim Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
kbarcode Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
kcolorchooser Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
kdegraphics-mobipocket Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
kdegraphics-strigi-analyzer Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
kdegraphics-thumbnailers Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
kdegraphics3 Allow building with new fribidi. 2013-01-17 15:54:36 +00:00
kgamma Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
kipi-plugins recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
kipi-plugins-calendar-kde3 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
kipi-plugins-kde3 Avoid redefining local symbols. Fix namespace lookup issues. 2012-10-26 20:38:24 +00:00
kolourpaint Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
koverartist Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
kphotoalbum Fix template look up. 2012-12-22 20:01:44 +00:00
kphotobook Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
kphotools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
kruler Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ksaneplugin Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ksnapshot Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
lcms Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
lcms2 Small correction to MASTER_SITES 2012-11-03 20:18:53 +00:00
lensfun Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
lib3ds Fix build with automake-1.13. 2013-01-23 17:26:27 +00:00
libart Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libcaca Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libexif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libexif-gtk Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
libgdiplus Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libgexiv2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libggi Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
libggigcp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libggimisc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libggiwmh Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libgii Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libgiigic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libgnomecanvas Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
libgnomecanvasmm Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
libjpeg-turbo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libkdcraw Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
libkdcraw-kde3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libkexif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libkexiv2 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
libkexiv2-kde3 Don't redeclare a local variable. 2012-11-16 00:52:14 +00:00
libkface Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
libkipi Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
libkipi-kde3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libksane Bump PKGREVISION from graphics/sane-backends. 2012-12-10 12:32:39 +00:00
liblqr Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libotf Update to 0.9.13. Update HOMEPAGE and MASTER_SITES. 2012-10-14 18:06:39 +00:00
libpano13 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libpuzzle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libraw switch to lcms2, bump PKGREV 2012-10-10 13:06:14 +00:00
libraw013 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
librsvg update to 2.36.4 2012-10-19 18:33:07 +00:00
libscigraphica Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
libungif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libv4l Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libvideogfx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libwebp Update to 0.2.1 2012-11-25 17:28:04 +00:00
libwmf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
libxmi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ljpeg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
lprof Honour user CFLAGS. 2012-12-24 21:11:17 +00:00
magicpoint Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
mandelbulber Fix build on Solaris. 2012-12-24 14:42:05 +00:00
Mesa Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
MesaDemos At least on NetBSD, this needs pthreads, so include pthreads.bl3.mk. 2011-12-20 14:11:33 +00:00
MesaLib Don't enable dri on Solaris 10 and lower. 2012-10-17 11:36:02 +00:00
metacam Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
mgl Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
mng Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
mypaint Fix build on SmartOS/gcc 4.7. 2012-12-19 11:25:31 +00:00
ncview Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
netpbm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ocrad Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
opencsg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
opencv Fix oversaturated int type compilation error for programs depending on opencv 2012-12-07 21:37:10 +00:00
opendis Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
openexr Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
openimageio Release 1.1.2 (5 Dec 2012) 2012-12-08 22:47:40 +00:00
openjpeg Bump BUILDLINK_{API,ABI}_DEPENDS 2012-12-09 15:25:42 +00:00
openjpeg15 Revbump 2013-01-07 13:00:02 +00:00
OpenRM Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
optipng Fix build on NetBSD when using *at. 2013-01-11 13:27:53 +00:00
osg recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
oxygen-icons Prefer bsdtar (in-tree) over external GPL3 gtar. 2013-01-11 00:15:39 +00:00
p5-Barcode-Code128 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-cairo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-Chart Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-Chart-ThreeD Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-clutter Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
p5-GD Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GD-Barcode Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GD-Graph-sparklines Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GD-Graph3d Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GD-SecurityImage Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GD-SVG Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GDGraph Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GDGraph-boxplot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GDTextUtil Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GIFgraph Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-Gnome2-Canvas Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
p5-GraphicsMagick Changes 1.3.17: 2012-11-03 20:45:46 +00:00
p5-GraphViz Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-GraphViz2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-Image-BMP Update to 1.17. No NEWS found. 2012-10-21 22:58:11 +00:00
p5-Image-ExifTool Update to 9.01: 2012-10-21 23:03:28 +00:00
p5-Image-Imlib2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-Image-Info Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-Image-Size Update to 3.232. Add missing REPLACE_PERL. 2012-10-21 23:05:30 +00:00
p5-PerlMagick reset PKGREV for base pkg update 2012-10-10 13:22:48 +00:00
p5-RRDTool-OO Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-SVG Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-SWF-File Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
p5-Template-GD Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
panomatic Match return type and return use. Fix template look up. 2012-11-16 00:53:01 +00:00
PanoTools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pdiff Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
pgraf Use void for xx. 2012-12-20 21:51:38 +00:00
photopc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ploticus-examples Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
plotmtv Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
plotutils Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
png Update to 1.5.14: 2013-01-24 08:15:50 +00:00
png2html Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pngcheck Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pngcrush Version 1.7.44 (built with libpng-1.5.14 and zlib-1.2.7) 2013-01-24 21:00:42 +00:00
potrace Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
povray Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
prag Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ps2eps Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
pstoedit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-aafigure Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-actdiag Update to arcdiag-1.4.1 2012-11-19 19:57:29 +00:00
py-biggles Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-blockdiag Update block-diag to 1.2.3 2012-11-19 19:54:39 +00:00
py-cairo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-clutter Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
py-clutter-gtk Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
py-gd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-gdchart Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-gnuplot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-goocanvas Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
py-gtkglext Recursive bump for new gtkglext pangox-compat dependency. 2012-10-16 17:47:19 +00:00
py-imaging Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-imagingtk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-matplotlib update to 1.2 2012-12-17 11:51:18 +00:00
py-matplotlib-gtk2 sync w/ base pkg 2012-12-17 11:52:42 +00:00
py-matplotlib-tk sync w/ base pkg 2012-12-17 11:52:42 +00:00
py-nwdiag Update to nwdiag-0.9.2 2012-11-19 20:00:06 +00:00
py-OpenGL Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-piddle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
py-pyfits Use REPLACE_PYTHON. Set LICENSE. Bump PKGREVISION. 2012-10-16 08:00:52 +00:00
py-seqdiag Update to seqdiag-0.8.1 2012-11-19 20:02:13 +00:00
py-sk1libs Revbump after updating graphics/jpeg 2013-01-24 21:52:17 +00:00
py-uniconvertor Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
qcomicbook Import qcomicbook-0.9.0 as graphics/qcomicbook. 2013-01-23 21:55:25 +00:00
qimageblitz Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
qiv Update to 2.2.4, provided by ISIHARA Takanori in PR 46167. 2012-12-12 12:56:25 +00:00
qiviewer Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
quesoglc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
qvplay Fix inline usage. Add missing return values. 2012-11-01 19:50:59 +00:00
rabbit Update rabbit to 2.0.6. 2013-01-26 11:07:29 +00:00
radiance Pass around input buffer lengths properly and don't use gets(). 2012-12-27 00:23:21 +00:00
rayshade Apply some void love. 2012-12-25 21:08:40 +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 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ruby-chunky_png Update ruby-chunky_png to 1.2.7. 2013-01-14 06:10:30 +00:00
ruby-clutter Build fixes for glib2 inclusion. 2012-05-06 17:36:33 +00:00
ruby-clutter-cairo Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ruby-clutter-core Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ruby-clutter-gtk Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ruby-color
ruby-color-japanese
ruby-color-tools
ruby-gd Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
ruby-gnome2-gdkpixbuf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ruby-gnome2-goocanvas Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ruby-gnome2-rsvg Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ruby-gnuplot Update ruby-gnuplot to 2.6.2. 2013-01-14 06:14:03 +00:00
ruby-imlib2 Revbump for 2012-02-06 12:39:49 +00:00
ruby-mini-magick Update ruby-mini-magick to 3.4. 2012-03-17 15:46:24 +00:00
ruby-oily_png Add ruby-oily_png package version 1.0.2. 2012-09-16 06:38:26 +00:00
ruby-opengl
ruby-rcairo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ruby-RMagick Recursive revbump from graphics/libwebp update. 2012-08-18 08:49:40 +00:00
s10sh Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
sane-backends Fix PR pkg/47308 2012-12-12 08:40:27 +00:00
sane-frontends Bump PKGREVISION from graphics/sane-backends. 2012-12-10 12:32:39 +00:00
scidavis Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
scigraphica Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
scrot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
SDL_image Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
shotwell Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
shotwell-gtk3 update to 0.13.1 2012-10-10 11:41:12 +00:00
showimg recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
silgraphite Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
silgraphite-ft Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
silgraphite-xft Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
simage Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
skencil Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
spcaview Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
svgpart Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
tango-icon-theme Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
tesseract graphics/tesseract: #include <unistd.h> 2012-11-23 23:52:33 +00:00
tex-a2ping Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
tex-a2ping-doc
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
tex-eepic
tex-eepic-doc
tex-epstopdf Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
tex-epstopdf-doc Import tex-epstopdf-doc-2.16 as graphics/tex-epstopdf-doc. 2011-10-26 20:33:12 +00:00
tex-metapost Update tex-metapost{,-doc} to 1.212. 2011-12-15 22:34:40 +00:00
tex-metapost-doc Update tex-metapost{,-doc} to 1.212. 2011-12-15 22:34:40 +00:00
tex-mptopdf Update tex-mptopdf{,-doc} to 2012. 2012-10-14 21:59:40 +00:00
tex-mptopdf-doc Update tex-mptopdf{,-doc} to 2012. 2012-10-14 21:59:40 +00:00
tex-pdfcrop Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
tex-pdfcrop-doc Import tex-pdfcrop-doc-1.32 as graphics/tex-pdfcrop-doc. 2011-10-27 18:05:55 +00:00
tex-psgo
tex-psgo-doc
tex-pst-2dplot
tex-pst-2dplot-doc
tex-pst-3d
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 Import tex-pst-pdf-1.1v as graphics/tex-pst-pdf. 2011-10-27 18:24:57 +00:00
tex-pst-pdf-doc Import tex-pst-pdf-doc-1.1v as graphics/tex-pst-pdf-doc. 2011-10-27 18:25:17 +00:00
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-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 Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-xypic-doc
tgif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
tiff add patch from Redhat bug #871700 to fix a possible buffer overflow 2012-11-05 12:41:48 +00:00
TiffIO Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
tkpiechart Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
tuxpaint Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
tuxpaint-config Depend on x11/fltk13 rather than x11/fltk. 2012-11-15 13:44:13 +00:00
tuxpaint-stamps Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ucview Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
unicap Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
urt Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
vcg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
veusz Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
vid Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
viewfax Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
viewnior Update to 1.3 2012-11-03 13:54:20 +00:00
vigra Prefer bsdtar (in-tree) over external GPL3 gtar. 2013-01-11 00:15:39 +00:00
vnc2swf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
vp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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 update to 1.1.9 2012-10-10 13:32:09 +00:00
x11rec Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xart Add missing return values. 2012-11-01 19:53:04 +00:00
xbmbrowser Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xdot Import xdot-20121124 as graphics/xdot. 2013-01-05 22:12:33 +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 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
xfig Fix void usage. 2012-12-24 21:12:36 +00:00
xgraph Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xli Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
xmorph Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xpaint Don't return without value. 2012-10-24 15:38:43 +00:00
xplot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xplot-devel Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xsane Bump PKGREVISION from graphics/sane-backends. 2012-12-10 12:32:39 +00:00
xv Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
xzgv Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
zphoto Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
Makefile + qcomicbook 2013-01-23 21:55:39 +00:00