summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
1999-09-25Register conflict with xpdf-crypto-0.90.fredb1-1/+3
1999-09-25Add and enable xpdf-crypto.fredb1-1/+2
1999-09-25Initial import of xpdf-crypto.fredb5-0/+71
This is the crypto-enabled version of graphics/xpdf.
1999-09-24Update xpdf to 0.90fredb6-59/+18
- - use t1lib for superior rendering of type1 fonts - - various improvements to gui: smoother paging, resizing; add a couple more widgets to aid paging through large docs
1999-09-21Correct the comment about this package - it generates PNG images, not GIFagc1-1/+1
files, now. Pointed out by Jim Spath.
1999-09-21gd includes are in $PREFIX/include this weekhubertf1-2/+2
1999-09-20remove share/doc/xv dirhubertf1-1/+2
1999-09-20update sum.christos1-1/+2
1999-09-20linux has sys_errlist too.christos1-0/+13
1999-09-20Update sketch to 0.6.2.sakamoto5-96/+78
Fix elf rpath. New stable version, 0.6.2. SVG import/export filters. Improved AI import filter more details: http://www.online.de/home/sketch/relnotes.html
1999-09-20Fix include/library path of jpeglib.sakamoto3-2/+16
1999-09-20Update dependence on "suse_linux" package.tron1-2/+2
1999-09-20Adjust for update of SuSE Linux emulation packages.tron1-19/+7
1999-09-17Enable qvplayjwise1-2/+2
1999-09-17New package for qvplay-0.94, software for use with CASIO QV digital camerasjwise7-0/+66
1999-09-15Because "ftp.kde.org" is an alias for "ftp.de.kde.org" again we explicitlytron1-2/+2
use "ftp.us.kde.org" as primary master site.
1999-09-15Update K Desktop Environment to version 1.1.2. A change list is availabletron3-8/+38
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html".
1999-09-15pass LDFLAGS to linker (to get ELF shared lib search path)drochner2-16/+30
1999-09-14Fix elf rpath. add $(LDFLAGS) to LINKFLAGS.sakamoto2-8/+13
1999-09-12update to tgif-4.1.17 from tgif-4.1.16dmcmahill2-5/+5
1999-09-11Fix botch in last commit.tron1-6/+4
1999-09-11Use only "-O" on "arm32" to avoid egcs bug (see PR bin/7460).tron1-3/+7
1999-09-11Update "ImageMagick" package to version 4.2.9.tron3-9/+6
1999-09-09Update giram to 0.1.2sakamoto15-145/+24
News in 0.1.2: (1999-09-08) Some more gnomifications, Missing snap features for cones and cylinders has been added, Switch to Automake 1.4, reorganize the source tree, Helper files are now installed according to the FHS, One little bugfix or two.
1999-09-05make this work with xpkgwedge.mrg1-2/+5
1999-09-04Add and enable ns-flash.jlam1-1/+2
1999-09-04ns-flash-4.0.12 -- Macromedia Shockwave Flash Player plugin for Netscape.jlam5-0/+42
1999-09-03Oops, this wasn't finished yet at import time...kim3-20/+13
1999-09-03Enable p5-GD and p5-Image-Sizekim1-3/+3
1999-09-03Initial import of p5-Image-Size-2.901kim5-0/+44
Image::Size returns a raw (X, Y) pair of the height and width of an image, and includes wrappers to pre-format that output into either HTML or a set of attribute pairs suitable for the CGI.pm library by Lincoln Stein. Currently Image::Size can size images in XPM, XBM, GIF, JPEG, PNG, TIFF and the PPM family of formats (PPM/PGM/PBM).
1999-09-03Initial import of p5-GD-1.21kim5-0/+44
This is a port of Thomas Boutell's gd graphics library. GD allows creating color drawings using a large number of graphics primitives, and emit the drawings as PNG files.
1999-09-03USE_LIBTOOL=yes so this now works on a.out too.kim6-16/+106
1999-08-29fly seems to produce PNG these days, not GIF.hubertf1-1/+1
1999-08-29Update dependency on gnome-core-1.0.9rh1-2/+2
1999-08-28Update dependency on gtk+-1.2.4rh6-12/+12
1999-08-27Add support for gd-1.6.3, and associated GIF -> PNG migration. Convertagc17-29/+681
GIF images to PNG ones using netpbm at installation time. Update the HTML documentation to use the generated PNG graphics. Update to version 1.6.5 of fly whilst we're here. Version: 1.6.5 15th January 1999 Minor bug fix. Seg fault on garbage input file or empty input file. Thanks to Anatoly A. Orehovsky <tolik@mpeks.tomsk.su> for the report and code fix. Version: 1.6.4 24th November 1998 Minor bug fixes. Removing warnings and fixing minor errors in some print statements. Thanks to Bernie Kirby <bernie@iii.rmit.edu.au> for reporting the warnings. Version: 1.6.3 22nd October 1998 Minor additional feature: any pair of diametrically opposite vertices in any order will now be accepted for rect and frect. Version: 1.6.2 25th September 1998 Minor bug fix - some return codes in case of fatal errors were 0 when they should have been 1. Addition of code for win32 binmode problem. (thanks to Shoji Mori <mori@moriken.com>)
1999-08-27Update xsane to 0.33rh2-4/+4
Changes include: - added option --no-mode-selection/-s to disable menu for xsane mode selection - prepared text outputs (in xsane-text.h) for NLS/gettext support - removed change about SANE_STATUS_GOOD in multiple image mode. Adf mode is detected by scanmode again. This would be better selected by a mulit_image bit in the preferences block.
1999-08-26Update this package to version 1.6.3, thereby fixing PR 7969 fromagc6-89/+64
Jim Spath. Changes from previous version include: + Version 1.6.3 corrects a memory leak in gd_png.c. This leak caused a significant amount of memory to be allocated and not freed when writing a PNG image. + Version 1.6.2 from John Ellson adds two new functions: gdImageStringTTF gdImageColorResolve + Version 1.6.1 incorporates superior PNG reading and writing code from Greg Roelofs, with minor modifications by Tom Boutell. + Version 1.6 features the following changes: Support for 8-bit palette PNG images has been added. Support for GIF has been removed. This step was taken to completely avoid the legal controversy regarding the LZW compression algorithm used in GIF. Unisys holds a patent which is relevant to LZW compression. PNG is a superior image format in any case. Now that PNG is supported by both Microsoft Internet Explorer and Netscape (in their recent releases), we highly recommend that GD users upgrade in order to get well-compressed images in a format which is legally unemcumbered. + Version 1.5 featured the following changes: New GD2 format Re-arranged source files Extended I/O capabilities. Better support for Lincoln Stein's Perl Module Added functions + Version 1.4 features the following changes: Fixed polygon fill routine (again) Support for alternate data sources Support for alternate data destinations More tolerant when reading GIFs
1999-08-25Introduce a USE_XAW definition, which is used in package Makefiles, toagc1-2/+6
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines.
1999-08-24Adapt this package to pkgsrc standards:agc4-2/+29
+ delete redundant PKGNAME definition + use pkglibtool, and install the .la archives + add comment to PLIST + add patch-sum file
1999-08-24Fix ELF rpath.sakamoto2-10/+20
1999-08-22Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.tron2-9/+4
1999-08-17Add and enable viewfax.rh1-1/+2
1999-08-17Initial import of viewfax-2.4, an X11 fax viewer.rh7-0/+55
1999-08-17Update to Giram-0.1.1.sakamoto15-37/+181
1999-08-10Don't try to read /usr/lib/libz.a on Solaris, as it doesn't exist - checkagc1-1/+5
for the operating system type before performing the check.
1999-08-08Duh. Minor correction in patch.mjl2-4/+4
1999-08-08Update cdlabelgen to 1.5.0.mjl7-47/+53
Changes: Hacked in some primitive word wrapping since a lot of people have been clamoring for it. Added new debian logo eps files (color and b/w) Numerous makefile fixes. Added in a routine to check that no files included are zero length. Hacked in the -b flag to suppress printing of the plaque on the traycard. Now goes from 1 to 4 columns (instead of 2-4) Documented new features and fixed old doco buglets. User can now specify standard .eps files without having to give the full path if the eps file resides in one of the standard cdlabelgen search paths. Now provides the extra 'tongue' needed for clear trays. Can now explicitly specify which templatefile to use (useful for customizations or just for hacking together different templates. Added in patch to print arbitrary ISO-Latin1 characters.
1999-08-06Update to 0.6.1.sakamoto5-159/+177
Changes: Spanish messages, improved AI import/export filters, improved CMX import filter and bug fixes.
1999-08-04Update xsane to 0.31rh2-4/+4
Notable changes are: * Experimental (not defined in the SANE standard) support for Automatic Document Feeder (scan until error) - should at least work with the umax-backend! * Changed standard device settings filename from scsi generic devicename to vendor:model. * The main window can be a fixed or a scrolled, resizable window now. Selection is done via setup/display/"main window fixed", the main window mode can be overwritten by specifying a command line option: -R or --Resizeable activates the resizeable, scrolled main window, -F or --Fixed activates the fixed (non resizable) main window. * Added option --device-settings file for definition of default device settings filename * Changed *_RGBI to *_RGBA to be compatible with coming extensions to the SANE standard