[79437] trunk/dports/security/nasty/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jun 13 02:18:07 PDT 2011


Revision: 79437
          http://trac.macports.org/changeset/79437
Author:   ryandesign at macports.org
Date:     2011-06-13 02:18:07 -0700 (Mon, 13 Jun 2011)
Log Message:
-----------
nasty: whitespace / reformatting changes only; add modeline

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

Modified: trunk/dports/security/nasty/Portfile
===================================================================
--- trunk/dports/security/nasty/Portfile	2011-06-13 09:16:52 UTC (rev 79436)
+++ trunk/dports/security/nasty/Portfile	2011-06-13 09:18:07 UTC (rev 79437)
@@ -1,29 +1,35 @@
+# -*- 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			nasty
-version			0.6
-categories		security
-platforms		darwin
-maintainers		nomaintainer
-description		passphrase revovery helper for PGP and GPG keys
-long_description	Nasty is a program that helps you to recover the \
-				passphrase of your PGP or GPG-key in case you forget or lost \
-				it. This tool will not help if you have no clue about the \
-				passphrase!
+name                nasty
+version             0.6
+categories          security
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://www.vanheusden.com/nasty/
-master_sites	${homepage}
-checksums		md5 f8181bd8d887acd869ce677034465c6f
-extract.suffix	.tgz
-patchfiles		patch-Makefile
+description         passphrase revovery helper for PGP and GPG keys
 
-depends_lib		port:gpgme \
-				port:pth
+long_description    Nasty is a program that helps you to recover the \
+                    passphrase of your PGP or GPG-key in case you forget or lost \
+                    it. This tool will not help if you have no clue about the \
+                    passphrase!
 
-use_configure		no
+homepage            http://www.vanheusden.com/nasty/
+master_sites        ${homepage}
 
+checksums           md5     f8181bd8d887acd869ce677034465c6f
+
+depends_lib         port:gpgme \
+                    port:pth
+
+extract.suffix      .tgz
+
+patchfiles          patch-Makefile
+
+use_configure       no
+
 variant universal {}
 if {[variant_isset universal]} {
     set archflags ${configure.universal_cflags}
@@ -35,4 +41,4 @@
                     CFLAGS="${configure.cflags} ${configure.cppflags} ${archflags}" \
                     LDFLAGS="${configure.ldflags} ${archflags}"
 
-destroot.destdir	prefix=${destroot}${prefix}
+destroot.destdir    prefix=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110613/ed140752/attachment.html>


More information about the macports-changes mailing list