summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-08-30update to 0.6.13drochner3-6/+29
changes: * A Multiline Text plugin object. Create it with the Edit->Create->Multiline Text menu item. * An Import filter for Acorn Draw files, updated import filters for SVG, WMF and Illustrator files and an updated SVG export filter. * The font dialog allows setting the font of multiple text objects at once. * Two new command line tools: skconvert and sk2ppm. skconverts between vector formats and sk2ppm converts vector files to ppm. * A fix for a filename quoting bug when rendering EPS files. This bug was a security problem. * Bug fixes.
2002-08-29buildlink1 -> buildlink2jlam1-5/+4
2002-08-29buildlink1 -> buildlink2jlam1-3/+3
2002-08-28Add & enable p5-GraphViz.seb1-1/+2
2002-08-28Initial import of p5-GraphViz version 1.5 into the Packages Collection.seb4-0/+33
This perl module provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using the "dot" and "neato" programs from the GraphViz project.
2002-08-28Convert gdk-pixbuf-gnome from buildlink1 to buildlink2, and remove thejlam2-13/+7
special buildlink1 handling in the common Makefile.
2002-08-28Update to version 1.8.9.seb32-474/+445
Buildlink1 -> buildlink2. Update homepage. * Changes in version 1.8.9 August 2, 2002 - declare this version 1.8.9 - general - split rpm into: graphviz, graphviz-tcl, graphviz-graphs, graphviz-devel - gcc3 warning cleanup - Install lincdt, libgraph, libagraph, libgd, libpathplan, libexp, and libpack so that they can be used by other programs. Headers and man3 in graphviz-devel - dynagraph, graphsearch - New tools based on libagraph and written in C++ - dot, neato, twopi - Add node and edge tooltips for use with -Tcmap \N,\E,\H,\T substitutions also work in tooltips. - Add alt="label_string" to -Tcmap - Add edge-label and port mappings to -Tps and -Tps2 so that edges can be hyperlinked in PDF documents. - Add support for \E (edge name), \H (head-node name), \T (tail-node name) substitutions in edge labels and edge URLs - Add support for stylesheet="file.css" for use in -Tsvg - Fix -Tpic to work with recent gpic (Bruce Lilly) - Fix alignment of imagemaps to images. - Fix "transparent" color support in -Tsvg - Fix support for graph [URL="default.html"] in -Tsvg and -Tcmap. - Fix '&' escaping in URLs in -Tsvg - Fix infinite loop in dot layout algorithm - Fix text rotations again (hopefully freetype is stable now.) - Cluster layout improvements - Clean up warning messages from pathplan - Consolidation of mapping code from imapgen.c and ismapgen.c into mapgen.c - gpr - Added additional mode to extract components based sharing an edge or a cluster - Fix test for getopt - tcl-based tools - Disable tcl-based tool building if tcl/tk not available with stubs support. - documentation updates: FAQ, dotguide, dot.1 * Changes in version 1.8.8 July 5, 2002 - declare 1.8.7 a "brown bag" release and declare this version 1.8.8 - remove wrong assert in gdgen.c - fix graph centering in bitmap outputs - provide enough margins - fix line widths after scaling (test with directed/proc3d.dot) - fix text rotations (requires libfreetype.so.6.3.1) (test with directed/NaN.dot) * Changes in version 1.8.7 July 5, 2002 - declare this version 1.8.7 - Fix missing "]" in ihi demo. July 2, 2002 - Add URL mappings for clusters: svg,svgz,ps,ismap,imap,cmap. - Fix to avoid white edges in bitmap outputs when bgcolor is set. - Improve sizing and position of strings in bitmap outputs when using builtin fonts (when font file not found). - Fix \N substitution in edge URLs in imap and cmap outputs. - Add -Tcmap for client-side imagemaps. - Generate warnings instead of access violation for EPSF file problems. - Various spline fixes in neato. - Fixes to pack.c - Add feature to ccomps to allow extraction of individual component by number or node. - Cdt make to use iffe provided in the tools directory. - Various Makefile.old fixes. - Use HAVE_LIBZ to remove GD2 format if libz not available. Now bare-bones programs can be built without any add-on libraries. - Modified dot grammar to allow simple name attributes in attribute lists. Thus, [splines] is equivalent to [splines=true]. Adopted the same convention for command line attributes -G, -E and -N. In addition, such command line attributes now override any competing initial attribute statements. - HP-UX 11.11 build fixes for struct dioattr. - Fix for bug #158 "Nodes disappear with ports" - Various Windows-specific #ifdefs - Fix edge coordinates in -Tplain. * Changes in version 1.8.6 May 24, 2002 - declare this version 1.8.6 May 19, 2002 - Fixed segfault from use of bgcolor in clusters. May 15, 2002 - Changed install location of architecture-independent demo scripts and graphs to <prefix>/share/graphviz/ to conform to FHS. - Avoid multiple linking of libfreetype (and others) which caused problems on SunOS-2.8. May 6, 2002 - Factored out some duplicated arrow code from dotgen/splines.c and neatorgen/splines.c into common/arrows.c. - Added new arrow types: halfopen, box, obox, crow. - Touched up the arrow designs so that they look better at default size. - Modified/extended graphs/directed/newarrows.dot to show new arrows. May 3, 2002 - Added some UML arrow types from Diomidis Spinellis <dds@aueb.gr> empty, invempty, open, diamond, odiamond. May 2, 2002 - Added new pack option to neato. This causes each connected component to be laid out separately, and then the resulting graphs are packed together in a single layout. - Amended neato to accept new tee arrowhead. April 19, 2002 - Coords of rectangles changed to left/top right/bottom in -Timap. - Generate COPYING from LICENSE.html during ./authogen.sh, remove COPYING from CVS. April 16, 2002 - Minor license file patches. - Corrected one of those reversed flat edge bugs again.
2002-08-28Remove buildlink.mk files that aren't used by any other files in pkgsrc.jlam2-86/+0
2002-08-28Update to KDE 3.0.3.skrll7-6/+391
While I'm here do the a.out dance for kuickshow and a couple of other minor clean ups. Changes are: kdelibs kprocess / kprocctrl: fix problem with hanging kdevelop. Javascript (core): more robust stack overflow check Javascript (html): allow to set a JS (non-CSS) property to a style object Javascript (html): improved result of navigator.platform using uname() Javascript (html): more aggressive garbage collection on clear, fixing many crashes Javascript (html): global object (window) has a correct object prototype now khtml: several crashes and bugs fixed kssl: Always verify the basic constraints on certificates (SECURITY) kdefx: Make the blending routine used by transparent menus work properly on big-endian platforms kdeui: Fix KDialog::setPlainCaption() kdebase Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole). Kicker: Quick browser escapes ampersand characters in file names. Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt". Konsole: Fixed crashes at startup related to broken font installations. Konsole: Fixed crashes when selecting in history buffer. krdb: Smarter handling of multiple and symlinked KDE and Qt installs when exporting plugin path to Qt. kdenetwork KMail: allow an ampersand as last char of an URL. KMail: Don't crash when custom drafts or sent-mail folders have been deleted or renamed. KMail: Fix auto charset detection for empty strings. KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys. KMail: Make custom (global) Bcc headers work correctly with encryption and distribution list expansion. kdepim KAlarm: Fix session restoration often not occurring at login. KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm. KAlarm: Make Close button on message window not the default button to reduce chance of accidental acknowledgement. KAlarm: Make Help button in configuration dialog display KAlarm handbook. KNotes: Compile fix for Qt 3.0.5 KOrganizer: Fixed context menu of todo list/view and event list which disappeared when using Qt 3.0.5
2002-08-28buildlink1 -> buildlink2jlam5-31/+37
2002-08-28buildlink1 -> buildlink2.jlam3-12/+30
2002-08-28Fix this file by adding the avifile-buildlink target to BUILDLINK_TARGETS.jlam1-2/+2
2002-08-28buildlink1 -> buildlink2jlam1-16/+17
2002-08-28buildlink1 -> buildlink2jlam1-4/+3
2002-08-27buildlink1 -> buildlink2jlam4-19/+20
2002-08-27Need at least 1.4.0.4nb1, which has the changed library names.jlam1-2/+2
2002-08-27Re-add aalib-x11/buildlink.mk with appropriate modifications to work withjlam1-0/+50
the new aalib-x11 package. SDL/buildlink.mk uses aalib-x11/buildlink.mk, so we can't kill it, yet.
2002-08-27Add dependency on imlib to consistently have kuickshow built.markd2-3/+24
Update PLIST accordingly.
2002-08-27Remove aalib/buildlink.mk -- gphoto2 was the last remaining user but it'sjlam1-47/+0
been converted to use buildlink2 now.
2002-08-27Fix name of guard for multiple-inclusion protection.jlam1-3/+3
2002-08-27buildlink1 -> buildlink2. Disable readline support since its detection isjlam1-19/+28
currently broken (though not too hard to fix), and add a dependency on glib for the "jamcam" module, which was building with glib as a hidden dependency all this time (luckily, buildlink2 didn't let it get away with it like buildlink1 did).
2002-08-26Enforce of our "libtool" to get static library built.tron1-1/+3
2002-08-26Convert to use buildlink2.jlam2-13/+17
2002-08-26Share common pkgsrc bits between the aalib and aalib-x11 packages. Shrinkjlam8-202/+76
the aalib-x11 package to installing just the libraries and headers and to install them with new names so that aalib-x11 and aalib no longer conflict. Also, remove the aalib-x11/buildlink.mk file as it will be no longer used. This solves part of pkg/16354.
2002-08-26buildlink1 -> buildlink2jlam1-3/+3
2002-08-26Narrow down conflict list to just the existing aalib-x11 versions, lookingjlam1-2/+2
forward to when aalib and aalib-x11 don't conflict.
2002-08-26Use buildlink2.jlam1-1/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam6-26/+16
have been converted to USE_BUILDLINK2.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam41-23/+414
buildlink2.mk files back into the main trunk.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam81-446/+879
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-22Update "ImageMagick" and "p5-PerlMagick" packages to version 5.4.8.2.tron12-199/+90
Many bugs were fixed since the release of version 5.3.9 and lots of new features like 32-Bit QuantumDepth support added.
2002-08-20Update to 1.8: mostly bug fixes.wiz2-7/+7
2002-08-20Update ns-flash to 5.0.50 for i386. Changes are bugfixes only.rh2-7/+5
This closes PR pkg/17953 by Ben Wong <ben@wongs.net>
2002-08-20Enable ogle on 1.5.[23]*, since it works for at least Richard Rauch.wiz2-4/+11
2002-08-20regen patch so that it applies cleanly.wiz2-8/+8
2002-08-20Add danish translation (hi charles)wiz1-5/+6
2002-08-19Update to 0.86. Many, many changes, including bug fixes, /tmp race problems,mycroft3-86/+112
performance improvements, etc. See xsane.CHANGES for details.
2002-08-19Update to 1.0.8 to match sane-backends.mycroft2-5/+4
2002-08-19Update to 1.0.8.mycroft5-119/+69
* Network backend and saned update * Documentation updates * Bugfixes * updated backends: artec, avision, canon, dc240, epson, gphoto2, mustek, mustek_pp, mustek_usb, plustek, sharp, sm3600, snapscan, nec, umax, v4l * new backends: canon630u, canon_pp, coolscan2, fujitsu, leo, matsushita, sceptre, teco1, test
2002-08-19Update to 0.8.5. Several navigation bugs fixed, MPEG and LPCM audio supportmycroft7-28/+29
added.
2002-08-13Sync with mplayer's DESCR.wiz1-7/+8
2002-08-13Whitespace nit.wiz1-1/+1
2002-08-13Improve.wiz1-7/+8
2002-08-13Fix a typo, and improve grammar.wiz1-2/+2
2002-08-11netbsd uses time_t not int for the time functions. Fixes compilation ondmcmahill2-1/+15
64 bit systems.
2002-08-09don't use filename as format string, should fix PR pkg/17750 bydrochner2-5/+14
Christian Biere
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-2/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-07I modified the local patch-ab but forgot to copy it and now I have toveego5-13/+17
regernate all distinfos.
2002-08-07Update from 0.90pre5 (rc5) to 0.90pre6 (rc6).veego9-58/+55
Local changes: - Restore the dependency to win32codecs which was lost 4 month ago (Hi Rene) - Depends on audio/realplayer if MPLAYER_USE_REALMEDIA is set to YES - Add a patch which was commited after the release to fix crashes while muting the sound. Changelog: - WMV1, Sorenson v1 (SVQ1) and RealPlayer 8.0 (RV20/30, Cook) codecs support - libavcodec M1 direct rendering, IPB support with Xv - libavcodec improvements, bugfixes - both encoder & decoder side - Raw DV demuxer, libdv-based DV audio/video decoder - Various MOV/MP4, RM and ASF/WMV demuxer bugfixes, improvements - Detection of AVI files which needs -ni, workaround for some Nandub bugs - Support for live.com RTP/RTSP streaming libraries - Support to rip DVD subs in VobSub format, bugfixes of mpsub/srt converter - Closed Captioning (ascii subs on RC1 DVDs) support - Massive directfb updates - Vidix fixes/updates, including fixes of all known radeon bugs - dithered 1/4/8 bpp support with -vo svga (EGA rulez:)) - AO: alsa9 fixes/improvements, native ARTS driver - various endianess and 64-bit fixes, including mencoder and -ao pcm - tons of small compatibility/portability fixes, better cygwin, darwin support - GUI fixes, new features - playlist, audio/video equalizer, preferences - Skins: fixed many small glitches, few new skins - 'mencvcd' script - helps creating VCD/SVCD with mencoder - html DOCS updates, manpage & README restructured (again :))
2002-08-07Fix LIBS line. Fixes bulk build problem.wiz1-2/+2