[csw-devel] SF.net SVN: gar:[14639] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Tue May 24 19:10:35 CEST 2011


Revision: 14639
          http://gar.svn.sourceforge.net/gar/?rev=14639&view=rev
Author:   skayser
Date:     2011-05-24 17:10:35 +0000 (Tue, 24 May 2011)

Log Message:
-----------
mscgen/trunk: initial commit

Added Paths:
-----------
    csw/mgar/pkg/mscgen/
    csw/mgar/pkg/mscgen/branches/
    csw/mgar/pkg/mscgen/tags/
    csw/mgar/pkg/mscgen/trunk/
    csw/mgar/pkg/mscgen/trunk/Makefile
    csw/mgar/pkg/mscgen/trunk/checksums
    csw/mgar/pkg/mscgen/trunk/files/


Property changes on: csw/mgar/pkg/mscgen/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2


Added: csw/mgar/pkg/mscgen/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mscgen/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mscgen/trunk/Makefile	2011-05-24 17:10:35 UTC (rev 14639)
@@ -0,0 +1,37 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! doesn't build yet
+#   "adraw.h", line 82: warning: enumerator value overflows INT_MAX (2147483647)
+#   "adraw.c", line 138: warning: implicit function declaration: round
+#   "language.y", line 28: cannot find include file: <stdint.h>
+#   ...
+#   "language.y", line 199: warning: return value type mismatch
+#   "language.y", line 200: cannot recover from previous errors
+#
+
+NAME = mscgen
+VERSION = 0.20
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = Message Sequence Chart (MSC) generator
+define BLURB
+  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. MSCs are popular in Telecoms to
+  specify how protocols operate although MSCs need not be complicated to
+  create or use. Mscgen aims to provide a simple text language that is
+  clear to create, edit and understand, which can also be transformed into
+  common image formats for display or printing. 
+endef
+
+VENDOR_URL   = http://www.mcternan.me.uk/mscgen/
+MASTER_SITES = http://www.mcternan.me.uk/mscgen/software/
+DISTFILES    = $(NAME)-src-$(VERSION).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/mscgen/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/mscgen/trunk/checksums
===================================================================
--- csw/mgar/pkg/mscgen/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/mscgen/trunk/checksums	2011-05-24 17:10:35 UTC (rev 14639)
@@ -0,0 +1 @@
+65c90fb5150d7176b65b793f0faa7377  mscgen-src-0.20.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list