[94702] trunk/dports/math/fityk/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jun 26 22:46:45 PDT 2012


Revision: 94702
          https://trac.macports.org/changeset/94702
Author:   ryandesign at macports.org
Date:     2012-06-26 22:46:44 -0700 (Tue, 26 Jun 2012)
Log Message:
-----------
fityk: whitespace changes / reformatting / add modeline

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

Modified: trunk/dports/math/fityk/Portfile
===================================================================
--- trunk/dports/math/fityk/Portfile	2012-06-27 05:22:27 UTC (rev 94701)
+++ trunk/dports/math/fityk/Portfile	2012-06-27 05:46:44 UTC (rev 94702)
@@ -1,29 +1,37 @@
+# -*- 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			fityk
-version			0.8.6
-description		fityk is for peak fitting.
-long_description	fityk is a program for nonlinear fitting of analytical functions \
-			(especially peak-shaped) to data (usually experimental data). \
-			There are also people using it to remove the baseline from data, \
-			or to display data only.
-maintainers		nomaintainer
-categories		math
-platforms		darwin
-supported_archs	i386 ppc
-homepage		http://www.unipress.waw.pl/fityk
-master_sites		sourceforge
-use_bzip2		yes
-checksums		sha1 9d1063e015aa214c3cc37da15b87a63978733ca2
-depends_lib		port:boost\
-			port:readline\
-			port:gnuplot\
-			port:ncurses\
-			port:wxWidgets\
-			port:python26
-configure.args		--mandir=${prefix}/share/man
-configure.cppflags	-I${prefix}/include
-configure.env		DYLD_LIBRARY_PATH=${prefix}/lib \
-			LD_LIBRARY_PATH=${prefix}/lib
+name                    fityk
+version                 0.8.6
+categories              math
+platforms               darwin
+maintainers             nomaintainer
+supported_archs         i386 ppc
+
+description             fityk is for peak fitting.
+
+long_description        fityk is a program for nonlinear fitting of analytical \
+                        functions (especially peak-shaped) to data (usually \
+                        experimental data). There are also people using it to \
+                        remove the baseline from data, or to display data only.
+
+homepage                http://www.unipress.waw.pl/fityk
+master_sites            sourceforge
+
+use_bzip2               yes
+
+checksums               sha1    9d1063e015aa214c3cc37da15b87a63978733ca2
+
+depends_lib             port:boost \
+                        port:readline \
+                        port:gnuplot \
+                        port:ncurses \
+                        port:wxWidgets \
+                        port:python26
+
+configure.args          --mandir=${prefix}/share/man
+configure.cppflags      -I${prefix}/include
+configure.env           DYLD_LIBRARY_PATH=${prefix}/lib \
+                        LD_LIBRARY_PATH=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120626/03b85650/attachment.html>


More information about the macports-changes mailing list