[csw-devel] SF.net SVN: gar:[18102] csw/mgar/pkg

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Thu May 24 11:28:04 CEST 2012


Revision: 18102
          http://gar.svn.sourceforge.net/gar/?rev=18102&view=rev
Author:   cgrzemba
Date:     2012-05-24 09:28:03 +0000 (Thu, 24 May 2012)
Log Message:
-----------
muparser/trunk: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/muparser/
    csw/mgar/pkg/muparser/Makefile
    csw/mgar/pkg/muparser/branches/
    csw/mgar/pkg/muparser/tags/
    csw/mgar/pkg/muparser/trunk/
    csw/mgar/pkg/muparser/trunk/Makefile
    csw/mgar/pkg/muparser/trunk/checksums
    csw/mgar/pkg/muparser/trunk/files/

Added: csw/mgar/pkg/muparser/Makefile
===================================================================
--- csw/mgar/pkg/muparser/Makefile	                        (rev 0)
+++ csw/mgar/pkg/muparser/Makefile	2012-05-24 09:28:03 UTC (rev 18102)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/muparser/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/muparser/trunk/Makefile
===================================================================
--- csw/mgar/pkg/muparser/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/muparser/trunk/Makefile	2012-05-24 09:28:03 UTC (rev 18102)
@@ -0,0 +1,44 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = muparser
+VERSION = v2_2_2
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = A fast math parser library
+define BLURB
+  Many applications require the parsing of mathematical expressions. The main objective of this library is to provide a fast and easy way of doing this. muParser is an extensible high performance math expression parser library written in C++. It works by transforming a mathematical expression into bytecode and precalculating constant parts of the expression. 
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTNAME = $(subst -,_,$(NAME)-$(VERSION))
+DISTFILES  = $(DISTNAME).zip
+
+LICENSE = License.txt
+
+PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc
+
+GARCOMPILER = GNU
+prefix = $(BUILD_PREFIX)/gxx
+
+PACKAGES += CSWlibmuparser2-gxx
+CATALOGNAME_CSWlibmuparser2-gxx = libmuparser2_gxx
+PKGFILES_CSWlibmuparser2-gxx += $(call baseisadirs,$(libdir),libmuparser\.so\.2(\.\d+)*)
+SPKG_DESC_CSWlibmuparser2-gxx += $(DESCRIPTION), libmuparser.so.2
+RUNTIME_DEP_PKGS_CSWlibmuparser2-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibmuparser2-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWmuparser-dev += CSWlibmuparser2-gxx
+
+PACKAGES += CSWmuparser-dev
+CATALOGNAME_CSWmuparser-dev = muparser_dev
+SPKG_DESC_CSWmuparser-dev += $(DESCRIPTION), development files
+PKGFILES_CSWmuparser-dev += $(PKGFILES_DEVEL)
+
+# no target
+SKIPTEST = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/muparser/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/muparser/trunk/checksums
===================================================================
--- csw/mgar/pkg/muparser/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/muparser/trunk/checksums	2012-05-24 09:28:03 UTC (rev 18102)
@@ -0,0 +1 @@
+6d77b5cb8096fe2c50afe36ad41bc14a  muparser_v2_2_2.zip

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