summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-03-18Remove unnecessary BUILD_DEPENDS on automake.skrll1-2/+1
2002-03-17Set DIST_SUBDIR to PKGNAME_NOREV and put the path in the distinfo filemarkd2-7/+7
back to the base package name.
2002-03-17The package's homepage has moved to sourceforge, and the old distfile isfredb1-5/+4
evidently no longer available.
2002-03-17Provide PKGNAME defaults so lintpkgsrc is happyjmc1-1/+4
2002-03-17Fix annoying error messages where gtk-config and glib-config get called whenjmc1-1/+5
they're not installed yet. Check for their existance via a separate != rule and then use that to wrap the calls to {gtk,glib}-config inside a .if/.endif clause.
2002-03-16DIST_SUBDIR changed due to PKGREVISION due to png update.markd1-5/+5
2002-03-15Updated p5-Image-Size to 2.980 (provided by Shell Hung in pkg/15873)martti2-5/+5
* From tips provided by Philip Newton after a close reading of the manual page and other docs, several typos and errors were cleared out, and a small buglet in the error message within bmpsize() was corrected. * Moved the code that changes a relative filename to an absolute one. This was being called in all cases, now it is *not* called if cacheing is disabled (via $NO_CACHE). This is for the sake of applications running in environments where they may have trouble with full paths (due to "lockbox" configurations). * Made a few adjustments to the docs per suggestion, to clarify some of the usage cases.
2002-03-15Finish off the last patch by converting back the other two uint64_t'smarkd2-4/+4
to u_int64_t's in the NetBSD case.
2002-03-15Update to 9.25:wiz6-42/+38
Changes since 9.24: Add pamdice, pnmnorm (replacing ppmnorm and pgmnorm), convert bmptoppm to bmptopnm, and some bug fixes and enhancements.
2002-03-15Do the previous change a bit differently.agc2-5/+18
NetBSD 1.5.x (including 1.5.2) doesn't have the C99 types, so use u_int64_t if we're on a 4.4-based platform, uint64_t otherwise.
2002-03-15u_int64_t -> uint64_t so that it also works on Solaris.markd2-8/+4
Also drop the patch that is putting a newline on the end of the file as Solaris's patch doesn't like it and the compiler doesn't care.
2002-03-15Remove reduntant setting of PKGREVISION.fredb1-2/+1
2002-03-14Use wildcard dependence for "gif2png" package.tron1-2/+2
2002-03-14Update to 9.24.wiz14-290/+180
pkgsrc changes: Don't use libtool any longer to reduce patches. Add USE_PERL, since 4 scripts depend on it. program changes: Lots of new converters/modification programs and scripts, e.g. pbmtonokia, ppmtolj, and pnmtopalm. Better alpha support. Also, lots of bug fixes.
2002-03-14Update to 4.1.0.1, based on pkg/15607 by Harushi Minami.wiz5-80/+8
Changes are bugfixes and a new gifinfo program.
2002-03-14Improve DESCR, based on pkg/15760 by Jeremy Reed.wiz2-0/+5
2002-03-14Make this display PNG files again, with png>1.0.6.fredb3-3/+39
2002-03-14Fix dependency on ImageMagick after update.wiz1-2/+4
2002-03-13Update png to 1.2.1. Includes an ABI change and a concommittent bump in thefredb5-15/+16
shared library version, and in the dependendency information for hundreds of other packages. [Update to png itself was supplied by Thomas Wizner.] Relevant changes since 1.0.12, extracted from the "CHANGES" file: Re-enabled PNG_MNG_FEATURES_SUPPORTED and enabled PNG_ASSEMBLER_CODE_SUPPORTED by default. Added runtime selection of MMX features. Added png_set_strip_error_numbers function and related macros. Added a check for attempts to read or write PLTE in grayscale PNG datastreams. Enabled user memory function by default. Modified png_create_struct so it passes user mem_ptr to user memory allocator. Increased png_mng_features flag from png_byte to png_uint_32. Check for missing profile length field in iCCP chunk and free chunk_data in case of truncated iCCP chunk. Revised contrib/gregbook/rpng*-x.c to avoid a memory leak and to exit cleanly if user attempts to run it on an 8-bit display. Updated contrib/gregbook Use png_malloc instead of png_zalloc to allocate palette in pngset.c Added some typecasts to eliminate gcc 3.0 warnings. Changed prototypes of png_write_oFFS width and height from png_uint_32 to png_int_32. Updated example.c Revised prototypes for png_debug_malloc and png_debug_free in pngtest.c Revised contrib/gregbook Revised pnggccrd.c to conditionally compile some thread-unsafe code only when PNG_THREAD_UNSAFE_OK is defined. Added tests to prevent pngwutil.c from writing a bKGD or tRNS chunk with value exceeding 2^bit_depth-1 Replaced calls to fprintf(stderr,...) with png_warning() in pnggccrd.c Removed restriction that do_invert_mono only operate on 1-bit opaque files Changed a png_warning() to png_debug() in pnggccrd.c Fixed contrib/gregbook/rpng-x.c, rpng2-x.c to avoid crash with XFreeGC(). Include background_1 in png_struct regardless of gamma support. Revised example.c to provide more details about using row_callback(). Added type cast to each NULL appearing in a function call, except for WINCE functions. Removed type casts from all NULLs. Simplified png_create_struct_2(). Revised png_create_info_struct() and png_creat_struct_2(). Added error message if png_write_info() was omitted. Type cast NULLs appearing in function calls when _NO_PROTO or PNG_TYPECAST_NULL is defined. Type cast NULLs appearing in function calls except when PNG_NO_TYPECAST_NULL is defined. Changed typecast of "size" argument to png_size_t in pngmem.c calls to the user malloc_fn, to agree with the prototype in png.h Added a pop/push operation to pnggccrd.c, to preserve Eflag (Maxim Sobolev) Added a pop/push operation to pngvcrd.c, to preserve Eflag. Always allocate 256-entry internal palette, hist, and trans arrays, to avoid out-of-bounds memory reference caused by invalid PNG datastreams. Added a check for prefix_length > data_length in iCCP chunk handler.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb90-151/+220
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-11Provide configure and Makefile.in patches so that we can remove need forskrll4-8/+133
a BUILD_DEPENDS on auto{make,conf}.
2002-03-11Remove the pre-build target that does the same thing as AUTOMAKE_OVERRIDE.skrll1-8/+1
2002-03-10Adjust the fonts path search for the benefit of supplied GD library.seb4-12/+38
It helps dot and neato finding TrueType fonts when generating output like JPEG, PNG, ... Bump revision.
2002-03-08Don't pick up crud from "/usr/local".fredb2-1/+23
2002-03-07Rearrange so that buildlink.mk files come _after_ USE_BUILDLINK_ONLY.jlam1-3/+3
2002-03-05Remove pre-build target that does the same thing as AUTOMAKE_OVERRIDEskrll1-8/+1
2002-03-05Fixed compilation when USE_GIF is set.martti2-9/+8
2002-03-05Add and enable graphviz.seb1-1/+2
2002-03-05Initial import of Graphviz, version 1.8.1, into the NetBSD Packages seb34-0/+1283
Collection. Graphviz is a set of graph drawing tools. It includes: - dot: makes hierarchical layouts of directed graphs - neato: makes "spring" model layouts of undirected graphs - lefty: a programmable graphics editor - dotty: a customizable interface written in LEFTY - tcldot: a customizable graphical interface written in TCL - libgraph: the base library for graph tools - various associated utilities
2002-03-05Updated tiff to 3.5.7martti10-71/+79
* many bug fixes * added support for 16bit minisblack/miniswhite images in RGBA interface * integrated experimental OJPEG support * updated tiffcp utility * substantial changes to tiff2ps
2002-03-05Add definition for powerpc to figure out endiannessjmc2-1/+14
2002-03-04Updated gtkam to 0.1.2nb1martti4-29/+18
* don't install libexif files (we have pkgsrc/graphics/libexif) Noted by Amitai Schlair in a private mail.
2002-02-28Fix rpath to include X. Patch from Hiramatsu Yoshifumi in pkg/15768.wiz1-1/+3
2002-02-28Sort.wiz1-2/+2
2002-02-28Updated gtkam to 0.1.2martti4-30/+53
List of changes is unknown since the previous version was NetBSD's own "port" stored in ftp.netbsd.org. This version is from sourceforge.net and it should work with the new gphoto-2.0.
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-02-28Update graphics/php4-gd to 4.1.2. The only change from version 4.1.1 isjlam1-3/+3
that this is built from the php-4.1.2 sources.
2002-02-27Change the way in which the autotools are invoked to match the example injlam1-2/+4
Packages.txt. This seems to prevent a recompilation of most of the libraries during the installation phase.
2002-02-27* We use automake, so we must patch configure.in, not configure.jlam3-15/+32
* Fix the path to the rgb.txt file, which wasn't being set properly due to x11-links.
2002-02-26Updated gphoto to 2.0 (provided by Amitai Schlair in pkg/15727)martti10-316/+237
The changelog since the last version of gphoto2 in pkgsrc (a beta from July) is 150K+. Please note that this is no longer a beta version!
2002-02-25Updated libexif to 0.5.0 (provided by Amitai Schlair in pkg/15722)martti4-10/+11
* libexif/configure.in: Introduce proper versionning. * libexif: There's only one ByteOrder per ExifData. * libexif/libexif-entry.c: More tags implemented in (exif_entry_get_value).
2002-02-23Add p5-GIFgraph.he1-1/+2
2002-02-22GIFgraph is a package to generate graphs, using GD::Graph.he4-0/+31
2002-02-21Reset MAINTAINER to packages@netbsd.org - I don't use avifile anymorezuntum2-4/+4
2002-02-18Um, make this patch actually apply.mycroft2-4/+4
2002-02-18Introduce new framework for handling info files generation and installation.seb16-41/+62
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-18add py-gimpdrochner1-1/+2
2002-02-18initial import of pygimp-1.2: Python scripting for the GIMPdrochner4-0/+76
2002-02-18added and enabled vid-1.0.1wulf1-1/+2
2002-02-18Initial submission of vid-1.0.1:wulf6-0/+105
A simple-minded image capture program for some USB webcams.