aboutsummaryrefslogtreecommitdiff
path: root/print/dot2tex
Commit message (Collapse)AuthorAgeFilesLines
* - Move devel/py-parsing to devel/py-pyparsingSunpoet Po-Chuan Hsieh2015-11-041-2/+2
| | | | | | | | | - Change MASTER_SITES to CHEESESHOP - Remove DISTNAME - While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile Notes: svn path=/head/; revision=400758
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistAntoine Brodin2014-11-131-11/+0
| | | | Notes: svn path=/head/; revision=372510
* - Convert ports of news/ and print/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371452
* Support stageBaptiste Daroussin2014-03-301-2/+1
| | | | Notes: svn path=/head/; revision=349631
* Convert p* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347779
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeXRomain Tartière2010-09-144-0/+49
friendly look and feel. This is accomplished by converting xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows: - Typesetting labels with LaTeX, allowing mathematical notation. - Using native PSTricks and PGF/TikZ commands for drawing arrows (optional). - Using backend specific styles to customize the output WWW: http://www.fauskes.net/code/dot2tex/ Notes: svn path=/head/; revision=261134