summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2000-06-20correct PLIST for ELF vs a.out platforms. This fixes PR pkg/10393.dmcmahill3-26/+33
2000-06-17Fix grayscale PNG display. Patch supplied by Dieter Baron in private mail.wiz3-5/+83
2000-06-15magicpoint makes use of pkgsrc/graphics/png, add dependency.itojun1-2/+3
2000-06-14Upgrade this package from 1.8.1 to 1.8.3; the distribution filehe6-52/+95
for 1.8.1 was replaced with 1.8.3.
2000-06-09USE_LIBTOOL & LTCONFIG_OVERRIDE -> minus one patchwiz4-53/+53
Also add some missing libraries to PLIST.
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE instead of pkglibtool and patchingjlam4-35/+16
configure.
2000-06-05Depend on "imlib" 1.9.8 or newer.tron1-2/+2
2000-06-05Recognize NetBSD-1.4ZA or newer.tron2-4/+6
2000-06-05pkglint: put "ONLY_FOR_PLATFORMS" at the correct location.tron1-2/+3
2000-06-05remove comment overlooked in last commitwiz1-2/+1
2000-06-05 * Set LIBOPT to something really existing (${ECHO} is a shell builtinhubertf4-10/+62
now, and as such can't be used as a file dependency in make(1)). * Don't force anyone to have "." in his $PATH
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