Commit graph

5511 commits

Author SHA1 Message Date
rillig
8214caad27 BUILDLINK_RECOMMENDED follows the recent PKGREVISION bump. 2005-11-03 01:52:29 +00:00
rillig
203220f2a9 Added a patch that prevents glitz from using -lsunmath on Solaris, as
this library is not provided by the Solaris base system. Thanks to
<grant> for finding the relevant part to patch. Bumped PKGREVISION.
2005-11-03 01:47:08 +00:00
reed
619c87d777 Depend on at least the latest version of ImageMagick.
This fixed core dumps and
Exception 435: unable to open image `/var/var/tmp/tmp.0.00017342aa.ppm': No such file or directory
noticed when using html2ps.

The PerlMagick webpage says "get the PerlMagick distribution
corresponding installed ImageMagick distribution (e.g. PerlMagick
6.22 for ImageMagick 6.2.2)". We are using the source from the
ImageMagick distribution -- so use at least the same version.

Bump PKGREVISION.
2005-11-03 00:47:11 +00:00
reed
d03e7ec4a1 More specific HOMEPAGE. 2005-11-02 23:44:07 +00:00
tv
0467fcb69a NOT_FOR_PLATFORM Interix. 2005-11-02 15:55:19 +00:00
taca
b9d791c80d Bump PKGREVISION of packages including ruby extention library
by  Ruby 1.8.3 updates.
2005-11-02 09:48:33 +00:00
wiz
243654bf05 Casing fix in MAINTAINER. 2005-11-02 06:56:55 +00:00
hiramatsu
48d5d7bb20 OpenBSD doesn't have lround. 2005-11-02 00:45:02 +00:00
tonio
c377de5d61 Fix .mo files generation problem, as in libkexif and libkipi 2005-10-31 15:13:03 +00:00
adam
68e54d449b Changes 2.2.9:
- fixed minor problem in JPEG plug-in
- allow to disable build of gtkhtml2, svg, and lcms features
- fixed bug in Imagemap plug-in
- handle PSD files with untitled channels
- fixed build of MMX/SSE assembly code on gcc 4.0
- fixed crash in image preview code
- fixed redraw of previews in Rotate Colormap plug-in
- fixed redraw of previews in Filterpack plug-in
- cross-compilation fixes and build fixes for Cygwin
- fixed character placement in Text Circle script
- made GIMP more robust against strange characters in directory names
- fixed minor issue in Dicom plug-in
- deal with API change in librsvg >= 2.11.0
- fixed bug in ellipse selection
- fixed build issue on Cygwin
- fixed problem in ellipse selection
- ease closing of iscissors outline
- fixed handling of Tab key if NumLock is active
- fixed problem with random number generator in QBist plug-in
- raise palettes grid instead of creating a new one
- fixed problem with environment maps in Lighting plug-in
- fixed Gaussian Blur for small radii
- fixed Select By Color tool on grayscale layers
2005-10-31 13:07:02 +00:00
salo
222b993679 Security fix for CVE-2005-3178:
"Buffer overflow in xli might allow user-complicit attackers to execute
arbitrary code via a long title name in a NIFF file, which triggers the
overflow during zoom, reduce, or rotate operations."

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-3178

Patch from Debian.
2005-10-30 17:58:58 +00:00
xtraeme
31623323a5 Added graphics/vnc2swf. 2005-10-29 14:30:56 +00:00
xtraeme
2f10dbad83 Initial import of vnc2swf-0.5.0 from pkgsrc-wip, packaged by OBATA Akio.
Vnc2swf captures live motion of a screen through VNC protocol
and converts it a Macromedia Flash(TM) movie (.swf)
2005-10-29 14:29:13 +00:00
wiz
f98a8ae7d3 Reset maintainer to tech-pkg:
host idoru.mine.nu[82.31.78.41] said: 550 sorry,
    never heard of you (in reply to RCPT TO command)
2005-10-29 12:02:22 +00:00
wiz
cddc8bff9a Sort. 2005-10-27 07:56:02 +00:00
rillig
877205acf4 Added -lsunmath for SunOS. 2005-10-26 11:45:30 +00:00
tonio
05216ca190 Fix mistake in po/is/Makefile.in, that caused make package to fail
under netbsd 2.0 (create an empty .mo file if msgfmt failed)
2005-10-25 21:41:52 +00:00
tonio
ea28784011 Fix mistake in po/is/Makefile.in that caused make package to fail under
netbsd 2.0 (create empty .mo file in case msgfmt failed)
2005-10-25 21:40:23 +00:00
adam
92652f3e71 Fix buildling 2005-10-25 11:31:55 +00:00
wiz
144e44f9ca Update to 0.40. Add a tk option to install an additional
tcl/tk frontend.

 0.40
       update PNM file reader to maxval > 255
       (make rpm) updated
       barcode-patch UPC_addon by Michael van Rooyen
       CAPITAL_LETTER_A_WITH_OGONEK added
       no "(PICTURE)" output for UTF8+ASCII (better for Mobile OCR project)
       smooth_borders() bug fixed and reworked
       5x7 and prop10 font adaptions
       objects now detected by flood-fill algorithm (better?)
       XML-output changed
       changed auto dust detection (not final)

 0.39
       XML output added (subject of change, suggestions are welcome)
       netpbm-link-error fixed in gocr.c and configure.in:
         gocr.c: <config.h> changed to "config.h"
       configure-option --with-netpbm=PATH and --without-netpbm added
       update configure.in according to autoconf 2.57
       wchar_h miss-configuration fixed in pgm2asc.c
       fix compiler warnings
       char filter accepts abbreviations now, like "0-9A-F" (but slow)
       update READMEde.txt
       output barcode tags (also improved recognition)
       fix pnm.c for files like example.eps.pbm
       fix detect.c for barcodes
       fix ocr0n.c 0<->8g

 0.38
       move UTF/HTML/TeX decoding to getTextLine, return (char *) now
       out_format HTML step towards detailed XML output
       correct line detection for footnotes (detect.c)
       "y" now seen as vowel (pgm2asc.c), I<vowel> susbtituted by l<vowel>
       &eacute;-detection, &aacute;-output fixed
       default dust_size is -1 now (auto detection = mean_size/10)
       char filter added
        ex: -C 0123456789ABCDEF    - recognize only hexcodes
       man page updated (hopefully correct syntax)
       database bug fixed (small fonts, example by Chris)
       several bugs fixed by W. Webber (thanks)
       speed improved by 3rd-pass matrix filter in pixel() (pixel.c) (code from W. Webber)
       bug in remove_dust (remove.c) fixed
       for fonts bigger than 20x40 smooth_borders() changed (b/w-scans)
       bug in O0-detection fixed
2005-10-25 02:06:57 +00:00
rillig
0ed622cf33 USE_MSGFMT_PLURALS=yes 2005-10-24 16:22:26 +00:00
rillig
9f5d565d37 Fixed the --mandir argument to configure. This makes the package build on
NetBSD-1.6.2/i386 again.
2005-10-24 15:01:37 +00:00
adam
e5072b9936 Changes 2-0.9:
* spelling fixes and new content for german, italian, english,
  chinese and french
* XML validation fixes
* CSS cleanups
* lower depth for PNGs for the online version of the manual
* small changes to the build system
2005-10-24 08:51:16 +00:00
rillig
bbc3b873f4 Added RCS Id to patch-ad. 2005-10-23 20:02:01 +00:00
wiz
090654314f Remove fragments that was last useful when
this package used USE_X11BASE, which has not been the case for a long
time now.
2005-10-23 18:58:30 +00:00
wiz
a87af3bd3c Remove fragment that was last useful when
this package used USE_X11BASE, which has not been the case for a long
time now.
2005-10-23 17:27:36 +00:00
drochner
84cf6a3235 3 added 2005-10-21 17:36:10 +00:00
drochner
293de22401 import the current development version of GIMP (2.3.4) for those who want
to play with the new selection tool, color management or whatever
2005-10-21 17:31:55 +00:00
drochner
b2d3c761d9 import exifprobe-2.0.1, another tool to scan EXIF data 2005-10-21 17:17:08 +00:00
drochner
7eb593f13a import kimdaba-2.1, a tool to organize digital images 2005-10-21 17:10:03 +00:00
drochner
400876c594 +veusz 2005-10-21 15:30:13 +00:00
drochner
daf8424684 import veusz-0-8, a plot program based on py-qt and py-numarray 2005-10-21 15:03:01 +00:00
adam
9e9c489b88 Changes 10.30:
Add pambayer.

Add pamrgbatopng.

Add pamtilt.  Thanks Gregg Townsend <gmt@cs.arizona.edu>.

pamtotiff: create from pnmtotiff.

pamtofits: create from pnmtofits.

pamaddnoise: crate from pnmaddnoise.

pamarith: Add -divide.

pammasksharpen: Add -sharpness.

pnmtopng: add -comp_mem_level, -comp_strategy, -comp_method,
-comp_window_bits, -comp_buffer_size.

pnmtopng: use Shhopt command line processor; replace
-chroma with -rgb, -phys with -size, -time with -modtime.

pnmremap: Handle multiple image stream.

xpmtoppm: Expand capacity from 2K character input lines to
8K character input lines.

libnetpbm: improved messages for "color xxx cannot be
represented precisely with maxval M"

libnetpbm color specification parsing:  Improve warning message
about rounding.

libnetpbm/everything: speed up ppm_writeppmrow() and
pgm_writepgmrow() by doing one fwrite per row instead of
a pgm_writerawsample() per sample.

pnmtopng: fix "meaningful bits" optimization of PGM so it
optimizes all the way instead of stopping at 4 bits.

pnmtopng: fix crash when no -alpha option, due to dereferencing
of undefined alpha_mask.

pnmtopng: fix bug: arbitrary color made transparent in
paletted PNG when nothing should be transparent.

pnmtops: bug: selects wrong Postscript level.

bmptopnm: Don't crash on BMP with no color map.

bmptopnm: Fix wrong file name in error messages.

ppmtowinicon: use REALLOCARRAY instead of arithmetic-overflowing
realloc().

anytopnm: fix bug: fails when 'file' database doesn't
have mime type but does have human-readable type.

manweb: recognize directory as not executable in search of PATH.

pgm_allocrow(), ppm_allocrow(), pnm_allocrow(): cure
arithmetic overflow.

libnetpbm: On plain formats, check for sample value exceeding
maxval.

libnetpbm: reject maxval > 65535 in "pam" functions.

pamarith: Use normalized libnetpbm facilities to get
proper accuracy.  Thanks Thomas Henlich
<http://sourceforge.net/users/thenlich/>.

pamarith: fix bug: shift functions don't work when maxvals
are not identical.

pamarith: fix rounding error on multiply.

pgmtexture: correct calculation of normalizing constants
for d > 1.  Thanks Marc Breithecker
<Marc.Breithecker@informatik.uni-erlangen.de>.

pnmnorm: fix divide by zero crash.

pnmnorm: fix bug that doesn't let you specify
-luminosity, -colorvalue, or -saturation.

ilbmtoppm: fix variable used before set.

pnmtofits: fix 16 bit sample values > 2**15.

pnmtopsnr: minor adjustments to messages.

pnmnorm: don't crash when wvalue == bvalue.  Thanks Thomas
<http://sourceforge.net/users/thenlich/>.

pnmnorm: fix rounding of output values.  Thanks Thomas
<http://sourceforge.net/users/thenlich/>.

pnmhisteq: Fix external map to have width maxval + 1 instead
of maxval, so full intensity input pixels map properly.

pnmhisteq: Fix -rmap.

Fix typos in error messages in various programs.

pgmmedian: change syntax to Netpbm standard.

pammasksharpen: fix signedness bug that caused random bright
pixels at edges.

pammasksharpen: fix bug with maxval != 255.

Clean up a bunch of function prototypes so some broken
compilers don't complain about missing "const" in them.

Remove dependency of pnmtops on basename().  It isn't in
some C libraries and we don't want to mess with linking
extra libraries.

Build of ppmsvgalib: work properly when LINUXSVGALIB is
a "default path" value such as "libvga.so".
2005-10-19 09:30:08 +00:00
seb
eb615aa461 Add & enable digikam-doc 2005-10-18 10:04:25 +00:00
seb
3a8300cfc4 Initial import of digikam-doc as version 0.7.4 into the NetBSD Packages
Collection.

Digikam is a simple digital photo management KDE application, which makes
importing and organizing digital photos easy. This package provides
Digikam's documentation.
2005-10-18 10:03:16 +00:00
seb
3ad9c13d39 Update to version 0.7.4
Changes since last packaged version (0.7.2):

version 0.7.4
Updated translations.

version 0.7.3
- New plugin 'Blowup Photograph' using CImg library.
- New plugin 'Photograph Inpainting' using CImg library.
- New plugin 'Photograph Restoration' using CImg library.
- New plugin 'WhiteBalance'.
- New plugin 'Texture'.
- New plugin 'Blur FX'.
- New plugin 'Distortion FX'.
- New plugin 'Insert Text'.
- New plugin 'Infrared Film'.
- New plugin 'Channel Mixer'.
2005-10-18 09:57:00 +00:00
seb
3137ee46fe Update to version 0.7.4
Note that DigiKam's documentation is now in the upcoming new package
digikam-doc.

Changes since last packaged version (0.7.2):

version 0.7.4
Updated translations

version 0.7.3
+ Showfoto : add image properties dialog like in digiKam, add RMB menu, Move
to trash/Delete File option, add setup dialog, add new option to toogle
thumbbar in fullscreen mode, DigikamImagePlugins support, load/unload plugins
dynamicly in according with setup, add statusbar, add splashscreen support,
add resize image option, add Print capability, add Key shortcuts and toolbar
configuration settings, add Edit/copy action, Undo/Redo actions, add showfoto
icon, GUI improvements.

+ Image filters levels and curves adjustments : add option to see over-exposed
pixels in preview effect (like with Acdsee(tm) tools).

+ Image histogram : color guide tool.

+ Image filters levels and curves adjustments : mouse tracking picker color
like in Gimp and Photoshop(tm).

+ Patch from Alfons Hoogervorst about histogram visible while viewing photo in
digiKam image editor and showfoto using blending.

+ digiKam Splashscreen from Andreas Fischer.

+ showfoto Splashscreen from Joern Ahrens.

+ Added a history based undo/redo function. The undo/redo icons in the toolbar
are popup-menus, which describes the actions on the image.

+ Add a new button to the album properties which calculates
the average date of the images in the album based on the EXIF
headers or the modification date of the images if the exif
headers are not available. It sets the date property of the album
to the average date.

+ New digiKam image editor plugin for black and white conversion :
          - Since digikam include colors channel mixer, using this one for
          BW conversion. Give best results than old implementation. BW
          conversion are based on gimpguru.org tutorial
          (http://www.gimpguru.org/Tutorials/Color2BW).
          - This plugin has a dialog with preview effect.
          - B&W filters available are :  Neutral B&W, B&W with Green
          filter(NEW), B&W with Orange filter(NEW), B&W with Red
          filter(NEW), B&W with Yellow filter(NEW), Sepia,
          Brown, Cold, Selenium, Platinum.

Bugs Fix : 103618 104005 103458 103515 105007 103147 105303 107155 103219
103445 103282 103243 102195 102322 100991 100987 100472 98706
2005-10-18 09:44:09 +00:00
seb
3119a0e22e Update to version 0.1.0rc1
Change MASTER_SITES to DigiKam's.

Summary of changes since last packaged version (0.1.0beta2):
(from https://mail.kde.org/pipermail/kde-imaging/2005-September/001660.html)

From the previous beta version we have fixed a major amount of bugs,
and we would now like to have feedback so we can squash the remaining bugs.

New in this version is the flickr upload plugin: you can now easily upload
your images to the flickr server. Sendimages now has support for Thunderbird
and GmailAgent. We fixed numerous bugs in the CDArchiving plugin, it should
work fine again with K3b. Rename images had some issues, we rewrote the user
interface and fixed several bugs. The weekdays of the calendar were not
localized. We fixed the ImagesGallery, so you can export multiple tags to a
html-page. You can now rotate or flip your images lossless, while preserving
the timestamp. The rawconverter now supports dcraw>=6.x.

More information about the bugs can be found in the following bugreports:
108227, 98269, 89394,91651,100877,100568,110391,110659,110698,
110575,99895,104032,105727,110508,104511,97178,102219, 98199,
108537, 101110. 9943 .103282
2005-10-18 09:39:37 +00:00
seb
91c406194b Update to version 0.1.2.
Change MASTER_SITES to DigiKam's.

Summary ofchanges since last packaged version (0.1.1):
(from https://mail.kde.org/pipermail/kde-imaging/2005-September/001660.html)

This release adds support for -f visibility and changes
some of the licenses, corrects the homepage URL and includes some doxygen
fixes.
2005-10-18 09:34:02 +00:00
seb
cd88260875 Update to version 0.2.2
Change HOMEPAGE, not yet perfect but better than previous.

This release is a bug fixes release.
2005-10-18 09:29:38 +00:00
wiz
70ae244afd Complete move of gocr from textproc to graphics. 2005-10-16 20:23:14 +00:00
wiz
f9be059009 Re-import textproc/gocr as graphics/gocr (better fit). 2005-10-16 20:20:41 +00:00
wiz
e79e13f630 Add and enable ocrad. 2005-10-16 20:18:21 +00:00
wiz
34d1c8a276 Initial import of ocrad-0.13:
GNU Ocrad is an OCR (Optical Character Recognition) program based
on a feature extraction method. It reads a bitmap image in pbm or
pgm formats and produces text in byte (8-bit) or UTF-8 formats.

Ocrad includes a layout analyser able to separate the columns or
blocks of text normally found on printed pages.
2005-10-16 20:17:49 +00:00
jdolecek
1e3e429716 Update 9.0.2. There don't seem to be any significant changes
since 8.12, but the old distfile isn't available anymore.

PR: 31743 by Zafer Aydogan

Note this program has been discontinued by the author due to dispute
with Linux kernel developers regarding loading binary-only module (pwcx).
2005-10-16 12:47:24 +00:00
wiz
bb7729e647 Update to 3.7.4:
MAJOR CHANGES:
     * Fixed important bug in custom tags handling code..

   ------------------------------------------------

   CHANGES IN THE SOFTWARE CONFIGURATION:
     * Applied patch from Patrick Welche (all scripts moved in the 'config'
       and 'm4' directories).
     * SConstruct, libtiff/SConstruct: Added the first very preliminary
       support for SCons software building tool (http://www.scons.org/). This
       is experimental infrastructure and it will exist along with the
       autotools stuff.
     * port/lfind.c: Added lfind() replacement module.

   ------------------------------------------------

   CHANGES IN LIBTIFF:
     * tif_dir.c: When prefreeing tv->value in TIFFSetFieldV also set it to
       NULL to avoid double free when re-setting custom string fields as per:
       http://bugzilla.remotesensing.org/show_bug.cgi?id=922
     * tif_dir.c: Fixed up support for swapping "double complex" values (128
       bits as 2 64 bits doubles). GDAL gcore tests now pass on bigendian
       (macosx) system.
     * libtiff/{tif_dirread.c, tif_dirinfo.c}: Do not upcast BYTEs to SHORTs
       in the TIFFFetchByteArray(). Remove TIFFFetchExtraSamples() function,
       use TIFFFetchNormalTag() instead as per bug
       http://bugzilla.remotesensing.org/show_bug.cgi?id=831 Remove
       TIFFFetchExtraSamples() function, use TIFFFetchNormalTag() instead.
     * tif_print.c: Fixed printing of the BYTE and SBYTE arrays.
     * tif_write.c: Do not check the PlanarConfiguration field in the
       TIFFWriteCheck() function in case of single band images (as per TIFF
       spec).
     * libtiff/{tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_print.c}: Make
       FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,
       ImageFullWidth, ImageFullLength and PrimaryChromaticities tags custom.

   ------------------------------------------------

   CHANGES IN THE TOOLS:
     * tiffcp.c: Fixed WhitePoint tag copying.

   ------------------------------------------------

   CHANGES IN THE CONTRIB AREA:
     * tiffdump.c: Added support for TIFF_IFD datatype.
     * addtiffo/{tif_overview.c, tif_ovrcache.c, tif_ovrcache.h}: Make
       overviews working for contiguous images.
2005-10-15 17:11:51 +00:00
jmmv
714d4fe1a4 This needs plural support. Fixes PR pkg/31816 by Leonard Schmidt.
We ought to make this feature automatic to avoid these problems in the
future...
2005-10-15 09:33:24 +00:00
jmmv
f93f89ab02 Update to 2.12.1:
Version 2.12.1
--------------

- Several bug fixes from Lucas Rocha: fixes a crash reading broken
  SVG files, fixes a crash when opening a symlink to an image,
  and properly updates the status bar on opening.
- Translation Updaes: Vladimir Petkov (bg), Mahay Alam Khan (bn),
  Miloslav Trmac (cs), Iñaki Larrañaga Murgoitio (eu), Ignacio
  Casal Quinteiro (gl), Alessio Frusciante (it), Christian Rose (sv),
  Clytie Siddall (vi)


Version 2.12.0
--------------

- Images opened with the sidebar enabled are now shown at 100% zoom
  with a correct window size. Bug #315189. (Ryan Lortie)
- Fixed a crashing bug while using arrow keys to navigate a
  directory. Bug #311086. (Lucas Rocha)
- Translation Updates: Vladimir Petkov (bg), Jordi Mallach (ca),
  Miloslav Trmac (cs), Rhys Jones (cy), Hendrik Richter (de),
  Kostas Papadimas (el), Stéphane Raimbault (fr), Gil Osher (he),
  Gabor Kelemen (hu), Mohammad DAMT (id), Young-Ho Cha (ko),
  Erdal Ronahi (ku), Žygimantas Beručka (lt), Michiel Sikkes (nl),
  Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt), Mugurel
  Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Baris
  Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi),
  Woodman Tuen (zh_TW)


Version 2.11.92
--------------

- Threading bug fix from Ross Burton.
- New Ukraininian translation of the manual.
- Translation Updates:
  Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs),
  Kostas Papadimas (el), Gabor Kelemen (hu), Žygimantas Beručka (lt),
  Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt) , Mugurel
  Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Maxim
  Dziumanenko (uk), Woodman Tuen (zh_TW)


Version 2.11.90
---------------

- Bug fixes for dual-screen/multi-monitor display.
  (Davyd Madeley)
- ICC color profile support, requires the Little CMS library
  available at http://www.littlecms.com/ (Ross Burton)
- The thumbnail list of images is now updated dynamically
  based on filesystem changes. (Philip Van Hoof)
- Printing and print preview bugs have been fixed. (Philip Van Hoof)
- Many small bug fixes and UI changes.
- Translation Updates:
  Abdulaziz Al-Arfaj (ar), Vladimir Petkov (bg), Jordi Mallach (ca),
  Miloslav Trmac (cs), Martin Willemoes Hansen (da), Hendrik Richter
  (de), Nikos Charonitakis (el), Adam Weinberger (en_CA), David Lodge
  (en_GB), Francisco Javier F. Serrador (es), Priit Laes (et), Iñaki
  Larrañaga Murgoitio (eu), Meelad Zakaria (fa), Ilkka Tuohela
  (fi), Benoît Dejean (fr), Ignacio Casal Quinteiro (gl), Ankit
  Patel (gu), Rajesh Ranjan (hi), Gabor Kelemen (hu), Mohammad DAMT
  (id), Alessio Frusciante (it), Takeshi AIHANA (ja), Changwoo Ryu
  (ko), Žygimantas Beručka (lt), Terance Edward Sola (nb), Pawan
  Chitrakar (ne), Michiel Sikkes (nl), Åsmund Skjæveland (nn),
  Terance Edward Sola (no), Zuza Software Foundation (nso), Bartosz
  Kosiorek (pl), Guilherme de S. Pastore (pt_BR), Duarte Loreto
  (pt), Mugurel Tudor (ro), Leonid Kanter (ru), Steve Murphy (rw),
  Ivan Noris (sk), Laurent Dhima (sq), Игор Несторовић
  (sr), Christian Rose (sv), (tamil), Theppitak Karoonboonyanan (th),
  A. Alphan Bayazit (tr), Gheyret T.Kenji (ug), Maxim Dziumanenko
  (uk), Clytie Siddall (vi), Canonical Ltd (xh), Funda Wang (zh_CN),
  Woodman Tuen (zh_TW), Zuza Software Foundation (zu)


Version 2.11.0
--------------

- The status bar code has been reworked (Paolo Borelli)
- Preferences and Help dialogs now launch centered on the
  parent window. (Paolo Borelli)
- Some small fixes to the zoom UI (Paolo Borelli)
- Color picker button has been rewritten to use new Gtk API
  (Paolo Borelli)
- More UI fixes (Paolo Borelli, Dennis Cranston, Murali K.)
- Many bug fixes (Kjartan Maraas, Behdad Esfahbod)
- Portable to the Microsoft Windows platform (Tor Lillqvist)
- Translation Updates:
  Vladimir Petkov (bg), Martin Willemoes Hansen (da),
  Francisco Javier F. Serrador (es), Ivar Smolin (et),
  Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl),
  Terance Edward Sola (nb), Michiel Sikkes (nl),
  Terance Edward Sola (no), Ivan Noris (sk),
  Theppitak Karoonboonyanan (th), Gheyret T.Kenji (ug),
  Funda Wang (zh_CN), Woodman Tuen (zh_TW)
2005-10-14 21:52:14 +00:00
markd
ec1d5bd521 Update to KDE 3.4.3
Changes:
kpdf: Fix a crash some people when login out with kpdf running
kpdf: Make back button in konqueror work again
kpdf: Use the mimetype shell provides us (if any) instead of trying to
      guess it
kpdf: Fix a crash in document available at poppler bug 3344
kpdf: Disable custom zlib based renderer as was giving problems with some
      documents
kpdf: Fix some problems in document available at poppler bug 3299
kpdf: Fix regression that prevented the opening of some malformed files
kpdf: Fix some x86_64 problems
kpdf: Fix a crash in document available at poppler bug 3728
kpdf: Fix a crash in document available at poppler bug 3750
kpdf: Fix regression that made TOC crash
kpdf: Fix page number not displayed when re-opening PDF files
kpdf: Fix some painting issues of the minibar buttons
kpdf: Fix some small problems with the pageview
kpdf: Find PS fonts on NetBSD
KolourPaint: Prevent accidental drags in the Color Palette from pasting
      text containing the color code
2005-10-13 13:17:59 +00:00
drochner
d48e799f32 fix location of .pc file 2005-10-13 08:34:32 +00:00
jmmv
4d998d57a0 Update to 2.12.1:
==============
Version 2.12.1
==============

* Release for GNOME 2.12.1

Translations

Mahay Alam Khan (bn), Iñaki Larrañaga Murgoitio (eu)


==============
Version 2.12.0
==============

* Release for GNOME 2.12.0

Translations
 Dafydd Harries (cy), Francisco Javier F. Serrador (es),
 Norayr Chilingaryan (hy), Dan Damian (ro), Leonid Kanter (ru)


===============
Version 2.11.92
===============

* Release for GNOME 2.11.92

Translations
  Игор Несторовић (sr)
2005-10-12 21:58:12 +00:00
jmmv
6f15315dcf Update to 2.12.1:
* Improve architecture independence
  -- bug #316200 (Stanislav Brabec)
* Fix permissions of some installed png files to not be executable
  -- bug #316173 (Stanislav Brabec)
* Fix installation of media and emoticons to use gnome instead of hicolor
  -- http://bugzilla.novell.com/show_bug.cgi?id=91387 (Rodney Dawes)
* Change the volume-knob icon in all sizes, and replace 48x48 with svg
  -- bug #408160 (Jakub Steiner)
* Updated translations [bg, bn, eu]
2005-10-12 21:46:31 +00:00
drochner
cd00f1eb31 update to 1.1.5
changes:
+ Runs under Python 1.5.2 and newer, including 2.4.  You may need
  additional libraries to build under 1.5.2; see instructions below.
+ New build procedure.  The setup.py file now configures and builds
  the core library as well as the bindings, in one step.
+ Added stub drivers for BUFR, FITS, GRIB, HDF5, and WMF files.
  Stub drivers can identify the file format, but relies on
  application-provided drivers to read or write images in that
  format.
+ Added experimental "LA" mode support. An "LA" image is an "L"
  image with an attached transparency layer.
+ Added "RankFilter", "MinFilter", "MedianFilter", and "MaxFilter"
  classes to the ImageFilter module.
+ Improved support for applications using multiple threads on
  systems with multiple processors and/or hyperthreading processors.
+ Added EXIF GPSInfo read support for JPEG files.
+ Lots of bug fixes and performance tweaks.

pkgsrc note: freetype and tiff support isn't built yet, should be
separate pkgs
2005-10-12 14:48:44 +00:00
hiramatsu
1efdbdb178 Force to use src/base/ftsystem.c instead of of builds/unix/ftsystem.c
because it doesn't work properly on OepnBSD.
2005-10-12 04:43:26 +00:00
tron
ba1a357ec8 Include buildlink3 files for "libcroco" and "libgsf" to fix build
problems of (at least) the "gimp" package.
2005-10-11 09:50:49 +00:00
reed
9ec3a6344c Add patch-ad:
It undefines _BSD_SOURCE if on Linux system
to avoid a parse error on GLIBC /usr/include/string.h.
This hack is from gentoo.
2005-10-10 19:56:07 +00:00
reed
33ae701b89 Use INSTALLATION_DIRS to create lib/X11/app-defaults.
(Shoujld this be created by something else?)
2005-10-10 19:54:13 +00:00
joerg
8f3be13709 Add DragonFly support. 2005-10-10 16:54:22 +00:00
joerg
f7bfac86f9 Reorder thread library detection. On FreeBSD 4 and DragonFly 1.2 gcc
links against -lc_r only when -pthread is used, otherwise both -lc_r and
-lc gets linked in.
2005-10-10 16:53:57 +00:00
joerg
2d0a8a5e41 Also use the lround workaround on older DragonFly systems. 2005-10-10 16:35:45 +00:00
jmmv
4b5d36aafa Remove librsvg2-gtk2. 2005-10-10 13:59:35 +00:00
jmmv
472a606701 Update librsvg2 to 2.12.6.
While doing this, merge the librsvg2-gtk package into librsvg2.  The reason
is that from now on the core library (librsvg) uses gdk, so there is no
gain in separating both things (the GTK+ dependency is needed anyway).

Also enable gnome-vfs support, as one of our dependents (libgsf) is already
pulling it in (so the new dependency is not "bloat").  For completeness,
enable libgnomeprint* support too.

2005-10-06  Dom Lachowicz <cinamod@hotmail.com>

	* autogen.sh: Let librsvg build out of srcdir. Bug #158331
	* test-display.c: Populate save dialogs with the SVG's name. Bug #318010.
	* configure.in: Ditto
	* rsvg-structure.c: Related to bug #318025, don't set has_width or has_height unless they are > 0.
	* rsvg.c: Bug #168567, mega hack to make multiImage sort-of work.
	* configure.in: 2.12.6

2005-10-06  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-paint-server.c: Backport Caleb's patch to 317871, fixing a crash
	inside of libart for some gradients.
	* rsvg-art-paint-server.c: Ditto

2005-10-04  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-shapes.c: Fix problems in non-C locales. Bug #317615
	* configure.in: 2.12.5

2005-10-01  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: 2.12.4
	* gdk-pixbuf-loader/io-svg.c: Because bug 308021 was fixed, and bug 317225 still
	exists (although possibly not within librsvg itself), I've re-enabled a match for
	"<?xml", with a priority of "1".

2005-10-01  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: bug 314593, support firefox-config

2005-09-29  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-filter.c: Fix bug #317549
	* configure.in: 2.12.3

2005-09-25  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c: Bug 309660 - signedness issues
	* configure.in: 2.12.2

2005-09-25  Dom Lachowicz <cinamod@hotmail.com>

	* 2.12.1

	* rsvg-structure.c:
	* rsvg-shapes.c: Bug 371148 - C89 fixes

	* gdk-pixbuf-loader/Makefile.am
	* gtk-engine/Makefile.am: Bug 316803 - Win32 mingw build fixes

	* moz-plugin/Makefile.am: Bug 316588 - add glib cflags to INCLUDES

	* librsvg.spec.in: Backport from HEAD branch

2005-09-22  Rodney Dawes  <dobey@novell.com>

	* configure.in: GNOME_REQUIRE_PKGCONFIG doesn't exist, so remove it
	so that we don't get a weird warning when running configure

2005-09-16  Dom Lachowicz <cinamod@hotmail.com>

	* gdk-pixbuf-loader/io-svg.c: Scan the first 1024 chars for <svg. 100
	Wasn't sufficient for a lot of icon themes.

2005-09-15  Dom Lachowicz <cinamod@hotmail.com>

	* 2.12.0

2005-08-29  Christian Schaller <uraeus@gnome.org>

	* Do 2.11.1 release

2005-08-26  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.[ch]: Unbreak dpi API. See bug 314628
	* test-rsvg.c: Ditto
	* test-display.c: Ditto
	* gdk-pixbuf-loader/io-svg.c: Backport for the GdkPixbufLoader module
	API changes, sot hat it does better pattern recognition.

2005-08-25  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg.c: disabled char nodes. Chopped off namespaces.
	* configure.in: bumped version number to 2.11.0
2005-10-10 13:58:59 +00:00
jmmv
9d0519b1a6 Update to 2.12.0:
Changes since 2.11.92

* Create icondir before installing into it and no / between destdir and icondir
  (Tor Lillqvist)
* Install scalable application icons to hicolor
  (Jakub Steiner)
* Make 48x48 filesystem icons be scalable again
  -- bug #314346 (Jakub Steiner)
* Updated translations [cy, ru]

Changes since 2.11.91

* Add a generic image-viewer icon
  -- bug #167087 (Jakub Steiner)
* Make 48x48 icons scalable so huge icons don't show up in menus
  -- bug #313052 (Jakub Steiner)
* Remove Adobe logo from postscript-viewer icon
  -- bug #313390 (Jakub Steiner)
* Remove Blender logo icons due to trademark issue (Jakub Steiner)
* Updated translations [id]

Changes since 2.11.90

* Remove icons or parts of icons as appropriate to remove trademarks
  (Rodney Dawes)
* Remove KDE app info icons as the mime type is no longer used
  (Rodney Dawes)
* Remove seagulls from OpenDocument mime type icons
  -- bug #303599 (Jakub Steiner, Rodney Dawes)
* Add a DnD directory accept icon for 16px size
  -- bug #306188 (Jakub Steiner)
* Remove 192px sized cdrom icon
  -- bug #312099 (Jakub Steiner)
* Remove Firefox logo icon at 24px size
  -- bug #312839 (Jakub Steiner)
* Updated translations [sr, sr@Latn, zh_TW]

Changes since 2.11.5

* Install image files required by symlinks so cp does not break on win32
  (Rodney Dawes)

Changes since 2.11.4

* Add -f argument to $LN_S variable
  -- bug #309635 (Rodney Dawes)
* Require automake 1.9 and use tar-ustar (Shaun McCance, Rodney Dawes)

Changes since 2.10.1

* More icons merged in from GPerfection theme (Jakub Steiner)
* More conversion of emblems to SVG (Jakub Steiner)
* New icon for Evolution (Jakub Steiner)
* Support for Win32 (Tor Lillqvist, Rodney Dawes)
* New stock_database icon at 16 and 24 px sizes
  -- bug #132769 (Jakub Steiner)
* Fix python mime type icon
  -- bug #167182 (Jakub Steiner)
* New and updated translations [gl, fa, rw, th, vi, xh, zh_TW]
2005-10-10 13:44:10 +00:00
jmmv
24272acb5e Update to 2.12.0:
libgnomecanvas 2.12.0
---------------------

What's new since 2.11.1:

Bug fixes:
	- Win32 fixes (Tor)

Updated translations:
	- Bulgarian, Canadian English, Catalan, Galician, Indonesian,
	  Kinyarwanda, Persian, Romanian, Vietnamese.

libgnomecanvas 2.11.1
---------------------

What's new since 2.10.0:

* Bug fixes:
	- Fix a bunch of typos in the developer docs (Kjartan)
	- Fixes for the perl bindings (scott at asofyet org)
	- Make gnome_canvas_item_get_bounds() work with Rich
	  text items (Jean Bréfort)
	- Dispose fixes (Arjan J. Molenaar)
	- width_units property not readable for shapes (Jean Bréfort)
	- Fix a crash in gnome_canvas_line_update() (Bob Gibbs)
	- Use HYPER for interpolation in the gdk-pixbuf code path
	  (Daniel Llano)
	- text-height and text-width are not writable (Olivier Andrieu)
	- set item->canvas to NULL, once the canvas got destroyed
2005-10-10 13:42:46 +00:00
rillig
c1fb2ed253 This package needs a C99 compiler. 2005-10-10 09:07:22 +00:00
jschauma
edb536c795 Add '-c99' to CFLAGS for the MIPSPro compiler chain. 2005-10-08 21:11:55 +00:00
seb
c1d8ef18eb Relinquish stewardship. 2005-10-08 19:55:21 +00:00
adam
0043b531ed Fix buildling with PHP and/or Ruby installed 2005-10-08 11:20:26 +00:00
adam
2c6e0bf6b4 Changes 2.6:
- experimentally moved source code management from CVS to GIT
	- added iterator functions to script bindings
	- more C-API tuning
	- add "-c" switch to dot to explicitly generate plugin "config" file
		instead of generating it as a side-effect of "dot -V"
	- better support for binary relocation.
	- plugin versioning and version checking
	- clean up of header files
	- provide statically linked "dot_static" (not incl. in rpms)
	- additional "event" support for GUIs (e.g. "DotEdit" graphviz-cairo)
	- add some information about plugins to "dot -v" output.
	- lefty/dotty fixes
	- fix bugs
2005-10-08 08:11:10 +00:00
hamajima
deef48436b Add missing files to PLIST, bump PKGREVISION. 2005-10-08 06:33:04 +00:00
drochner
a7567a0ef4 update to 1.0.2
This is a maintenance (bug-fix only) release
Three fixes in the 1.0.2 release deserve particular mention:
-Dashed curves
-Better support for multi-thread applications
-Many win32 compilation and rendering fixes
2005-10-06 18:46:59 +00:00
drochner
206593bbf8 update to 2.6.8
changes
-unlimited number of categories
-bugfixes
2005-10-06 18:38:49 +00:00
drochner
1ba82b8fca update to 1.5
changes:
-new LUT editor (RGB and HSV)
-support for user defined sources
-vorticity filter
-support for the VolumeProMapper
-utility script to search the VTK docs
-bugfixes
2005-10-06 18:08:15 +00:00
drochner
6ba51a764c update to 1.7
changes:
-Relaxed license from GPL to LGPL
-Added support for sending data to gnuplot via FIFOs (named pipes).
2005-10-06 18:04:42 +00:00
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
reed
1588a3c2ab Use CONFIGURE_HAS_MANDIR=NO since this old configure script doesn't
know --mandir. (This --mandir for GNU_CONFIGURE was just added
to bsd.pkg.mk a few minutes ago.)
2005-10-04 17:38:30 +00:00
gdt
edc5dd5d18 Add patch to move variable declaration to beginning of function where
it belongs, and where gcc 2.95.3 insists on it being.  Fixes build on
NetBSD 1.6.2.

(I have committed the patch (and the memmem decl patch) to the master
ufraw repository.)
2005-10-04 12:58:13 +00:00
minskim
c1a3dc9743 Use the omf framework and fix PLIST. Bump PKGREVISION. 2005-10-04 02:57:25 +00:00
minskim
b3cf9e529f configure uses pkg-config. 2005-10-04 02:38:28 +00:00
joerg
957ca17ce6 Use platform pthread flags instead of hard coded -lpthread. 2005-10-03 19:46:56 +00:00
joerg
d1cb54c9d6 Use platform thread library flags instead of hard coded -lpthread. 2005-10-03 19:45:42 +00:00
adam
2b8f3a28d4 Changes 6.2.5.0:
* bug-fixes
* improvements
2005-10-03 13:57:40 +00:00
adam
054dccaf97 Changes 2.12.0:
API additions compared to 2.10:
* Added Item::get_parent_group() convenience method.
2005-10-03 13:34:38 +00:00
jmmv
50977d333c Cairo uses pthreads, so link it against the threading library.
Fixes build problems of other packages using cairo (nothing could be linked
with -lcairo before), at least under NetBSD 2.0.  Bump PKGREVISION to 2.
2005-10-02 10:54:37 +00:00
rh
735a98c216 Enable the quartz backend on Darwin if Quartz.framework exists.
Bump PKGREVISION.
2005-10-02 08:09:43 +00:00
taca
2d0ceba29e Update ruby-RMagick package to 1.9.2 based on PR pkg/31408 from OBATA Akio.
pkgsrc's change is to use bz2 archive.

RMagick 1.9.2
    o Feature 2412, add the virtual_pixel_method attribute and the
		    VirtualPixelMethod enumeration
    o Feature 2462, add the ticks_per_second attribute
2005-10-02 06:41:47 +00:00
seb
0a6d1f007f Fix build with qt-3.3.5. 2005-10-02 05:09:52 +00:00
adam
21e86025c9 Changes 1.0.0:
* Behavior and API changes
* API additions
* Features
* Optimization
* Bug fixes
2005-09-30 13:51:24 +00:00
gdt
b07bb71d1a Take patch-aa from graphics/dcraw, avoiding defining memmem on NetBSD >=3.
Probably this should also avoid defining memmem on recent FreeBSD as
well, given that dcraw doesn't test for memmem presence.
2005-09-29 13:20:48 +00:00
adam
c7e48fbf1f qt-3.3.5 fix 2005-09-29 10:24:59 +00:00
rillig
ff0764a7d0 Removed deprecated NO_PATCH. 2005-09-28 22:22:25 +00:00
rillig
76d2a550ec Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 21:55:32 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
rillig
9984e0604a Removed trailing white-space. 2005-09-28 14:15:48 +00:00
wiz
248129b9da Update to 0.97:
xsane-0.96 -> 0.97:
-------------------

 - write_smtp_footer(): changed ".\r\n" by "\r\n.\r\n", this
   solves problems with microsoft exchange servers.

 - translations: U=updated, N=not updated, A=added/new
   cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh
   N  N  N  N  N  N  U  N  N  A  N  N     N  N  N  N  N  N  N  N  U

 - xsane-save.c: xsane_copy_file(): removed fclose(infile) and
   fclose(outfile)
   this bug caused the error "*** glibc detected *** double free
   or corruption (!prev): 0x........ ***" with new gelibc versions
   xsane-save.c: xsane_copy_file_by_name(): added fclose(infile)
   and fclose(outfile)

 - rmoved gtk_events_pending() from the waiting loop in
   xsane_back_gtk_get_filename, it looks like gtk_events_pending()
   increases CPU load very much.

 - xsane-scan.c: function xsane_reduce_to_lineart(): corrected
   order of filenames in xsane_save_image_as_lineart()

 - xsane_device_dialog(...): uses sane_control_option instead of
   xsane_control_option to read option number 0. This means that
   it is not needed that SANE_CAP_SOFT_DETECT is set for option
   number 0
2005-09-27 09:31:38 +00:00
wiz
40e41272f7 Update to 1.0.16. Use pkgsrc's config file framework.
New with 1.0.16, released 2005-08-07:

* New backends: genesys, sm3840
* Updated backends: avision, canon, coolscan, epson, gphoto2, gt68xx, mustek,
  mustek_pp, niash, plustek, plustek_pp, qcam, sm3600, snapscan, teco2,
  umax_pp, v4l.
* More functionality/fixes for sanei_usb and sanei_pp.
* Added sanei_access to allow locking of SANE devices.
* Hotplug updates.
* scanimage updates.
* Portability fixes (especially for OS/2, 64bit platforms, BeOS+ZETA).
* Added Polish translation. Updated other translations. Fixed format strings.
* Documentation updates.
* Bugfixes.
2005-09-27 09:29:56 +00:00
gdt
e1f9b6e2e4 update to 0.5:
25/09/2005 - UFRaw-0.5 released, based on DCRaw v7.65.
* Read support for Nikon Tone Curve (NTC/NCV) files.
* Added a curve editor.
* Added control on the base curve (see the user guide for more information).
* Support the new DCRaw color matrices for better color rendering.
* More controls can be set from the command-line.
* Preliminary EXIF support.
* New UFRaw ID files contain all the conversion parameters and allow
  for batch conversion.
* New 'ufraw-batch' replaces 'ufraw --batch'.
* Numerous other changes.
* Notice that the new Adaptive Homogeneity-Directed interpolation
  is still not enabled.


Also, adds desktop file, and standalone nikon curve program.  The
standalone dcraw that can be built with ufraw is not installed.
2005-09-27 00:31:18 +00:00
wiz
57c640d180 Add missing file. Bump PKGREVISION. 2005-09-26 14:59:13 +00:00
reed
658210fd95 Update to version 1.3.0.
This is a leaf package.  This will close PR #31299. Thank you,Ian.

PLIST slightly different than in the PR though. A few more
directories to remove.

This version brings a few bug fixes to the latest development release, version
1.2.92. Here is the list of fixes:

    * Keyboard shortcuts for file operations now work even if no image is selec
ted.
    * Pressing Enter to enter a folder works again.
    * On the image view, the "hand" cursors have been replaced with standard cursors.
    * The click/double-click behaviour of the bookmark view has been changed to
 match the behaviour of the folder view.
    * Icons of the folder KPart have been enhanced.
    * Authentication dialogs should now always appear over the main window.
    * Folders are no longer included in the image list of KIPI albums.
    * A crash which could happen when loading indexed XCF files produced by rec
ent versions of GIMP has been fixed.
    * A bug introduced in the previous version which caused EXIF information to
 be removed after editing a comment has been fixed.
    * The external tool dialog has been made a bit easier to use by disabling the detail widgets when no tool is selected.
    * Avoid rare cases of the image KPart getting stuck.
    * Double clicking on a thumbnail or the image view now toggles fullscreen instead of browse mode.
2005-09-23 22:05:17 +00:00
wiz
03674876c5 Depend on current pkgsrc version of p5-Gdk-Imlib; bump PKGREVISION. 2005-09-22 14:56:56 +00:00
schmonz
644ab99376 Apply patches for the three 10.29 bugs listed on SourceForge we
hadn't already fixed. The list:

http://sourceforge.net/project/shownotes.php?group_id=5128&release_id=349291

The problems fixed in this PKGREVISION bump:

* pnmtopng: can crash due to wild pointer if you don't use the
    -alpha option.
* pammasksharpen:  Multiple bugs cause it to produce incorrect
    output.
* pnmhisteq: -rmap doesn't work.

Addresses my own PR pkg/31314, with thanks to Nathan Arthur for
bringing these patches to my attention.
2005-09-20 05:04:11 +00:00
hira
375ae0a325 - Fix indent.
- Add pkg-config to USE_TOOLS.
This should fix build error seen in bulk build.
2005-09-19 08:45:45 +00:00
minskim
662d1c1366 Honor GNUSTEP_MAKEFILES. 2005-09-17 20:26:55 +00:00
minskim
d30af7615d Do not override GNUSTEP_MAKEFILES defined in gnustep-make/gnustep.mk. 2005-09-17 14:51:42 +00:00
minskim
eda2383827 Add distinfo due to the newly added patch. 2005-09-17 14:51:02 +00:00
minskim
11d38cefa2 Do not override GNUSTEP_MAKEFILES defined in gnustep-make/gnustep.mk. 2005-09-17 14:35:03 +00:00
pooka
056db14aca fix perl path in ppmquant 2005-09-14 07:38:50 +00:00
taca
4d9187c8f8 Update graphics/ruby-RMagick package to 1.9.1 applying patch from
PR pkg/31251 provided by Akio Obata.

RMagick 1.9.1
o Fixed bug #2157, Image#total_colors is now an alias of Image#number_colors
o Fixed bug #2155, Image#dispose= now accepts a DisposeType enum, #dispose
  now returns a DisposeType enum.
o Fixed bug #2156, Image#properties no longer returns garbage for the property
  name and value.
o Fixed bug #2190, Image#compose now returns a CompositeOperator
o Fixed bug #2191, Image#composite no longer abends when called
  with 0 arguments
o Fixed bug #2213, ImageList#montage method no longer leaves the imagelist
  corrupt after raising an ImageMagickError
o Feature #2159, added GrayChannel ChannelType enum value, BlendCompositeOp
  and ColorBurnCompositeOp CompositeOperator enum values, RLECompression
  CompressionType enum value, deprecate RunlengthCompression
o Feature #2172, added optional argument to crop and crop! to reset the saved
  page offsets after cropping
o Deprecated Image#channel_threshold. This method is deprecated in ImageMagick.
o Feature #2373, change Image#import_pixels to accept a pixel data buffer
  as well as a pixel data array. (Thanks to Ara T. Howard for this suggestion!)
o Fixed to compile without errors with ImageMagick 6.2.4-4.
2005-09-13 14:38:14 +00:00
adam
c546f1a36c Patches are not needed any more 2005-09-08 07:33:53 +00:00
adam
48285a466d Changes 1.9.3:
* New menu entry to open a directory.
* Initial Kinyarwanda translation.
* Vietnamese translation.
* "Pause" as a keybinding to toggle the slideshow.
* Files are sorted in natural order, such that 2.jpg comes before 10.jpg.

Changes 1.9.2:
* Faster loading of collections.
* Faster switching between images.
* Added an option to keep transformations between images.
* Turkish translation
2005-09-07 14:42:10 +00:00
adam
a5f075525c Fix buildling on DragonflyBSD and FreeBSD; courtesy of Steve O'Hara-Smith 2005-09-07 14:10:16 +00:00
adam
1e6596b546 Changes 0.42.2:
* Bug fixes
2005-09-06 15:55:52 +00:00
adam
1cba55b421 patch-ad is needed as well :) 2005-09-06 14:54:05 +00:00
adam
cd6e032178 Changes 2.7.8:
* Bug fixes
Pkgsrc:
* Use Xaw3d from now on (which is the recommended way)
2005-09-06 14:53:36 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
reed
e4d76d348e Add DragonFly support to the configure script. 2005-09-04 04:56:40 +00:00
rillig
cfec93f7e3 Removed references to missing patch-Makefile and patch-gdc_py.c from
distinfo. The patch files are called patch-aa and patch-ab.
2005-09-02 10:22:38 +00:00
reed
d805c8c67e Add patch that fixes
error: invalid lvalue in assignment
in editor/pnmaddnoise.c.

This was noticed on DragonFly with gcc 3.4.5.
Found idea from DarwinPorts.
Also tested on NetBSD 2.0.2 (gcc 3.3.3) and Linux (gcc 3.3.5).

I do not know if this is improved in netpbm upstream yet.

Okay'ed by maintainer.
2005-08-31 19:47:53 +00:00
jlam
3bd274e5ab Using the included jasper library is a total crapshoot because netpbm
strips out the logic that determines which integer types are available,
and yet building the jasper library relies on those integer types to
be correctly provided.  Just punt on the whole thing and use the
graphics/jasper dependency instead.  This fixes building netpbm on
Solaris and older versions of FreeBSD.

Bump the PKGREVISION to 1.  The jasper library is only linked into two
executables, so there is no need to do a recursive PKGREVISION bump.
2005-08-31 08:04:58 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
drochner
9b7c8844b3 update to 2.10.2
changes:
-translation updates
2005-08-26 17:22:26 +00:00
drochner
4084b1fbd0 remove stale patchfiles 2005-08-26 09:29:00 +00:00
dmcmahill
000fed3db5 make this build again on solaris by putting the line which overrides
XMKMF after bsd.pkg.mk.  Eventually, we should probably provide a makedepend
in pkgsrc which can be used instead of the broken solaris one.
2005-08-23 02:33:32 +00:00
reed
6b6c1b320f Update to 1.2.92 development version from maintainer via PR #31035.
Package now depends on libexif.

Website says:

   One month after 1.2.91, here is 1.2.92, featuring the following
   changes:
     * New features:

     * The slide show can now display images in random order.
     * New shortcuts have been introduced to browse the folder hierarchy
       (Patch by Michael Rolf):

     * Alt+Down goes to the first sub-folder
     * Alt+Backspace goes to the previous folder
     * Alt+Space goes to the next folder

     It is now possible to scroll images with the keyboard. (Patch by
   Michael Rolf)

     A new view has been added to quickly access bookmarks.

     Images are now prefetched in advance also when browsing in the
   thumbnail view using the cursor keys or keys for next/previous.

     In full screen mode, pressing Enter will toggle the full screen bar.

     KIPI plugins can now access JPEG comments.

     Zoom in and out actions have been added to the KParts.

     An "Other..." entry has been added to the external tools menu.

     The drag'n'drop popup menu now contains an entry to create a
   symbolic link.

     Fixes:
     * In the thumbnail view, folder and archive filenames are always
       shown, even if the user choose to hide image filenames.
     * When right clicking on files from the folder KPart, the Konqueror
       popup menu will now appear, instead of Gwenview's menu.
     * The context menu which appears when right clicking on the
       background of a file view now shows information relative to the
       current folder, rather than the current image.
     * The destination URL is now set to the current URL in KIPI plugins.
     * The folder name is used as the album name for KIPI plugins.
     * The JPEG comment editor has been fixed to avoid adding a dummy
       character at the end.
     * Double click behaviour has been changed to always toggle browse
       mode.

And:

   New development version: 1.2.91

     * The file view now features three modes: details, thumbnail with
       info on the right and thumbnail with info on bottom. In the "info
       on the right" mode, the file name, date, image size and file size
       are displayed. In the "info on bottom" mode, the user can choose
       what information should be displayed.
     * The thumbnail size can now be set with a slider.
     * Thumbnail can now be as big as 256x256.
     * Non-blocking image preloading in advance.
     * With two-pass painting, turn off dithering in the first pass for a
       small performance improvement with non-truecolor displays.
     * Hints for mouse usage in the image view are shown in the status
       bar.
     * In addition to the file count, the status bar now shows the
       current image position.
     * Two variables have been introduced for the On Screen Display: %n
       is the current image position, %N is the image count.
     * An option has been added to disable automatic rotation of images.

     Fixes:
     * Progressive JPEG files are really shown progressively.
     * In the thumbnail view, make sure we report image sizes for JPEG
       with embedded thumbnails.
     * The JPEG loader has been fixed so that it doesn't crash on some
       broken JPEGs.
     * Fix premature end when decoding MNG images.
     * Gwenview now dynamically links with installed version of libexif
       not installed. Using it is considered deprecated.
     * The "best" smoothing algorithm has been tweaked to produce
       slightly less blurry results.
     * External tools are now sorted by name in the menu and the dialog.
2005-08-22 18:51:04 +00:00
adam
7697e1866b Changes 10.29:
Add ppmdraw.

Add pammixinterlace.  Thanks Bruce Guenter <bruceg@em.ca>.

Add pgmmedian.

Add pnmaddnoise.

pnmtopclxl: add -rendergray option.

pnmtopclxl: add -jobsetup option.

pstopnm: add -dSAFER Ghostscript option.

pnmcrop: add -margin option.

pnmcrop: add -borderfile option.

pnmnorm: add -luminosity (which was already default),
-colorvalue, and -saturation.

pnmtopng: Don't include any alpha info if supplied alpha mask
is all opaque.

ppmcie: Make white point mark more visible.

pamdice: Remove restriction of 100 slices in each direction.

pnmtopng: Fix bug: erroneous transparent pixels when supplied
alpha mask is all opaque.

Fix bytesToWordInt(): converts incorrectly on a machine that
has pointer size != word size and uses the general case code.

libnetpbm: fix basic pm_readlittleshort() bug introduced
in 10.27.  Affects mdatopbm, rawtopgm, lispmtopgm,
pcxtoppm, winicontoppm, bmptopnm, sirtopnm, xwdtopnm,
cameratopam.

pamlookup: fix universal crash.  Thanks "Colley, Anthony
W." <Anthony.Colley@ngc.com>

pbmtolj: fix bug from 10.28: crashes with a line which is
a multiple of 8 plus 7 pixels wide not counting white right
margin.

ppmtompeg: fix uname() rc test (sometimes > 0 is success).
2005-08-22 11:59:31 +00:00
jmmv
b6457f3ad8 Merge gnome2-pixmaps into gnome-desktop. gnome-pixmaps (v1) was deleted
three months ago, so there is no need for this separation any more.
Simplifies maintenance.  Bump gnome-desktop's PKGREVISION to 1.
2005-08-21 11:26:47 +00:00
grant
43ff9bb0b2 fix build on Solaris:
- use graphics/jasper instead of built-in jasper which has little hope
  of building on Solaris
- use putenv() instead of setenv()
- fix abuse of _XOPEN_SOURCE

no PKGREVISION bump as no dependency change except on Solaris, where
this didn't build before.
2005-08-21 04:47:24 +00:00
kristerw
93721b9197 Add two missing man pages to the PLIST.
Bump PKGREVISION.
2005-08-20 19:33:47 +00:00
drochner
330445b4d7 this explicitely requires glitz-0.4.4 2005-08-19 16:14:54 +00:00
drochner
5f7902d92d fix the environment variable which tells the path to ghostscript.
this way, configure will continue, even with no ghostscript installed
at build time. I realli don't want a hard dependency on a specific version.
Should fix build error seen in bulk build.
2005-08-19 15:49:52 +00:00
drochner
a7665400fc update to 3.41
too many changes to list here -- see the ChangeLog for details
2005-08-12 19:29:29 +00:00
dmcmahill
512941eabf make sure that we put -L../lib at the beginning so we find our
local libXpm.  Fixes linking problems on solaris.
2005-08-11 22:46:05 +00:00
adam
c0325768c5 Changes 0.9.0:
* API changes
* Bug fixes
* Improvements
2005-08-11 15:25:20 +00:00
adam
2dd078fc14 Changes 0.4.4:
* Bug fixes
* Improvements
2005-08-11 15:24:54 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
gdt
86562c23bc Update to Version 1.1.0:
* In addition to hot pixels in an otherwise black image, the `jpeghotp'
  program can now also find dead pixels in an otherwise white image.

