Revision: 17640 http://gar.svn.sourceforge.net/gar/?rev=17640&view=rev Author: wilbury Date: 2012-04-10 08:21:10 +0000 (Tue, 10 Apr 2012) Log Message: ----------- ragel/trunk: Initial commit.
Added Paths: ----------- csw/mgar/pkg/ragel/ csw/mgar/pkg/ragel/Makefile csw/mgar/pkg/ragel/branches/ csw/mgar/pkg/ragel/tags/ csw/mgar/pkg/ragel/trunk/ csw/mgar/pkg/ragel/trunk/Makefile csw/mgar/pkg/ragel/trunk/checksums csw/mgar/pkg/ragel/trunk/files/ Added: csw/mgar/pkg/ragel/Makefile =================================================================== --- csw/mgar/pkg/ragel/Makefile (rev 0) +++ csw/mgar/pkg/ragel/Makefile 2012-04-10 08:21:10 UTC (rev 17640) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/ragel/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/ragel/trunk/Makefile =================================================================== --- csw/mgar/pkg/ragel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/ragel/trunk/Makefile 2012-04-10 08:21:10 UTC (rev 17640) @@ -0,0 +1,32 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = ragel +VERSION = 6.7 +GARTYPE = v2 +CATEGORIES = devel + +DESCRIPTION = Ragel State Machine Compiler +define BLURB +Ragel compiles executable finite state machines from regular languages. +Ragel targets C, C++, Objective-C, D, Java and Ruby. Ragel state machines +can not only recognize byte sequences as regular expression machines do, +but can also execute code at arbitrary points in the recognition of a +regular language. Code embedding is done using inline operators that +do not disrupt the regular language syntax. +endef + +MASTER_SITES = http://www.complang.org/ragel/ +DISTFILES = $(NAME)-$(VERSION).tar.gz + +PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +GARCOMPILER = GNU +CONFIGURE_ARGS = $(DIRPATHS) + +RUNTIME_DEP_PKGS += CSWlibgcc-s1 +RUNTIME_DEP_PKGS += CSWlibstdc++6 + +include gar/category.mk + Property changes on: csw/mgar/pkg/ragel/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/ragel/trunk/checksums =================================================================== --- csw/mgar/pkg/ragel/trunk/checksums (rev 0) +++ csw/mgar/pkg/ragel/trunk/checksums 2012-04-10 08:21:10 UTC (rev 17640) @@ -0,0 +1 @@ +f4423e0d8a6538dd4e61498fcfad3cec ragel-6.7.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel