freebsd-ports/textproc/p5-UML-Sequence/pkg-descr
Bill Fenner 81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00

24 lines
560 B
Text

Simple Sequences
You can create a sequence from an outline. Type something like this:
At Home.Wash Car
Garage.retrieve bucket
Kitchen.prepare bucket
Kitchen.pour soap in bucket
Kitchen.fill bucket
Garage.get sponge
Garage.open door
Driveway.apply soapy water
Driveway.empty bucket
Garage.close door
Garage.replace bucket
Then do this:
genericseq.pl UML::Sequence::SimpleSeq inputfile | seq2svg.pl > output.svg
WWW: http://search.cpan.org/dist/UML-Sequence/
Author: Phil Crow <philcrow2000@yahoo.com>