[56277] trunk/dports/textproc/psbind/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 25 17:30:37 PDT 2009


Revision: 56277
          http://trac.macports.org/changeset/56277
Author:   ryandesign at macports.org
Date:     2009-08-25 17:30:32 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
psbind: whitespace changes only (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/textproc/psbind/Portfile

Modified: trunk/dports/textproc/psbind/Portfile
===================================================================
--- trunk/dports/textproc/psbind/Portfile	2009-08-25 23:46:14 UTC (rev 56276)
+++ trunk/dports/textproc/psbind/Portfile	2009-08-26 00:30:32 UTC (rev 56277)
@@ -1,39 +1,38 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name	 	psbind
-version	   	20030617
-revision	1
-categories	textproc print
-platforms	darwin
-maintainers	nomaintainer
+name                    psbind
+version                 20030617
+revision                1
+categories              textproc print
+platforms               darwin
+maintainers             nomaintainer
 
-description	psbind is a smarter psnup
-long_description	\
-		psbind examines the margins in a PostScript document	\
-		and rearranges the pages to fit them onto paper		\
-		efficiently. It outputs a transformed PostScript	\
-		document.
+description             psbind is a smarter psnup
 
+long_description        psbind examines the margins in a PostScript document \
+                        and rearranges the pages to fit them onto paper \
+                        efficiently. It outputs a transformed PostScript \
+                        document.
+
 extract.suffix
 
-homepage	http://www.digitas.harvard.edu/~ken/${name}/
-master_sites	http://www.cpan.org/authors/id/K/KE/KENSHAN/
-checksums	md5 9faeb3eaf065e0087f45895e68c72135
+homepage                http://www.digitas.harvard.edu/~ken/${name}/
+master_sites            http://www.cpan.org/authors/id/K/KE/KENSHAN/
+checksums               md5 9faeb3eaf065e0087f45895e68c72135
 
-depends_run	bin:ap2s:a2ps		\
-		bin:gs:ghostscript	\
-		bin:paperconf:libpaper
+depends_run             bin:ap2s:a2ps \
+                        bin:gs:ghostscript \
+                        bin:paperconf:libpaper
 
-extract		{ }
+extract {}
 
-use_configure	no
+use_configure           no
 
-build		{ }
+build {}
 
-destroot	{ file copy ${distpath}/${distfiles} \
-			    ${destroot}${prefix}/bin/${name}
-		  system "chmod +x ${destroot}${prefix}/bin/${name}"
-		}
-
+destroot {
+    file copy ${distpath}/${distfiles} ${destroot}${prefix}/bin/${name}
+    system "chmod +x ${destroot}${prefix}/bin/${name}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090825/4ca053a1/attachment.html>


More information about the macports-changes mailing list