[62148] trunk/dports/math/lp_solve/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 29 22:55:47 PST 2009


Revision: 62148
          http://trac.macports.org/changeset/62148
Author:   ryandesign at macports.org
Date:     2009-12-29 22:55:46 -0800 (Tue, 29 Dec 2009)
Log Message:
-----------
lp_solve: whitespace changes only

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

Modified: trunk/dports/math/lp_solve/Portfile
===================================================================
--- trunk/dports/math/lp_solve/Portfile	2009-12-30 06:50:44 UTC (rev 62147)
+++ trunk/dports/math/lp_solve/Portfile	2009-12-30 06:55:46 UTC (rev 62148)
@@ -1,42 +1,45 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			lp_solve
-version			5.5.0.13
-revision		1
-categories		math
-platforms		darwin
-maintainers		nomaintainer
-description		Linear Programming Solver
-long_description	Mixed Integer Linear Programming (MILP) solver. \
-					lp_solve solves pure linear, (mixed) integer/binary, \
-					semi-continuous and special ordered sets (SOS) models. \
-					lp_solve is written in ANSI C and can be compiled on \
-					many different platforms like Mac OS X, Linux and Windows.
+name                    lp_solve
+version                 5.5.0.13
+revision                1
+categories              math
+platforms               darwin
+maintainers             nomaintainer
 
-homepage		http://lpsolve.sourceforge.net/5.5/
-master_sites	sourceforge:lpsolve
-distname		${name}_${version}_source
-worksrcdir		${name}_5.5
-checksums		md5 e8e71b1bf86267597d5776ab0f69721d \
-				sha1 ddad2f7aabfcc9c9998800c09b4a3d27fca7138f \
-				rmd160 63ffd2df25bde0c7ca5da4fba4140a8fb97b0495
+description             Linear Programming Solver
 
-patchfiles		patch-Wno-long-double.diff
-use_configure	no
-set worksrcpath ${workpath}/${worksrcdir}
-build.cmd		cd ${worksrcpath}/lpsolve55/ && sh ./ccc.osx && \
-				cd ${worksrcpath}/lp_solve/ && sh ./ccc.osx
-build.args		{}
+long_description        Mixed Integer Linear Programming (MILP) solver. \
+                        lp_solve solves pure linear, (mixed) integer/binary, \
+                        semi-continuous and special ordered sets (SOS) models. \
+                        lp_solve is written in ANSI C and can be compiled on \
+                        many different platforms like Mac OS X, Linux and Windows.
 
+homepage                http://lpsolve.sourceforge.net/5.5/
+master_sites            sourceforge:lpsolve
+distname                ${name}_${version}_source
+worksrcdir              ${name}_5.5
+
+checksums               md5     e8e71b1bf86267597d5776ab0f69721d \
+                        sha1    ddad2f7aabfcc9c9998800c09b4a3d27fca7138f \
+                        rmd160  63ffd2df25bde0c7ca5da4fba4140a8fb97b0495
+
+patchfiles              patch-Wno-long-double.diff
+use_configure           no
+set worksrcpath         ${workpath}/${worksrcdir}
+build.cmd               cd ${worksrcpath}/lpsolve55/ && sh ./ccc.osx && \
+                        cd ${worksrcpath}/lp_solve/ && sh ./ccc.osx
+build.args              {}
+
 destroot {
-	xinstall -m 755 -W ${worksrcpath}/lpsolve55 \
-		liblpsolve55.a liblpsolve55.dylib ${destroot}${prefix}/lib
-	xinstall -m 755 -W ${worksrcpath}/lp_solve \
-		lp_solve ${destroot}${prefix}/bin
-	xinstall -m 755 -d ${destroot}${prefix}/include/lpsolve 
-	eval xinstall -m 444 [glob ${worksrcpath}/*.h] \
-		${destroot}${prefix}/include/lpsolve/ 
+    xinstall -m 755 -W ${worksrcpath}/lpsolve55 \
+        liblpsolve55.a liblpsolve55.dylib ${destroot}${prefix}/lib
+    xinstall -m 755 -W ${worksrcpath}/lp_solve \
+        lp_solve ${destroot}${prefix}/bin
+    xinstall -m 755 -d ${destroot}${prefix}/include/lpsolve
+    eval xinstall -m 444 [glob ${worksrcpath}/*.h] \
+        ${destroot}${prefix}/include/lpsolve/
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091229/74f50aa1/attachment.html>


More information about the macports-changes mailing list