[75083] trunk/dports/security/xmlsec/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jan 14 17:13:45 PST 2011


Revision: 75083
          http://trac.macports.org/changeset/75083
Author:   ryandesign at macports.org
Date:     2011-01-14 17:13:38 -0800 (Fri, 14 Jan 2011)
Log Message:
-----------
xmlsec: whitespace changes, add modeline

Modified Paths:
--------------
    trunk/dports/security/xmlsec/Portfile

Modified: trunk/dports/security/xmlsec/Portfile
===================================================================
--- trunk/dports/security/xmlsec/Portfile	2011-01-15 01:11:00 UTC (rev 75082)
+++ trunk/dports/security/xmlsec/Portfile	2011-01-15 01:13:38 UTC (rev 75083)
@@ -1,63 +1,66 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem                  1.0
 
-name			xmlsec
-version			1.2.16
-categories		security textproc devel
-platforms		darwin
-maintainers		nomaintainer
-description		XML Security Library is a C library based on LibXML2.
-long_description	XML Security Library is a C library based on LibXML2. The \
-				library supports major XML security standards. XML Signature, \
-				XML Encryption, Canonical XML and Exclusive Canonical XML.
+name                        xmlsec
+version                     1.2.16
+categories                  security textproc devel
+platforms                   darwin
+maintainers                 nomaintainer
 
-homepage		http://www.aleksey.com/xmlsec/
-master_sites	${homepage}download/ \
-				ftp://ftp.xmlsoft.org/xmlsec/releases/
-distname		xmlsec1-${version}
+description                 XML Security Library is a C library based on LibXML2.
 
-checksums		sha1    ecd220b4498bbe212188fffd0aded92910d4bbd9 \
-				rmd160  15064b3c3ec84c87b271013cb3fa165972f0e2c4
+long_description            XML Security Library is a C library based on LibXML2. The \
+                            library supports major XML security standards. XML Signature, \
+                            XML Encryption, Canonical XML and Exclusive Canonical XML.
 
-depends_build	port:pkgconfig
+homepage                    http://www.aleksey.com/xmlsec/
+master_sites                ${homepage}download/ \
+                            ftp://ftp.xmlsoft.org/xmlsec/releases/
+distname                    xmlsec1-${version}
 
-depends_lib		port:libxml2 \
-				port:libxslt \
-				port:libiconv \
-				port:libtool \
-				port:zlib
+checksums                   sha1    ecd220b4498bbe212188fffd0aded92910d4bbd9 \
+                            rmd160  15064b3c3ec84c87b271013cb3fa165972f0e2c4
 
-configure.args	--with-libxml=${prefix} \
-				--with-libxslt=${prefix}
+depends_build               port:pkgconfig
 
+depends_lib                 port:libxml2 \
+                            port:libxslt \
+                            port:libiconv \
+                            port:libtool \
+                            port:zlib
+
+configure.args              --with-libxml=${prefix} \
+                            --with-libxslt=${prefix}
+
 # Add gcrypt support.
-depends_lib-append			port:libgcrypt
-configure.args-append		--with-gcrypt=${prefix}
+depends_lib-append          port:libgcrypt
+configure.args-append       --with-gcrypt=${prefix}
 
 # Add gnutls support.
-depends_lib-append			port:gnutls
+depends_lib-append          port:gnutls
 # Do not specify the path to gnutls or it will fail to find it, because
 # it looks for the libgnutls-config script that gnutls no longer provides.
 # Do not remove the equals sign or it will fail trying to find the
 # libraries and headers in a directory called "yes".
-configure.args-append		--with-gnutls=
+configure.args-append       --with-gnutls=
 
 # Add nss and nspr support.
-depends_lib-append			port:nss port:nspr
-configure.args-append		--with-nss=${prefix} --with-nspr=${prefix}
-configure.ldflags-append	-L${prefix}/lib/nss -L${prefix}/lib/nspr
+depends_lib-append          port:nss port:nspr
+configure.args-append       --with-nss=${prefix} --with-nspr=${prefix}
+configure.ldflags-append    -L${prefix}/lib/nss -L${prefix}/lib/nspr
 # nss is not universal.
-universal_variant			no
+universal_variant           no
 
 # Add openssl support.
-depends_lib-append			port:openssl
+depends_lib-append          port:openssl
 # Do not specify the path to openssl or it will try to link with the
 # static library instead of the dynamic one, and it will fail when
 # openssl is installed universal.
 # Do not remove the equals sign or it will fail trying to find the
 # libraries and headers in a directory called "yes".
-configure.args-append		--with-openssl=
+configure.args-append       --with-openssl=
 
-test.run		yes
-test.target		check
+test.run                    yes
+test.target                 check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110114/c7492efd/attachment.html>


More information about the macports-changes mailing list