[97535] trunk/dports/devel/cryptlib/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 7 23:00:09 PDT 2012


Revision: 97535
          https://trac.macports.org/changeset/97535
Author:   ryandesign at macports.org
Date:     2012-09-07 23:00:09 -0700 (Fri, 07 Sep 2012)
Log Message:
-----------
cryptlib: whitespace / formatting adjustment / add modeline

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

Modified: trunk/dports/devel/cryptlib/Portfile
===================================================================
--- trunk/dports/devel/cryptlib/Portfile	2012-09-08 05:54:36 UTC (rev 97534)
+++ trunk/dports/devel/cryptlib/Portfile	2012-09-08 06:00:09 UTC (rev 97535)
@@ -1,33 +1,33 @@
+# -*- 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
 PortGroup           conflicts_build 1.0
 
-name			cryptlib
+name                cryptlib
 version             3.4.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
-categories		devel security crypto
-maintainers		nomaintainer
+categories          devel security crypto
+platforms           darwin sunos
+maintainers         nomaintainer
 license             {Sleepycat Restrictive}
 
-description		cryptlib is a powerful security toolkit (library)
+description         cryptlib is a powerful security toolkit (library)
 
-long_description \
-	cryptlib is a powerful security toolkit that allows even inexperienced \
-	crypto programmers to easily add encryption and authentication services \
-	to their software. The high-level interface provides anyone with the \
-	ability to add strong security capabilities to an application in as \
-	little as half an hour, without needing to know any of the low-level \
-	details that make the encryption or authentication work.
+long_description    cryptlib is a powerful security toolkit that allows even \
+                    inexperienced crypto programmers to easily add encryption \
+                    and authentication services to their software. The \
+                    high-level interface provides anyone with the ability to \
+                    add strong security capabilities to an application in as \
+                    little as half an hour, without needing to know any of \
+                    the low-level details that make the encryption or \
+                    authentication work.
 
-platforms		darwin sunos
-
-homepage		http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
-master_sites	ftp://ftp.franken.de/pub/crypt/cryptlib/ \
-                http://www.cypherpunks.to/~peter/
+homepage            http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
+master_sites        ftp://ftp.franken.de/pub/crypt/cryptlib/ \
+                    http://www.cypherpunks.to/~peter/
 distname            cl[join [split $version .] ""]
-use_zip			yes
+use_zip             yes
 
 checksums           rmd160  2272e20697e3e1d8b484ae9d571b08371b1319fb \
                     sha256  d3057acbf4bc7d45694d8ec2621ee4027f9303d36cebdfe2af770567ec912c94
@@ -44,9 +44,9 @@
 # Build fails when compiler is gcc or llvm-gcc; warnings are printed when compiler is clang.
 conflicts_build     unixODBC
 
-use_configure	no
+use_configure       no
 
-build.target	default shared
+build.target        default shared
 build.env           LIBDIR="${prefix}/lib" \
                     CFLAGS="${configure.cflags} ${configure.cc_archflags}" \
                     LDFLAGS="${configure.ldflags} ${configure.ld_archflags}" \
@@ -61,17 +61,17 @@
 }
 
 platform darwin {
-    patchfiles-append patch-crypt_osconfig.h
-	global cryptlibDylib cryptlibDylibLink
-	set cryptlibDylib		libcl.${branch}.dylib
-	set cryptlibDylibLink	libcl.dylib
+    patchfiles-append       patch-crypt_osconfig.h
+    global cryptlibDylib cryptlibDylibLink
+    set cryptlibDylib       libcl.${branch}.dylib
+    set cryptlibDylibLink   libcl.dylib
 }
 
 platform sunos {
-	global cryptlibDylib cryptlibDylibLink
-	patchfiles-append	patch-makefile.sunos
-	set cryptlibDylib		libcl.so.${branch}
-	set cryptlibDylibLink	libcl.so
+    patchfiles-append       patch-makefile.sunos
+    global cryptlibDylib cryptlibDylibLink
+    set cryptlibDylib       libcl.so.${branch}
+    set cryptlibDylibLink   libcl.so
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120907/68c805eb/attachment.html>


More information about the macports-changes mailing list