[31533] trunk/dports/mail/signing-party/Portfile

milosh at macports.org milosh at macports.org
Tue Nov 27 03:13:00 PST 2007


Revision: 31533
          http://trac.macosforge.org/projects/macports/changeset/31533
Author:   milosh at macports.org
Date:     2007-11-27 03:12:59 -0800 (Tue, 27 Nov 2007)

Log Message:
-----------
whitespace changes

Modified Paths:
--------------
    trunk/dports/mail/signing-party/Portfile

Modified: trunk/dports/mail/signing-party/Portfile
===================================================================
--- trunk/dports/mail/signing-party/Portfile	2007-11-27 11:10:27 UTC (rev 31532)
+++ trunk/dports/mail/signing-party/Portfile	2007-11-27 11:12:59 UTC (rev 31533)
@@ -1,50 +1,50 @@
 # $Id$
 
-PortSystem	1.0
+PortSystem  1.0
 
-name		signing-party
-version		0.4.13
-categories	mail security
-maintainers	milosh
-platforms	darwin
-description	Various OpenPGP related tools
-long_description	\
-	signing-party is a collection for all kinds of PGP/GnuPG related things, \
-	including signing scripts, party preparation scripts, etc.
+name        signing-party
+version     0.4.13
+categories  mail security
+maintainers milosh
+platforms   darwin
+description Various OpenPGP related tools
+long_description    \
+    signing-party is a collection for all kinds of PGP/GnuPG related things, \
+    including signing scripts, party preparation scripts, etc.
 
-homepage	http://pgp-tools.alioth.debian.org/
-master_sites	http://ftp.de.debian.org/debian/pool/main/s/signing-party/
-distname		${name}_${version}
-worksrcdir		${name}-${version}
-extract.suffix	.orig.tar.gz
-checksums		md5 8ea26079934599521928b3a9e6e59b4c
-use_configure	no
+homepage        http://pgp-tools.alioth.debian.org/
+master_sites    http://ftp.de.debian.org/debian/pool/main/s/signing-party/
+distname        ${name}_${version}
+worksrcdir      ${name}-${version}
+extract.suffix  .orig.tar.gz
+checksums       md5 8ea26079934599521928b3a9e6e59b4c
+use_configure   no
 
-depends_lib	port:perl5.8 \
-		port:p5-gnupg-interface \
-		port:p5-text-iconv \
-		port:p5-text-template \
-		port:p5-mime-tools
-depends_run	bin:gpg:gnupg port:dialog
+depends_lib port:perl5.8 \
+        port:p5-gnupg-interface \
+        port:p5-text-iconv \
+        port:p5-text-template \
+        port:p5-mime-tools
+depends_run bin:gpg:gnupg port:dialog
 
-pre-build	{
-		reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \
-		${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean \
-		${worksrcpath}/caff/pgp-fixkey ${worksrcpath}/gpg-key2ps/gpg-key2ps \
-		${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs \
-		${worksrcpath}/keylookup/keylookup
-		}
+pre-build   {
+        reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \
+        ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean \
+        ${worksrcpath}/caff/pgp-fixkey ${worksrcpath}/gpg-key2ps/gpg-key2ps \
+        ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs \
+        ${worksrcpath}/keylookup/keylookup
+}
 
-destroot	{
-		xinstall -m 0755 ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean ${worksrcpath}/caff/pgp-fixkey ${destroot}${prefix}/bin
-		xinstall -m 0755  ${worksrcpath}/gpg-key2ps/gpg-key2ps ${worksrcpath}/gpg-mailkeys/gpg-mailkeys ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs ${worksrcpath}/keylookup/keylookup ${destroot}${prefix}/bin
-		xinstall -m 0644 ${worksrcpath}/caff/caff.1 ${worksrcpath}/caff/pgp-clean.1 ${worksrcpath}/caff/pgp-fixkey.1 ${destroot}${prefix}/share/man/man1
-		xinstall -m 0644 ${worksrcpath}/gpg-key2ps/gpg-key2ps.1 ${worksrcpath}/gpg-mailkeys/gpg-mailkeys.1 ${worksrcpath}/gpglist/gpglist.1 ${worksrcpath}/gpgsigs/gpgsigs.1 ${worksrcpath}/keylookup/keylookup.1 ${destroot}${prefix}/share/man/man1
-		xinstall -d ${destroot}${prefix}/share/doc/signing-party
-		xinstall -m 0644 ${worksrcpath}/caff/caffrc.sample ${destroot}${prefix}/share/doc/signing-party
+destroot    {
+        xinstall -m 0755 ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean ${worksrcpath}/caff/pgp-fixkey ${destroot}${prefix}/bin
+        xinstall -m 0755  ${worksrcpath}/gpg-key2ps/gpg-key2ps ${worksrcpath}/gpg-mailkeys/gpg-mailkeys ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs ${worksrcpath}/keylookup/keylookup ${destroot}${prefix}/bin
+        xinstall -m 0644 ${worksrcpath}/caff/caff.1 ${worksrcpath}/caff/pgp-clean.1 ${worksrcpath}/caff/pgp-fixkey.1 ${destroot}${prefix}/share/man/man1
+        xinstall -m 0644 ${worksrcpath}/gpg-key2ps/gpg-key2ps.1 ${worksrcpath}/gpg-mailkeys/gpg-mailkeys.1 ${worksrcpath}/gpglist/gpglist.1 ${worksrcpath}/gpgsigs/gpgsigs.1 ${worksrcpath}/keylookup/keylookup.1 ${destroot}${prefix}/share/man/man1
+        xinstall -d ${destroot}${prefix}/share/doc/signing-party
+        xinstall -m 0644 ${worksrcpath}/caff/caffrc.sample ${destroot}${prefix}/share/doc/signing-party
 }
 
-livecheck.check	regex
-livecheck.url	http://packages.debian.org/unstable/misc/${name}
-livecheck.regex	${name} .(\[0-9.\]+)
+livecheck.check regex
+livecheck.url   http://packages.debian.org/unstable/misc/${name}
+livecheck.regex ${name} .(\[0-9.\]+)
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071127/f5e5acfb/attachment.html


More information about the macports-changes mailing list