* Fail gracefully if the locale cannot be set.
2005-08-10 20:07:48 +00:00
gdt
3b77e49f9d Change my email address to @NetBSD.org. 2005-08-10 19:01:23 +00:00
gdt
36a2868204 Define NO_SRC_ON_CDROM because the README says
Permission to copy and distribute XV in its entirety, for
  non-commercial purposes, is hereby granted without fee, provided that
  this license information and copyright notice appear in all copies.

  Note that distributing XV 'bundled' in with any product is considered
  to be a 'commercial purpose'.

Define NO_BIN_ON_{CDROM,FTP} because the package has been patched, and
because the binary package does not include source.

  If you redistribute XV, the *entire* contents of this distribution
  must be distributed, including the README, and INSTALL files, the
  sources, and the complete contents of the 'docs' directory.

  The software may be modified for your own purposes, but modified
  versions may not be distributed without prior consent of the author.
2005-08-10 18:36:01 +00:00
he
351592d780 Instead of separately integrating several different patches, instead
pull in the Jumbo patches from http://www.sonic.net/~roelofs/greg_xv.html.

As far as I can see this covers all our existing patches for added
functionality, although I cannot claim that I have tested each and
every one of them in the new version.

These patches disable a number of image formats that I think are less
common, which have potential heap overflows in the code due to in-
sufficient validation of image dimensions.

