Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci In directory vz-cvs-3.sog:/tmp/cvs-serv5413/stable/main/finkinfo/sci
Added Files: porta.info porta.patch Log Message: porta to stable --- NEW FILE: porta.patch --- diff -urN PORTA/src/inout.c PORTA.patched/src/inout.c --- PORTA/src/inout.c 2002-11-25 10:56:38.000000000 -0500 +++ PORTA.patched/src/inout.c 2007-01-27 01:27:10.000000000 -0500 @@ -1474,7 +1474,7 @@ } fprintf(fp,"\n"); -#if defined WIN32 +#ifndef WIN32 free(sumie); #else // WIN32 cfree(sumie); diff -urN PORTA/src/porta.c PORTA.patched/src/porta.c --- PORTA/src/porta.c 2002-09-20 09:08:39.000000000 -0400 +++ PORTA.patched/src/porta.c 2007-01-27 01:26:55.000000000 -0500 @@ -830,7 +830,7 @@ porta_log( "\n"); } -#if defined WIN32 +#ifndef WIN32 free(denom); #else // WIN32 cfree(denom); diff -urN PORTA/src/valid.c PORTA.patched/src/valid.c --- PORTA/src/valid.c 2002-09-20 09:08:39.000000000 -0400 +++ PORTA.patched/src/valid.c 2007-01-27 01:27:21.000000000 -0500 @@ -515,7 +515,7 @@ integ_rekurs(eqsum,iesum,0); -#if defined WIN32 +#ifndef WIN32 free(integ); #else // WIN32 cfree(integ); --- NEW FILE: porta.info --- Package: porta Version: 1.4.0 Revision: 2 Description: Routines for analyzing polyhedra License: GPL Maintainer: Ojas Parekh <f...@parekhmail.net> # Dependencies: BuildDepends: fink (>= 0.24.12) # Unpack Phase: Source: http://www.zib.de/Optimization/Software/Porta/latest/%n-%v.tgz Source-MD5: cf2c202bbc1e07f127cbf870d90aa100 SourceDirectory: PORTA # Patch Phase PatchFile: %n.patch PatchFile-MD5: 66365d055bd63e6a190886ce6fed3013 PatchScript: << %{default_script} # before this, sizes were 107288 for valid and 230492 for xporta; now, resp 46868 and 87968. perl -pi -e 's,O6 \-g,O3 -s -mdynamic-no-pic,; s,\(CC\),$& -s -dead_strip,' gnu-make/Makefile << # Compile Phase: CompileScript: (cd gnu-make; make) # Install Phase: InstallScript: << rm -rf gnu-make/bin/CVS rm -rf examples/CVS install -d -m 755 %i/bin install -m 755 gnu-make/bin/* %i/bin/ install -d -m 755 %i/share/man tar xfmo man/man1.tar -C %i/share/man/ chmod 755 %i/share/man/man1 chmod 644 %i/share/man/man1/* << DocFiles: COPYING INFO README examples DescDetail: << PORTA is a collection of routines for analyzing polytopes and polyhedra. The polyhedra are either given as the convex hull of a set of points plus (possibly) the convex cone of a set of vectors, or as a system of linear equations and inequalities. << Homepage: http://www.zib.de/Optimization/Software/Porta/ ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs