summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf8-20/+37
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-17remove file overlooked in last commitwiz1-24/+0
2000-08-16Don't limit this package to the "i386" port. PCI brooktree cards shouldtron1-3/+3
work under several other ports, too.
2000-08-16Update homepage and master site.tron1-2/+2
2000-08-15USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+6
2000-08-14This package doesn't use libtool.wiz1-3/+2
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch.wiz3-15/+21
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz1-2/+3
XXX: Is libtool really needed for Perl packages?
2000-08-14Sort PLIST.wiz1-9/+9
2000-08-14This package doesn't use LIBTOOL.wiz1-2/+1
2000-08-14change commented out USE_PKGLIBTOOLwiz1-2/+2
2000-08-14USE_LIBTOOL instead of USE_PKGLIBTOOL.wiz2-3/+4
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch.wiz4-23/+12
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz4-22/+26
LTCONFIG_OVERRIDE -> one less patch.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz1-3/+3
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+4
2000-08-14Update "Mesa-glx" package to version 20000813. Most of the work was donetron4-23/+24
by Thomas Klausner. A change list is not available unfortunately.
2000-08-14Upgrade to 5.2.2 to match the ImageMagick package.kim1-5/+6
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz4-9/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-10reformat paragraphswiz1-7/+8
2000-08-10Update to 9.7.wiz6-36/+46
Changes: Many bugfixes, new pam file format.
2000-08-10Update "ImageMagick" package to version 5.2.2. Changes in version 5.2.2:tron2-0/+24
- Support added for the Word Perfect Graphics (WPG) file format (contributed by Jaroslav Fojtik). - The pixel 'matte' field is changed to indicate the degree of pixel transparency rather than the degree of opacity. This makes the pixels compatable with most popular video cards, and many in-memory image formats. When the pixel quantum size is eight bits, the colormap is restricted to 256 colors, but supports up to 65535 colors when the quantum size is sixteen bits (when QuantumLeap is defined at compilation time). - ImageMagick is more memory efficient (by 18%) when the quantum size is eight bits, and the image is colormapped. - ImageMagick is (finally) believed to be thread safe under Windows, since it uses the Windows synchronization APIs to lock shared data. - Under Unix and Windows, dynamically-loaded format coder modules are supported. There are currently 72 loadable modules. Support for loadable modules allows the user to add or remove formats from ImageMagick by simply adding or removing a file. New modules are automatically detected so users may add their own modules. This support is proven to work for Sun Solaris, Linux, and SGI IRIX. Please let us know about other operating systems they work on. Building a modular ImageMagick is enabled by specifing the configure options --enable-shared --with-modules. - ImageMagick now has a set of modules for streaming. Here pixels are passed to the application as they are available and deleted after use ensuring a small memory footprint. This is useful for multi-media applications such as MPEG. - Image format identification (based on the file header) is now configured via an external text file. This allows the user to add automatic file identification for new formats added via a coder module, or via a delegate (external program). - XML files conforming to the W3C SVG DTD are now rendered directly by ImageMagick. The support is incomplete but still useful. - The Pilot Image Format (PDB) is now supported. - The drawing primitives have been extended to support drawing bezier curves, rounded rectangles, and arcs. There is now support for drawing compound objects (a sequence of objects) using drawing paths. The concept of a drawing pen has been split into stroke (for the outline) and fill (for the objects internal color). If fill is not defined, then only the object outline is drawn. This substantial change results in the existing drawing commands for filled objects (fillEllipse, fillRectangle, fillCircle, and fillPolygon) being deprecated. - A cache file format is now supported which is a snapshot of an image's pixel cache as it appears on disk. Images stored in this format (large) may be loaded instantly by ImageMagick since decoding is not required. In order to write this format , the argument -cache 0 must be supplied (e.g. convert -cache 0 file.jpg file.cache). - The build environment for Windows NT is entirely re-done. There is now a configure program which generates a set of Visual C++ project files which satisfy a set of reqirements (e.g. DLL, multi-thread, X11). These project files are then used to build ImageMagick. - The C API is significantly modified in order to provide thread-safe operation via function re-entrancy. ImageMagick is believed to be thread-safe when used with POSIX threads. It is not yet completely thread safe under Windows or the Mac. Errors (of type ExceptionInfo) are now reported by a function argument, or via a member of the current image. - The GaussianBlurImage() function (contributed by runger@cs.mcgill.ca) supports Gaussian bluring an image. - Functions (OpenCacheView(), CloseCacheView(), GetCacheView(), SetCacheView(), and SyncCacheView()) are provided in order to support manipulating multiple pixel views.
2000-08-10Update "ImageMagick" package to version 5.2.2. Changes in version 5.2.2:tron6-45/+36
- Support added for the Word Perfect Graphics (WPG) file format (contributed by Jaroslav Fojtik). - The pixel 'matte' field is changed to indicate the degree of pixel transparency rather than the degree of opacity. This makes the pixels compatable with most popular video cards, and many in-memory image formats. When the pixel quantum size is eight bits, the colormap is restricted to 256 colors, but supports up to 65535 colors when the quantum size is sixteen bits (when QuantumLeap is defined at compilation time). - ImageMagick is more memory efficient (by 18%) when the quantum size is eight bits, and the image is colormapped. - ImageMagick is (finally) believed to be thread safe under Windows, since it uses the Windows synchronization APIs to lock shared data. - Under Unix and Windows, dynamically-loaded format coder modules are supported. There are currently 72 loadable modules. Support for loadable modules allows the user to add or remove formats from ImageMagick by simply adding or removing a file. New modules are automatically detected so users may add their own modules. This support is proven to work for Sun Solaris, Linux, and SGI IRIX. Please let us know about other operating systems they work on. Building a modular ImageMagick is enabled by specifing the configure options --enable-shared --with-modules. - ImageMagick now has a set of modules for streaming. Here pixels are passed to the application as they are available and deleted after use ensuring a small memory footprint. This is useful for multi-media applications such as MPEG. - Image format identification (based on the file header) is now configured via an external text file. This allows the user to add automatic file identification for new formats added via a coder module, or via a delegate (external program). - XML files conforming to the W3C SVG DTD are now rendered directly by ImageMagick. The support is incomplete but still useful. - The Pilot Image Format (PDB) is now supported. - The drawing primitives have been extended to support drawing bezier curves, rounded rectangles, and arcs. There is now support for drawing compound objects (a sequence of objects) using drawing paths. The concept of a drawing pen has been split into stroke (for the outline) and fill (for the objects internal color). If fill is not defined, then only the object outline is drawn. This substantial change results in the existing drawing commands for filled objects (fillEllipse, fillRectangle, fillCircle, and fillPolygon) being deprecated. - A cache file format is now supported which is a snapshot of an image's pixel cache as it appears on disk. Images stored in this format (large) may be loaded instantly by ImageMagick since decoding is not required. In order to write this format , the argument -cache 0 must be supplied (e.g. convert -cache 0 file.jpg file.cache). - The build environment for Windows NT is entirely re-done. There is now a configure program which generates a set of Visual C++ project files which satisfy a set of reqirements (e.g. DLL, multi-thread, X11). These project files are then used to build ImageMagick. - The C API is significantly modified in order to provide thread-safe operation via function re-entrancy. ImageMagick is believed to be thread-safe when used with POSIX threads. It is not yet completely thread safe under Windows or the Mac. Errors (of type ExceptionInfo) are now reported by a function argument, or via a member of the current image. - The GaussianBlurImage() function (contributed by runger@cs.mcgill.ca) supports Gaussian bluring an image. - Functions (OpenCacheView(), CloseCacheView(), GetCacheView(), SetCacheView(), and SyncCacheView()) are provided in order to support manipulating multiple pixel views.
2000-08-06update to tgif-4.1.35dmcmahill2-4/+4
Changes from the previous version from the authors announcement are: 1) Fix a bug with Copy and Paste operations in edit text mode for mixed text objects when the Edit Text Size is non-zero. Thanks to Heiko Scheit <Heiko.Scheit@mpi-hd.mpg.de> for pointing out the problem. 2) Propagate certain DSC comments, such as %%DocumentFonts, %%LanguageLevel, %%Extensions, %%DocumentNeededFonts, and %%DocumentNeedResources, of imported EPS files when printing/exporting in PS/EPS formats. Please note that this does not work with embedded EPS files (until the next major release when a new file format is introduced). Thanks to Johan Vroman <JVromans@squirrel.nl> for pointing out the problem. 3) Support the use of tempnam() instead of mktemp() due to some security considerations. On systems that do support tempnam(), the _DONT_USE_MKTEMP compiler option can be used to use tempnam() instead of mktemp(). Tgif.tmpl-linux (which is identical to the default Tgif.tmpl), Tgif.tmpl-freebsd, Tgif.tmpl-openbsd, and Tgif.tmpl-netbsd uses -D_DONT_USE_MKTEMP by default. Thanks to Adrian Bridgett <adrian.bridgett@iname.com> for pointing out the problem. 4) Add new X defaults: Tgif.TmpDirInHomeDir and Tgif.TmpDir. Together with the _TMP_DIR_IN_HOME_DIR compiler option, the temporary directory can be specified in a flexible way. 5) Add Create Thumbnails in the Browse submenu of the Import submenu of the File Menu. Add new X defaults, Tgif.ThumbnailGeometry, Tgif.ThumbnailPadding, Tgif.ThumbnailXGap, Tgif.ThumbnailYGap, Tgif.ThumbnailX, and Tgif.ThumbnailY to control the size and placement of the thumbnails. 6) Modify CutPoly() so that it can be used to cut polylines/polygons into segments in select mode. 7) New Tgif.tmpl-sco file. Thanks to Jason Moore <jason.moore@marconi.com> for providing it. 8) Add Ports and Signals submenu to the Special Menu. Please see the CONNECTING OBJECTS section of the man pages for details. The symbol files in the spice directory is updated to use the new port symbol. 9) A new License file is included in this release.
2000-08-06modify patch to make included gd library find png.h.wiz2-5/+14
2000-08-06PKGNAME != DISTNAMEwiz1-2/+3
2000-08-05Update to 1.1.4, as 1.1.1.1 is no longer available.mycroft2-4/+4
2000-08-05Change build and installation so we don't conflict with graphics/gd.jlam9-149/+245
Also install html documentation into PREFIX/share/doc/html. Bump version to 0.1.17nb1
2000-08-04Make this work with xpkgwedge.jlam3-6/+7
2000-08-04Fix the broken CONFLICTS line.jlam1-3/+3
2000-08-04Update dependency on freetype-lib to >=1.3.1 since freetype-lib bumped itsjlam1-2/+2
shared lib major. (This is the last one I missed).
2000-08-03Update gqview to latest stable release 0.8.2. Changes from 0.8.1:jlam6-45/+17
New translations for it, and updated es, pt_BR. Now 'zoom to fit' also expands images (can be disabled in options). Added (optional) in place renaming. Changed window title (GQview now after filename), added window icons. Directory list now make previous dir visible. Minor compile -Wall cleanups, bug fixes.
2000-08-03Add and enable fbm.rh1-1/+2
2000-08-03Conversion of FreeBSD port of fbm-1.2 to NetBSD package as provided in PRrh6-67/+63
pkg/10199 by Richard Rauch <rkr@rkr.kcnet.com> with PLIST fixes by myself.
2000-08-03Initial import of the FreeBSD fbm-1.2 port, a set of Fuzzy Pixmaprh6-0/+458
Manipulation utilities.
2000-08-02Evalute package name from distribution file name.tron1-2/+2
2000-08-01Don't complain if directory "share/gnome" and sub directories can't betron1-4/+4
removed. They are used by e.g. the "gnome-libs", too.
2000-08-01Update to libpng-1.0.8. Changes since 1.0.7:wiz2-5/+5
o Added png_free(png_ptr, key) two places in pngpread.c to stop memory leaks. o Changed PNG_NO_STDIO to PNG_NO_CONSOLE_IO, several places in pngrutil.c and pngwutil.c. o Changed PNG_EXPORT_VAR to use PNG_IMPEXP, in pngconf.h. o Removed unused "#include <assert.h>" from png.c o Added WindowsCE support. o Revised pnggccrd.c to work with gcc-2.95.2 and in the Cygwin environment. o Only set the PNG_FLAG_FREE_TRNS or PNG_FREE_TRNS flag in png_handle_tRNS() for indexed-color input files to avoid potential double-freeing trans array under some unusual conditions; problem was introduced in version 1.0.7. o Added the files pngbar.png and pngbar.jpg to the distribution. o Added cygwin subdirectory, makefile.cygwin, and cygwin support in pngconf.h o Added PNG_NO_ZALLOC_ZERO macro (makes png_zalloc skip zeroing memory) o Revised png_debug() macros and statements to eliminate compiler warnings. o Updated makefile.hpux to build a shared library.
2000-07-31Update "ee" package to version 0.3.12. A list of the changes is nottron3-5/+13
available unfortunately.
2000-07-31The gettext package gained a shared library. For all packages whichjlam2-4/+4
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-3/+3
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-30Update pngcrush to 1.5.1. Changes are: disabled color counting by defaultrh2-4/+4
(instead it is controlled by commandline arguments "-cc" and "-no_cc"), and addition of the word "irrevocably" to the license.
2000-07-28Update pngcrush to 1.5.0. Changes are bugfixes only.rh2-4/+4
2000-07-27The Xaw3d package wasn't being used. Make it work.jlam3-21/+12
2000-07-27Update freetype-lib dependency to >=1.3.1 since the freetype libraryjlam2-4/+4
bumped its major. This is needed so that binary packages checking dependencies don't match an older freetype library.
2000-07-27Remove unnecessary patch, and pass in -lintl in another way.jlam3-24/+7
2000-07-25Analogous change to Makefile in libungif: use autoreconf instead ofjlam1-3/+3
autoconf.
2000-07-25For some reason, running only "autoconf" broke the build when the automakejlam1-3/+3
package is also installed. But it works when we "autoreconf"igure instead.
2000-07-24Make this work with new freetype header location and work correctly withjlam1-4/+7
xpkgwedge.
2000-07-24Fix build broken after update of "freetype-lib" package.tron1-1/+2