The version of the Jumbo patch used here is the 20050501 version.

Package revision bumped to nb10.
2005-08-10 16:50:18 +00:00
salo
98463a483b sort. 2005-08-10 11:40:09 +00:00
adam
d1ab6360c2 Changes 6.2.3.6:
* Minor bug fixes and improvements
2005-08-08 09:18:09 +00:00
salo
4619ac35c7 Update to version 10.28
- security fix for SA16184, patch from Debian

Changes:
- ppmtompeg: fix insecure temp file creation
- jpeg2000: don't do unsafe temporary files
- add cameratopam (Dave Coffin's dcraw)
- various other bugfixes
2005-08-06 14:07:07 +00:00
markd
50a48172b3 Update to version 7.48 (dcraw.c revision 1.274).
changes:
1.274
Fixed the Kodak NC2000F, and improved the Minolta DYNAX 5D.
Correctly flip NEF files that Nikon Capture has modified.
1.273
Support Adobe DNG version 1.1.0.0.
1.272
Added the Leaf Aptus 17.
1.271
Fixed gcc warning.
1.270
Fixed serious problems with the Imacon Ixpress.
Moved most verbose messages out of main().
1.269
Various changes regarding headerless raw photos.
Support the Nikon D50 with camera white balance.
----------------------------
revision 1.268
Added AVT and ISG cameras.
2005-08-06 13:13:39 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
cube
98db6402d4 In order to fix PR#30875, do the following things:
o require at least gcc 3.4 on x86_64, as 3.3 gets an ICE.
 o depends on zlib>=1.2.1, which is povray's requirement, so that the
   package doesn't try to use its own zlib and libtiff (for some reason
   configure fails to configure the provided libs properly when gcc 3.4 is
   used)

