[csw-devel] SF.net SVN: gar:[12964] csw/mgar/pkg/re2c
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Sun Jan 16 23:59:32 CET 2011
Revision: 12964
http://gar.svn.sourceforge.net/gar/?rev=12964&view=rev
Author: wbonnet
Date: 2011-01-16 22:59:32 +0000 (Sun, 16 Jan 2011)
Log Message:
-----------
Move content to trunk
Added Paths:
-----------
csw/mgar/pkg/re2c/trunk/Makefile
csw/mgar/pkg/re2c/trunk/checksums
csw/mgar/pkg/re2c/trunk/files/
Removed Paths:
-------------
csw/mgar/pkg/re2c/Makefile
csw/mgar/pkg/re2c/checksums
csw/mgar/pkg/re2c/files/
Property Changed:
----------------
csw/mgar/pkg/re2c/
csw/mgar/pkg/re2c/trunk/
Property changes on: csw/mgar/pkg/re2c
___________________________________________________________________
Deleted: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Deleted: csw/mgar/pkg/re2c/Makefile
===================================================================
--- csw/mgar/pkg/re2c/Makefile 2011-01-16 22:54:07 UTC (rev 12963)
+++ csw/mgar/pkg/re2c/Makefile 2011-01-16 22:59:32 UTC (rev 12964)
@@ -1,32 +0,0 @@
-NAME = re2c
-VERSION = 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 = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
-DISTFILES = $(DISTNAME).tar.gz
-CATALOGNAME_CSWre2c = re2c
-SPKG_DESC_CSWre2c = $(DESCRIPTION)
-RUNTIME_DEP_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
-
Deleted: csw/mgar/pkg/re2c/checksums
===================================================================
--- csw/mgar/pkg/re2c/checksums 2011-01-16 22:54:07 UTC (rev 12963)
+++ csw/mgar/pkg/re2c/checksums 2011-01-16 22:59:32 UTC (rev 12964)
@@ -1 +0,0 @@
-4a97d8f77ed6d2c76c8bd840a43f5633 download/re2c-0.13.5.tar.gz
Property changes on: csw/mgar/pkg/re2c/trunk
___________________________________________________________________
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Copied: csw/mgar/pkg/re2c/trunk/Makefile (from rev 12962, csw/mgar/pkg/re2c/Makefile)
===================================================================
--- csw/mgar/pkg/re2c/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/re2c/trunk/Makefile 2011-01-16 22:59:32 UTC (rev 12964)
@@ -0,0 +1,32 @@
+NAME = re2c
+VERSION = 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 = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+DISTFILES = $(DISTNAME).tar.gz
+CATALOGNAME_CSWre2c = re2c
+SPKG_DESC_CSWre2c = $(DESCRIPTION)
+RUNTIME_DEP_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
+
Copied: csw/mgar/pkg/re2c/trunk/checksums (from rev 12962, csw/mgar/pkg/re2c/checksums)
===================================================================
--- csw/mgar/pkg/re2c/trunk/checksums (rev 0)
+++ csw/mgar/pkg/re2c/trunk/checksums 2011-01-16 22:59:32 UTC (rev 12964)
@@ -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