Commit graph

9040 commits

Author SHA1 Message Date
wiz
748dc139a6 Remove unneeded conditional. Test with X11_TYPE=native. 2011-08-20 14:52:57 +00:00
taca
14933ad9a3 Add ad hoc change to fix build problem with X11_TYPE == "modular". 2011-08-20 13:53:23 +00:00
wiz
8013885211 Remove png12, no packages need it. 2011-08-19 06:11:02 +00:00
joerg
ba86959a11 Kill Id from jlam's original patch 2011-08-18 13:00:26 +00:00
wiz
9436f1d4bb Update to 2.4.2. Set LICENSE.
2.4.2 Changes done by R. Dassing, Michael Potter
      Base.pm:
      The values for 'true' resp. 'false' may be of the following
      true: TRUE, true, T, t, 1 and defined
      false: FALSE, false, F, f, 0 or undefined

      Base.pm:
      Added new options xlabel and xrange which is valid for xy_plot
      and Chart::Lines, Chart::Points, Chart::LinesPoints,
      Chart::Split, Chart::ErrorBars.

      In order to use the labels, the chart module needs to have 'xlabels'
      AND 'xrange' set. Below is some example code for use:
      @labels = (['Jan', 'Feb','Mar'],
                 ['10','40','70']);
      $chart->set( xlabels => \@labels,
                   xrange => [0,100] );
      This options allow to set and position labels at the x-axis arbitrary.

      add_dataset() and app_pt() accepts now datasets as lists and as
          references to list like already mentioned in the docs


      Pie.pm:
      Optimized organisation of the placement of the labels.
      Added flag to avoid plotting of legends at all
      Using GD Version 2.0.36 as this version supports 'filledArc'

      Composite.pm:
      Correction due to Request 23166
      write the endmost value of input array
      in imagemap_data array

      Lines.pm:
      Correction due to Request 23166:
      write the endmost value of input array
      in imagemap_data array
2011-08-16 21:53:41 +00:00
wiz
938b0e8356 Update to 1.062:
Overview of changes in Cairo 1.062
==================================

* Cairo::FtFontFace: Keep the FT_Face alive long enough to avoid
  segfaults