Bump PKGREVISION.
2005-08-04 21:31:24 +00:00
rillig
e384c0ccab Added a patch that moves a variable declaration in above the code. This is
needed for ISO C90 compliance.
2005-08-04 16:11:28 +00:00
adam
55d181feda PLIST correction 2005-08-04 10:55:25 +00:00
adam
7e5037406f Changes 2.37a:
* Appending from files does not set the string for "last loaded file". That could give an accidentally save over of used library files.
* International Font support was broken for non-Latin fonts.
* Other fixes
2005-08-03 11:58:14 +00:00
drochner
4212814888 this shouldn't be a wprintf()
hopefully fixes build error seen in 1.6.2 bulk build
2005-08-02 14:47:38 +00:00
tron
91dee4e09d Unlimit the "datasize" to fix build problems under NetBSD-macppc. 2005-08-02 09:54:52 +00:00
recht
0b19dce2e1 update to 1.1.8 to match latest lang/mono release.
changes:
bugfixes and API enhancements
2005-07-31 19:23:00 +00:00
markd
0978b5c66e Update to KDE 3.4.2
Changes:
* kpdf: Improve the rendering of pageview message on some decorations
* kpdf: Made TOC work with a single click
* kpdf: Make TOC links to external documents work
* kpdf: Make opening pdf from hyperlinks work again
* kpdf: Try fix for sizing problem
* kpdf: Try fix for pdf regeneration problems
* kpdf: Address bar does not update when changing pdf within inside kpdf
* kpdf: Some improvements in rendering
* KolourPaint: Enforce text box font height to prevent e.g. Chinese
  characters in buggy fonts from enlarging the text box and putting the
  cursor out of sync with the text
