[131560] trunk/dports/security/pgpdump/Portfile

larryv at macports.org larryv at macports.org
Tue Jan 13 21:08:56 PST 2015


Revision: 131560
          https://trac.macports.org/changeset/131560
Author:   larryv at macports.org
Date:     2015-01-13 21:08:56 -0800 (Tue, 13 Jan 2015)
Log Message:
-----------
pgpdump: Add modeline, rearrange, reformat

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

Modified: trunk/dports/security/pgpdump/Portfile
===================================================================
--- trunk/dports/security/pgpdump/Portfile	2015-01-14 04:21:18 UTC (rev 131559)
+++ trunk/dports/security/pgpdump/Portfile	2015-01-14 05:08:56 UTC (rev 131560)
@@ -1,22 +1,24 @@
+# -*- 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             pgpdump
-version          0.25
-categories       security
-license          BSD
-maintainers      nomaintainer
-description      PGP packet visualizer
-long_description pgpdump is a PGP packet visualizer which displays the \
-                 packet format of OpenPGP (RFC 2440 + bis) and PGP \
-                 version 2 (RFC 1991).
-homepage         http://pgp.iijlab.net/pgpdump.html
-platforms        darwin
+name                pgpdump
+version             0.25
+categories          security
+platforms           darwin
+license             BSD
+maintainers         nomaintainer
 
-master_sites     http://pgp.iijlab.net/pgpdump/
-checksums        md5 c095d48558beef526232adbf7ca69a38
+description         PGP packet visualizer
+long_description    pgpdump is a PGP packet visualizer which displays \
+                    the packet format of OpenPGP (RFC 2440 + bis) and \
+                    PGP version 2 (RFC 1991).
+homepage            http://pgp.iijlab.net/pgpdump.html
 
-configure.args   --mandir=\\\${prefix}/share/man
+master_sites        http://pgp.iijlab.net/pgpdump/
+checksums           md5 c095d48558beef526232adbf7ca69a38
 
-destroot.destdir prefix=${destroot}${prefix}
+configure.args      --mandir=\\\${prefix}/share/man
+
+destroot.destdir    prefix=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150113/8c5ed186/attachment.html>


More information about the macports-changes mailing list