[65710] trunk/dports/print/libpaper/Portfile

takanori at macports.org takanori at macports.org
Tue Mar 30 05:37:58 PDT 2010


Revision: 65710
          http://trac.macports.org/changeset/65710
Author:   takanori at macports.org
Date:     2010-03-30 05:37:57 -0700 (Tue, 30 Mar 2010)
Log Message:
-----------
libpaper: whitespace changes

Modified Paths:
--------------
    trunk/dports/print/libpaper/Portfile

Modified: trunk/dports/print/libpaper/Portfile
===================================================================
--- trunk/dports/print/libpaper/Portfile	2010-03-30 12:32:58 UTC (rev 65709)
+++ trunk/dports/print/libpaper/Portfile	2010-03-30 12:37:57 UTC (rev 65710)
@@ -1,34 +1,34 @@
 # -*- 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		libpaper
-set ver_main 1.1.23
-set ver_sub  nmu2
-version		${ver_main}-${ver_sub}
-categories	print
-maintainers	nomaintainer
-platforms	darwin
-description	A library providing routines for paper size management
-long_description	\
-		The paper library and accompanying files are intended	\
-		to provide a simple way for applications to take	\
-		actions based on a system- or user-specified paper size.
+name            libpaper
+set ver_main    1.1.23
+set ver_sub     nmu2
+version         ${ver_main}-${ver_sub}
+categories      print
+maintainers     nomaintainer
+platforms       darwin
+description     A library providing routines for paper size management
+long_description \
+                The paper library and accompanying files are intended \
+                to provide a simple way for applications to take \
+                actions based on a system- or user-specified paper size.
 
-homepage	http://packages.qa.debian.org/libp/libpaper.html
-master_sites	http://ftp.us.debian.org/debian/pool/main/libp/${name}/ \
-		ftp://ftp.us.debian.org/debian/pool/main/libp/${name}/
+homepage        http://packages.qa.debian.org/libp/libpaper.html
+master_sites    http://ftp.us.debian.org/debian/pool/main/libp/${name}/ \
+                ftp://ftp.us.debian.org/debian/pool/main/libp/${name}/
 
-distname	libpaper_${ver_main}+${ver_sub}
-worksrcdir  libpaper-${ver_main}+${ver_sub}
+distname        libpaper_${ver_main}+${ver_sub}
+worksrcdir      libpaper-${ver_main}+${ver_sub}
 
-checksums	rmd160  564b73752c01cc1f7d56cb7e54388e90d6f3aa4a
+checksums       rmd160 564b73752c01cc1f7d56cb7e54388e90d6f3aa4a
 
-patchfiles	patch-config.guess.diff	\
-		patch-paper.c.diff	\
-		patch-paperconf.c.diff	\
-		patch-Makefile.in.diff
+patchfiles      patch-config.guess.diff \
+                patch-paper.c.diff  \
+                patch-paperconf.c.diff  \
+                patch-Makefile.in.diff
 
 post-patch {
     set fd [open [file join ${worksrcpath}/lib paperspecs] a 0644]
@@ -45,10 +45,12 @@
     close ${fd}
 }
 
-pre-configure	{ system "touch ${worksrcpath}/config.sub" }
+pre-configure {
+    system "touch ${worksrcpath}/config.sub"
+}
 
-configure.args	--mandir=${prefix}/share/man	\
-		--sysconfdir=${prefix}/etc
+configure.args  --mandir=${prefix}/share/man    \
+                --sysconfdir=${prefix}/etc
 
 livecheck.type  regex
 livecheck.url   http://ftp.us.debian.org/debian/pool/main/libp/${name}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100330/599fceba/attachment.html>


More information about the macports-changes mailing list