[45130] trunk/dports/math/pspp/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Jan 8 12:47:36 PST 2009


Revision: 45130
          http://trac.macports.org/changeset/45130
Author:   mcalhoun at macports.org
Date:     2009-01-08 12:47:32 -0800 (Thu, 08 Jan 2009)
Log Message:
-----------
pspp: whitespace changes by request of maintainer (#17605)

Modified Paths:
--------------
    trunk/dports/math/pspp/Portfile

Modified: trunk/dports/math/pspp/Portfile
===================================================================
--- trunk/dports/math/pspp/Portfile	2009-01-08 20:33:43 UTC (rev 45129)
+++ trunk/dports/math/pspp/Portfile	2009-01-08 20:47:32 UTC (rev 45130)
@@ -1,47 +1,47 @@
 # -*- 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			pspp
-version			0.6.1
-categories		math
-maintainers		lavergne.gotdns.org:jeremy
-description		Statistical analysis of sampled data (free replacement \
-			for SPSS).
-long_description	PSPP is a program for \
-			statistical analysis of sampled data. It is a Free \
-			replacement for the proprietary program SPSS, and \
-			appears very similar to it with a few exceptions.
-homepage		http://www.gnu.org/software/pspp/
-platforms		darwin
-master_sites		ftp://ftp.gnu.org/gnu/pspp/
+name                    pspp
+version                 0.6.1
+categories              math
+maintainers             lavergne.gotdns.org:jeremy
+description             Statistical analysis of sampled data (free \
+                        replacement for SPSS).
+long_description        PSPP is a program for \
+                        statistical analysis of sampled data. It is a Free \
+                        replacement for the proprietary program SPSS, and \
+                        appears very similar to it with a few exceptions.
 
-checksums		md5 b871739200938820d8db898cd200ed06 \
-			sha1 22f335053a3e1d3861bfc2d87536b9a6fc5a1ae7 \
-			rmd160 930fc58b77ff50819cd7449147dab5906e872850
+homepage                http://www.gnu.org/software/pspp/
+platforms               darwin
+master_sites            http://ftpmirror.gnu.org/pspp
 
-use_parallel_build	yes
+checksums               md5 b871739200938820d8db898cd200ed06 \
+                        sha1 22f335053a3e1d3861bfc2d87536b9a6fc5a1ae7 \
+                        rmd160 930fc58b77ff50819cd7449147dab5906e872850
 
-depends_lib		port:gsl \
-			path:bin/perl:perl5 \
-			port:libiconv \
-			port:plotutils \
-			port:pkgconfig \
-			port:gtk2 \
-			port:libglade2 \
-			port:libpqxx \
-			port:zlib \
-			port:libxml2 \
-			port:ncursesw \
-			port:readline \
-			port:texinfo
+use_parallel_build      yes
 
-configure.perl  ${prefix}/bin/perl
+depends_lib		        port:gsl \
+                        path:bin/perl:perl5 \
+                        port:libiconv \
+                        port:plotutils \
+                        port:pkgconfig \
+                        port:gtk2 \
+                        port:libglade2 \
+                        port:libpqxx \
+                        port:zlib \
+                        port:libxml2 \
+                        port:ncursesw \
+                        port:readline \
+                        port:texinfo
 
-patchfiles		patch-config.h.in
+configure.perl          ${prefix}/bin/perl
 
+patchfiles              patch-config.h.in
+
 post-destroot {
-   delete ${destroot}${prefix}/lib/charset.alias
+    delete ${destroot}${prefix}/lib/charset.alias
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090108/1c484d71/attachment.html>


More information about the macports-changes mailing list