[csw-devel] SF.net SVN: gar:[3222] csw/mgar/pkg
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Wed Feb 18 18:23:47 CET 2009
Revision: 3222
http://gar.svn.sourceforge.net/gar/?rev=3222&view=rev
Author: valholla
Date: 2009-02-18 17:23:47 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
initial checkin
Added Paths:
-----------
csw/mgar/pkg/re2c/
csw/mgar/pkg/re2c/Makefile
csw/mgar/pkg/re2c/checksums
csw/mgar/pkg/re2c/files/
Property changes on: csw/mgar/pkg/re2c
___________________________________________________________________
Added: svn:externals
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/re2c/Makefile
===================================================================
--- csw/mgar/pkg/re2c/Makefile (rev 0)
+++ csw/mgar/pkg/re2c/Makefile 2009-02-18 17:23:47 UTC (rev 3222)
@@ -0,0 +1,32 @@
+GARNAME = re2c
+GARVERSION = 0.13.5
+CATEGORIES = utils
+
+DESCRIPTION = Utility for writing fast and flexible scanners.
+define BLURB
+ re2c is a tool for writing very fast and very flexible scanners.
+ Unlike any other such tool, re2c focuses on generating high efficient
+ code for regular expression matching. As a result this allows a much
+ broader range of use than any traditional lexer offers.
+ And Last but not least re2c generates warning free code that is equal
+ to hand-written code in terms of size, speed and quality.
+endef
+
+PACKAGES = CSWre2c
+
+MASTER_SITES = $(SF_MIRRORS)
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+DISTFILES = $(DISTNAME).tar.gz
+CATALOGNAME_CSWre2c = re2c
+SPKG_DESC_CSWre2c = $(DESCRIPTION)
+REQUIRED_PKGS_CSWre2c = CSWgcc4corert CSWgcc4g++rt
+
+# Compiling with GNU based on upstream bug-id
+# [ 2535084 ] re2c 0.13.5 not compile with Sun C
+GARCOMPILER = GNU
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Added: csw/mgar/pkg/re2c/checksums
===================================================================
--- csw/mgar/pkg/re2c/checksums (rev 0)
+++ csw/mgar/pkg/re2c/checksums 2009-02-18 17:23:47 UTC (rev 3222)
@@ -0,0 +1 @@
+4a97d8f77ed6d2c76c8bd840a43f5633 download/re2c-0.13.5.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