[89865] trunk/dports/devel/lua-md5/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Feb 13 08:22:24 PST 2012


Revision: 89865
          http://trac.macports.org/changeset/89865
Author:   ryandesign at macports.org
Date:     2012-02-13 08:22:24 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
lua-md5: add standard modeline and fix some whitespace

Modified Paths:
--------------
    trunk/dports/devel/lua-md5/Portfile

Modified: trunk/dports/devel/lua-md5/Portfile
===================================================================
--- trunk/dports/devel/lua-md5/Portfile	2012-02-13 16:21:28 UTC (rev 89864)
+++ trunk/dports/devel/lua-md5/Portfile	2012-02-13 16:22:24 UTC (rev 89865)
@@ -1,6 +1,8 @@
+# -*- 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                lua-md5
 version             1.1.2
 categories          devel
@@ -9,7 +11,7 @@
 description         basic cryptographic facilities for Lua 5.1
 long_description    MD5 offers basic cryptographic facilities for Lua 5.1: a hash (digest) \
                     function, a pair crypt/decrypt based on MD5 and CFB, and a pair \
-                    crypt/decrypt based on DES with 56-bit keys.       
+                    crypt/decrypt based on DES with 56-bit keys.
 homepage            http://www.keplerproject.org/md5
 master_sites        http://luaforge.net/frs/download.php/3355/
 distname            md5-${version}
@@ -28,7 +30,7 @@
 
 # it is needed to manually set flags env variable as well
 build.env-append    CFLAGS="${configure.cflags}" \
-                    LDFLAGS="${configure.ldflags} -llua -lm" 
+                    LDFLAGS="${configure.ldflags} -llua -lm"
 pre-build {
     eval file copy [glob -directory ${worksrcpath}/src des56.{h,c}] ${worksrcpath}/tests/DES56
 }
@@ -49,4 +51,3 @@
     xinstall -m 644 -W ${worksrcpath}/tests DES56/fdemo.c test.lua \
         ${destroot}${prefix}/share/examples/${name}
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120213/666d8153/attachment.html>


More information about the macports-changes mailing list