* KolourPaint: Clicking in a text box selects a character based on its
  midpoint - not leftmost point - to be consistent with all text editors
  (esp. noticeable with big fonts)
* KolourPaint: Return and Numpad 5 Key now draw
* KolourPaint: Tool Actions placed outside the Tool Box resize with their
  toolbars
* KolourPaint: Ensure Color Similarity maximum is 30, not 29 due to gcc4
* KolourPaint: Tool Box traps right clicks (for the RMB Menu) on top of
  tool options widgets and the empty part of the Tool Box
2005-07-30 11:52:47 +00:00
adam
25942271cc Changes 0.1.6:
Behavioral changes
------------------
Clips are changed to only affect destination operands, not
sources. This gives the desired behavior for cairo. If the X server's
Render implementation wants to use pixman it will have to select
source clipping, (presumably through a new API call that we can add at
that poin).

Bug fixes
---------
Fix leak of the clip region associated with an image in
pixman_image_destroy.

Fix units for stride return to be FbStip-sized, (this bug was causing
non antialiased text in cairo to appear as garbage).

Other changes
-------------
The implementation has been merged considerably with xserver/fb. Most
of the merge was just name changes, but there were likely some bug
fixes or performance improvements in there as well.
2005-07-29 12:16:21 +00:00
wiz
ad767b4bf8 Convert to options framework, patch provided by Leonard Schmidt
in follow-up to PR 30318.
2005-07-28 19:21:02 +00:00
wiz
e29595d189 Make zlib and x11 explicit dependencies. 2005-07-28 19:18:02 +00:00
adam
b8f23c0e85 Changes 0.42:
* Flowed text: text objects that automatically reflow in any shape (not
       only rectangle).
     * Text selection: finally you can shift+arrow or drag over part of a
       text and apply any style to the selected span.
     * Gradient tool: a completely redesigned and much easier to use gradient
       interface, with gradient handles displayed right on canvas.
     * Effects are now usable from within Inkscape on all platforms; this
       version ships with a collection of effects including path
       interpolation, randomization, and various fractal algorithms.
     * Color swatches: a standard facility in most graphic software, now in
       Inkscape too.
     * Colored clones: clones can now be painted differently from their
       original.
     * Tile tracing: the Tile Clones dialog can trace the existing image with
       the tiling, producing a multitude of exciting effects.
     * Grid arrange, baseline align, unclumping: new powerful ways to arrange
       objects.
     * Better PS/EPS export: gradient support, better text handling, a
       command line option for batch export.
     * Command line SVG analysis: use Inkscape from the command line to query
       coordinates and dimensions of objects in an SVG file.
     * Better SVG/CSS compliance: notably, internal CSS stylesheets are now
       supported (read-only).
     * OS X support: In addition to Linux and Windows, Inkscape 0.42 is
       available as a fully self-contained dmg package for Mac OS X.
