NOTICE: This package has been removed from pkgsrc

./wip/mscgen, Tool for drawing call sequence graphs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.20, Package name: mscgen-0.20, Maintainer: jan.m.danielsson

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.


Required to run:
[graphics/gd]

Required to build:
[devel/gmake] [devel/pkg-config]

Master sites:

SHA1: cb718587e5fda99ca8b36801c57ea794d07bf211
RMD160: 07db2a2eb21b2138298ef07da0f81b4973dc3a4b
Filesize: 200.018 KB

Version history: (Expand)


CVS history: (Expand)


   2011-05-15 13:14:56 by Thomas Klausner | Files touched by this commit (4) | Package removed
Log message:
- mcsgen, imported to pkgsrc/devel/mscgen.

   2011-04-04 13:45:33 by OBATA Akio | Files touched by this commit (1)
Log message:
simplify and pkglint happy.
   2011-04-04 13:44:02 by OBATA Akio | Files touched by this commit (1)
Log message:
sort.
   2011-04-03 15:20:37 by Jan Danielsson | Files touched by this commit (3)
Log message:
Update to 0.20.

0.20: 05/03/2011
      Fix spelling errors (issue #58)
      Add a MSC validation phase to check that all the entity names are known
       before rendering is started.  This now also outputs the input line
       number at which a problem was detected e.g.
         Error detected at line 10: Unknown source entity 'xyz'.
	 (issue #62)
      Add width and height attributes to svg output.
         (Thanks hwmaier for pointing this out, issue #63)
      When wrapping words in boxes, hypenate very long words if needed to fit
       the available space.
       (issue #59)
      Fix assertion if ... is placed on the same line as another arc, but
       after the arc has been specified.
      Fix regression where blank lines at the start of input would be
       rejected and parsing stopped.
       (Thanks Bernhard for the report and example)
      Allow output to stdout if - is specified as the output filename.
      Fix opening and closing the output file twice - the dummy output in the
       first layout run now goes to /dev/null (or a temp file on Win32).
   2011-04-02 18:03:59 by Jan Danielsson | Files touched by this commit (4)
Log message:
Added new package: mscgen.