summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-28Teach about x11/neXTaw.jlam1-1/+3
2002-08-28buildlink1 -> buildlink2jlam1-6/+6
2002-08-28Add a buildlink2.mk file based on the existing buildlink.mk.jlam1-0/+22
2002-08-28Update to 3.0.3 as well.skrll2-5/+5
2002-08-28Add and enable opencmagc1-1/+2
2002-08-28Initial import of opencm-0.1.0alpha16 into the Packages Collection.agc9-0/+171
Provided in PR 18064 by Julio Merino <jmmv@hispabsd.org>. Modified by myself to include the buildlink2 files for boehm-gc, ncurses, openssl, and the bsd.pkg.install.mk files, to use the boehm-gc package, and not the included version, and to find one of the help files appropriately. I also fixes the CONF_FILES definition, and tried to bring some sanity to the opencm version number.
2002-08-28Don't mix buildlink1 and buildlink2...skrll1-2/+2
2002-08-28Update to version 3.1.seb3-6/+31
Changes in version 3.1: 2002-04-10 - 3.1 released - Client now handles disconnect during "-k" better. - Combine query into a single string before sending to (possibly) reduce number of packets sent. 2001-10-26 - Help output and man page generated from text files. - Fix broken query to non-RIPE servers. 2001-09-17 - Fixed bug where --port didn't allow service specified by name.
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-28Build depends to gmake 3.79.1 and later instead of exactly 3.79.1.taca1-2/+2
2002-08-28As the comment says it perl is only needed if you want to run the validationseb1-2/+2
tests. So remove the need for perl.
2002-08-28Allow more flexibility in the handling of UNLIMIT_RESOURCES.seb5-14/+22
Each word of UNLIMIT_RESOURCES is supposed to be a knob on ULIMIT_CMD_<word> variable which value if defined is added to _ULIMIT_CMD. The ULIMIT_CMD_* variables are set per $OPSYS in defs.*.mk and are overridable by the user. Solaris' default value of ULIMIT_CMD_memorysize adjusted as suggested in PR pkg/18087 by Jonathan Perkin <sketch@rd.bbc.co.uk>.
2002-08-28Tclcl -> tcl-tclcl.seb1-2/+2
2002-08-28Tclcl was reimported as tcl-tclcl.seb6-149/+0
2002-08-28Otcl -> tcl-otcl.seb1-2/+2
2002-08-28Otcl was reimported as tcl-otcl.seb6-211/+0
2002-08-28Renamed otcl -> tcl-otcl and tclcl -> tcl-tclcl.seb2-8/+8
2002-08-28Reimport devel/tclcl as devel/tcl-tclcl to follow established practices.seb6-0/+149
Do various tclcl -> tcl[-/]tclcl substitutions along the way. Sorry for the inconvenience.
2002-08-28Reimport lang/otcl as lang/tcl-otcl to follow established practices.seb6-0/+211
Do various otcl -> tcl[-/]otcl substitutions along the way. Sorry for the inconvenience.
2002-08-28buildlink1 -> buildlink2jlam2-12/+13
2002-08-28Use buildlink2.jlam1-3/+3
2002-08-28Avoid creating a .qt directory in the users home directory.skrll1-1/+5
2002-08-28Remove buildlink.mk files that aren't used by any other files in pkgsrc.jlam8-361/+0
2002-08-28buildlink1 -> buildlink2jlam1-2/+2
2002-08-28Update gaim and gaim-gnome to 0.59.1. This update is based on work byjlam7-28/+57
Curt Sampson. Relevant changes from version 0.59 include: * Fixed a security bug in the manual browser setting (Thanks Robert McQueen) * Will work with Perl 5.8 (thanks, Timothy Lee and Dan Colascione) * Fix for HTTP proxies (thanks, Ethan Blanton) * Read proxy environment variables. (thanks, Christian Hammond) * Use the pretty gaim.png for our menu entry. The new iconv() support has been explicitly disabled for now until I can get it right across both packages.
2002-08-28Update to KDE 3.0.3.skrll42-223/+528
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 -> buildlink2jlam2-12/+13
2002-08-28Add the lame shared libraries to the BUILDLINK_FILES.jlam1-4/+5
2002-08-28Use buildlink2.jlam1-1/+2
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-28Use buildlink2.jlam1-2/+3
2002-08-28Support building with S/Key support on Darwin, and move the check forjlam4-54/+142
libcrypt-before-libcrypto into a section that is protected by something we can set in the configure script (check_for_libcrypt_before). This should fix the latter part of pkg/18091 by grant beattie.
2002-08-28Don't try to multiply define the same target for generating buildlink2jlam1-1/+3
wrapper script. This can occur if you set something like LD=cc where the cc wrapper is already generated from CC=cc.
2002-08-28buildlink1 -> buildlink2jlam1-3/+3
2002-08-28We actually use the openssl buildlink2.mk file.jlam1-2/+2
2002-08-28It's 0.9.6f, not 0.9.5f, and move things around so that IGNORE is set tojlam1-12/+13
the proper message.
2002-08-28Support building tcp_wrappers on Darwin, from pkg/18090 from grant beattie.jlam1-3/+11
2002-08-28Allow this to build on Darwin. Also use the new USE_PERL5 semantics.jlam1-5/+3
This fixes the first part of pkg/18091 by grant.
2002-08-28Add a buildlink2.mk file based on the zlib/buildlink2.mk file as skeyjlam1-0/+48
support may already reside in the base system.
2002-08-28Can't include bsd.buildlink.mk in a buildlink2.mk file.jlam1-3/+1
2002-08-28buildlink1 -> buildlink2jlam1-16/+17
2002-08-28buildlink1 -> buildlink2jlam1-4/+3
2002-08-27buildlink1 -> buildlink2jlam4-19/+20
2002-08-27buidlink1 -> buildlink2jlam1-4/+4
2002-08-27buildlink1 -> buildlink2jlam13-53/+56
2002-08-27buildlink1 -> buildlink2jlam3-13/+15
2002-08-27Add a buildlink2.mk file based on the existing buildlink.mk file.jlam1-0/+22
2002-08-27buildlink1 -> buildlink2jlam1-4/+5