[Lunar-commits] <moonbase-other> re2: adding to monbase, will be a depends for chromium

Dennis Veatch dennisveatch at bellsouth.net
Thu Oct 2 18:17:43 CEST 2014


commit 867bf0d988bc90f9ba20f040c0e0d9c4bddc7ded
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 02 Oct 2014 12:17:20 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/867bf0d988bc90f9ba20f040c0e0d9c4bddc7ded

re2: adding to monbase, will be a depends for chromium
---
  devel/re2/BUILD   | +4/-0     
  devel/re2/DETAILS | +15/-0    
  2 files changed, 19 insertions(+)

--- /dev/null
+++ b/devel/re2/BUILD
@@ -0,0 +1,4 @@
+
+  sedit "s:/usr/local:/usr:" Makefile &&
+
+  default_make
--- /dev/null
+++ b/devel/re2/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=re2
+         VERSION=20140304
+          SOURCE=$MODULE-$VERSION.tgz
+      SOURCE_URL=https://re2.googlecode.com/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_VFY=sha1:f30dda8e530921b623c32aa58a5dabbe9157f6ca
+        WEB_SITE=https://code.google.com/p/re2/
+         ENTERED=20141001
+         UPDATED=20141001
+           SHORT="thread-friendly alternative to backtracking regular expression engines"
+
+cat << EOF
+RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression 
+engines like those used in PCRE, Perl, and Python. It is a C++ library. 
+EOF




More information about the Lunar-commits mailing list