Commit graph

4838 commits

Author SHA1 Message Date
adam
7a6ea88575 Changes 1.14:
* linux & windows packages are now joined into a single package.
* Improved (and now fast!) gamut checking.
* New virtual NULL profile for building gamut check transforms.
* CGATS.13/IT8 parser now supports multiple tables and other goodies like
  specifying flot format.
* More python support.
* New Matlab wrapper
* Revamped icctrans
* Improved jpegicc
* jpegicc and tifficc now can save (grab) embedded profiles.
* tifficc now supports up to 15 channels.
* Improved Lab prelinearization.
* Fixed absolute intent on PostScript CRD
* Man pages for utilities.
* Access to creation & calibration date time.
* Lots of bug fixes
2005-01-17 12:11:46 +00:00
jlam
926758d356 Add patch-ah that is adapted from http://bugzilla.remotesensing.org/
that fixes a bug where docked TIFF icons in WindowMaker have a black
background rather than a transparent background.  Ride the previous
PKGREVISION bump to 3.  This fixes PR pkg/28989.
2005-01-17 08:37:31 +00:00
jlam
e99455329a Link the tiff library, which has no C++ functions, with $(CC) instead
of $(CXX) so that applications needing libtiff don't also need to be
linked against $(CXX).  Bump the PKGREVISION to 3.  This should fix
PR pkg/28961.
2005-01-17 08:04:25 +00:00
drochner
84077cbda9 update to PL44
changes:
Fix a bug with imagemap generation.
Replace "eq4.sym" and "eq4-2x.sym". These new LaTeX equation symbols do *not*
 use pstoepsi, ps2epsi, etc. It only requires "latex", "dvips", and "gs" to
 function.
Add the following new internal commands:
	     pstoepsi(<target_eps_path>,<src_ps_path>,<scale>)
2005-01-16 12:20:06 +00:00
drochner
d0cc671249 add refocus-it 2005-01-16 11:56:19 +00:00
drochner
6255daea9b commandline version of the GIMP plugin 2005-01-16 11:52:43 +00:00
drochner
9ce9bc929c import the "refocus-it" gimp2 plugin which is much better than
the "sharpen" which comes with the base packet
2005-01-16 11:51:52 +00:00
jmmv
07100afe82 Do not include bsd.pkg.install.mk directly. Problem noticed in kristerw@'s
bulk build.
2005-01-15 08:33:23 +00:00
cube
5c2532320e Fix a long-standing bug in io-gif.c. It remained unnoticed until Georg
Schwarz tried to compile it with a compiler that errors out when the code
does something as pointless as checking if a pointer is positive.

PR#28889 and http://bugzilla.gnome.org/show_bug.cgi?id=156186
2005-01-15 00:10:41 +00:00
jmmv
56d837c365 Add and enable CRWInfo. 2005-01-14 16:02:45 +00:00
jmmv
e1a28fcae2 Initial import of CRWInfo, version 0.2:
CRW Info is a program to extract exposure information and thumbnails from
Canon RAW files.  It has been tested so far only with the CRW files from
the Canon D60 camera.  Owners of other camera models are encouraged to try
the program and give feedback to the original authors.

From pkgsrc-wip, packaged by kirtai at users.sourceforge.net.
2005-01-14 16:02:09 +00:00
adam
d54fd6408d Changes 6.1.8-6:
* Bug fixes and improvements
2005-01-14 12:41:06 +00:00
adam
bcfad827f6 Changes 0.2.27:
* Added some options for slideshow
* Added Xine image loader for movie thumbnail
* The bug that sometime same files are appeared number of times on same
  thumbnail view, has been fixed
* Enable to open archived files which has "[" in its filename
* Other minor bug fixes are made
2005-01-14 09:32:31 +00:00
jlam
c5ded12681 Fix error in patch to build libtiffcxx.la that tried to create libraries
with no objects.  libtiffcxx.la now correctly builds using tif_stream.lo.
Bump the PKGREVISION to 2.
2005-01-13 15:39:20 +00:00
jmmv
1b4c04efcc Add and enable gst-plugins-opengl. 2005-01-13 12:59:01 +00:00
jmmv
0e20b6bb6c Initial import of gst-plugins-opengl, version 0.8.7:
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the OpenGL plugin for GStreamer, which allows graphics
rendering through this library.
2005-01-13 12:58:27 +00:00
kristerw
bb1d69a9ae The GCC 2.95 preprocessor does not handle \ line continuations in files
with Microsoft line endings.
2005-01-12 23:22:30 +00:00
reed
0e23a7a72a Update inkscape to 0.40. The ChangeLog is too long to add here. The NEWS file
has:
     This release has been slow in coming, but it was worth the wait: Inkscape
   0.40 brings a huge amount of new features, usability enhancements,
   documentation, and bugfixes. The three most important new features are:

     * Layers are almost complete in this version; this fills a major gap in
       functionality, making Inkscape usable for complex artwork.

     * The Potrace bitmap tracer is incorporated into Inkscape - now
       vectorizing bitmaps is easy and interactive. A matching command,
       "Create bitmap copy", converts from any object to bitmap.

     * The text-on-path implementation is complete and very flexible. Both
       the text and the path remain fully editable and transformable.
...
     * Bugfixes: too many to mention (in total, 228 bugs closed in the
       tracker since 0.39), including several important SVG compatibility
       fixes.

More information at  http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes040

This package now depends on boehm-gc. And it uses libsigc++2
and gtkmm24 instead of libsigc++ and gtkmm.

Many new templates added. And a new library added: libgimpgrad.

Patches removed. (The landscape printing support was added to 0.40.)
2005-01-12 20:54:52 +00:00
jlam
b6b853727d Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler
framework.  The list of changes include:

  * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES,
    so we no longer need to say it in package Makefiles.  Packages
    should now append to USE_LANGUAGES instead of setting it.

  * Create mk/compiler/f2c.mk which implements another pseudo-compiler
    "f2c" that may be used with any C compiler backend, e.g.

	PKGSRC_COMPILER= f2c ccache gcc

  * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk,
    etc., to use f2c if the native Fortran compiler isn't present.

Packages that use Fortran should now simply include the line:

	USE_LANGUAGES+=	fortran

in the package Makefile.
2005-01-12 15:31:58 +00:00
adam
845be3282a Changes 1.2.0:
* Source tree clean up
* Bug fixes
2005-01-11 13:37:54 +00:00
markd
c3690e57dc Update gwenview to 1.1.8 from maintainer Ian Zagorskih in PR pkg/28936.
Version 1.1.8 has been released. Thanks to the hard work of Lubos Lunak,
this new version can play MNG and GIF animations!
Here is the complete list of changes:
New features:
* Zoom actions added to both KPart's.
* Support for animated pictures.
* Fast image scaling function from Imlib2/Mosfet (select 'fast' smoothing
  in the configuration dialog).
* Added an item in the "Windows" menu to reset the window layout to the
  default configuration.
Fixes:
* "Lock zoom"/"Auto zoom" options fixed.
* Fixed "Clear location"/"Location" shortcuts.
* Make it impossible to undock the file view. It should be easier for new
  users to use it this way.
