aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphviz
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment for my ports.Hye-Shik Chang2003-02-252-1/+1
| | | | Notes: svn path=/head/; revision=76449
* Update to 1.9Hye-Shik Chang2003-02-186-59/+69
| | | | | | | Submitted by: Marco Molteni <molter@tin.it> (partially) Notes: svn path=/head/; revision=75798
* Update to 1.8.10Hye-Shik Chang2002-11-125-120/+111
| | | | | | | | PR: 45027 Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=69946
* Update to 1.8.8.Hye-Shik Chang2002-07-244-106/+107
| | | | Notes: svn path=/head/; revision=63504
* Updating my email address.Hye-Shik Chang2002-06-251-1/+1
| | | | | | | Approved by: cjh (mentor) Notes: svn path=/head/; revision=61912
* Fix ports for building with -current without perlPatrick Li2002-05-231-6/+1
| | | | | | | | PR: 38359 Submitted by: maintainer Notes: svn path=/head/; revision=59747
* - Unbreak after last USE_LIBTOOL changes;Maxim Sobolev2002-04-253-21/+26
| | | | | | | | | - don't install .la files; - don't use black magick to create/delete .so symlinks to shared libraries - our pkg_* tools already work correctly with symlinks. Notes: svn path=/head/; revision=58113
* upgrade to 1.8.5Ying-Chieh Liao2002-04-1817-154/+145
| | | | | | | | | | | take over maintainership PR: 37203 Submitted by: Hye-Shik Chang <perky@fallin.lv> Requested by: Stephen C. North <north@research.att.com> (author) Notes: svn path=/head/; revision=57851
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-1/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Bump PORTREVISION after the freetype2 shlib major update.Akinori MUSHA2002-03-121-1/+1
| | | | Notes: svn path=/head/; revision=55961
* Chase increase of freetype2 shlib version.Maxim Sobolev2002-03-111-1/+1
| | | | Notes: svn path=/head/; revision=55873
* Fix build problem if converters/iconv is installedPatrick Li2002-02-241-1/+9
| | | | | | | | PR: 33157 Submitted by: maintainer Notes: svn path=/head/; revision=55191
* Update version number of freetype2 shared library.Maxim Sobolev2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=53447
* portlint: remove extra whitespaces before end of line.Dirk Froemberg2001-12-241-1/+1
| | | | Notes: svn path=/head/; revision=52088
* Fix building.Thomas Gellekum2001-11-141-0/+10
| | | | | | | | PR: 31895 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=50022
* Upgrade to 1.7.7.Thomas Gellekum2001-11-0914-13/+163
| | | | Notes: svn path=/head/; revision=49873
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* freetype2 is now freetype.7Ying-Chieh Liao2001-08-061-1/+1
| | | | | | | PR: 29477 Notes: svn path=/head/; revision=45870
* o Update to 1.7.6Mario Sergio Fujikawa Ferreira2001-08-0516-220/+19
| | | | | | | | | | | | o Depend on freetype2 instead of freetype o Remove all patches since they are no longer necessary in this latest update PR: 29015 Submitted by: Kato Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=45845
* track new distfile -- many objects have been added, so make clean first.FUJISHIMA Satsuki2001-03-064-9/+11
| | | | | | | | PR: 25568 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=39134
* update MASTER_SITES.FUJISHIMA Satsuki2001-03-061-1/+1
| | | | | | | | PR: 25550 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=39133
* Update to version 1.7cKevin Lo2001-02-286-19/+60
| | | | | | | | PR: 25431 Submitted by: Ports Fury Notes: svn path=/head/; revision=38897
* Update to 1.7bKevin Lo2000-12-093-6/+19
| | | | | | | | PR: 23385 Submitted by: Ports Fury Notes: svn path=/head/; revision=35801
* Update to version 1.7aKevin Lo2000-11-149-22/+82
| | | | | | | | PR: 22832 Submitted by: Ports Fury Notes: svn path=/head/; revision=35146
* Add BUILD_DEPENDS to automake. Don't change USE_AUTOCONF to USE_AUTOMAKE,Satoshi Asami2000-11-031-0/+3
| | | | | | | | since this port only builds correctly if automake is around and is found by the configure script, not run from bsd.port.mk. Notes: svn path=/head/; revision=34714
* Upgrade to 1.6.Thomas Gellekum2000-10-2310-61/+210
| | | | Notes: svn path=/head/; revision=34134
* - Support MAKE properlySteve Price2000-09-052-8/+9
| | | | | | | | | | - Change location of data files from libdata/ to share/ PR: 20754 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=32287
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* * Remove obsolete post-extract targetChris D. Faulhaber2000-02-182-10/+7
| | | | | | | | | | * Move install path of utility data from lib/ to libdata/ PR: 16791 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=25972
* Minor changes in the distfile, no new version number.Thomas Gellekum2000-02-172-2/+1
| | | | Notes: svn path=/head/; revision=25932
* - Update to version 1.5.1Steve Price2000-01-293-11/+11
| | | | | | | | | | - Add WWW: line into pkg/DESCR PR: 16428 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=25275
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-2/+2
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Upgrade to 1.5.Thomas Gellekum1999-10-073-10/+20
| | | | Notes: svn path=/head/; revision=22223
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Uncomment NO_PACKAGE again.Thomas Gellekum1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19871
* Upgrade to 1.4.Thomas Gellekum1999-06-285-30/+28
| | | | | | | PR: 12423 Notes: svn path=/head/; revision=19869
* Start of ELF conversion.Steve Price1998-10-051-0/+3
| | | | Notes: svn path=/head/; revision=13645
* Broken: can't fetch.Steve Price1998-10-051-1/+3
| | | | Notes: svn path=/head/; revision=13644
* Remove regexp support for tk42.Steve Price1998-09-261-2/+2
| | | | Notes: svn path=/head/; revision=13404
* Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1998-08-181-5/+0
| | | | | | | too many, so I'll remove half of them. Notes: svn path=/head/; revision=12620
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* New distribution tarball, same version.Thomas Gellekum1998-02-053-12/+7
| | | | | | | | | | Changes for that submitted by: Chuck Robey <chuckr@freebsd.org>. I also cleaned up some gratuitious "#ifndef __FreeBSD__"'s while I was here. Notes: svn path=/head/; revision=9599
* Import graphviz port. graphviz is a graph visualization tool.Thomas Gellekum1998-02-047-0/+136
Notes: svn path=/head/; revision=9586