[84370] trunk/dports/devel/nettle/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 23 16:20:10 PDT 2011


Revision: 84370
          http://trac.macports.org/changeset/84370
Author:   ryandesign at macports.org
Date:     2011-09-23 16:20:10 -0700 (Fri, 23 Sep 2011)
Log Message:
-----------
nettle: adjust whitespace / formatting

Modified Paths:
--------------
    trunk/dports/devel/nettle/Portfile

Modified: trunk/dports/devel/nettle/Portfile
===================================================================
--- trunk/dports/devel/nettle/Portfile	2011-09-23 23:01:50 UTC (rev 84369)
+++ trunk/dports/devel/nettle/Portfile	2011-09-23 23:20:10 UTC (rev 84370)
@@ -1,31 +1,36 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# -*- 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             nettle
-version          2.1
-categories       devel crypto
-platforms        darwin
-maintainers      gmx.de:exodusd uni-paderborn.de:nicke openmaintainer
-description      low-level cryptographic library
-long_description \
-    Nettle is a cryptographic library that is designed to fit easily in more \
-    or less any context: In crypto toolkits for object-oriented languages \
-    (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in \
-    kernel space. It tries to solve a problem of providing a common set of \
-    cryptographic algorithms for higher-level applications by implementing a \
-    context-independent set of cryptographic algorithms. In that light, \
-    Nettle doesn't do any memory allocation or I/O, it simply provides the \
-    cryptographic algorithms for the application to use in any environment \
-    and in any way it needs.
-homepage         http://www.lysator.liu.se/~nisse/nettle/
-master_sites     gnu
+name                nettle
+version             2.1
+categories          devel crypto
+platforms           darwin
+maintainers         gmx.de:exodusd uni-paderborn.de:nicke openmaintainer
+
+description         low-level cryptographic library
+
+long_description    Nettle is a cryptographic library that is designed to fit \
+                    easily in more or less any context: In crypto toolkits \
+                    for object-oriented languages (C++, Python, Pike, ...), \
+                    in applications like LSH or GNUPG, or even in kernel \
+                    space. It tries to solve a problem of providing a common \
+                    set of cryptographic algorithms for higher-level \
+                    applications by implementing a context-independent set of \
+                    cryptographic algorithms. In that light, Nettle doesn't \
+                    do any memory allocation or I/O, it simply provides the \
+                    cryptographic algorithms for the application to use in \
+                    any environment and in any way it needs.
+
+homepage            http://www.lysator.liu.se/~nisse/nettle/
+master_sites        gnu
+
 checksums           md5     2bfaf16234a5d8deb96cd23f53a682bb \
                     sha1    15f660ef6cfd62c1c3302f68055f194913de0dfb \
                     rmd160  56bd66654e8320abb12812d0fa1b79733bc62094
 
-depends_lib		 port:gmp
+depends_lib         port:gmp
 
 if {"x86_64" == ${configure.build_arch}} {
     configure.args-append --disable-assembler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110923/3d972f1a/attachment.html>


More information about the macports-changes mailing list