* Fixed crash which could occur when copying multiple files.
2005-01-11 13:16:25 +00:00
wiz
49330aa45f Add patch to make it build against latest versions
of SDL_mixer, SDL_ttf, and SDL_image, and depend on them. Bump PKGREVISION.
2005-01-11 10:29:49 +00:00
jlam
5378ac50d3 Create a separate libtiffcxx.so library for use by C++ applications.
It's meant to be used directly in place of libtiff.so, i.e. instead
of linking against -ltiff, you link against -ltiffcxx.  It also leaves
libtiff.so as a plain C-linkage library again, as it was in tiff-3.6.x,
and avoids needing to patch tiff-using packages to link using the C++
compiler.  Bump the PKGREVISION to 1.
2005-01-11 05:29:55 +00:00
adam
03ea6b871d Changes 2.2.2:
- let Decompose plug-in create layers with alpha channel
- fixed crash in save dialog (bug #162443)
- fixed misbehaviour in Scale and Resize dialogs (bug #162387)
- fixed preview in Imagemap plug-in (bug #162592)
- fixed handling of broken menu path translations (bug #162590)
- fixed bugs in the Sparkle plug-in and the Frosty Logo script (bug #132145)
- fixed two broken Python scripts (bug #162707)
- changed default response in Close dialog (bug #162872)
- flush the display when plug-in dialogs are disposed (bug #163084)
- fixed build problem on amd64 with gcc-4.0 (bug #163041)
- fixed problem in locales that are rendered right-to-left (bug #162663)
- fixed bug in Frosty Logo Script-Fu (bug #132145)
- raise the toolbox when it is selected from the Tools menu (bug #163381)
- improved usability of Keyboard Shortcuts editor (bug #163385)
- fixed gradient selection widget in libgimpui (bug #163427)
- workaround a problem in the MMX code (bug #162778)
2005-01-10 15:32:57 +00:00
adam
0b7a8b4af1 Changes 1.5:
* Minor feature enhancements
2005-01-10 13:40:02 +00:00
jlam
bae594225d --enable-c++ isn't a valid option name because of stupidity on the tiff
configure script.  Remove this from CONFIGURE_ARGS.
2005-01-09 23:03:58 +00:00
jlam
801a9ccd7f Note that this package requires C++. Also, convert to use the
bsd.options.mk framework.  The USE_GIF option is now called "lzw" and
is enabled by default.
2005-01-09 21:34:41 +00:00
seb
7f0dec79fe Remove digikamplugins package: it has been superseded by the kipi-plugins
package.
2005-01-09 11:27:53 +00:00
seb
21efbb3106 Add & enable digikamimageplugins. 2005-01-09 11:22:44 +00:00
seb
02e17547ba Initial addition of digikamimageplugins version 0.7.1 into the NetBSD
Packages Collection.

This package provides plugins for additional functionality in Digikam's
ImageEditor.
2005-01-09 11:19:56 +00:00
seb
fa08812c42 Update to version 0.7.1.
Key new features since last packaged version (0.6.2):
- Reliable and fast database (sqlite) backend for saving metadata
- Tagging support for photos.
- Tags are grouped together as virtual folders shown similar to albums.
- Extensive drag and drop support for tagging and moving/copying photos
- Enhanced camera interface with support for automatic photo rotation and
  renaming of photos while downloading.
- EXIF support with optional oriented display of thumbnails and photos using
  camera provided information
- Customizable thumbnails for albums and tags
- Support for nested albums
- Tooltips providing detailed photo information
- Themeing support for digiKam
- KIPI support for enhanced plugin support. KIPI is an initiative between
  various KDE image management applications to provide a common architecture
  for implementing image based plugins.
- New fast image viewer and editor which uses its own plugin architecture to
  provide various additional functionalities in addition to the usual
  gamma/contrast/brightness adjustments, rotation, resize functions.
  Some of the plugins supplied with digiKam are:
	Histogram Viewer
	Red Eye correction
	Black & White and Sepia conversion
	Blurring and sharpening
	RGB color correction
	Hue/Saturation/Lightness correction
	Normalize and Equalize
- Improved thumbnail loading speed.
- Unified Image properties dialog - with separate pages for file information,
  EXIF and Histogram
- Threaded histogram calculation for better responsiveness
- Navigation of albums (based on navigation history) using forward and back
  button
- Auto album creation using date based album names while downloading photos
  from the camera.
- Load and display image formats which imlib2 doesnt support, but kde does.
- Generate thumbnails for raw images using Dave Coffins dcraw tool.
- New standalone photo viewer named showFoto for kde using digiKams image
  viewer canvas.
- New commandline option "--detect-camera" to detect connected cameras and to
  launch the camera window on startup.
- New Aspect Ratio Constrained Crop plugin
- Free Rotation tool is now a plugin and has guides to help with rotation.
2005-01-09 11:14:09 +00:00
seb
f6505803e8 Add & enable kipi-plugins. 2005-01-09 10:45:20 +00:00
seb
dbe8b81950 Initial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
Collection.

This package provides Kipi (KDE Image Plugin Interface) plugins:
RawConverter, SlideShow, MpegEncoder, ImagesGallery, PrintWizard,
JpegLossLess, CdArchiving, AcquireImages, Calendar, SendImages,
BatchProcessImages, TimeAdjust, WallPaper, FindImages, HelloWorld.
2005-01-09 10:42:21 +00:00
seb
89d06a254e Add & enable libkipi. 2005-01-09 10:39:51 +00:00
seb
43f327fb6b Initial addition of libkipi version 0.1 into the NetBSD Packages Collection.
Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin
structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to
share image plugins among graphic applications.
2005-01-09 10:37:56 +00:00
seb
2e349a0df5 Add & enable libkexif. 2005-01-09 10:35:53 +00:00
seb
0cf7155c9e Initial addition of libkexif version 0.2.1 into the NetBSD Packages Collection.
Libkexif is a library for manipulating EXIF information embedded in
images.  It currently supports viewing of all EXIF information via
libexif. It also supports the modification of a few attributes in a safe
way that preserves all other EXIF information in the file.
2005-01-09 10:33:36 +00:00
minskim
4a41cfb22e Switch to Tcl/Tk-8.4. 2005-01-08 19:15:47 +00:00
minskim
f57d87ff1a Switch to Tcl/Tk-8.4. 2005-01-08 18:34:08 +00:00
minskim
a057512d5b Add a missing file to PLIST.
Bump PKGREVISION.
2005-01-08 18:28:20 +00:00
adam
3678f256db Changes 10.18.18:
* palmtopnm: fix bug in handling of multi-image streams
* pnmtopalm: fix bugs in computation of nextDepthOffset
* pamtotga: fix crash due to uninitialized "id" field in TGA header
* pamtotga: fix TGA pixel size for TGA with alpha
2005-01-07 13:28:21 +00:00
markd
12681d5437 gwenview 1.1.7a update from maintainer Ian Zagorskih
Since there was some trouble building the 1.1.7 version on some distributions,
I just released version 1.1.7a.

A new development release is out: version 1.1.7. You can get it from the
download page. It features the following changes:
New features:
  * Double clicking the image view toggles the full screen mode (By Daniel
Thaler)
  * It's now possible to select which KIPI plugins should be loaded.
  * The On Screen Display now contains "Previous", "Next" and "Exit
fullscreen"   buttons. These buttons automatically hide when the cursor hides
itself.
  * Adjust brightness, contrast and gamma.
  * Going to next/previous image in the image KPart.
Fixes:
  * If the URL given as an argument is a directory, start in browse mode, not
in view mode.
 * On Screen Display is back, it was broken in 1.1.6.
  * Updated man page.
  * KIPI Batch image processing tools now work again.
  * Fixed a few bugs in image saving.
  * Made the save error messages more explicit.
  * Removed the "show toolbar/menubar/statusbar in fullscreen" options.
  * When selecting multiple images with Ctrl or Shift, block the "double click
an image goes to fullscreen" feature.
  * Removed the "Auto load image" option, it's useless since Gwenview does not
block anymore when loading images.
  * Fix reloading in the image KPart.
2005-01-07 12:35:10 +00:00
drochner
b3aaa4a382 update to 2.1.5
changes:
- New command line arguments:
  --list-config           - dump the configuration tree of the camera
  --get-config var        - get the configuration entry <var>
- New capture option:
  --frames=count
  --interval=seconds
-fixes
-new translations
2005-01-05 15:56:42 +00:00
adam
60b408aa7d Changes 1.2.4:
* Added support for RLE encoded BMP files
* Added EHB and HAM mode support to the ILBM loader
* Fixed crash loading certain PCX images
2005-01-05 12:09:38 +00:00
adam
6934a3c290 Changes 6.1.7:
* ReadPALMImage() now produces a proper RGB image
* Added the -shadow option to simulate an image shadow
* Fix file leak in ImageToBlob() method
2005-01-05 09:25:18 +00:00
adam
c36d3b9ed6 Changes 6.2.1:
Bug fixes:
- don't apply regular fog or color sum when using a fragment program
- glProgramEnvParameter4fARB always generated an error on
  GL_FRAGMENT_PROGRAM_ARB (fdo bug 1645)
- glVertexAttrib3svNV and glVertexAttrib3svARB were broken
- fixed width/height mix-up in glSeparableFilter2D()
- fixed regression in glCopyPixels + convolution
- glReadPixels from a clipped front color buffer didn't always work
- glTexImage didn't accept GL_RED/GREEN/BLUE as the format
- Attempting queries/accesses of VBO 0 weren't detected as errors
- paletted textures failed if the palette had fewer that 256 entries
Changes:
- fixed a bunch of compiler warnings found with gcc 3.4
- bug reports should to go bugzilla.freedesktop.org
2005-01-04 15:49:24 +00:00
adam
c8b0b5e4e1 Changes 2.2.1:
- added python logo to EXTRA_DIST so it shows up in the tarball (bug #161716)
- fixed mempory corruption in FracalExplorer plug-in (bug #161729)
- fixed crash in gradient editor (bug #161411)
- fixed crash in unsharp mask plug-in preview code (bug #157910)
- fixed bug in unsharp mask plug-in that caused artefacts when a large blur
  radius was being used on a small drawable; minor optimizations
- removed broken asc2img Script-Fu
- fixed channel drag-n-drop (bug #161877)
- fixed misbehaviour of entries in Scale and Resize dialogs (bug #161756)
- speed up preview in several plug-ins
- fixed bug in Despeckle plug-in that caused it to run very slowly
  (bug #162129)
- fixed a crash in the error dialog (bug #162147)
- fixed parameter value range in Weave script (bug #162182)
- fixed crash in brush preview (bug #162232)
- minor improvements to the API docs
2005-01-04 15:20:25 +00:00
jmmv
cd71e54f10 Update to 2.6.2:
* Fixed bug #159492: freezes when trying to create thumbnail for a JPEG file.
* Fixed bug #159672: log2() function already defined under cygwin.
* Fixed bug #159661: Symlinks in the root directory are incorrectly resolved.
2005-01-04 10:03:00 +00:00
wiz
815d74b4ac Remove KDE2 packages (and their dependencies) as proposed on tech-pkg. 2005-01-03 14:32:27 +00:00
wiz
80ae24ea49 Update homepage. 2005-01-02 16:22:21 +00:00
wiz
5062fe3626 Update homepage (seems squatted) and use
MASTER_SITE_SOURCEFORGE in MASTER_SITES.
2005-01-02 14:32:36 +00:00
minskim
69328bd5eb Enable pkgviews installation. 2005-01-01 04:01:07 +00:00
minskim
d3e518dbc9 USE_LANGUAGES=c++ 2005-01-01 03:59:31 +00:00
minskim
d430229665 This package doesn't need perl at all. Remove USE_PERL5.
Bump PKGREVISION due to dependency change.
2005-01-01 03:57:25 +00:00
wulf
1d17af66a3 Added --without-gimp configuration argument to make gimp-docs independent from
the installation of the gimp package
2004-12-30 15:33:43 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
reed
3c13c65aca Upgrade tiff to 3.7.1.
Remove OpenWindows workaround in pkgsrc for this.

Too many changes to include here.
See http://www.remotesensing.org/libtiff/v3.7.1.html
and http://www.remotesensing.org/libtiff/v3.7.0.html
and previous change files for changes information.

tiff-3.7.1 now includes the lzw compression code again.
It also uses autoconf and libtool now.

A new tool is bmp2tiff.

Docs are placed under share/doc/tiff/html instead of share/doc/html/tiff.

Many manpage symlinks are now missing. (This was reported to tiff list.)
2004-12-28 23:10:09 +00:00
xtraeme
9dbce788a2 Added epeg-0.9.0. 2004-12-28 21:58:05 +00:00
xtraeme
6c5dadc620 Initial import of epeg-0.9.0 from pkgsrc-wip, packaged by Peter Bex.
Epeg is a library which provides facilities for scaling JPEG images
very quickly.
2004-12-28 21:54:35 +00:00
wiz
371167522e Fix libGL recognition in configure script by adding -lXext. 2004-12-28 15:52:08 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
wiz
fdd0c01a7d Update to 0.5.6, provided in PR 26372 by Sergio Jimenez.
Changes:

0.5.6
=======================================================================
Image Viewer
   o Added 2 features: reflect left/right and up/down
      (contributed by Jean-Pierre Demailly)
   o Added feature for save file when reflect or rotate.
Other:
   o EPS image format supported (need GhostSCript installed).
   o SGI image format supported.
   o Added Rename Sequence function.
   o Added Timestamp function.
   o Improvement in code source.
i18n:
   o Added Polish translation
      (contributed by Leszek Pietryka)
Bug:
   o Improvement in im_xcf.c and im_psd.c files
      (contributed by Jean-Pierre Demailly)
   o Fixed problem of ICO plugin (wrong color bug)
      (contributed by Jean-Pierre Demailly)

0.5.5.1
=======================================================================
Image Browser:
   o Show a progress bar while reading a directory.
   o Sort by file type.
Other:
   o TGA image format supported.
   o XWD image format supported.
   o SUN RASTER image format supported.
   o OS/2 BMP (2.2.x, 2.1.x and 1.x) image format supported.
   o Improvement in PNM, PBM, PPM and PGM files support.
   o Changes in Delete function:
      * use Delete key.
      * delete single or selection of files.
      * selection bar stay in the next file.
   o Changes in Rename function.
i18n:
   o Added Russian and Ukrainian translation
      (contributed by Dmitry Goroh)
Bug:
   o Fixed GTK See crash when doing "Refresh" in "Small icons"
     or "Thumbnails" mode.
      (report by Dmitry Goroh)
   o Fixed problem when launching GIMP
      (reported by Jan Keirse and Dmitry Goroh)


0.5.4
=======================================================================
Other:
   o Changes in configure and configure.in scripts for
     compile GTK See in Solaris 9 (sparc)
      (contributed by Holger Weiss)
Bug:
   o Fixed problem reading BMP files
      (reported by Kevin Krumwiede)


0.5.3
=======================================================================
i18n:
   o Added german translation
      (contributed by Dirk Ruediger)
Image Browser:
   o Go to fullscreen (and return from) with double click
      (contributed by huzheng)
Other:
   o Man page
      (contributed by Dirk Ruediger)
   o Command line parsing with getopt
      (contributed by Laurent Maestracci)
   o Support zipped images (i.e., foo.bmp.zip)
Bug:
   o Fixed problem reading indexed PNG files with alpha values
     associated with palettes entries
      (reported by Andreas Grosse)
2004-12-27 22:50:45 +00:00
wulf
e218bcc9ce Added and enabled gimp-docs-2.0.6, a documentation package for The Gimp image manipulation software 2004-12-27 11:24:21 +00:00
wulf
37cc152e07 A documentation package for The Gimp image manipulation software 2004-12-27 11:20:33 +00:00
jlam
75d9bd16b0 Update graphics/p5-GD to 2.19. Changes from version 2.16 include
adding support for animated GIFs, dynamic bitmapped fonts, fontconfig,
and other freetype2 improvements.
2004-12-26 23:42:09 +00:00
tv
3a5e9351e6 Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11".
Idea inspired by post to tech-pkg from <imil@home.imil.net>.
2004-12-24 23:42:49 +00:00
seb
20ea5d562e Update to version 2.0.
Package changes:
  - use GD library from the graphics/gd package

Changes since last packaged version (1.16):
December 11, 2004
  - release 2.0
  - new CPL license
  - re indent all sources
December 11, 2004
  - release 1.18
 dotneato
  - fix bugs: 451, 536, 545, 547, 548, 559, 561, 565, 572
  - increase max size  of HTML tables.
  - spline cluster edges in fdp
  - center userimages in nodes
  - support user images in HTML table cells
  - syntax extension for node:port:compass as well as node:compass
  - FreeBSD fixes
  - sync with gd-2.0.32
  - attempt to catch some out-of-memory conditions with very large graphs
  - support background and node-fill partial transparency when truecolor=true
2004-12-24 18:26:56 +00:00
jmmv
c33d2074af Adjust dependencies after ocaml has been splitted into three different
packages: ocaml, ocaml-graphics and labltk.  Bump PKGREVISION.
2004-12-24 17:21:01 +00:00
markd
940cee3fdd Fix for security problem:
http://www.kde.org/info/security/advisory-20041223-1.txt
Bump PKGREVISION.
2004-12-23 13:02:17 +00:00
wiz
e345293bf5 Update to 0.8, and add fix against vulnerability.
* Changes in xzgv 0.8

** New features

Added support for the Exif orientation tag (Exif in this context is a
form of JPEG). If you enable the "Use Exif Orientation" option in the
viewer (or `exif-orient' config/option), it'll compensate for the
(e.g.) digital camera's orientation when viewing, so pictures taken
with the camera side-on will display the way you would probably want
them to. However, since this differs from how most *other* programs
will see the files - which are, after all, carefully constructed to be
compatible with JFIF/JPEG files - and has the potential to be
extremely confusing if you don't know exactly what's going on, it's
not enabled by default. Thanks to Fraser Wright for suggesting this
feature.


** Bugfixes

Broken GIFs could overrun a buffer previously - fixed.

Added call to gtk_set_locale() which should hopefully avoid problems
when GTK+'s default font is set to something which isn't
ASCII-friendly. Thanks to Alexander Pohoyda for this one.

Fixed JPEG segfault bug on files which were corrupted after the image
itself. Thanks to Aaron Brick for spotting this one.

Fixed long-standing bug with interpolation, which could have resulted
in segfaults (though it's hard to say if it ever actually did).

Stopped selector getting permanently hidden if two middle-button
presses were too close together. Thanks to José Luis González González
for spotting this.

No longer sets background colour to black for mono PNG files, where
this may cause problems. This change was ported from zgv; thanks to
Morten Bo Johansen for spotting it there.


** Other changes

Added 9/0 keys as yet another way of doing file untag/tag. These are
last-ditch alternatives for keyboards where -/= don't make sense (some
non-US/UK keyboards), and where keypad -/+ aren't easily accessible
(e.g. laptops). Thanks to Szabó, Balázs for inspiring this one.
2004-12-23 02:01:11 +00:00
drochner
cdac8d6464 recognize a PowerShot A95 2004-12-22 12:09:25 +00:00
minskim
1bcaf91c11 Enable pkgviews installation. 2004-12-22 09:21:45 +00:00
reed
77d31fda4a patch-ag and patch-ao already had security fixes for CESA-2004-006.
But now these are improved in response to
 iDEFENSE Security Advisory 12.21.04
 www.idefense.com/application/poi/display?id=173&type=vulnerabilities
 libtiff STRIPOFFSETS Integer Overflow Vulnerability
 December 21, 2004

This fix (in two files) was from that advisory and also seen
in tiff 3.7.1.

PKGREVISION is bumped to 6 and BUILDLINK_RECOMMENDED is adjusted for
this possible security issue. Other packages depending on this are not
bumped.
2004-12-22 03:57:15 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
jlam
48876679d9 Create a modifier PERL5_OPTIONS that specifies properties of the perl
installation needed when including perl5/buildlink3.mk.  The only
option currently supported is "threads", which implies that a perl
that supports threads is required.  The requirement is checked at
pre-install time using an INSTALL script template by both the package
build and the binary package.

Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD
since those modules require a perl that supports threads.
2004-12-19 00:01:43 +00:00
wiz
24eabe30f1 patch-aa was removed from distinfo during last
update, so remove it from file system too (hi drochner!).
2004-12-16 17:03:56 +00:00
minskim
3786702943 Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are
included before overriding targets.
2004-12-14 20:36:54 +00:00
markd
01f810ca1b Fix build using latest ImageMagick.
Bump PKGREVISION.
2004-12-14 12:16:43 +00:00
agc
a0c283e28c Make this package work better on platforms where the install utility can
only take one file to be installed.
2004-12-13 22:51:09 +00:00
markd
5adc12dc5f share/kde/locale -> ${PKGLOCALEDIR}/locale. Bump PKGREVISION. 2004-12-13 11:58:21 +00:00
salo
b874ab977f Bump PKGREVISION, security fix:
"Multiple buffer overflows in imlib 1.9.14 and earlier, which is used by
gkrellm and several window managers, allow remote attackers to execute
arbitrary code via certain image files."  (1.9.15 is also affected)

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1026

Patch from Pavel Kankovsky.
2004-12-10 09:30:42 +00:00
markd
2a2b9e36cb locale files moved to under ${PKGLOCALEDIR}/locale/...
Bump PKGREVISION.
2004-12-10 06:40:11 +00:00
markd
b647167698 Update to kde 3.3.2
Changes:
* kfax: fix kfax does not save printer settings
* kfax: fix Truncations occur on dialog
* kfax: fix kfax prints all pages in one g3-file to one page
* kfax: fix can not print to printer or file
* kfax: fix BoundingBox: line in PS file has width and height interchanged
* kfax: fix KFax has its own printer dialog
* kfax: fix rotation not honored when printing
* kfax: fix G3/G4/tiff-files not assigned to kFax
* kfax: fix zoom error
* kfax: fix Problem with format of fax-files
* kfax: fix CTRL-R shortcut for rotate does not work in kfax
* kfax: fix Can't print only part of a document
* kolourpaint: Fix crash due to text box when scaling image behind it
* kolourpaint: Don't get stuck on a wait cursor after attempting to
  paste empty text into a text box
* kolourpaint: Smaller selection and text box resize handles - covers
  up fewer selected pixels, doesn't cover up text
2004-12-10 06:26:33 +00:00
recht
915afb153f Fix the build on Darwin. From darwinports. 2004-12-05 23:26:16 +00:00
minskim
8d1f697265 Disable pkgviews installation until automake is pkgviews-enabled.
This closes PR/pkg 28323.
2004-12-05 20:19:50 +00:00
wiz
829094795b Update to 1.2.8:
Changes since the last public release (1.2.7):

  Fixed bug in png_text_compress() that would fail to complete a large block.
  Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during
    strip alpha operation in png_do_strip_filler().
  Added PNG_1_2_X definition in pngconf.h
  #ifdef out png_info_init in png.c and png_read_init in pngread.c (as of 1.3.0)
  Reduce color_type to a nonalpha type after strip alpha operation in
    png_do_strip_filler().
  Revised definitions of PNG_MAX_UINT_32, PNG_MAX_SIZE, and PNG_MAXSUM
  Fixed (again) definition of PNG_LIBPNG_VER_DLLNUM in png.h (Cosmin).
  Added PNG_LIBPNG_BUILD_PRIVATE in png.h (Cosmin).
  Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
    of data type in deflate (Cosmin).
  Deprecated but continue to support SPECIALBUILD and PRIVATEBUILD in favor of
    PNG_LIBPNG_BUILD_SPECIAL_STRING and PNG_LIBPNG_BUILD_PRIVATE_STRING.
  Despammed mailing addresses by masking "@" with "at".
  Added scripts/makefile.elf with supporting code in pngconf.h for symbol
    versioning (John Bowler).
  Added projects/visualc71 (Simon-pierre).
2004-12-05 11:17:12 +00:00
adam
f68ac179bb Changes 6.1.6-0:
* The -channel option is operational again.
  * The black channel offset was incorrectly computed when compositing causing
    a seg-fault (bug report from Arfune).
  * Under extremely rare conditions the GIF coder had a memory leak.
  * Moved image list advancement to after the progress monitor call in
    QuantizeImages() (bug report by Tim Hunter).
2004-12-05 09:42:11 +00:00
jmmv
99a268a9a7 Update to 2.8.2:
- Eel dependency removed (Paolo Borelli)
- Important crash fixes (James Henstridge, Jens Finke)
- AIX compilation fixes (Sandie Vanderme)
- Translation Updates:
  Alexander Shopov (bg), David Lodge (en_GB), Dwayne Bailey (zu, nso),
  Martin Willemoes Hansen (da), Mohammad DAMT (id)
2004-12-04 22:46:29 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
adam
aa39a517f9 Changes 1.9.15:
* Minor bug fixes
2004-12-03 13:42:47 +00:00
seb
d1d076e27f Force use of bundled libgd: fix build when libgd is installed beforehand.
Please note that for now the use of an external libgd is still considered
experimental by graphviz team.

Reported by abs@. Thanks!
2004-12-03 11:42:57 +00:00
reed
b1ad419389 Make sure that the AUTOM4TE and AUTOCONF is defined in the environment
because old (or wrong) versions may be used or the tool may be missing
(such as not in path).

When not in path, you may receive errors like:
 sh: autom4te: not found
 aclocal-1.9: autom4te failed with exit status: 1
(noticed under Solaris)

Or if wrong versions are used, you may receive:
 autom4te: unknown language: Autoconf-without-aclocal-m4
 aclocal-1.9: autom4te failed with exit status: 1
(noticed under Mac OS X)

Maybe the correct fix would be to fix the pkgsrc-installed
aclocal and automake scripts so that the autom4te and autoconf
scripts used from within are using the correct path and version
(as also installed from pkgsrc).
2004-12-02 17:51:19 +00:00
reed
8ac2f31093 Remove files before creating symlinks (as required on Solaris). 2004-12-02 17:42:18 +00:00
wiz
5af956c5b1 Rename round() to ngraph_round(), to avoid conflict with function
defined in math.h. [bulk build fix]
2004-12-02 14:08:16 +00:00
adam
3e23a9c5b1 Changes 10.18.17:
* pnmtoxwd: fix endianness on little-endian machines
* pnmtoxwd: include 256 colour map in direct colour instead of zero
* pnmtoxwd: fix bug: doesn't work if you specify an option
2004-12-02 12:35:36 +00:00
taca
222690ede7 Make it compile on NetBSD 1.6.X, really this is fix for traditional
C compile which needs to define variable in first in function.
2004-12-02 01:47:35 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
taca
998b26b1ce Allow to select font rendering engines with PKG_OPTION. Possible
options are freetype, vflib and xft2.  Default is xft2 which is the
same as previous magicpoint package.

This work is written by Kouichirou Hiratsuka and I modified to use
bsd.options.mk framework.

Bump package revision.
2004-11-30 17:29:30 +00:00
adam
bbc677a10f Changes 1.8.4:
* Require gtk+-2.4.
* The framerate limiter is more accurate and is by default enabled at 100 fps.
* Faster collection loading, the file is now mmapped.
* Slovak translation.

Changes 1.8.3:
* New menu item to open the current image directory menu.
* The PageUp and PageDown can be used to switch images.
* Fixed a thinko in the case where automatic centering is disabled.
* Transitions can be disabled in a more intuitive way.
2004-11-30 16:13:53 +00:00
adam
15c74ac0dd Changes 2.5.1:
* Bug fixes
2004-11-30 16:04:45 +00:00
adam
1fee4263af filmgimp is dead, long live cinepaint 2004-11-30 15:37:45 +00:00
adam
10f10ad685 filmgimp has been renamed to cinepaint 2004-11-30 15:36:33 +00:00
adam
fee2a89870 CinePaint is a free open source painting and image retouching program designed
to work best with 35mm film and other high resolution high dynamic range images.
It is the most popular open source tool in the motion picture industry - used
in 2 Fast 2 Furious, Scooby-Doo, Harry Potter, Stuart Little and other feature
films. CinePaint is used for painting of background mattes and for
frame-by-frame retouching of movies. It is being extended to do film
restoration. CinePaint is available for Linux, Macintosh OS X, Windows, and
other popular operating systems.

Animation renderers and 35mm film scanners are capable of creating greater color
bit-depth than can be displayed on monitors (8-bit per channel) or can be
manipulated in most programs. The 32-bit per channel color capacity of CinePaint
appeals most to cinematographers and professional still photographers. However,
CinePaint is a general-purpose tool useful for working on images for motion
pictures, print, and the Web. CinePaint supports many file formats, conventional
formats such as JPEG, PNG, TIFF, and TGA images -- and more exotic motion
picture digital intermediate formats such as Cineon and OpenEXR.

CinePaint is free software. The generosity and commitment of its developers,
users and sponsors make CinePaint possible
2004-11-30 15:35:34 +00:00
wiz
5e0753b8cf Fix PLIST for hicolor-icon-theme>=0.5, and depend on that version
PKGREVISION++.
2004-11-30 14:19:56 +00:00
seb
13c8ee8910 Sort includes and remove a commented out include. 2004-11-30 10:16:14 +00:00
seb
1c70f097e8 Update to version 1.16.
Changes since last packaged version (1.12)
September 14, 2004
	- release 1.16
    dotneato
	- fix bugs: 275, 523, 526, 527, 529, 534
August 30, 2004
        - release 1.14
    dotneato
	- the official gd now has support support for GIFs again - the
		internal gd is now closely sync'ed with the official version
		and will eventually be removed in favor of using a
		separate installation of the official version.
	- gd has new support for FontConfig (thanks to Dag Lem)
		NB. the fontname attribute in graphs is now a font pattern
		as understood by fontconfig (e.g. fontname="Times-Italic"),
		unless it contains a '/' in which case it is interpreted as
		a font path as before.
	- gd provides support for html4 entities in decimal, hex or named,
		e.g "&lt;"
	- "dot -v" debugging output now reports fontname -> fontpath resolutions
	- PostScript generated by -Tps now uses "xshow" operator for strings
		for better matching of bitmap and PostScript outputs.
	- ability to use an external gd-2.0.29 version of libgd (EXPERIMENTAL)
	- new feature: parallel edges by using a ":" separated list of edge
		colors
	- new feature: rankdir=BT and rankdir=RL  (thanks to Dag Lem)
	- new layout engine: fdp - force directed placement (EXPERIMENTAL)
		a neato-like undirected layout engine that produces
		clustered symmetric layouts.
		Supports edges between clusters and nodes.
	- updated neato engine: now using stress majorization as the default,
		which avoids the potential for cycling
	- model=subset in neato provides a third distance function, where
		two nodes sharing many nodes will be place farther apart
	- shape=none now equivalent to shape=plaintext
	- fix label justification with \l and \r
	- first cut at <FONT> support added to html labels
	- various color transparency fixes
	- various fixes for UTF8 and Latin[12] character encodings.
	- various cluster fixes.
	- improved hyperlink support in -Tsvg
	- support tooltips on clusters in client-side imagemaps
    gvpr
	- add support for scanf and friends
    general
	- greater use of shared libraries.
	- pkg-config files provided for shared libraries (EXPERIMENTAL)
	- "./configure --disable-shared --enable-static" works if needed
	- C++ wrappers on all header files (thanks to Victor Wodecki)
	- various configuration and portablity fixes
	- provide pdf version of man pages
	- Windows package provides graphviz libraries and header files
	- Closed bugs: 195, 198, 234, 321, 330, 399, 401, 406, 410, 411,
		412, 413, 415, 416, 417, 423, 424, 427, 430, 431, 433, 434, 435,
		438, 441, 442, 444, 445, 449, 450, 452, 454, 457, 458, 462, 463,
		464, 467, 468, 469, 471, 475, 480, 482, 485, 495, 496, 498, 499,
		500, 501, 504, 508, 511, 512, 514
March 5, 2004
    - added glyphwidths.ps support utility
2004-11-29 22:11:50 +00:00
wiz
02f60a3184 Add RCS Id. 2004-11-29 20:31:44 +00:00
wiz
2530e36bc9 Update to 6.3.30, provided by Osamu OISHI in PR 28454.
Changes: perhaps if I could read Japanese...
2004-11-29 20:31:16 +00:00
wiz
7df923365c Remove BUILDLINK_DEPENDS line for old version of freetype2. 2004-11-29 19:56:16 +00:00
jklos
f7d1554dd4 Added PTHREAD_AUTO_VARS=yes so this builds properly on 2.0. (thanks,
Juan RP)
2004-11-29 17:00:01 +00:00
wiz
de7289b776 Add dependency on gtkspell (for text input spellchecking), and bump PKGREVISION.
Closes PR 28449.
2004-11-29 15:14:48 +00:00
wiz
c0c22db5d7 This uses pkgconfig; include its buildlink3 file.
Addresses PR 28449.
2004-11-29 14:55:38 +00:00
wiz
afe762654e Add and enable jpegpixi. 2004-11-29 14:19:24 +00:00
wiz
eba36efcd5 Import from pkgsrc-wip, package by Greg Troxel:
Jpegpixi is short for JPEG Pixel Interpolator. The intent of the
program is to interpolate pixels (single pixels, dots, stripes) in
JPEG images.  This is useful to correct images from a digital camera
with CCD defects.  For example, if one pixel is always bright green,
this pixel can be interpolated with jpegpixi.

Jpegpixi is unique in that it tries to preserve the quality of the
JPEG image as much as possible.  Usual graphics programs decode JPEG
images when they are loaded, and re-encode them when they are saved,
which results in an overall loss of quality.  Jpegpixi, on the other
hand, only decodes the DCT blocks (typically 8x8, 16x8, or 16x16 pixel
areas) which contain pixels to be interpolated, and when it re-encodes
them, it uses exactly the same parameters with which the image has
originally been encoded.  These blocks are therefore only minimally
disturbed, and other blocks remain pixel-by-pixel identical to the
original image.
2004-11-29 14:16:57 +00:00
wiz
50da1a7b0f Reset maintainer, and remove superfluous BUILDLINK_DEPENDS line. 2004-11-29 11:07:59 +00:00
adam
006075cc76 Chamges 6.1.5-7:
* The black channel offset was incorrectly computed when compositing causing
  a seg-fault (bug report from Arfune).
* Under extremely rare conditions the GIF coder had a memory leak.
* Moved image list advancement to after the progress monitor call in
  QuantizeImages() (bug report by Tim Hunter).
* The display program no longer exits after the first image.
* The JP2 coders no longer interprets the first channel as an opacity channel.
* The VID coder no longer generates a fault (bug report from Arfune).
* CMYK Postscript with a subimage specification no longer returns a grayscale
  image (bug report from Arfune).
* Handle image settings with MogrifyImageInfo() method.
* GNS contributed QueryMultilineTypeMetrics().  Its like QueryTypeMetrics()
  but returns the maximum text width and height for multiple lines of text.
* Treat -channel as a setting in the command line programs.
2004-11-29 09:05:46 +00:00
jlam
40377c791f Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4.  The "buildlink" phase was removed for the last branch,
and this is the final cleanup.  "post-buildlink" is now "post-wrapper".
2004-11-28 19:19:51 +00:00
dmcmahill
c064c16a0f update to hp2xx-3.4.4
There have been many many bug fixes and improvements since the last
packaged release.  SVG, PDF, and DXF output is available now.  The complete
list (>200 lines) is in the CHANGES file in the distribution.
2004-11-28 15:12:11 +00:00
taca
11a23bc901 Update ruby-opengl package to 0.32f.
2004-07-17  <yoshi@giganet.net>

	* fixed marks callback function (thanks patch: nobu.nokada@softhome.net)

2004-07-10  <yoshi@giganet.net>

	* fixed ReadPixels bug (thanks patch: Alvin Schur)

	* fixed GLUT font constats(thanks patch: Alvin Schur)

2004-02-28  <yoshi@giganet.net>

	* fixed SubWindow bug (thanks patch: HATAKEYAMA Motohiko)

	* add COPYRIGHT file

	* fixed sample (thanks patch: Matthias Neeracher)

2003-10-12  <yoshi@giganet.net>

	* fixed nurbs bug (thanks patch: Ashish Myles)

2003-10-12  <yoshi@giganet.net>

	* fixed submenu bug (thanks bug report: Daniel Amelang)

	* fixed for cygwin 1.5.5 (???)
2004-11-28 14:55:00 +00:00
wiz
3443211dad Update to 0.5:
Create the stock/* directories.
2004-11-28 14:48:36 +00:00
jdolecek
a055b4fb3c Update php-jpgraph to 1.16.
Notable changes include splitting PlotBand and IconPlot to separate
files (requires update of all scripts using these objects), additional
error checking, and many bug fixes. Full list available at
	http://www.aditus.nu/jpgraph/Changelog

Reorganize package to use bsd.pkg.install.mk and CONF_FILES,
modelled similar to phpmyadmin package.
2004-11-27 22:34:19 +00:00
taca
a41203ce3b Migrate ruby-opengl to use new framework for Ruby packages. 2004-11-27 16:13:35 +00:00
taca
1ea2373c73 Migrate ruby-gd to use new framework for Ruby packages. 2004-11-27 16:12:57 +00:00
tron
9fefe88c2a Remove me as maintainer of this package. 2004-11-27 08:09:37 +00:00
abs
302fd5d0d8 Update cambeva to 2.2. Changes since 2.0:
2.2
----
* added color tags to config file (for css file)

2.1
-----
* support for robots.txt, sending robots away.
* fixing content-length for css
* improved html and css. validators give ok.
2004-11-26 23:30:04 +00:00
snj
afd8c82892 Update to 2.0.
Changes:
* changed round(); to myround(); and fixed Makefile.Solaris
* fixed qiv_display_text_window
* added patch by Joachim Kuebart: if images is < 5 and PgUp is pressed,
*  mage_index might become negative..
* small patch that remove a warning with gcc 3.4
* qiv_display_text_window update (Push any key..) - its really cool! :-)
* cleaned up README, qiv-command.example, manpage..
* Fixed Help-Screen remove. Added qiv-command-stdout support, now "metacam"
  (EXIF-Header) or other tools can be used within qiv and the output is shown
  in a box in the pixture like the helpscreen.
* All arrow-keys = normal moving.
  All arrow-keys+Shift = faster moving.
  NumPad-arrow-keys+NumLock = faster moving.
* Added Xinerama patch by Jeff Dairiki
* fixed manpage (ignore_path_sort was wrong)
* Added patch by HaJo Schatz: "--disable_grab, -G" Disable pointer/kbd grab
  in fullscreen mode for Remote-Display stuff.
2004-11-26 22:18:27 +00:00
sketch
9c2dddc570 Correct URL for distfile, noted by Alexis Robert on tech-pkg. 2004-11-26 17:07:23 +00:00
jmmv
f0a0c0cc8f Bump revisions of tiff and qt1 after changing the default USE_GIF value
to 'yes'.  (In behalf of jlam@, who can't commit this ATM.)
2004-11-26 15:32:34 +00:00
adam
17955604c3 Added potrace-1.5 2004-11-26 14:15:34 +00:00
adam
93555a2cd0 Potrace is a utility for tracing a bitmap, which means, transforming
a bitmap into a smooth, scalable image.  The input is a bitmap (PBM,
PGM, PPM, or BMP), and the default output is one of several vector
file formats.  A typical use is to create EPS files from scanned
data, such as company or university logos, handwritten notes, etc.
The resulting image is not "jaggy" like a bitmap, but smooth. It can
then be rendered at any resolution.

Potrace can currently produce the following output formats: EPS,
PostScript, SVG (scalable vector graphics), PGM (for easy
antialiasing of pixel-based images), and XFig. An experimental
Gimppath backend is also provided. Additional backends might be added
in the future.

A separate program, mkbitmap, is also provided. This program can act
as a pre-processor for potrace, applying scaling and various filters
to an image before converting it to a bitmap. This is useful for
potracing greyscale and color images.
2004-11-26 14:14:48 +00:00
snj
f64ccd8fbf Update to 1.2.9.
Changes unknown.
2004-11-25 20:00:05 +00:00
snj
8876651a1f Update gifsicle to 1.41. Changes unknown. 2004-11-25 19:39:53 +00:00
minskim
1e9da84707 Update gthumb to 2.6.1.
Changes:
        * Fixed bug #158682: Modified image auto-saved through confirmation
          dialog loses EXIF data.
        * Fixed bug #158253: Crash when parsing dir with UTF8(?) filenames
        * Fixed bug #158174: Clicking cancel while thumbnail list is still
          being extracted from camera crashes gthumb.
        * Fixed Bug #156851: Crash on startup on 64-bit architectures,
          and other 64-bit cleanliness issues.
        * Fixed bug #156933: Patch to enable resizing of Import Photos dialog.
        * Fixes bug #152542: Add F12 keybinding to the Revert action.
        * Fixes bug #157761: Cannot resize the columns in the
          "find duplicates" dialog of gthumb.
        * Enhanced usability with non-loadable images, for example xcf images.
2004-11-25 18:50:31 +00:00
ben
193a6912aa Update gfract to version 0.3. Notable changes include:
- Use GTK2.

- Allow palettes with unlimited number of entries.

- User specified coloring algorithms.

- Palette interpolation.

- Change over to using C++.

- Documentation changes
2004-11-25 16:31:05 +00:00
jdolecek
591b7c90c2 graphics/gd is built against libpthread, which causes PHP crashes
when the gd.so module is loaded into non-threaded base program
(Apache 1.x or CLI/CGI PHP). Avoid this by switching back to bundled
GD. XPM stays disabled.

Bump PKGREVISION
2004-11-23 19:46:14 +00:00
adam
8d9d0e2837 Changes 6.1.5-2:
* The black channel offset was incorrectly computed when compositing causing
    a seg-fault (bug report from Arfune).
  * Under extremely rare conditions the GIF coder had a memory leak.
  * Moved image list advancement to after the progress monitor call in
    QuantizeImages() (bug report by Tim Hunter).
2004-11-22 16:28:24 +00:00
jmmv
835250351d Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
1.8.17nb3).
2004-11-20 22:10:22 +00:00
adam
02cd78e723 Changes 2.30:
* Superscripts and subscripts capability
* -drawdump and -drawdumpa command line options
* New proc processdata actions
* A new SVG mouseover/javascript scheme
* Spaces and commas in data field names
2004-11-19 11:05:54 +00:00
adam
d93095e474 Fixed /etc handling 2004-11-18 16:15:35 +00:00
adam
88aa53e955 /etc removed 2004-11-18 15:59:23 +00:00
adam
87179465a8 Changes 3.6.1:
- a completely rewritten and much more universal configure script.
  see INSTALL for more information.

- new documentation format.  It has been tested with several newer
  browsers, Netscape 4.x will not work well unless you disable style
  sheets.

  Note some of the png images do not display correctly in some newer
  versions of Konqueror.  This is a bug in Konqueror.  A possible
  workaround would be to process all png images through the NetPBM
  tools:

    pngtopnm image_old.png | pnmtopng > image.png

- new default locations for the configuration files (povray.ini and
  povray.conf).  See chapter 1 of the documentation for details.

- a new io-restrictions configuration file format.  The new format is
  not compatible to 3.5 but due to the changed file locations this
  does not prevent parallel use of POV-Ray 3.5 and 3.6.

- sample scene render scripts.  See section 1.3.6 of the docs for
  instructions how to use them.

- a benchmark rendering mode: see section 1.6.2 of the docs.

- KDE integration (file types and panel icons)  If someone here is
  familiar with doing the same kind of thing in GNOME this would be
  helpful.

- various internal changes not directly visible to the user.
2004-11-18 15:57:37 +00:00
markd
6af479d927 More duplicate dirrm cleanup. 2004-11-18 11:48:36 +00:00
markd
bac3d18ca0 Don't delete include/dom on package deletion (kdelibs does it)
Partial fix for PR pkg/28342.
2004-11-18 10:32:22 +00:00
markd
0d19438ea8 Don't delete konqueror/servicemenus on package deletion (kdebase does it)
Partial fix for PR pkg/28342.
2004-11-18 10:14:44 +00:00
markd
f72464d590 Don't delete services/kded on package deletion (kdelibs does it)
Partial fix for PR pkg/28342.
2004-11-18 10:02:07 +00:00
xtraeme
18efda262a Convert to use bsd.options.mk, I don't bump PKGREVISION because the
binary will be the same (all options turned on by default), currently
there are two options: python gnome.

If you want to disable them, use PKG_OPTIONS.dia=-python -gnome
2004-11-17 21:42:11 +00:00
minskim
ac180009bc This package requires intltool to build. Noted by Cesar Catrian C.
in PR pkg/28330.
2004-11-16 16:16:31 +00:00
adam
8a4cc46ef1 Bumped to -3, since -1 is no longer available 2004-11-16 09:39:51 +00:00
jlam
7c875394e7 Set USE_LANGUAGES properly (uses C++) and remove unnecessary
USE_GCC_SHLIBS setting.
2004-11-15 15:04:08 +00:00
adam
7e83517673 Changes 6.1.4-1:
* Bug-fixes and improvemens [as usually]
2004-11-15 11:14:15 +00:00
rh
e8082de913 Update cairo to 0.2.0. Changes include:
New license: LGPL/MPL
---------------------
The most significant news with this release is that the license of
cairo has changed. It is now dual-licensed under the LGPL and the
MPL. For details see the COPYING file as well as COPYING-LGPL-2.1 and
COPYING-MPL-1.1.

I express my thanks to everyone involved in the license change process
for their patience and support!

New font and glyph internals
----------------------------
Graydon Hoare has put a tremendous amount of work into new internals
for handling fonts and glyphs, including caches where appropriate.
This work has no impact on the user-level API, but should result in
great performance improvements for applications using text.

New test suite
--------------
This snapshot of cairo includes a (small) test suite in
cairo/test. The tests can be run with "make check". The test suite was
designed to make it very easy to add new tests, and we hope to see
many contributions here. As you find bugs, please try adding a minimal
test case to the suite, and submit it with the bug report to the
cairo@cairographics.org mailing list. This will make it much easier
for us to track progress in fixing bugs.

New name for glitz backend
--------------------------
The gl backend has now been renamed to the glitz backend. This means
that the following names have changed:

        CAIRO_HAS_GL_SURFACE    -> CAIRO_HAS_GLITZ_SURFACE
        cairo_set_target_gl     -> cairo_set_target_glitz
        cairo_gl_surface_create -> cairo_glitz_surface_create

This change obviously breaks backwards compatibility for applications
using the old gl backend.

Up-to-date with latest glitz snapshots
--------------------------------------
This snapshot of cairo is now up to date with the latest glitz
snapshot, (currently 0.2.3). We know that the latest cairo and glitz
snapshots have been incompatible for a very long time. We've finally
fixed that now and we're determined to not let that happen again.

Revert some tessellation regression bugs

Miscellaneous changes
---------------------
Changed CAIRO_FILTER_DEFAULT to CAIRO_FILTER_BEST to make gradients
easier.

Track XCB API change regarding iterators.

Various bug fixes
-----------------
Fix calculation of required number of vertices for pen.

Fix to avoid zero-dimensioned pixmaps.

Fix broken sort of pen vertices.

Fix bug when cairo_show_text called with a NULL string.

Fix clipping bugs.

Fix bug in computing image length with XCB.

Fix infinite loop bug in cairo_arc.

Fix memory management interactions with libpixman.
2004-11-15 03:59:49 +00:00
rh
606e08f2fe Update libpixman to 0.1.2. Changes include:
New functionality
-----------------
Added three new functions:
        pixman_image_set_component_alpha
        pixman_format_get_masks
        pixman_image_get_format

Bug fixes
---------
Enabling both transform and repeat simultaneously now works.
Some byte-order fixes.
Clipping fixes: pixman now takes a copy of the client clipping region
                client clipping is now actually used, it wasn't earlier.
2004-11-15 03:43:46 +00:00
rh
5c52ee2f39 Update glitz to 0.2.3. Changes are too numerous to list here. They
include a revamped graphics engine and tons of bug fixes.  Closes PR
pkg/28107 by Francois Briere, thanks!
2004-11-15 03:33:22 +00:00
adam
bd1b1ea8d6 Cosmetics continue 2004-11-14 11:42:48 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
dillo
831d2fee13 drop maintainership, i no longer use this software 2004-11-13 11:15:31 +00:00
seb
cd255cba4e Set version independent HOMEPAGEs. 2004-11-12 17:36:40 +00:00
adam
a93154745a Clean-up: don't depend on X11/Xpm any more; depend on gd 2004-11-12 09:43:16 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
minskim
607b352956 No longer in pkgsrc-wip. 2004-11-11 06:19:21 +00:00
minskim
c3c0a7e885 Add and enable simage. 2004-11-11 06:17:53 +00:00
minskim
6a83a3cb92 Import simage-1.6.1. Based on 1.6.0 in pkgsrc-wip, packaged by
Bruce J.A. Nourish.

simage is a library with image format loaders and front-ends to common
import libraries.  simage is meant for use with applications which
read image files as textures.
2004-11-11 06:16:26 +00:00
jmmv
49e20b6c7b Link the binary program against -lpthread so that librsvg can be dlopened
at runtime without at segfault.  Fixes crashes reported in PR pkg/27058.
2004-11-10 20:01:14 +00:00
jmmv
7a34485b19 Remove a leftover patch that was supposed to be removed in last update. 2004-11-10 19:52:45 +00:00
adam
b82b78ab4c Changes 1.0.6:
* Now gtk_widget_get_gl_context() doesn't use gtk_quit_add_destroy().
  gtk_quit_add_destroy() cause a problem with recursive main loop.
  OpenGL-capable widget is not destroyed automatically on quit.
* Removed deprecated functions in GTK+-2.3 from example programs.
  gtk_timeout_add()/remove() and gtk_idle_add()/remove() are deprecated
  in GTK+-2.3. Now g_timeout_add() and g_idle_add_full() are used.

Changes 1.0.5:
* Fixed to reduce flickering on resizing OpenGL window.
* Examples have been rewritten to use gdk_window_invalidate_rect()
  and gdk_window_process_updates() instead of gtk_widget_queue_draw().
  Animated OpenGL scene is updated synchronously and immediately.

Changes 1.0.4:
* Added new libglade examples.
* Added new coolwave2.c fullscreen GL application example.
* Minor fix of gtk_widget_set_gl_capability() ("realize" signal connection).
* Use new function call debug macros.

Changes 1.0.3:
* Added simple GLX_SGIX_pbuffer example.
* Fixed a private header bug in gdk/x11/gdkglx.h and
  gdk/win32/gdkglwin32.h.
* Fixed win32 GLPixmap code that causes GDI error with the latest
  CVS version of GTK+ (>2.2.2).
* gdkgloverlay-x11.c has been rewritten. New code doesn't use
  XSGIFastInternAtom(), so --disable-sgi-fast-atoms configure
  option is no longer needed.
2004-11-10 14:50:59 +00:00
adam
394a584e28 Changes 2.0.33:
* Corrects a problem which prevented compiling with older versions of
  freetype2
2004-11-10 12:58:48 +00:00
tron
309eb9799c Remove "old-version" from URL for "ftp.informatik.uni-oldenburg.de". 2004-11-08 15:09:13 +00:00
adam
7ac5225346 Changes 0.6.3:
* Added Hungarian translation
* Bug-fixes
2004-11-08 14:44:14 +00:00
adam
2b15cb1e5e Changes 1.0.15:
* New backends: niash.
* Updated backends: agfafocus, artec_eplus48u.c, avision, canon, canon_pp,
  coolscan, dll, epson, fujitsu, gt68xx, hp, hp5400, leo, microtek2, mustek,
  mustek_pp, net, pie, plustek, plustek_pp, snapscan, sp15c, tamarack, teco2,
  umax, umax_pp, u12, v4l.
* Portability fixes (especially for MacOS X, NetBSD, OS/2, 64 bit platforms).
* sane-find-scanner detects more chipsets now.
* Added Finnish translation. Updated other translations.
* Several saned fixes.
* Build system updates.
* Documentation updates.
* Bugfixes.
2004-11-08 10:28:15 +00:00
minskim
519e4f3e90 Add and enable gimp-warp-sharp. 2004-11-07 15:11:30 +00:00
minskim
d6b0ea99ae Sort. 2004-11-07 15:09:41 +00:00
minskim
7f86673829 Initial import of gimp-warp-sharp.
Sharpening images with traditional methods increases the amount of
noise in the image.  This script implements a method to sharpen images
described by Joern Loviscach in the german computer magazine c't,
22/1999.

Basically it "squeezes" unsharp edges. This method is a simplified
Version of an algorithm by Nur Arad and Craig Gotsman: "Enhancement by
Image-Dependent Warping", IEEE Transactions on Image Processing, 1999,
Vol. 8, No. 8, S. 1063.
2004-11-07 15:06:08 +00:00
hubertf
3c5bbd1e42 Next attempt - 'make mps' aparently doesn't bother to remove old entries
before adding new ones??!
2004-11-06 14:28:48 +00:00
hubertf
510cffe041 update patch sum for ttf2pk patches, next attempt 2004-11-06 14:25:04 +00:00
hubertf
203b5ab3a2 patch-ttf2pk-ae was changed (added rcs id) 2004-11-06 14:23:53 +00:00
hubertf
7a42bf3107 Move ttf2pk patches to the original sources, i.e. freetype-lib. 2004-11-06 14:22:22 +00:00
jdolecek
4fdb70ce2b now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05 17:11:39 +00:00
adam
155cb8f04e xsane-0.93 -> 0.94:
- changed "µs" to UTF8 codeset
 - added test and warning message if option is defined without name (NULL)
   to xsane_panel_build
 - added handling for options with of SANE_TYPE_INT and SANE_TYPE FIXED
   with CONSTRAINT_TYPE_NONE , uses spinbutton, no sliders
 - changed default medium definition of Slide from highlight=30% to highlight=40%
 - xsane_[back_gtk_]option_menu_new: added empty element to end of list
   xsane_[back_gtk_]option_menu_lookup: test for existing element before comparision
 - moved media defintions from xsane.rc to xsane.mdf
 - preview: preset area: added definition name to context menu items
 - preview: add preset area: you can change the suggested name now
 - medium definitions: added same context menue like in preset area menu,
   removed buttons "add medium" and "delete medium", they are in the
   contect menu now
 - added documentation how to use a medium and how to define a medium
 - improved documentation how to edit the preset area definitions
 - in edit medium definition mode autmatic scanarea selection and automatic
   color correction is disbaled
 - docs: replaced www.mostang.com/sane by www.sane-project.org
         and sane-devel@mostang.com by sane-devel@lists.alioth.debian.org
 - batch_scan default list is loaded at program startup
 - added test for BUGGY_GDK_INPUT_EXECEPTION in xsane.c and xsane-preview.c
   when gdk_input_add shall be used
 - changed order in xsane.h: system includes are moved to the beginning of
   the file. This way it is possible to test for operating system header files
   to decide how some #defines are made
 - added m4 makro test for msnative struct for windows
 - BUGGY_GDK_INPUT_EXCEPTION is defined for windows
 - src/Makefile.in: removed both "\" in
   -DPATH_XSANE_DOC_DIR=\$(xsanedocdir) -DPATH_SANE_DATA_DIR=\$(sanedatadir)
 - created new xsane-WIN32-compilation.txt
 - for windows the GTK1 version of xsane_window_get_position is used
 - xsane_back_gtk_get_filename: directory is prepared with ending SLASH
   instead of ending "/.", this does work with windows now when SLASH is \


xsane-0.94 -> 0.95:
 - For xsane-win32 the xsane icon is added to the windows ressource of xsane.exe:
   added definition of XSANE_ICON=xsane-icon.opc to configure[.in]
   added creation rule of xsane-icon.opc to src/Makefile[.in]
   added @XSANE_ICON@ to XSANE_OBJS
 - in xsane_back_gtk_value_update: removed rounding (+ 0.5) in case SANE_TYPE_INT
 - changed menues in the xsane main dialog:
   - added new menu "Window"
   - moved Window menue entries form "View" to "Window"
   - moved "Show resolution list" entry from menu "Preferences" to "View"
   - moved "Update policy" entry from menu "Preferences" to "View"
   - moved "Length unit" entry from menu "Preferences" to "View"
 - added test if resolution list is displayed or scale is displayed in
   xsane_resolution_timer_callback(). Without this test it sometimes
   happened that pressing CTRL+L (Swap show resolution list) caused a
   segfault because the timer callback was executed in a moment where the
   adjustment is not valid
 - added: if (???->window)
   before each: gdk_window_process_updates(???->window)
   in xsane-gamma.c, this made problems with gtk+2.x
 - when a postscript file is added to a faxproject then the original name of the
   file is also used in the faxproject now. The pagecounter is still increased!
 - fax fine mode selection is stored in preferences now
 - handling of viewer filenames changed:
   - when an image is saved in the viewer then the viewer shows the filename in
     the window title and the viewer remembers the filename
   - when the image has been changed after it has been saved then the filename
     in the window title is shown in brackets
   - when the filename ends with a number (counter) then the number is automatically
     increased when the file is saved
   - when a saved image is cloned then the suggested filename of the cloned image is
     clone-of-"old-filename"
 - viewer: added support for different modification restrictions
   - VIEWER_NO_MODIFICATION (only view)
   - VIEWER_NO_NAME_AND_SIZE_MODIFICATION (some filters allowed but keep size, e.g. fax)
   - VIEWER_NO_NAME_MODIFICATION (use given name, e.g. fax, mail)
   - VIEWER_FULL_MODIFICATION (normal mode)
 - added undo function (1 step) to viewer
 - changed menues in the xsane viewer dialog:
   - added menu "Edit"
   - added menu "Geometry"
   - moved Scale function from menu "File" to menu "Geometry"
   - added rotation and mirror functions to menu "Geometry"
   - added undo function to menu "Edit"
 - changed button boxes/icons in the xsane viewer dialog:
   - added button boxes equal to menus: file, edit, filters, geometry
   - added undo icon to edit box
   - moved blur uand despeckle icon to filter box
   - moved scale, rotation and mirrir icons to geometry box
 - replaced several "char buf[???];" by "char filename[PATH_MAX];"
 - changed fax mode:
   - scanned images are stored in pnm format
   - for each list entry there is a data and a type information now
   - internal viewer is used now for pnm-fax files
   - faxviewer is used for ps files
   - before sending the fax pnm images are converted into ps images
   - after sending the fax ps images are erased
 - changed e-mail mode:
   - scanned images are stored in pnm format
   - for each list entry there is a data and a type information now
   - internal viewer is used now for pnm-mail files
   - before sending the mail pnm images are converted into png images
   - after sending the mail the png images are erased
   - mail project status is translated now
   - BUFIX: end of email text is marked with 0 byte
 - added function xsane_viewer_set_sensitivity()
   - moved all gtk_widget_set_sensitive(GTK_WIDGET(v->button_box), TRUE/FALSE); to it
   - added several gtk_widget_set_sensitive(???_menu, TRUE/FALSE); commands to it
   - moved almost all v->block_actions to it
   - now it should not be possible any more to crash xsane by closing the viewer
     while it is saving something
 - added info "reduce to lineart" to image_info + xsane-pnm-header
 - renamed viewer v->reduce_to_lineart to v->allow_reduction_to_lineart
 - save_image_as() now automatically reduces lineart images to pbm before saving
 - new translations: hu
 - updated translations: de, es, ja, pt, pt_BR, sk


xsane-0.95 -> 0.96:
 - fax progress bar does not change it's height any more when the fax dialog is resized
 - mail progress bar does not change it's height any more when the mail dialog is resized
 - added lockfile to mail project. The lockfile contains status and progress information
   from the mail_send_process and is used to display a progress_bar
 - mail status is only translated when it is displayed via gtk, in the data structures
   the untranslated texts are used
 - changed mail_attach_image_png to mail_attach_image, mime type is defined by parameter
 - added filetype menu to mail dialog with filetypes PNG, JPEG and TIFF
 - bugfix: viewer saves lineart PNM images again as lineart (bug in xsane-0.95)
 - when image is saved as pnm and it is not reduced to lineart then the input file
   is copied with xsane_copy_file => much faster
 - xsane-save.c: reordered function parameters for saving/conversion functions to
   (outfile, infile,...) or (output_filename, input_filename, ...)
   (before we had sometimes infile at first and sometimes outfile at first)
 - xsane_set_sensitivity: mail_dialog and fax_dialog:
   the sensitivity off all but the progress_bar is set
 - While mail is prepared (images are converted) the xsane sensitivity is set to
   FALSE to make sure that the xsane mode is not changed in this case.
   while sending the mail (after preparation) the xsane sensitivity is set to
   TRUE and the project entry sensitivity is also TRUE, it is allowed to
   changed xsane mode and to change the mailproject, because the
   sending of the mail is done in a separate process, so there is no
   influence by changing the mail project name.
 - Comment:
   When xsane is closed while sending one or more mails then xsane is closed
   but the mail sending subprocesses are not terminated.
 - added SMTP (HELO/FROM/RCPT/DATA) errors to mail status
 - added xsane.fax_status, it is saved in the first line of the xsane-fax-list
   this means that the fax project directories are incompatible to earlier versions!
 - added mail_status and fax_status = ..._CHANGED when a new page is added to
   the project
 - updated images in documentation
 - updated email modus in documentation
 - email images are named "image-1" instead of "page-1"
 - fax_dialog_delete() and mail_dialog_delete() return TRUE now.
   In windows it was possible to delete the dialogs what caused
   a crash when the window should be used or closed.
 - translations: U=updated, N=not updated
   cs da de es fr hu it ja nl pt pt_BR ro ru sk sl sr sv tr vi zh
   U  U  U  U  U  N  N  U  U  U  U     U  U  N  N  N  N  U  U  N
 - xsane-preferences.c: when identifier is unknown or not a string then
   the parser does not abort or crash any more.
   XSane now should not have any problems with old config files.
2004-11-05 13:54:02 +00:00
adam
fa2cd611ef Changes 1.0.13:
* Many bug fixes
2004-11-05 13:34:10 +00:00
he
a63f9ca022 Add p5-Chart-ThreeD. 2004-11-04 21:44:57 +00:00
he
a2ae774967 Import p5-Chart-ThreeD perl module.
Chart::ThreeD::Pie allows you to create 3D Piecharts very easily
and emit the drawings as GIF files. You can customize almost everything
using a large number of methods.
2004-11-04 21:21:12 +00:00
minskim
c7bb876cf0 Enable pkgviews installation. 2004-11-04 00:10:08 +00:00
minskim
dc248aebab Use BUILDLINK_LDADD.iconv to build with pkgsrc libiconv. 2004-11-03 20:18:17 +00:00
minskim
5776abddee Link correctly against the gettext lib; previously gettext was not
used because GNU_CONFIGURE was not defined.  Should fix PR pkg/27823.

Bump PKGREVISION for dependency and PLIST changes.
2004-11-03 19:12:19 +00:00
minskim
7c3013ef9a Override libtool. 2004-11-03 17:10:05 +00:00
adam
546f37c9fa Changes 2.7.2:
* Added .bmp format
* Support for .ico format with 24 and 32 bits per pixel
* Now opens a confirmation dialog in case a file is going to be overwritten
* Improved printer management
2004-11-03 15:54:31 +00:00
adrianp
2425a4b15d - Note addition of p5-Chart 2004-11-03 15:30:01 +00:00
adrianp
28afb6f8e5 This module is an attempt to build a general purpose graphing module that is
easily modified and expanded.
2004-11-03 15:27:16 +00:00
adam
bf515693b2 Changes 2.0.6:
- fixed gimp_file_load_thumbnail()
- fixed gimp_displays_reconnect() (#154638)
- initialize tool options with default values before deserializiation (#120832)
- let the BMP loader deal better with broken BMP files (#15540)
- fixed help-browser crashes on missing images (#138275)
- fixed opacity handling in grid plug-in (#156750)
- fixed text tool crashes with Pango 1.2 (#154144)
2004-11-03 13:29:46 +00:00
adam
9476ff4a48 Changes 2.0.32:
* Animated GIF writing support
* Fontconfig support
* Open polygon drawing
* Fixes
2004-11-03 13:13:02 +00:00
grant
b356f996cb expose hidden dependency on png and explicitly link against libpng and
libiconv. fixes build on Solaris.

bump PKGREVISION for png dependency.
2004-11-03 11:17:53 +00:00
minskim
7377cbf8f1 Include libexif/buildlink3.mk because this package uses libexif directly.
Also remove redundant BUILDLINK_DEPENDS.libexif setting.
2004-11-01 10:50:55 +00:00
jdolecek
8b91b79ee5 update DEPENDS for change of php4-* packages to php-*; be optimistic and
leave the DEPENDS in a form which allows PHP 5.x to match, since it should
work just as well
2004-10-31 23:47:32 +00:00
jdolecek
d3c56462a3 adjust for rename of most php4-* packages to php-* 2004-10-31 21:46:40 +00:00
jdolecek
ec3c63fd71 remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
2004-10-31 21:20:08 +00:00
jdolecek
49e9ef7f78 extension modules must be able to override CONFIGURE_ARGS, so include
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31 21:07:13 +00:00
jdolecek
52c1980501 new PHP extension module framework, which makes it possible to build
individual PHP extension packages with either PHP 4.x or PHP 5.x

convert existing php4-* packages to this framework and import as php-*
2004-10-31 19:30:29 +00:00
minskim
9d94b6fd74 Move PKG_INSTALLATION_TYPES to Makefile.common so that it is defined
before including bsd.prefs.mk.
2004-10-31 00:53:10 +00:00