summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2000-06-05Update to 9.3.wiz7-90/+115
Use USE_LIBTOOL instead of USE_PKGLIBTOOL. Changes since 9.2: o pnmfile: check for file size error. o ppmhist: handle larger maxvals, image sizes o xwdtopnm: Use color map with DirectColor to fix wrong color bug on some DirectColor xwds. o xwdtopnm: Correct bug with 24/32 DirectColor LSBfirst xwds. o Add pXmcheck() library function. o Add leaftoppm and ppmtoleaf. Thanks Bill O'Donnell. o Add winicontoppm and ppmtowinicon. Thanks Lee Benfield. o Add pgmslice. Thanks to Jos Dingjan. o Include subset of RLE library in the package. o stamp-date doesn't rely on whoami. o Make file fixes to accomodate more install programs. o Replace tmpnam() with mkstemp(). o Add pXm_init() into all programs that didn't have it.
2000-06-03USE_LIBTOOL instead of USE_PKGLIBTOOL: lose a patch.wiz4-35/+16
2000-06-03Fix library dependencies (on libm and libz).wiz4-7/+8
USE_LIBTOOL instead of USE_PKGLIBTOOL.
2000-06-03Fix dependency on libjpeg and libm.wiz4-7/+8
Use USE_LIBTOOL instead of USE_PKGLIBTOOL.
2000-06-03USE_LIBTOOL instead of USE_PKGLIBTOOL, losing a patch.wiz4-67/+21
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh28-56/+56
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-06-01change the sparc entry in ONLY_FOR... to only include SunOS. Under ↵dmcmahill1-2/+2
NetBSD/sparc, this plugin gives: ld.so: /usr/pkg/lib/netscape/navigator-4.6/plugins/libflashplayer.so is not for this machine type
2000-05-31Remove ELF-specific library symlinks (this is handled automatically by therh1-3/+1
package system)
2000-05-30defuzzdrochner2-9/+7
2000-05-30trick libtool into doing TRTdrochner1-0/+13
2000-05-30update to 0.8.0drochner4-22/+29
Changes: * Fixed offsetting in scaling functions (Owen). * Fixed compositing and bit-mangling bugs (Darin). * Many build and configuration-related fixes (James, Tomasz, Karl).
2000-05-30update to 1.9.8.1drochner2-6/+5
Changes to 1.9.8: bugfixes and configuration changes
2000-05-26Do not depend on (any) ghostscript.hubertf1-2/+1
If people want to view postscript, there are better viewers.
2000-05-26Update ploticus to 1.37. Changes include:rh2-4/+4
* Added new proc - proc datesettings * Added - an option to omit weekends with date or datetime scaling, via proc datesettings * Improved - numeric data in scientific format e.g. 4.335e12 now supported * Improved - #declare and #musthave now can take comma-delimited lists of variable names * Fixed bug - proc bars, error bars not positioned correctly w/ clustering * Fixed bug - proc rangebar, 1.5iqr mode, incorrect upper tail length * Fixed bug - proc rangebar, zero length tail should not be drawn at all * Fixed bug - proc tabulate, entries should not be sorted when valuelist is used
2000-05-25Update gqview to 0.8.1.wiz6-34/+68
Changes: Internationalization, bug fixes (including some memory leaks), autoconfiscated.
2000-05-21Master site path for distfiles changedwiz1-2/+2
2000-05-20Compile this package without optimization under arm32 port because "egcs"tron1-1/+7
crashes otherwise.
2000-05-17make it compile with gimp-current, change dependency to gimp>=1.0.4wiz3-3/+44
2000-05-17Use run time library path for PBM libraries.tron2-5/+5
2000-05-17Use normal instead of build dependence for "netpbm" package becausetron1-4/+3
"pgmtorle", "ppmtorle" and "rletoppm" get linked with the shared library.
2000-05-17Define deprecated symbol "unix".tron2-1/+15
2000-05-17Installing header file "shhopt.h" so that building 3rd party PBMtron2-2/+6
applications will work.
2000-05-17Add homepage URL.tron1-1/+2
2000-05-17Update "netpbm" package to version 9.2. There are too many changes andtron35-4297/+287
bug fixes to list here. Main new features are shared libraries, JPEG and JBIG support.
2000-05-17Fix permissions of the documentation directory after installation.tron1-1/+2
2000-05-15update homepage & master sitehubertf1-3/+3
2000-05-14Add comment about needing Xaw3d.kim1-1/+5
2000-05-12make all pkgs for which I'm the maintainer point to my netbsd email.dmcmahill1-2/+2
2000-05-12Upgrade pacakge to magicpoint-1.07a, which has much better mgp2ps.is3-18/+18
2000-05-12add patch to work around a g++ -O2 compiler bug on pmax. The compiler bug isdmcmahill2-1/+22
reported in PR port-pmax/9453.
2000-05-12Update "mtv" package to version 1.1.1.1 after old distribution file hastron2-5/+5
disappeared. A change list is not available unfortunately.
2000-05-12Depend on jpeg-6b.rh1-1/+3
2000-05-12Update tgif to 4.1.33rh2-4/+4
Changes include: * tons of bug fixes * support for importing JPEG files * new X default, Tgif.JpegToXpm, so that the import filter can be replaced. * a new X default, Tgif.AutoWrapMenubar * a new X default, Tgif.NoMinWinSize * -usexlib commandline option to force tgif to ignore the -DUSE_XT_INITIALIZE compile option and use Xlib only. * French locale * ImageProc context submenu for XPM objects * Get Property context submenu * f an object has an attribute called "edit_attrs_in_context_menu=", * the values (starting from the 2nd line and separated by linebreaks) of this attribute are treated as attribute names. The named attributes will be visible in the Edit Attribute In Editor submenu of the Context Menu. * Add tooltip support for Show Measurement. Thanks to Raphael Dechenaux <raph_d@club-internet.fr> for the contribution. The following new X defaults are supported (with their default values shown): Tgif.UseMeasureTooltip: true Tgif.MeasureTooltipXFollowMouse: true Tgif.MeasureTooltipYFollowMouse: true Tgif.MeasureTooltipHorizontalPosition: left Tgif.MeasureTooltipVerticalPosition: top
2000-05-12Add RCS tagsommerfeld1-0/+1
2000-05-12ODS, the Open Digita Services project, is an effort to write Opensommerfeld7-0/+88
Source tools for accessing Digita cameras from Linux and other unix operating systems. ODS has been tested with and is known to work with the following cameras: Kodak DC-220 Kodak DC-260 Kodak DC-265 Kodak DC-290 The Minolta EX-1500 has been reported to work with ODS, but the interface needs some debugging. ODS will not support cameras that don't use Digita; this includes the Kodak DC-200, DC-210, DC-240, DC-280, and earlier cameras.
2000-05-10Alter dependencies. Packages needing X11 drivers usejlam1-2/+2
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript and packages needing just any ghostscript binary use DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-09Patch to enable remote support supplied by Mario Kemper in private E-Mail.tron2-25/+47
2000-05-09Use wildcard dependence for "t1lib" package.tron1-2/+2
2000-05-09Reorder things properly.tron1-5/+5
2000-05-09Make sure that the package uses either "Xaw3d" or "Xaw-Xpm" but nottron1-1/+8
standard "Xaw" which won't work.
2000-05-07Add and enable "fxtv" package.tron1-1/+2
2000-05-07Initial import of new "fxtv" package:tron12-0/+164
TV display application for Brooktree 848 compatible TV cards
2000-05-07Correct dependencies to find all applicable versions of ghostscript.jlam1-2/+2
If ghostscript isn't installed, then install ghostscript-x11 as it will always work.
2000-05-03Updated homepagewiz1-2/+2
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-16/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02Fix typo.kim1-1/+1
2000-05-01Move gettext dependency from Makefile to Makefile.commonjlam2-4/+4
2000-05-01Switch dependency from freetype to freetype-lib.jlam3-6/+6
2000-05-01Add and enable freetype-{lib,utils}.jlam1-1/+3
2000-05-01Split freetype into two packages: freetype-lib which contains just thejlam9-115/+21
library and doesn't require X11, and freetype-utils which contains the freetype test programs and does require X11. Leave freetype as a meta-package that includes the library and test-programs packages. This allows programs/libraries not requiring X11 to depend on freetype-lib. Make jlam@netbsd.org the MAINTAINER since I made all these mods.