SF.net SVN: gar:[23995] csw/mgar/pkg
claudio_sf at users.sourceforge.net
claudio_sf at users.sourceforge.net
Thu Aug 14 13:38:13 CEST 2014
Revision: 23995
http://sourceforge.net/p/gar/code/23995
Author: claudio_sf
Date: 2014-08-14 11:38:10 +0000 (Thu, 14 Aug 2014)
Log Message:
-----------
xmltooling/trunk: First commit
Added Paths:
-----------
csw/mgar/pkg/xmltooling/
csw/mgar/pkg/xmltooling/Makefile
csw/mgar/pkg/xmltooling/branches/
csw/mgar/pkg/xmltooling/tags/
csw/mgar/pkg/xmltooling/trunk/
csw/mgar/pkg/xmltooling/trunk/Makefile
csw/mgar/pkg/xmltooling/trunk/checksums
csw/mgar/pkg/xmltooling/trunk/files/
Added: csw/mgar/pkg/xmltooling/Makefile
===================================================================
--- csw/mgar/pkg/xmltooling/Makefile (rev 0)
+++ csw/mgar/pkg/xmltooling/Makefile 2014-08-14 11:38:10 UTC (rev 23995)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/xmltooling/trunk
===================================================================
--- csw/mgar/pkg/xmltooling/trunk 2014-08-14 10:17:45 UTC (rev 23994)
+++ csw/mgar/pkg/xmltooling/trunk 2014-08-14 11:38:10 UTC (rev 23995)
Property changes on: csw/mgar/pkg/xmltooling/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/xmltooling/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmltooling/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xmltooling/trunk/Makefile 2014-08-14 11:38:10 UTC (rev 23995)
@@ -0,0 +1,53 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = xmltooling
+VERSION = 1.5.3
+GARTYPE = v2
+
+DESCRIPTION = Library for XML processing regarding signing and encryption
+
+MASTER_SITES += http://shibboleth.net/downloads/c++-opensaml/latest/
+DISTFILES += $(NAME)-$(VERSION).tar.gz
+
+GARCOMPILER = GCC4
+MAKE_OPT_unstable10s = -j 24
+MAKE_OPT_unstable10x = -j 4
+BUILD64 = 1
+ISAEXEC = 1
+#IGNORE_DESTDIR = 1
+# We want 64 bit binaries
+MERGE_DIRS_isa-extra = $(bindir) $(sbindir) $(libdir) $(libexecdir)
+
+#OVERRIDES: let not split -dev for now
+
+#CONFIGURE_ARGS = $(DIRPATHS)
+RUNTIME_DEP_PKGS_CSWlog4shib += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlog4shib += CSWlibstdc++6
+CONFIGURE_ARGS = --disable-static --disable-doxygen --prefix=/opt/csw --mandir=/opt/csw/share/man --libdir=$(libdir)
+
+include gar/category.mk
+# --with-boost=DIR prefix of Boost [guess]
+# --with-log4shib=PATH where log4shib-config is installed
+# --with-log4cpp=PATH where log4cpp-config is installed
+# --with-xerces=PATH where xerces-c is installed
+# --with-xmlsec=PATH where xmlsec is installed
+# --with-openssl=PATH where openssl is installed
+# --with-curl=PATH where curl-config is installed
+# --with-cxxtest=PATH where cxxtest is installed
+#
+#Some influential environment variables:
+# CC C compiler command
+# CFLAGS C compiler flags
+# LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
+# nonstandard directory <lib dir>
+# LIBS libraries to pass to the linker, e.g. -l<library>
+# CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
+# you have headers in a nonstandard directory <include dir>
+# CPP C preprocessor
+# DOXYGEN_PAPER_SIZE
+# a4wide (default), a4, letter, legal or executive
+# CXX C++ compiler command
+# CXXFLAGS C++ compiler flags
+# CXXCPP C++ preprocessor
+# BOOST_ROOT Location of Boost installation[A
Property changes on: csw/mgar/pkg/xmltooling/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/xmltooling/trunk/checksums
===================================================================
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