summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2000-01-11The distfile changed on the master site, adjust.hubertf1-3/+3
(Distfile on the ftp server was removed also)
2000-01-11Allow newer versions of SuSE Linux libraries.soren2-4/+4
2000-01-10be consistent on which version to wildcardhubertf2-4/+4
2000-01-06Update xsane to 0.48. Changes are as follows:rh6-43/+8
- No longer requires patches ac and ad thanks to author's quick reaction to feedback. xsane-0.46 -> 0.47: ------------------- - if helpfile viewer is netscape-remote and netscape is not running it is started - replaced ENODATA (used for EOF detection in xsane-rc-io and xsane-device-preferences) by XSANE_EOF (=-1) (ENODATA is not defined on all systems) - If faxproject does not exist, project data entries are made insensitive and buttons "send project" and "delete project" are replaced by "create project" - Added missing "&" in xsane_device_preferences_save_values: xsane_rc_io_w_array(w, &len, (void **) &word_array, (WireCodecFunc) xsane_rc_io_w_word, sizeof(SANE_Word)); that cause segmentation fault when writing bool, int or fixpoint arrays. xsane-0.47 -> 0.48: ------------------- - "START" button is made insensitive in fax mode if project does not exist. - Preview window is created at the same time as the main dialog and it is destroyed at program end. Disabling "show preview" hides the preview window. This way the preview window placement does work correct. - set default values in xsane_device_preferences_load_file(char *filename) before reading the saved values, show_preview default = true - Mouse pointers display relevant mode icons in preview window now. - In copy mode the maximum selectable size that fits to the selected printer is drawn by a rect now. Selection is limited to the printer size. - if no local xsane.rc, xsane-style.rc or DEVICE.drc file exists it is loaded from SANE_DATA_DIR/xsane - all xsane rc files are placed in a subdirectory xsane now (~/.sane/xsane, SANE_DATA/DIR/xsane) - temporary files (previews, conversions) are saved in /tmp (defined in SANE_PATH_TMP in xsane.h) now - added window decoration icon (top left) to each xsane window (does work with kwm, does not work with fvwm2) - added warning icon and error icon - removed xsane_files_exit_callback, now xsane_scan_win_delete is used for all exit program calls - conversion-* and preview-* files are created with permission "-rw-------", images- and project-files are created with "preferences.image_umask" xsane.rc and *.drc are created with XSANE_DEFAULT_UMASK defined in xsane.h
2000-01-06Update gif2png to 2.3.0. This version cleans up some glitches in therh2-4/+4
documentation.
2000-01-06tiff library upgraded from 3.5.2 to 3.5.4. LZW compression part is nowwiz11-28/+127
optional and controlled by USE_GIF in mk.conf, decompression is unchanged. Comment for USE_GIF in mk.conf has been updated. Some HTML documentation gets installed now, too. Changes: A Y2K bugfix in ras2tiff, removal of LZW compression, new Pixar tags, and Adobe ZIP support, as well as removal of some compiler warnings and minor fixes.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs49-49/+49
2000-01-04Make it compile on solaris. While I'm there merge patch-ag in patch-af; it'sbouyer4-22/+17
bad to patch the same file 2 times.
2000-01-04Make PLIST match reality.agc4-625/+453
Make install target work in the presence of a file named "install".
2000-01-04Update pivray (persistence of vision ray tracing utility) to version 3.1g.agc6-738/+745
Changes in version 3.1: The scene description language in POV-Ray 3.1 is not entirely backwards-compatible with earlier versions of the POV-Ray scene description language. The 'halo' feature in earlier versions is obsolete and has been entirely replaced with a 'media' feature which works better. Because older files making use of 'halo' will not render in POV-Ray 3.1 without substantial modification, you may wish to rename executables for pre-3.1 versions of POV-Ray if you would like to be able to render such older files. It should be noted that .povrayrc as described below can only refer to one version.
2000-01-04upgraded pnmtopng part of netpbm from 2.37.2 to 2.37.3.wiz2-5/+5
Changes: Version 2.37.3 fixes a minor bug w.r.t. error exits and generally does cleaner error exits (close files, etc.)
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
2000-01-02Add and enable libgdgeda.rh1-1/+2
2000-01-02Initial import of libgdgeda-1.6, a modified gd library for use with gEDA.rh5-0/+57
2000-01-02Initial import of gdk-pixbuf, the GNOME image loading library.rh7-0/+97
2000-01-02Add and enable gdk-pixbuf.rh1-1/+2
2000-01-02RCS policewiz2-3/+3
2000-01-02pkglint silencingwiz4-11/+12
2000-01-02replaced some commands by their ${COMMAND} counterpartswiz6-24/+24
1999-12-28Update png-crush to 1.3.1. Changes include more use ofrh2-4/+4
'unknown-chunk-processor' for generic chunks, a smaller executable, and more info about text chunks on the help screen.
1999-12-26After all these fixes: gif2png 2.2.4 -> 2.2.5wiz2-4/+4
Changes: * web2png: Applied Bernhard Reiter's fix. * web2png: Deal gracefully with GIF names that have leading numerics.
1999-12-23Update from tgif-4.1.22 to tgif-4.1.25. Changes are (from the HISTORY file):dmcmahill2-4/+4
-----------------------> tgif-4.1.24 => tgif-4.1.25 <----------------------- 1) Fix a crashing bug in Insert Right Superscript/Subscript when the text cursor is immediately to the right of a right superscript/subscript string segment. Thanks to Helmut Jarausch <jarausch@igpm.rwth-aachen.de> for pointing out the problem. -----------------------> tgif-4.1.23 => tgif-4.1.24 <----------------------- 1) Fix a couple of bugs in Print Pages. 2) Fix a bug in "-print -html/-gif -o<dir>". Thanks to Eddy De Greef <degreef@imec.be> for pointing out the problem. 3) Assign Alt+Cntrl+5 to Insert Right Subscript. 4) Fix Precise Scale Everything to scale line widths, arrow widths, and arrow heights. 5) Add NLS support for the status line. Thanks to Jun Nishii <jun@flatout.org> for the patch. 6) New Tgif.tmpl-openbsd. Thanks to Hal Snyder <hal@vailsys.com> for providing the patch. -----------------------> tgif-4.1.22 => tgif-4.1.23 <----------------------- 1) Fix a bug in handling rotated text object exported from the gnuplot tgif terminal. Thanks to Leana Golubchik <leana@cs.umd.edu> for pointing out the problem. 2) Fix a bug in handling the if() internal command when "!*" is used. Thanks to Marko Schuetz <marko@ki.informatik.uni-frankfurt.de> for pointing out the problem. 3) If a file contains only one page, Print One File Per Page will still produce a file with file name containing the page number. 4) Add a "-merge" commandline option to merge a list of obj files. 5) Add "Print Pages" to the File and Page Menu. 6) Print One File Page will now prompt to see if the user wants to print only selected pages. 7) Update po/ja/ja.po. Thanks to Jun Nishii <jun@flatout.org> for the udpate. 8) Change all Tgif.tmpl* files to use a default of _USE_PS_ADOBE_STRING=\"3.0/3.0\"
1999-12-20updated to v0.7.0 (bugfixes and enhancements)wiz5-17/+19
1999-12-15some files were updated in the tarball.windsor1-2/+2
-rw-r--r-- pubsrc/pubsrc 1397 1999-12-01 07:33 plman13/manpl/defineunits -rw-r--r-- pubsrc/pubsrc 1229 1999-12-01 07:33 plman13/manpl/limits -rw-r--r-- pubsrc/pubsrc 9047 1999-12-01 07:29 plman13/manpl/lineplot -rw-r--r-- pubsrc/pubsrc 743 1999-12-01 07:33 plman13/manpl/originaldata -rw-r--r-- pubsrc/pubsrc 7503 1999-12-01 07:31 plman13/manpl/tabulate -rw-r--r-- pubsrc/pubsrc 4341 1999-12-01 07:27 plman13/manpl/web vs. -rw-r--r-- pubsrc/pubsrc 1393 Sep 29 07:26 1999 plman13/manpl/defineunits -rw-r--r-- pubsrc/pubsrc 1202 Sep 29 07:41 1999 plman13/manpl/limits -rw-r--r-- pubsrc/pubsrc 9043 Sep 29 07:41 1999 plman13/manpl/lineplot -rw-r--r-- pubsrc/pubsrc 739 Sep 29 07:42 1999 plman13/manpl/originaldata -rw-r--r-- pubsrc/pubsrc 7492 Oct 27 05:57 1999 plman13/manpl/tabulate -rw-r--r-- pubsrc/pubsrc 4330 Sep 29 07:51 1999 plman13/manpl/web
1999-12-15url moved, was inhibiting downloadswindsor1-3/+3
1999-12-15these silly -current fileswindsor1-2/+2
1999-12-12Add missing dependency on pth.rh1-1/+2
1999-12-10GIF320 3.0 is a gif file viewer for use with VT-320 terminals. Ithubertf7-0/+67
should be easily portable to any platform as it uses only printf and several other stdio commands; some signal trapping and tilde-globbing is also provided, but can be configured out. Note that GIF320 uses some obscure character-set definition escape sequences, so if you use a VT-320 emulator or a VT-320 clone, it may not work. It will not work on a 220 or a 420, although the 420 claims to emulate a 320. Unfortunately, I don't have access to a 420, so I'm looking for someone with a VT-420, a manual, and intricate knowledge of escape sequences to hack on one for me and find out why not.
1999-12-10add & enable gif320hubertf1-1/+2
1999-12-08Update to V0.4.2. Changes:hubertf18-374/+51
New patches for FreeBSD, OpenBSD, and NetBSD, Sony DSC F55 library changes, a Canon A50 library and general fixes, Canon A5 compatibility fixes, Sony DSC F505 and Sony memory stick adapter support, an HTML Gallery path fix, and a GNOME desktop entry.
1999-12-07Add and enable pngcrush.rh1-1/+2
1999-12-07Initial import of pngcrush-1.2.1, an optimizer for PNG (Portable Networkrh5-0/+34
Graphics) files.
1999-12-04- Add missing "helpbrowser" plugin.tron1-2/+4
- Add missing directory remove commands. - Don't try to remove commonly used directory "share/aclocal".
1999-12-02Update dependency on t1lib.fredb1-2/+2
1999-12-02Use 'ln -f -s' instead of 'ln -fs' to keep solaris happy.bouyer1-3/+3
1999-12-02use latest version of master distribution.itojun2-4/+4
(past version of original distribution contains old uucplock.c which is subject to buffer overflow)
1999-12-02Update sketch to 0.6.3.sakamoto5-10/+17
New stable version, 0.6.3. *The default properties of new objects can be set by pressing the apply button in the fill, line or font dialogs. *A new button next to the palette to quickly assing empty fill and line styles. *The ctrl-key to contrain editing now also works when drawing lines and bezier curves and when editing bezier curves.
1999-12-01Update gif2png to 2.2.4rh2-4/+4
Notable changes are: * On -O, set maximum compression when writing the conversion. * New -g option to write a gamma chunk by Glenn Randers-Pehrson.
1999-11-30Make this package build on ELF systems.tron4-19/+19
1999-11-30Update clanlib to 0.2.2. Changes are mostly bugfixes.rh8-362/+2700
1999-11-30Update Hermes to 1.2.6.2. Changes are mostly bugfixes.rh5-13/+16
1999-11-30This part was not intended to be committed, back it out.hubertf1-4/+4
1999-11-30s/ttyS/tty0/ for NetBSDhubertf8-5/+147
1999-11-30add and enable gphotodmcmahill1-1/+2
1999-11-30Initial import of gphoto-0.4.1dmcmahill14-0/+314
gPhoto is an universal, free GTK+ application that will allow downloading, saving, and manipulation of images from several different digital camera models, or from the local harddrive. gPhoto has a basic command line interface, which is handy, if you want to set up a web camera, and use gphoto in a script, e.g. with Perl/PHP. gPhoto sports a new HTML engine, that let's you create your gallery "themes" (HTML with special tags), and publish images to the web. A directory browse mode has also been implemented. gPhoto supports a wide array of digital camera models.
1999-11-27defuzzrh4-15/+15
1999-11-27Update xsane to 0.46.rh6-21/+43
Changes include: * Problem with Segmentation fault when loading device settings with "lineart" mode enabled is solved. * Changed xsane- and device-preferences read and write routines, problem with segmentation faults while loading device preferences (*.drc) should be solved now. Old "*.drc" files have to be converted with xsane-convert-to-0.46. * Added "Problems?" to "Help" menu. * Filetype/extension can be selected by the menu "by ext." now.
1999-11-27Add disabled gimp-current.hubertf1-1/+2
We need some way to step into such directories too RSN...
1999-11-27Powerful image manipulation program similar to "Adobe Photoshop"[tm].hubertf14-0/+1536
It supports layers, arbitrary image sizes and working on several images at the same time. It comes with a lot of useful plug-ins. Missing is CMYK support and more then 8 bits per channel. This is the development version of pkgsrc/graphics/gimp. *** More Important: This Thing Works Fine For Bulk Builds! ***
1999-11-25Add and enable Ngraph.sakamoto1-1/+2