* Add two new example programs
* Fix test failures
2011-08-16 21:51:30 +00:00
schnoebe
aa4dd6102b Add an option to select/suppress SNMP support.
(configure was finding libsnmp.so if net-snmp was installed, but
 net-snmp wasn't buildlink'd in. It would build just fine if net-snmp
 wasn't installed.)
2011-08-15 01:56:33 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
wiz
2f2052ce13 Add MESSAGE, missing in previous. 2011-08-13 16:40:44 +00:00
taca
794a2bff67 Restrict dependency pattern due to gemspec.
Bump PKGREVISION.
2011-08-12 17:02:29 +00:00
taca
4cfc083e89 Update graphics/ruby-chunky_png package to 1.2.1.
Changes are unknown.
2011-08-12 17:01:47 +00:00
obache
a080ce2f1c Update nwdiag to 0.4.0.
0.4.0 (2011-08-09)
 * Add syntax for peer network
2011-08-11 12:46:29 +00:00
obache
5440db5c51 Update blockdiag to 0.8.9.
0.8.9 (2011-08-09)
 * Fix bugs
0.8.8 (2011-08-08)
 * Fix bugs
2011-08-11 12:40:57 +00:00
dholland
2dfb89d5dd Add note that next PKGREVISION bump should be to 3, as 2 was used briefly
a few months ago and then reverted.
2011-08-10 17:43:57 +00:00
wiz
36c46c79ad Update to 4.0.1, from Nicolas Thauvin.
4.0.1
	* Minor bug fixes, patch submitted by Damien Doligez

4.0.0
	* Stop supporting the autoconf build. (It might works though.)
	* Instead of autoconf, using omake and ocamlfind
	* Subpackages: no need to link codes for uninterested format.
	* Stop supporting lablgtk1
	  - Ximage2 module is now Ximage, and the older Ximage is removed
	  - OXimage2 module is now OXimage, and the older OXimage is removed

3.2.0
	* Misnamed version. It should have been 3.0.3 or something.
        * Small bug fix for image load memory allocation vulnerability

3.0.2
        * O'Caml 3.11 port.
	* Integer overflow vulnerability fix for pngread.c

3.0.1
        * Alpha channel support for png images.

3.0.0
        * new version numbering scheme
        * autoconf and makefiles cleanup
        * fix examples compilation

2.2.1
        * Now compiling with -warn-error -A
2011-08-07 20:36:20 +00:00
obache
160cd2809f + py-actdiag, py-nwdiag, py-seqdiag 2011-08-07 15:50:22 +00:00
obache
b3a4b26d37 Import py-seqdiag-0.3.8 as graphics/py-seqdiag.
`seqdiag' generate sequence-diagram image file from spec-text file.
* Generate sequence-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
2011-08-07 15:45:43 +00:00
obache
c3cf467481 Import py-nwdiag-0.3.3 as graphics/py-nwdiag.
`nwdiag' generate network-diagram image file from spec-text file.
* Generate network-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
2011-08-07 15:45:04 +00:00
obache
eaf4300662 Import py-actdiag-0.1.7 as graphics/py-actdiag.
`actdiag' generate activity-diagram image file from spec-text file.
* Generate activity-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
2011-08-07 15:43:50 +00:00
obache
d6511fe9c9 Update blockdiag to 0.8.7
0.8.7 (2011-08-06)
 * Fix bugs
0.8.6 (2011-08-01)
 * Support Pillow as replacement of PIL (experimental)
 * Fix bugs
0.8.5 (2011-07-31)
 * Allow dot characters in node_id
 * Fix bugs
2011-08-07 06:14:27 +00:00
ryoon
c26377b0ea Add gource 2011-08-06 22:05:59 +00:00
ryoon
81f46408d4 Import gource-0.35 as graphics/gource from wip/gource.
Software projects are displayed by Gource as an animated tree with
the root directory of the project at its centre. Directories appear
as branches with files as leaves. Developers can be seen working
on the tree at the times they contributed to the project.

Currently Gource includes built-in log generation support for Git,
Mercurial and Bazaar and SVN (as of 0.29). Gource can also parse
logs produced by several third party tools for CVS repositories.
2011-08-06 22:03:53 +00:00
obache
6a87f92143 Update rabbit to 1.0.4.
== 1.0.4: 2011-08-06

Theme improvements release!

=== Improvements

==== Theme

  * nari: Added. This is for nari. [Created by nari]
  * image-slide-number: Changed the default here to a cute here.
  * image-slide-number: Supported flag color customize.
  * image-timer: Changed the default tortoise to a cute tortoise.
  * rubykaigi2011: Supported the tortoise and the here.

=== Fixes

==== Documentation

  * Fixed Pango link. [Patch by Ken Muryoi]

=== Thanks

  * nari
  * Ken Muryoi

== 1.0.3: 2011-07-17

A bug fix release of 1.0.2.

=== Improvements

==== Core

  * Supported RubyGems 1.8.5.
    [Reported by okkez]
  * rabbit command doesn't use standard input as the default
    source type.

=== Fixes

==== Core

  * Fixed a problem that Wiki notation support doesn't show error.
    [Reported by kimura wataru]
  * Added missing Sinatra dependency.

==== Theme

  * footer-comment: Fixed a problem that a comment is hidden
    shortly.

=== Thanks

  * okkez
  * kimura wataru
2011-08-06 13:39:27 +00:00
wiz
4c215c7e86 Add comments to patches. 2011-08-05 18:21:13 +00:00
wiz
9253beda17 Add upstream bug report URL. 2011-08-04 23:58:35 +00:00
drochner
3bf0d5c3ce pull in boundary check from gdk2-pixbuf to fix a possible buffer
overflow by invalid GIF images, see redhat bug#727081
bump PKGREV
2011-08-03 10:01:25 +00:00
cheusov
86a63e1287 Fixed: build failure on 5.99.55
Update to 2.4.6, No answer from maintainer.

 CHANGES BETWEEN 2.4.5 and 2.4.6

  I. IMPORTANT BUG FIXES

    - For TrueType based fonts, the ascender and descender values were
      incorrect sometimes  (off by a pixel if the ppem value was not a
      multiple of 5).   Depending on the use you might now  experience
      a different  layout; the  change should  result in  better, more
      consistent line spacing.

    - Fix CVE-2011-0226  which causes a  vulnerability while  handling
      Type 1 fonts.

    - BDF fonts  containing  glyphs with negative values  for ENCODING
      were  incorrectly  rejected.  This  bug has  been introduced  in
      FreeType version 2.2.0.

    - David Bevan contributed a major revision of the FreeType stroker
      code:

      . The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected.

      . A new  line join style,  FT_STROKER_LINEJOIN_MITER_FIXED,  has
        been introduced to support PostScript and PDF miter joins.

      . FT_STROKER_LINEJOIN_MITER_VARIABLE  has been introduced ches has
        been fixed.


  II. MISCELLANEOUS

      - SFNT bitmap fonts which contain an outline glyph for `.notdef'
        only no longer set the FT_FACE_FLAG_SCALABLE flag.

CHANGES BETWEEN 2.4.4 and 2.4.5

  I. IMPORTANT BUG FIXES

    - A rendering regression  for second-order B#zier curves  has been
      fixed, introduced in 2.4.3.


  II. IMPORTANT CHANGES

    - If autohinting  is not  explicitly disabled,  FreeType now  uses
      the autohinter if  a TrueType based font doesn't  contain native
      hints.

    - The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH  has been made
      redundant and  is simply ignored;  this means that FreeType  now
      ignores the global advance width value in TrueType fonts.


  III. MISCELLANEOUS

    - `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
      a font.

    - Support for PCF files compressed with bzip2 has been contributed
      by Joel  Klinghed.  To  make this  work, the  OS must  provide a
      bzip2 library.

    - Bradley  Grainger  contributed  project  and  solution  files in
      Visual Studio 2010 format.

    - Again some fixes to better handle broken fonts.
2011-08-03 08:25:41 +00:00
dholland
91d4e44727 Add png 1.5 support and go back to current png. Should have done this a
long time ago; it was somewhat lengthy but completely straightforward.
2011-07-31 20:42:17 +00:00
gls
4dd43a54e7 Add sys/socket.h to backend/magicolor.c and backend/xerox_mfp-tcp.c.
Should fix PR pkg/45196 by Alex Hornung.
2011-07-31 20:05:58 +00:00
jakllsch
86c798ae80 povray needs old png-1.2, use it now that we have it again. 2011-07-31 17:58:09 +00:00
jakllsch
5893203599 +png12 2011-07-31 17:49:17 +00:00
jakllsch
dda9c6b1f0 Add package of png-1.2 series.
Needed for compatibility with packages that haven't been ported to png-1.5.
2011-07-31 17:48:16 +00:00
gls
7a7213c136 Add two patches from upstream to fix importing raws with libraw 0.13.6 and 0.13.7
PKGREV++
2011-07-31 17:37:00 +00:00
gls
ab682806b6 Update graphics/libraw to 0.13.7.
Upstream changes:
* Changes in cropping code:
  o cropping is now works for Fuji files (instead of crash)
  o bad pixels map and dark frame subtraction is turned off if cropping enable
  o for technical reasons, coordinates of top-left corner of crop box are
rounded to multiple of 4 for Fuji files.
* ./configure stuff fixes:
  o install static libraries only when --enable-static is set
  o compiled samples are dynamically linked if shared library not disabled.
* OpenMP enabled for Visual Studio 2008 SP1+, but not for RTM
2011-07-31 17:33:54 +00:00
minskim
f5afe86653 Do not generate an mpost format for mfplain, which is now a part of
web2c.  Noted by tron@.
2011-07-28 08:54:58 +00:00
minskim
7e8f389e19 Update ps2eps to 1.68.
Changes:
- quoted translate command string
- quote of tmpfname for coping with spaces in filenames
- added -a option
- changed handling of hiresBB (now rounded to hiresprecision, by default 0.5pt)
- added %%BeginData %%EndData as indicators for Binary Section
- added new option -b (treat as binary) to prevent filtering CR/LF stuff
- fixed help/usage formatting output
2011-07-28 07:21:07 +00:00
jakllsch
e261929ff1 Fix man page path with a patch. 2011-07-26 21:48:00 +00:00
jakllsch
d55efc53ca +darktable 2011-07-26 21:39:45 +00:00
jakllsch
fbca60fd85 Add darktable package.
darktable is a photography workflow application: a virtual lighttable
and darkroom for photographers: it manages your digital negatives
in a database and lets you view them through a zoomable lighttable.
it also enables you to develop raw images and enhance them.
2011-07-26 21:37:47 +00:00
jakllsch
4ddd997836 Correct to match reality. 2011-07-25 17:53:17 +00:00
jakllsch
e344bb5dc9 +lcms2 2011-07-25 17:50:03 +00:00
jakllsch
d495037e87 Add Little CMS 2 color correction package. 2011-07-25 17:48:55 +00:00
joerg
34531af4a4 Honour ${CC} 2011-07-21 17:04:46 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
dholland
9fc84be960 Handle installed csh scripts properly. PR 37581; also mentioned in PR
37949 and PR 37952.

Someone should try building and running this on a machine with no
native csh.
2011-07-21 05:53:23 +00:00
drochner
e47dfc9e61 replace SA# in comment with a CVE reference 2011-07-18 09:54:27 +00:00
dholland
fd668fc366 Fix broken build on NetBSD. 2011-07-17 07:45:19 +00:00
obache
494ff73fb0 Update rabbit to 1.0.2.
== 1.0.2: 2011-07-15

RubyKaigi2011 release.

=== Improvements

==== Core

  * Re-supported GTK+ 2.20. (For Debian GNU/Linux squeeze)
    [Reported by akira yamada]

==== Theme

  * title-slide-background-image: Added. It shows background
    image with title slide slide.
  * table: Supported font color customize.
  * rubykaigi2011: Added. It's for RubyKaigi2011.

=== Fixes

==== Theme

  * default-item-mark-setup: Fixed duplicated font name
    specified error.
  * edge-info-toolkit: Fixed duplicated font name
    specified error.

=== Thanks

  * yamada akira

== 1.0.1: 2011-07-15

A bug fix release of 1.0.0.

=== Fixes

==== Core

  * Removed needless albino gem dependency.

== 1.0.0: 2011-07-15

The first major release! We spent seven years for it!

=== Improvements

==== Core

  * Made Twitter related gems optional not required.
  * Disabled Clutter by default. --use-gl is required to
    enable it.
    [Reported by OBATA Akio]
  * Supported ((<blockdiag|URL:http://blockdiag.com/blockdiag/build/html/>)).

    RD:
      # blockdiag
      # relative_width = 90
      # fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
      {
        fontsize = 25;
        RD -> Rabbit;
        Hiki -> Rabbit;
        PDF -> Rabbit;
        group {
          Rabbit -> Display;
        }
      }

    Hiki:
      {{blockdiag("
      {
        fontsize = 25;
        RD -> Rabbit;
        Hiki -> Rabbit;
        PDF -> Rabbit;
        group {
          Rabbit -> Display;
        }
      }",
                  {
                    :relative_width => 90,
      #             :antialias => true,
                    :fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf",
                               "/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"],
                  })}}
  * Removed Anthy support.
  * Supported syntax highlighting by CodeRay.
  * Supported syntax highlighting by Emacs.
  * Improved "run from console" detection.
    [Reported by OBATA Akio]
  * Supported non-blocking mode for Twitter connection.
    [Reported by OBATA Akio]
  * Improved the default logger detection.
    [Reported by OBATA Akio]
  * Supported Nokogiri and dropped HTree.
  * Added --allotted-time option to specify presentation
    allotted time.
  * Added --comment-theme option to specify a theme for
    comment.

    For example, use --comment-theme stream-comment to
    stream comment on your slide.
  * Removed RWiki support.

==== Rabbiter

  * Added --log-status option to log streamed information
    for debug.

==== Rabbirack

  * Added. It is a new Web interface for Rabbit. It will
    deprecate Rabrick.

==== Theme

  * Added shadow-color, shadow-x and shadow-y properties to
    text element.
  * syntax-highlighting: Added. It specifies colors for
    syntax highlighting.
  * footer-comment:
    * Improved image-timer support.
    * Disabled the last comment remaining by default.
  * rabbit-powered-by: Disabled banner.
  * pdf-tortoise-and-hare: Removed because it's merged to
    pdf theme.
  * pdf:
    * Supported hare and tortoise.
    * Supported comment.
  * base: Added foreground color, background color and
    shadow color configurations.
  * default-comment: Added. It specifies a theme for comment.

=== Fixes

==== Core

  * Fixed a problem that .mo are missing in package.
    [Reported by OBATA Akio]
  * Fixed a problem that appending comment from rabbiter
    crashes Rabbit.
  * Fixed a problem that PDF file detection is failed in
    Ruby 1.9.

==== Documentation

  * Fixed link URL.
    [Reported znz]

=== Thanks

  * OBATA Akio
  * znz
2011-07-15 14:28:07 +00:00
obache
b3e4d8c19d + py-blockdiag 2011-07-15 13:56:09 +00:00
obache
5f841a3b9f Import py-blockdiag-0.8.4 as graphics/py-blockdiag.
`blockdiag` generate block-diagram image file from spec-text file.
  * Generate block-diagram from dot like text (basic feature).
  * Multilingualization for node-label (utf-8 only).
2011-07-15 13:54:07 +00:00