[csw-devel] SF.net SVN: gar:[8057] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Jan 17 23:00:16 CET 2010
Revision: 8057
http://gar.svn.sourceforge.net/gar/?rev=8057&view=rev
Author: dmichelsen
Date: 2010-01-17 22:00:16 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
oniguruma: Initial commit
Added Paths:
-----------
csw/mgar/pkg/oniguruma/
csw/mgar/pkg/oniguruma/branches/
csw/mgar/pkg/oniguruma/tags/
csw/mgar/pkg/oniguruma/trunk/
csw/mgar/pkg/oniguruma/trunk/Makefile
csw/mgar/pkg/oniguruma/trunk/checksums
csw/mgar/pkg/oniguruma/trunk/files/
Property changes on: csw/mgar/pkg/oniguruma/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/oniguruma/trunk/Makefile
===================================================================
--- csw/mgar/pkg/oniguruma/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/oniguruma/trunk/Makefile 2010-01-17 22:00:16 UTC (rev 8057)
@@ -0,0 +1,25 @@
+GARNAME = oniguruma
+GARVERSION = 5.9.2
+CATEGORIES = lib
+
+DESCRIPTION = A regular expression library
+define BLURB
+ Oniguruma is a regular expressions library.
+ The characteristics of this library is that different character encoding
+ for every regular expression object can be specified.
+ (supported APIs: GNU regex, POSIX and Oniguruma native)
+endef
+
+MASTER_SITES = http://www.geocities.jp/kosako3/oniguruma/archive/
+DISTNAME = onig-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
Added: csw/mgar/pkg/oniguruma/trunk/checksums
===================================================================
--- csw/mgar/pkg/oniguruma/trunk/checksums (rev 0)
+++ csw/mgar/pkg/oniguruma/trunk/checksums 2010-01-17 22:00:16 UTC (rev 8057)
@@ -0,0 +1 @@
+0f4ad1b100a5f9a91623e04111707b84 onig-5.9.2.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