[csw-devel] SF.net SVN: gar:[8098] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jan 20 16:27:28 CET 2010
Revision: 8098
http://gar.svn.sourceforge.net/gar/?rev=8098&view=rev
Author: dmichelsen
Date: 2010-01-20 15:27:26 +0000 (Wed, 20 Jan 2010)
Log Message:
-----------
xerces-c: Initial commit
Added Paths:
-----------
csw/mgar/pkg/xerces-c/
csw/mgar/pkg/xerces-c/branches/
csw/mgar/pkg/xerces-c/tags/
csw/mgar/pkg/xerces-c/trunk/
csw/mgar/pkg/xerces-c/trunk/Makefile
csw/mgar/pkg/xerces-c/trunk/checksums
csw/mgar/pkg/xerces-c/trunk/files/
Property changes on: csw/mgar/pkg/xerces-c/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/xerces-c/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xerces-c/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xerces-c/trunk/Makefile 2010-01-20 15:27:26 UTC (rev 8098)
@@ -0,0 +1,29 @@
+GARNAME = xerces-c
+GARVERSION = 3.0.1
+CATEGORIES = lib
+
+DESCRIPTION = Xerces XML parser for C++
+define BLURB
+ Xerces-C++ is a validating XML parser written in a portable subset
+ of C++. Xerces-C++ makes it easy to give your application the ability
+ to read and write XML data. A shared library is provided for parsing,
+ generating, manipulating, and validating XML documents using the DOM,
+ SAX, and SAX2 APIs. For an introduction to programming with Xerces-C++
+ refer to the Programming Guide.
+endef
+
+MASTER_SITES = http://apache.abdaal.com/xerces/c/3/sources/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWxerces-c
+CATALOGNAME = xerces_c
+
+SPKG_SOURCEURL = http://xerces.apache.org/xerces-c/
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Added: csw/mgar/pkg/xerces-c/trunk/checksums
===================================================================
--- csw/mgar/pkg/xerces-c/trunk/checksums (rev 0)
+++ csw/mgar/pkg/xerces-c/trunk/checksums 2010-01-20 15:27:26 UTC (rev 8098)
@@ -0,0 +1 @@
+293c03f59bf8e956020d73f5b122094c xerces-c-3.0.1.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