2005-07-28 13:52:10 +00:00
drochner
8b8e84c780 update to 1.3.4
changes: minor bugfixes and improvments in windowmanager communication
2005-07-27 17:44:17 +00:00
wiz
6301213966 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
adam
811893d278 Changes 10.26.12:
* ppmtompeg: fix uname() rc test (sometimes > 0 is success)
* Fix bytesToWordInt()
2005-07-26 14:34:53 +00:00
tron
00c972c69c Backout changes from package revision 1. It turns out that the original
checksum and size were correct and I managed to download the outdated
version from two different hosts. Must be Monday ...
Oh yes, bump the package revision again.
2005-07-25 11:30:17 +00:00
tron
d53d0c2338 The new distribution file causes package list changes unfortunately.
So bump the package revision.
2005-07-25 10:23:09 +00:00
tron
c49d12e49c Correct checksum (the usual ImageMagick problem). 2005-07-25 09:58:56 +00:00
adam
fb2fb4cf3b Changes 6.2.3.5:
* Bug fixes
2005-07-25 08:01:51 +00:00
dillo
a8f3faeecc Add patch to fix a braino which leads to crash in GIMP when opening
JPEG pictures with certain EXIF data, like those from SONY, Nikon
or Canon digital cameras.

Obtained from libexif CVS, exif-data.c, rev. 1.68, via FreeBSD.
Noted by Leonard Schmidt on tech-pkg.
2005-07-24 00:06:44 +00:00
wiz
446fa529a8 Remove some obsolete packages using gnome[1]-libs.
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23 21:34:55 +00:00
adam
c6ba69a40e Fixed buildlink paths, after updating gtkmm 2005-07-22 23:11:06 +00:00
adam
e2c72c78b4 Added libgnomecanvasmm; removed libgnomecanvas20, libgnomecanvasmm26 2005-07-22 21:56:12 +00:00
adam
a014db55e0 Changes 2.10.0:
* Increased version for GNOME 2.10 release version.

Changes 2.8.0:
* Increased version for GNOME 2.8 release version.

Changes 2.7.2:
* Now builds against latest gnome-vfs 2.7 API.

Changes 2.7.1:
This is the first version for GNOME 2.7/2.8 with additional API:
* Added Address.
* Added ResolveHandle.
* Added DnsSd functions.
* Drive: Added get_hal_udi().
* Volume: Added get_hal_udi().
adamnb:{23} more libgnomecanvasmm.txt
Changes 2.10.0:
* Increased version for GNOME 2.10 release version.
* WIN32 build fixes
* Alpha build fix

Changes 2.8.0:
* Increased version for GNOME 2.8 release version
2005-07-22 21:54:06 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
drochner
c90941aa60 update to 2.1.6
changes:
-new --set-config option
-cleanup
-translation updates
2005-07-19 17:28:13 +00:00
gdt
a2cb88e8d9 Remove LICENSE= and license file because graphviz is licensed under
the Common Public License, which is approved by OSI as an open-source
license.
2005-07-19 14:45:52 +00:00
wiz
93e6a8686e Set LICENSE to xv-license. 2005-07-19 13:56:48 +00:00
reed
9ec537f22d Fix misnamed configuration filei (which cuased it to not install
the configuration from examples to configuration directory). Bump
PKGREVISION.
graphics/gimp/Makefile CVS:
----------------------------------------------------------------------
2005-07-18 19:13:37 +00:00
kristerw
50a54d1a72 Remove an extra ";" that confused the build on Darwin. 2005-07-18 01:31:54 +00:00
hubertf
b608b444d8 gimp/Gimp -> GIMP 2005-07-17 21:46:50 +00:00
hubertf
4846d1ce73 minor update by Leonard Schmidt <lems@gmx.net> 2005-07-17 20:26:37 +00:00
taca
c8b181c35f Update ruby-RMagick package to 1.9.0 provided by PR pkg/30759 from
OBATA Akio.

Changes:
o Added Image#monitor=, Image::Info#monitor=.
  Deprecated Magick.set_monitor.
o Fixed bug #2070, support color names with embedded spaces
o Fixed bug #2109, properly scope Magick constants in RVG
2005-07-17 14:39:21 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e26a9ed756 Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,

	USE_TOOLS+=	perl:run

Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
2005-07-15 20:14:02 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
wiz
556ad0ac4b Add lfind replacement function. From libtiff CVS. 2005-07-14 14:59:10 +00:00
wiz
7406152919 Update to 3.7.3:
Many bugfixes and several new features. The runtime endianness check
has been replaced with the compile time one. Support has been added
for the new predictor type (floating point predictor) defined at the
TIFF Technical Note 3, for custom tags passed by value, and for all
DNG tags.
2005-07-14 13:43:28 +00:00
grant
eb884f0255 |fmt 70 75 2005-07-14 13:29:29 +00:00
grant
fb5af5f3dc s/Advances/Advanced/ in COMMENT. 2005-07-14 13:28:53 +00:00
grant
ea5465474b include zlib/buildlink3.mk for zlib dependency (hi adam!), bump
PKGREVISION for dependency change.
2005-07-14 13:28:22 +00:00
adam
ba8417a2c5 Needs zlib>=1.2.2 2005-07-14 11:50:08 +00:00
adam
17b8498c38 Changes 6.2.3.3:
* Bug fixes
2005-07-14 08:58:46 +00:00
grant
606814554a remove sunpro c++ runtime library hack, as this is handled in the
sunpro-cxx wrapper now.
2005-07-14 00:29:16 +00:00
kristerw
57bc58ae9d Ensure that the PTHREAD_LDFLAGS gets passed to the linker. 2005-07-13 18:39:58 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
adam
4e25a69230 Added graphics/optipng-0.4.8 2005-07-13 14:54:10 +00:00
adam
4b49f620cd OptiPNG is a PNG optimizer that recompresses the image files to a smaller size,
without losing any information.  The idea has been inspired from pngcrush, and
is explained in detail in the PNG-Tech article:  "A Guide to PNG optimization"
<http://www.cs.toronto.edu/~cosmin/pngtech/optipng.html>.  The implementation
is carried forward in OptiPNG, which offers a faster execution per trial, and
a wider search space.
2005-07-13 14:52:39 +00:00
kristerw
0110f098fb Make this pkg compile on DragonFly by applying a patch sent to
tech-pkg by Joerg Sonnenberger.
2005-07-12 21:40:35 +00:00
grant
59324e8c32 no need to force the latest version of MesaLib for pthread change
where IGNORE_RECOMMENDED=YES. set BUILDLINK_RECOMMENDED>=6.2.1nb2.
2005-07-10 10:42:26 +00:00
seb
27c7b20578 Update to version 7.39 (dcraw.c revision 1.267).
Changes since last packaged version (7.20, dcraw.c revision 1.258)
are unknown because the RCS file dcraw.c,v is unavailable right now.
2005-07-10 09:21:18 +00:00
drochner
5529e25c20 remove obsolete patch, pointed out by Leonard Schmidt 2005-07-08 10:27:15 +00:00
drochner
184422b9a4 update to 0.6.17:
changes:
Support for Python 2.4
The .sk file format is now the default file format in the File/Open dialog.
Bug fixes
2005-07-06 18:41:42 +00:00
drochner
889ff8ade5 update to 0.5.1
many serious changes -- this is ongoing development
2005-07-06 18:40:10 +00:00
drochner
240100dd8f update to 0.4.3
changes: minor fixes and feature additions
2005-07-06 18:23:27 +00:00
drochner
6c4f04de98 update to 0.1.5
changes: bug fixes
2005-07-04 20:15:29 +00:00
drochner
1f5a658e5e update to 2.10.2
changes:
-bugfixes
-Added Kinyarwanda translation
2005-07-04 20:06:29 +00:00
drochner
7f2aa4ec1b update to 2.6.6
changes: bugfixes
2005-07-04 20:01:15 +00:00
drochner
a415990d9f update to 1.3.3
changes: bugfixes
2005-07-04 19:59:40 +00:00
drochner
c128a5b379 update to 0.19.1
changes:
The CinePaint versin 0.19-1 is a minor release.
Overall stability has improved. Instant colourmanaging is more convenient.
Memory handling for plug-ins is better. Portablility has improved and many bugs where fixed.
Some plug-ins where added to the release:
The print plug-in utilises Gutenprint for throughout 16-bit colourmanaged printing. Note Gutenprint will be colour stable once it lefts behind beta status.
The collect plug-in allows for selecting a number of images with the same bit depth and building a layered image from them.
The new ICC Examin plug-in allowes visualisation of actual ICC profiles tags.
The new ICC Watch plug-in allowes viewing image colours in the actual colour gamut. Note the last two plug-ins need the "ICC Examin" application downloadable from www.behrmann.name .
The 'zoom in' shortcut has changed from '=', which was not available for many non us keyboard layouts, to '+' .
2005-07-04 19:57:01 +00:00
adam
2cd7840075 Changes 1.00:
added Canon tags, minor tweaks
fixed handling of short ASCII strings
added Panasonic tags
enhanced Nikon maker note support for newer cameras
internal code cleanup to allow separate maker TIFF info
added new Canon shooting modes
fixed exiftime crash on missing tags
fixed looping from recursive Canon IFD ref
sanitize ASCII tags to handle corrupt maker notes
added Panasonic values, tags
image number support for Canon EOS-20D
added Canon EOS-20D custom function support
added Sigma maker note support
added Canon tag values, calculate EV's
fixed flash tag processing to catch all possible values
fixed spelling for Minolta values
2005-07-01 12:54:09 +00:00
minskim
98ecdd0e66 Do not build fiasco on Darwin-8.x, where it causes a bus error. This
should be OK since the netpbm Makefile has the following:

  # Fiasco has some special requirements that make it fail to compile on
  # some systems, and since it isn't very important, just set this to "N"
  # and skip it on those systems unless you want to debug it and fix it.
  BUILD_FIASCO = Y
