SF.net SVN: gar:[22343] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Oct 31 14:56:30 CET 2013


Revision: 22343
          http://gar.svn.sourceforge.net/gar/?rev=22343&view=rev
Author:   dmichelsen
Date:     2013-10-31 13:56:30 +0000 (Thu, 31 Oct 2013)
Log Message:
-----------
xmlsec/trunk: Initial commit

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

Added: csw/mgar/pkg/xmlsec/Makefile
===================================================================
--- csw/mgar/pkg/xmlsec/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xmlsec/Makefile	2013-10-31 13:56:30 UTC (rev 22343)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


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


Added: csw/mgar/pkg/xmlsec/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmlsec/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xmlsec/trunk/Makefile	2013-10-31 13:56:30 UTC (rev 22343)
@@ -0,0 +1,78 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = xmlsec1
+VERSION = 1.2.19
+GARTYPE = v2
+
+DESCRIPTION = XML Security Library
+
+MASTER_SITES = http://www.aleksey.com/xmlsec/download/
+DISTFILES  = $(DISTNAME).tar.gz
+
+VENDOR_URL = http://www.aleksey.com/xmlsec/
+
+PACKAGES += CSWxmlsec1
+SPKG_DESC_CSWxmlsec1 = XML Security
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWxmlsec1 += CSWlibxslt1
+RUNTIME_DEP_PKGS_CSWxmlsec1 += CSWlibxml2-2
+RUNTIME_DEP_PKGS_CSWxmlsec1 += CSWlibxmlsec1-1
+
+PACKAGES += CSWlibxmlsec1-dev
+SPKG_DESC_CSWlibxmlsec1-dev = Development files for libxmlsec1.so.1
+PKGFILES_CSWlibxmlsec1-dev += $(PKGFILES_DEVEL)
+PKGFILES_CSWlibxmlsec1-dev += $(docdir)/xmlsec1/.*
+PKGFILES_CSWlibxmlsec1-dev += $(call baseisadirs,$(libdir),xmlsec1Conf.sh)
+RUNTIME_DEP_PKGS_CSWlibxmlsec1-dev += CSWlibxmlsec1-1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1-dev += CSWlibxmlsec1gcrypt1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1-dev += CSWlibxmlsec1gnutls1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1-dev += CSWlibxmlsec1nss1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1-dev += CSWlibxmlsec1openssl1
+
+PACKAGES += CSWlibxmlsec1-1
+SPKG_DESC_CSWlibxmlsec1-1 = XML security library
+PKGFILES_CSWlibxmlsec1-1 += $(call pkgfiles_lib,libxmlsec1.so.1)
+RUNTIME_DEP_PKGS_CSWlibxmlsec1-1 += CSWlibltdl7
+RUNTIME_DEP_PKGS_CSWlibxmlsec1-1 += CSWlibxslt1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1-1 += CSWlibxml2-2
+
+PACKAGES += CSWlibxmlsec1gcrypt1
+SPKG_DESC_CSWlibxmlsec1gcrypt1 = XML security library for gcrypt
+PKGFILES_CSWlibxmlsec1gcrypt1 += $(call pkgfiles_lib,libxmlsec1-gcrypt.so.1)
+RUNTIME_DEP_PKGS_CSWlibxmlsec1gcrypt1 += CSWlibxmlsec1-1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1gcrypt1 += CSWlibgpg-error0
+RUNTIME_DEP_PKGS_CSWlibxmlsec1gcrypt1 += CSWlibgcrypt11
+RUNTIME_DEP_PKGS_CSWlibxmlsec1gcrypt1 += CSWlibxml2-2
+
+PACKAGES += CSWlibxmlsec1gnutls1
+SPKG_DESC_CSWlibxmlsec1gnutls1 = XML security library for GNU TLS
+PKGFILES_CSWlibxmlsec1gnutls1 += $(call pkgfiles_lib,libxmlsec1-gnutls.so.1)
+RUNTIME_DEP_PKGS_CSWlibxmlsec1gnutls1 += CSWlibxmlsec1-1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1gnutls1 += CSWlibxmlsec1gcrypt1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1gnutls1 += CSWlibgnutls28
+RUNTIME_DEP_PKGS_CSWlibxmlsec1gnutls1 += CSWlibxml2-2
+
+PACKAGES += CSWlibxmlsec1nss1
+SPKG_DESC_CSWlibxmlsec1nss1 = XML security library for NSS
+PKGFILES_CSWlibxmlsec1nss1 += $(call pkgfiles_lib,libxmlsec1-nss.so.1)
+RUNTIME_DEP_PKGS_CSWlibxmlsec1nss1 += CSWlibsmime3
+RUNTIME_DEP_PKGS_CSWlibxmlsec1nss1 += CSWlibxmlsec1-1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1nss1 += CSWlibnspr4
+RUNTIME_DEP_PKGS_CSWlibxmlsec1nss1 += CSWlibnss3
+RUNTIME_DEP_PKGS_CSWlibxmlsec1nss1 += CSWlibxml2-2
+
+PACKAGES += CSWlibxmlsec1openssl1
+SPKG_DESC_CSWlibxmlsec1openssl1 = XML security library for OpenSSL
+PKGFILES_CSWlibxmlsec1openssl1 += $(call pkgfiles_lib,libxmlsec1-openssl.so.1)
+RUNTIME_DEP_PKGS_CSWlibxmlsec1openssl1 += CSWlibxmlsec1-1
+RUNTIME_DEP_PKGS_CSWlibxmlsec1openssl1 += CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWlibxmlsec1openssl1 += CSWlibxml2-2
+
+BUILD64 = 1
+ISAEXEC = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


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

Added: csw/mgar/pkg/xmlsec/trunk/checksums
===================================================================
--- csw/mgar/pkg/xmlsec/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xmlsec/trunk/checksums	2013-10-31 13:56:30 UTC (rev 22343)
@@ -0,0 +1 @@
+fe664ba5f01ebfaeb0ab5deeb0b2249e  xmlsec1-1.2.19.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