[42989] trunk/dports/graphics
landonf at macports.org
landonf at macports.org
Tue Dec 2 20:03:57 PST 2008
Revision: 42989
http://trac.macports.org/changeset/42989
Author: landonf at macports.org
Date: 2008-12-02 20:03:57 -0800 (Tue, 02 Dec 2008)
Log Message:
-----------
Add mscgen 0.13, primarily useful in combination with doxygen:
Mscgen is a small program that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the output.
Added Paths:
-----------
trunk/dports/graphics/mscgen/
trunk/dports/graphics/mscgen/Portfile
Added: trunk/dports/graphics/mscgen/Portfile
===================================================================
--- trunk/dports/graphics/mscgen/Portfile (rev 0)
+++ trunk/dports/graphics/mscgen/Portfile 2008-12-03 04:03:57 UTC (rev 42989)
@@ -0,0 +1,38 @@
+# $Id: Portfile 39459 2008-08-20 20:10:01Z ryandesign at macports.org $
+
+PortSystem 1.0
+
+name mscgen
+version 0.13
+categories graphics
+maintainers landonf
+homepage http://www.mcternan.me.uk/mscgen/
+platforms darwin
+
+description Message Sequence Chart image generator
+
+long_description Mscgen is a small program that parses Message Sequence \
+ Chart descriptions and produces PNG, SVG, EPS or \
+ server side image maps (ismaps) as the output. Message \
+ Sequence Charts (MSCs) are a way of representing \
+ entities and interactions over some time period \
+ and are often used in combination with SDL.
+
+master_sites ${homepage}/software/
+distname ${name}-src-${version}
+
+checksums md5 12fc1275458449b112d938109b91674a \
+ sha1 aff63d3614c9a1af99ec3d5ef73523826415954e \
+ rmd160 7c787821e80ce85c26816e314272342f61708ffb
+
+depends_lib port:gd2
+
+worksrcdir ${name}/src
+
+use_configure no
+build.target all-osx
+build.args CFLAGS="-I. -I../parser -I${prefix}/include -DPACKAGE_VERSION=${version}"
+
+destroot {
+ file copy ${worksrcpath}/../bin/mscgen ${destroot}/${prefix}/bin
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081202/ede36fe0/attachment.html>
More information about the macports-changes
mailing list