summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam17-34/+34
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-13Added graphics/optipng-0.4.8adam1-1/+2
2005-07-13OptiPNG is a PNG optimizer that recompresses the image files to a smaller size,adam6-0/+64
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-12Make this pkg compile on DragonFly by applying a patch sent tokristerw2-4/+13
tech-pkg by Joerg Sonnenberger.
2005-07-10no need to force the latest version of MesaLib for pthread changegrant2-4/+3
where IGNORE_RECOMMENDED=YES. set BUILDLINK_RECOMMENDED>=6.2.1nb2.
2005-07-10Update to version 7.39 (dcraw.c revision 1.267).seb2-9/+9
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-08remove obsolete patch, pointed out by Leonard Schmidtdrochner1-27/+0
2005-07-06update to 0.6.17:drochner3-39/+6
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-06update to 0.5.1drochner3-8/+20
many serious changes -- this is ongoing development
2005-07-06update to 0.4.3drochner2-7/+6
changes: minor fixes and feature additions
2005-07-04update to 0.1.5drochner2-6/+6
changes: bug fixes
2005-07-04update to 2.10.2drochner3-35/+8
changes: -bugfixes -Added Kinyarwanda translation
2005-07-04update to 2.6.6drochner2-7/+7
changes: bugfixes
2005-07-04update to 1.3.3drochner2-6/+6
changes: bugfixes
2005-07-04update to 0.19.1drochner4-455/+453
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-01Changes 1.00:adam3-28/+21
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-06-30Do not build fiasco on Darwin-8.x, where it causes a bus error. Thisminskim3-5/+21
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-30Changes 2.2.8:adam4-17/+17
- 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-30Changes 10.26.11:adam3-22/+7
* Fixed memory problem in pamcomp Changes 10.26.10: * Fixed: jpeg2ktopam, rle_open: ppmtompeg
2005-06-30Changes 2.1.10:adam3-9/+12
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-29Update to 2.10.2:jmmv3-8/+9
- 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-27Update HOMEPAGE. From Geert Hendrickx in PR 30614.wiz1-2/+2
2005-06-25Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-24Use the tools framework to pull in dependency on bash.minskim1-6/+6
Bump PKGREVISION due to dependency change on platforms with native bash.
2005-06-24Preserve "!" in shebang lines.minskim1-3/+3
Bump PKGREVISION.
2005-06-24OpenRM has this *totally sweet* mechanism where it uses a csh scriptjlam1-2/+2
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-24Regen patch checksums.jlam1-2/+2
2005-06-23Update ruby18-RMagick package to 1.8.3, provided by PR pkg/30557taca2-7/+7
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* Libtoolize graphics/OpenRM so that we correctly build shared librariesjlam14-92/+200
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-22* Ensure NETCDF is defined properly during the build. As part of thisjlam16-121/+92
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-22libtiffxx needs to be linked against the C++ runtime libraries libCrungrant1-1/+7
and libCstd when building with sunpro. ok'd by jlam@
2005-06-20Fix pkgsrc path to bash (not old bash2).wiz1-2/+2
2005-06-20Fix variable names to start with "BUILTIN_FILES_" as expected by thejlam1-3/+3
find-files.mk fragment. This fixes the version number detection for Mesa, XFree86, and X.org.
2005-06-19Update to 2.4.veego3-24/+31
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-19Prevent paths to the build directories from being included in the package.kristerw1-3/+4
Bump PKGREVISION.
2005-06-19Make this package build on NetBSD 1.6:kristerw3-2/+21
* Fix C99-isms * Remove -Werror
2005-06-18Fix a cut-and-paste error that prevented compilation on NetBSD 1.6.kristerw2-1/+29
2005-06-17Fix the path to perl embedded in scripts due to new tools framework.jlam1-2/+3
Bump PKGREVISION to 7.
2005-06-17Enable the pthread-based thread-safety code in pkgsrc MesaLib.jlam4-8/+14
Bump the PKGREVISION to 2. This fixes PR pkg/30537.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam3-7/+7
${PREFIX}.
2005-06-17Fix typo.jlam1-2/+2
2005-06-16Create directories before installing files into them.jlam35-35/+92
2005-06-14Apply fixes derived from the HEAD branch of X.Org (6.8.99) to addressjlam20-141/+1778
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-14Makefile cleanup to close PR#30492adam1-5/+2
2005-06-14- Update to 1.18adrianp4-46/+125
- 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-13Fix two C99-isms to make this package compile with gcc 2.95.kristerw2-1/+34
2005-06-12Update ruby-imlib2 pacakge to 0.5.2 provided by pkg PR/30498 fromtaca2-6/+6
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-12Update ruby-RMagick package to 1.8.2 provided by PR pkg/30497.taca2-7/+7
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-12Several of the netpbm shell scripts use bashisms, so force using bashjlam1-3/+20
for all of the shell scripts. Bump the PKGREVISION to 1. This fixes PR pkg/23636.
2005-06-11Now that bsd.options.mk has been changed, only add mmx to ↵wiz1-4/+5
PKG_SUPPORTED_OPTIONS on i386.