2005-06-30 15:58:59 +00:00
adam
c866e02b01 Changes 2.2.8:
- fixed possible crash in plug-ins-query PDB function
- fixes to Script-Fu server mode on Win32
- fixed possible crash in win32 gimptool variant
- plugged a tiny memleak in the image display code
- plugged a tiny memleak in libgimpwidgets
- attempt to fix calling the web-browser on win32
- fixed loading of images in help-browser plug-in on win32
- fixed zoom offsets if dot-for-dot mode is disabled
- fixes to Gfig parasite loading
- disabled buggy gimprc option stingy-memory-use
- don't try to create a preview for a non-existant image file
- fixed bug in Retinex plug-in
- fixed bug in Newsprint plug-in
- fixed bug in Shift plug-in
- fixed bug in Grid plug-in
2005-06-30 15:14:07 +00:00
adam
e8d8220c06 Changes 10.26.11:
* Fixed memory problem in pamcomp
Changes 10.26.10:
* Fixed: jpeg2ktopam, rle_open: ppmtompeg
2005-06-30 14:55:13 +00:00
adam
d451dbaf63 Changes 2.1.10:
I. IMPORTANT BUG FIXES
    - The size comparison for BDF and PCF files could fail sometimes.
    - Some  CFF files  were still not  loaded  correctly.   Patch from
      Derek Noonburg.
    - The stroker still had some serious bugs.
    - FreeType didn't properly parse empty Type 1 glyphs.
    - An unbound dynamic buffer growth was fixed in the PFR loader.
    - Several bugs have been fixed in the cache sub-system.
    - The auto-hinter didn't work properly for fonts without a Unicode
      charmap -- it even refused to load the glyphs.
  II. IMPORTANT CHANGES
    - Many fixes have been applied to drastically reduce the amount of
      heap   memory   used   by   FreeType,   especially   when  using
      memory-mapped font files  (which is the default on Unix  systems
      which support them).
    - The auto-hinter  has been replaced with a new module, called the
      `auto-fitter'.  It consumes  less memory  than its  predecessor,
      and it is  prepared to support non-latin scripts  better in next
      releases.
    - George Williams  contributed code to read  kerning data from PFM
      files.
  III. MISCELLANEOUS
    - The BDF driver  no longer converts  all returned bitmaps  with a
      depth of 2bpp or 4bpp to a depth of 8bpp.
    - A new option `--ftversion' has been  added to freetype-config to
      return the FreeType version.
    - The  memory  debugger  has  been  updated   to  dump  allocation
      statistics on  all allocation  sources in the library.
2005-06-30 13:01:28 +00:00
jmmv
a006870fe6 Update to 2.10.2:
- Translation Updates: Vladimir Petkov (bg), Ivar Smolin (et)
  Iñaki Larrañaga Murgoitio (eu), Ignacio Casal Quinteiro (gl)
  Gabor Kelemen (hu), Žygimantas Beručka (lt), Steve Murphy (rw)
  Clytie Siddall (vi), Canonical Ltd (xh), Woodman Tuen (zh_TW)
2005-06-29 09:45:11 +00:00
wiz
7af3f0107c Update HOMEPAGE. From Geert Hendrickx in PR 30614. 2005-06-27 21:14:40 +00:00
kristerw
ec1c2a3528 Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-25 00:11:31 +00:00
minskim
6b92d49841 Use the tools framework to pull in dependency on bash.
Bump PKGREVISION due to dependency change on platforms with native bash.
2005-06-24 21:58:47 +00:00
minskim
896ee3ad21 Preserve "!" in shebang lines.
Bump PKGREVISION.
2005-06-24 21:36:10 +00:00
jlam
f3edc50ab7 OpenRM has this *totally sweet* mechanism where it uses a csh script
to call a perl script that also runs system commands in order to
generate the HTML documentation.  Add USE_TOOLS+=csh to the package
Makefile.
2005-06-24 21:07:08 +00:00
jlam
6675babaf0 Regen patch checksums. 2005-06-24 21:01:48 +00:00
taca
50d61b7606 Update ruby18-RMagick package to 1.8.3, provided by PR pkg/30557
from OBATA Akio.

Changes:
o Tested with ImageMagick 6.2.3-2
o Added comment=, delay=, dispose=, fill=, gravity=, and
  label= attributes to Image::Info
2005-06-23 16:59:09 +00:00
jlam
82908831d8 * Libtoolize graphics/OpenRM so that we correctly build shared libraries
on all platforms supported by libtool.

* Remove the unnecessary dependencies on glut and perl, and only use
  perl as a build dependency.

* Use REPLACE_PERL instead of hand-crafted substitution code.

Bump the PKGREVISION for graphics/OpenRM to 2.  Due to the changed
dependency graph, bump the PKGREVISION for packages that use the OpenRM
libraries.  In this case, games/genecys-client is the only one, so
bump its PKGREVISION to 2.
2005-06-23 04:02:48 +00:00
jlam
9a51b0a289 * Ensure NETCDF is defined properly during the build. As part of this
change, remove some unnecessary changes to the configure script and
  makefiles that caused @NETCDF@ to be substituted since the existing
  mechanism (simply set NETCDFHOME in the environment) is more than
  sufficient.

* Remove some unnecessary changes to the configure script and makefiles
  to cause @LIBTOOL@ to be substituted.  We can simply pass in the
  right value via MAKE_ENV instead of hardcoding the value.

* Fix a place where we weren't calling the compiler correctly, which
  broke the build of certain programs that should be installed and
  which were already listed in the PLIST.

* Add --mode=MODE tags in the appropriate places to suppress the
  warnings from libtool that were cluttering the build log.

Commit approved during the deep freeze by <agc>.
2005-06-22 08:34:54 +00:00
grant
3ab61075e3 libtiffxx needs to be linked against the C++ runtime libraries libCrun
and libCstd when building with sunpro.

ok'd by jlam@
2005-06-22 02:31:36 +00:00
wiz
642318748e Fix pkgsrc path to bash (not old bash2). 2005-06-20 22:39:18 +00:00
jlam
abdc155ccd Fix variable names to start with "BUILTIN_FILES_" as expected by the
find-files.mk fragment.  This fixes the version number detection for
Mesa, XFree86, and X.org.
2005-06-20 22:13:10 +00:00
veego
1f34512dbf Update to 2.4.
NetBSD changes:
- Use the 'makefile' from the program to build it.
- Updated DESCR
- Should fix PR pkg/29798 by updating to 2.4 (test image is no longer available)

Changes from previous version:

Jan 14 2005
Display GPS info if included in image

Feb 27 2004
Fix some time reference confusion bugs relating to -ta option

May 29 2005
Added -da option for easier adjusting of date/time by large amounts.

-------Released version 2.4 -- May 2005 ----------

Jun 06 2005
Fix -da option

-------Released version 2.4-1 -- Jun 09 2005 --------

Jun 10 2005
Removed some debug printf I accidentally left in!
2005-06-19 11:35:25 +00:00
kristerw
2d83342263 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-19 03:10:49 +00:00
kristerw
13fa54f5c7 Make this package build on NetBSD 1.6:
* Fix C99-isms
* Remove -Werror
2005-06-19 02:59:41 +00:00
kristerw
d6ffa1182a Fix a cut-and-paste error that prevented compilation on NetBSD 1.6. 2005-06-18 20:11:01 +00:00
jlam
975f995a88 Fix the path to perl embedded in scripts due to new tools framework.
Bump PKGREVISION to 7.
2005-06-17 16:27:58 +00:00
jlam
77a5120a14 Enable the pthread-based thread-safety code in pkgsrc MesaLib.
Bump the PKGREVISION to 2.  This fixes PR pkg/30537.
2005-06-17 15:54:06 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
9df842d123 Fix typo. 2005-06-17 04:13:26 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
jlam
f705b2b3cc Apply fixes derived from the HEAD branch of X.Org (6.8.99) to address
problems noted in CAN-2004-0914:

    Multiple vulnerabilities in libXpm for 6.8.1 and earlier, as
    used in XFree86 and other packages, include (1) multiple integer
    overflows, (2) out-of-bounds memory accesses, (3) directory
    traversal, (4) shell metacharacter, (5) endless loops, and (6)
    memory leaks, which could allow remote attackers to obtain
    sensitive information, cause a denial of service (application
    crash), or execute arbitary code via a certain XPM image file.

Bump PKGREVISION to 4.  Since this is a security-related fix, also
bump the BUILDLINK_RECOMMENDED version for this package.
2005-06-14 18:10:37 +00:00
adam
7deb88ff57 Makefile cleanup to close PR#30492 2005-06-14 15:44:14 +00:00
adrianp
1f80f1a726 - Update to 1.18
- Grab maintainership
- Update homepage
- Make pkglint happy
- Highlights include:
	Add better check that GD is really installed
	Guide lines for pie plots
	Add Cleanup() method to delete all allocated objects within the graph.
	Add new date scale for X-axis
	Add Interlaced PNG feature
- See the following for more details:
	http://www.aditus.nu/jpgraph/changes.php?v=5
	http://www.aditus.nu/jpgraph/changes.php?v=7
2005-06-14 11:25:09 +00:00
kristerw
710157ec81 Fix two C99-isms to make this package compile with gcc 2.95. 2005-06-13 22:42:01 +00:00
taca
23bfa7ce7e Update ruby-imlib2 pacakge to 0.5.2 provided by pkg PR/30498 from
OBATA Akio.

* Sat Jun 11 05:10:05 2005, pabs <pabs@pablotron.org>
  * imlib2.c: fix Image#draw_text brokenness
  * imlib2.c: check buffer size in Image#put_data (Fixes: #32)
  * imlib2.c: increment version to 0.5.2
  * README: ditto
  * imlib2.gemspec: ditto
  * AUTHORS: update tilman's entry

* Sat Jun 11 05:34:58 2005, pabs <pabs@pablotron.org>
  * releasing 0.5.2
2005-06-12 14:57:51 +00:00
taca
e3884796f0 Update ruby-RMagick package to 1.8.2 provided by PR pkg/30497.
o Fix bug #1983, potential buffer overflow in version_constants
o Added feature #2015, support the pointsize, authenticate,
  and sampling_factor attributes in Image::Info
2005-06-12 14:49:03 +00:00
jlam
829dde9e0d Several of the netpbm shell scripts use bashisms, so force using bash
for all of the shell scripts.  Bump the PKGREVISION to 1.  This fixes
PR pkg/23636.
2005-06-12 06:37:32 +00:00
wiz
b26abba031 Now that bsd.options.mk has been changed, only add mmx to PKG_SUPPORTED_OPTIONS on i386. 2005-06-11 16:53:18 +00:00
wiz
6ac47b68a4 Slightly different solution to previous:
just ignore mmx pkg_option if set on non-i386.
2005-06-10 18:20:06 +00:00
wiz
e4be7e4aa1 Wrap complete options part in ifdef i386,
since there is only one option and that only on i386.
Fixes bulk build problem.
2005-06-10 18:14:23 +00:00
garbled
6f31a4caed NetBSD 2.0 and above pthread doesn't have pthread_set_concurrency. Ifdef
out for NetBSD.
2005-06-07 16:21:41 +00:00
minskim
f2f919ba32 Depend on the bug-fixed version of gd. 2005-06-07 16:07:14 +00:00
minskim
8d6135e7d6 Make the glut library link against required libraries. Bump
PKGREVISION of glut.
2005-06-07 14:31:48 +00:00
minskim
9c4c643d9b Make the GLU library link against libGL. Bump PKGREVISION of glu. 2005-06-07 14:21:42 +00:00
minskim
0cd8a5468b Do not define a variable in a header file; move the definition into .c
and leave the declraration only.  This fixes the graphviz build
problem reported by Adrian Portelli in PR pkg/28596.

Bump PKGREVISION.
2005-06-06 18:38:08 +00:00
minskim
4226926c6c This package requires gd>=2.0.33. 2005-06-05 22:29:07 +00:00
minskim
c168700413 Link against required libraries explicitly, so that dependency_libs in
.la files is set correctly.

Bump PKGREVISION.
2005-06-05 15:39:06 +00:00
jmmv
cfa06d5e52 Move swfdec and swfdec-gtk2 from graphics to multimedia.
Suggested by wiz@.
2005-06-04 10:41:41 +00:00
wiz
ddb2f4ea85 Use ${ECHO} instead of echo. 2005-06-04 00:21:05 +00:00
wiz
9b4579d6cf Fix a typo. 2005-06-04 00:15:28 +00:00
jlam
08c60ab83d Coalesce the common makefile code in the builtin.mk file that inspect
the X11 distribution using imake into mk/buildlink3/imake-check.mk.
imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check
that generates the required Imakefiles and runs imake.  Remove the
now extraneous builtin-imake.mk files as the builtin.mk files can now
contain the name of the imake symbol to check.
2005-06-03 19:12:49 +00:00
jlam
c85165ac07 Only check for the existence of the first word of ${IMAKE} since it may
contain a command plus arguments.  We use the standard idiom to extract
the first word of a list stored in a make variable:

	VAR_CMD=	${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}

XXX This can be replaced with a more succinct use of variable modifiers
XXX when we update the bootstrap bmake to match the latest NetBSD make
XXX sources, i.e.:
XXX
XXX	VAR_CMD=	${VAR:[1]}
2005-06-03 17:02:36 +00:00
jlam
88aeda0672 Don't require a read-write pkgsrc tree when invoking imake. We avoid
this requirement by using TMPDIR as the read-write location demanded
by using imake.
2005-06-03 16:03:09 +00:00
dillo
065dda4314 only use the first word of ${IMAKE} to check whether the executable exists.
XXX: this is a hack, but otherwise the builtin xpm is not recognized on NetBSD.
2005-06-02 22:48:18 +00:00
adam
c968fdaf4e Fix building on DragonFly; courtesy of Joerg Sonnenberger 2005-06-02 15:03:39 +00:00
wiz
988998702a Convert to options framework. Quite easy, since all options are
currently not supported :]
2005-06-02 14:14:43 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
jlam
d92c5003fc Include bsd.prefs.mk to define OPSYS. 2005-06-01 19:31:17 +00:00
jlam
7debfabe11 Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake. 2005-06-01 18:33:02 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
taca
39bae7c525 Update ruby18-imlib2 package to 0.5.1 applying patch
provided with PR pkg/30372.


* Sun May 29 03:12:41 2005, pabs <pabs@pablotron.org>
  * imlib2.c: apply patch from OBATA Akio <obata@lins.jp> to fix
	      im_struct memory leak (Fixes: [10])
  * imlib2.c: add filename to exception description (Fixes: [11])

* Sun May 29 18:02:37 2005, pabs <pabs@pablotron.org>
  * imlib2.c: add Imlib2::Image#delete! (Fixes: [12])

* Sun May 29 18:23:41 2005, pabs <pabs@pablotron.org>
  * imlib2.c: increment version to 0.5.1
  * imlib2.gemspec: ditto
  * README: ditto
  * AUTHORS: updates

* Sun May 29 18:35:45 2005, pabs <pabs@pablotron.org>
  * README: added "Reporting Bugs" section

* Sun May 29 18:37:51 2005, pabs <pabs@pablotron.org>
  * releasing 0.5.1
2005-06-01 03:36:47 +00:00
rillig
5296c23ad8 Changed $f to ${f}. 2005-05-31 22:45:58 +00:00
rillig
fce12d6c79 Changed $s to ${s}. 2005-05-31 22:45:28 +00:00
wiz
10aa7184ae Convert to options framework. 2005-05-31 22:26:10 +00:00
wiz
0a6786cb3d Convert to options framework. 2005-05-31 21:35:13 +00:00
drochner
3e813bd0e0 update to 0.80
this has been massively extended (since 0.32), too much to list here
2005-05-31 18:09:13 +00:00
markd
954051b2f0 Update to KDE 3.4.1
Changes:
* kpdf: Change atan2f to atan2 so it compiles on Solaris 2.8
* kpdf: Show context menu when in FullScreen even if no document is open
* kpdf: Do not leak memory when reloading a document
* kpdf: Fix mouse wheel rotation in presentation mode
* kpdf: Do not assume only there's only a ObjectRect in a given point
* kpdf: Fix properties dialog when there are very large texts
* kpdf: Compile when Xft2 headers are in a non-standard path
* kpdf: Make Page Up and Page Down work on presentation mode
* kpdf: Ask when overwriting files
* kpdf: Solaris compile fix
* kpdf: Do not move to top of the page when reloading the document
* kpdf: Add another path where to look for ghostscript fonts
* kpdf: Workaround weakness in gnome handling of desktop files
* kpdf: Don't assume Encoding array of Type1 fonts end in "foo def"
* kpdf: Fix text copying on some documents
* kpdf: Parse Light and Condensed in font name
* kpdf: Fix the allocation size of libgoo on 64bit architectures
* kpdf: Fix problems with non-standard styles
* kpdf: Fix disabled icons
* ksnapshot: Rescale screenshot preview when resizing window
2005-05-31 15:01:31 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
taca
b81267aa6f Update ruby-RMagick package to 1.8.1.
o Fix bugs #1876, #1888, #1919
o Added feature #1941, RVG's polyline, polygon accept array arguments
o Numerous fixes to the RVG documentation

Fixes PR pkg/30313 provided by Akio Obata.
2005-05-28 03:01:20 +00:00
jschauma
2cb7e9b52b don't return a value in a void function, just return.
This fixes the build for IRIX MIPSPro compilers, that actually bail out
on this condition with an error.
2005-05-27 14:20:36 +00:00
salo
f1900090e8 Bump BUILDLINK_RECOMMENDED after latest update with security fixes. (hi adam!) 2005-05-26 13:37:32 +00:00
markd
423dabd125 Make work with python2.4. Bump PKGREVISION. 2005-05-26 02:52:47 +00:00
seb
450fc954cf Fix PLIST: remove extraneous files and add a couple of commented
@dirrm.
2005-05-25 21:19:48 +00:00
wiz
d6813b3e0a Add RMD160 checksum. 2005-05-25 12:25:54 +00:00
adam
fda3be0bb1 Changes 6.2.3.0:
* Bug fixes
2005-05-25 10:32:33 +00:00
wiz
51e8e77402 Fix PLIST (remove non-existing locale file. 2005-05-24 23:52:02 +00:00
adam
20150fe025 Changes 10.26.9:
* libnetpbm: fix crash with -builtin=fixed
* pbmtoppa: fix floating point exception
Changes 10.26.8:
* pnmgamma: Correct math in -srgbramp
* ppmshadow: fix blurring
Pkgsrc:
* fixed problem on DragonFly (courtesy of Joerg Sonnenberger)
2005-05-24 07:53:54 +00:00
adam
611bac810d Changes 2.7.7:
* Fixes and enhancements
2005-05-23 11:37:22 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
adam
c7051d3949 PLIST update to fix @dirrm conflict with gimp-docs 2005-05-23 08:25:29 +00:00
adam
863682e73c Changes 2.0.8:
* spelling fixes for almost every translation
 * Beginning of Italian and Dutch translation
 * stylesheet fixes: CSS, HTML and DB2LaTeX driver files
 * XML validity fixes for french and swedish
 * Makefile overhaul
 * new Hacking styleguide
2005-05-23 08:23:34 +00:00
jlam
e5d77bae83 Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22 22:06:28 +00:00
jlam
0e11add0b7 Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4
and appropriate TOOLS_DEPMETHOD.gm4 settings.
2005-05-22 20:51:45 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
rillig
8cc9b87aaa Added a patch needed for ISO C90 compliance. Fixes build on NetBSD 1.6.2. 2005-05-22 13:01:38 +00:00
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
jlam
2f6446ec57 This package uses lex. 2005-05-22 03:04:29 +00:00
jlam
f35b224a50 SUBST_FILES.* must be relative to ${WRKSRC}. 2005-05-21 04:10:17 +00:00
jmmv
e7592f6b64 Update to 2.10.1:
Translations

  Adam Weinberger (en_CA), Ivar Smolin (et), Elnaz Sarbar (fa),
  Abdullah Ulas (ku), Steve Murphy (rw), Baris Cicek (tr)
2005-05-19 21:08:00 +00:00
wiz
f6ce0a82d0 Remove packages that have been broken on 2.0/i386 for over 9 months
now; neither maintainer nor anyone else stepped up to fix them.

Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18 22:39:00 +00:00
wiz
29116247cc Add and enable gimp-color-manager. 2005-05-18 22:03:56 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
jmmv
d55433d503 Update to 2.10.1: use gnome-desktop-2.10.1 tarball. 2005-05-18 16:43:33 +00:00
jmmv
5f99b40a50 Update to 2.10.1:
* New OpenOffice.org MIME type icons -- bug #167296 (Jakub Steiner)
* Renamed gnome-fs-{locally-shared,share-private} to stock_shared-{by,to}-me
  (Jakub Steiner)
* Updated translations [en_CA]
2005-05-18 16:22:15 +00:00
martti
ae80268997 Updated xfce4 to 4.2.2
General:

* new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja,
  ko, mr, pl, ro, vi,
* new french documentation.

gtk-xfce-engine:

* fix various colors issues with ExoIconBar, prelight colors for treeview,
  Adobe® Acrobattm 7, progress bar, combo box, gtk scales (#848).

libxfcegui4:

* check ~/.local/share/pixmaps/ as a fallback (#731).

xfcalendar:

* fix compiling with --enable-debug=full (#843),
* remove C99 variable declaration and C++ comments.

xfce4-mixer:

* fix a bug with ALSA.

xfce4-session:

* fix a crash with the MCS plugin.

xfce-utils:

* taskbar: Add a command option "--monitor=x" to allow specifying which
  monitor to use in Xinerama mode.

xfdesktop:

* fix translation problems with menu panel plugin,
* fix bug where binding 'xfdesktop -menu' only works sporadically (#441),
* fix unresolved symbol problem with menu module.

xffm:

* fix property dialog crahsing on FreeBSD (#945),
* fix library version info not set on the properties module (#882, #249),
* fix fstab parsing (#524),
* fix compilation issues with ansi compiler and gcc4 (#862).

xfprint:

* make bsdlpr plugin compile,
* change CUPS detection code,
* set correct ld flags (#871),
* add support for printcap aliases (#821),
* fix MCS plugin.

xfwm4:

* fix mouse buttons being left ungrabbed when focus was transfered to
  an unmanaged window,
* document hidden option "workspace_scroll" (#948),
* various focus issues (#759, #869, #899, #905, #924, #931),
* fix pixmap depth not being properly set (#895),
* refresh frame when "skip taskbar" state changes (#898),
* allow seemless windows to be hidden from kbd shortcuts,
* code cleanup.
2005-05-18 06:10:30 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00