[38395] trunk/dports/math

jmr at macports.org jmr at macports.org
Fri Jul 18 06:17:58 PDT 2008


Revision: 38395
          http://trac.macosforge.org/projects/macports/changeset/38395
Author:   jmr at macports.org
Date:     2008-07-18 06:17:58 -0700 (Fri, 18 Jul 2008)
Log Message:
-----------
New port: tablix (#13447)

Added Paths:
-----------
    trunk/dports/math/tablix/
    trunk/dports/math/tablix/Portfile
    trunk/dports/math/tablix/files/
    trunk/dports/math/tablix/files/patch-po-Makefile.in.in.diff

Added: trunk/dports/math/tablix/Portfile
===================================================================
--- trunk/dports/math/tablix/Portfile	                        (rev 0)
+++ trunk/dports/math/tablix/Portfile	2008-07-18 13:17:58 UTC (rev 38395)
@@ -0,0 +1,43 @@
+# $Id$
+
+PortSystem			1.0
+
+name				tablix
+version				0.3.5
+categories			math
+maintainers			tablix.org:tomaz.solc
+description			Kernel for solving general timetabling problems
+long_description \
+ Tablix is a powerful free software kernel for solving general \
+ timetabling problems. It uses a coarse-grained parallel genetic \
+ algorithm in combination with other techniques to construct \
+ sensible timetables from XML formatted problem descriptions. \
+ Tablix supports a very wide range of timetabling \
+ problems, from high school timetabling to barge scheduling. \
+ A number of timetable constraints are already implemented \
+ in the default installation and kernel's modular \
+ design makes it is easy to add new ones.
+
+platforms			darwin
+
+homepage			http://www.tablix.org/
+
+checksums			md5 87f727ea5daa410c9bf293ab945e9bd7
+
+master_sites			${homepage}releases/stable/
+distname				${name}2-${version}
+
+depends_lib			port:libxml2 port:pvm
+depends_run			port:gnuplot
+
+set pvm_root    ${prefix}/lib/pvm
+set pvm_droot   ${destroot}${pvm_root}
+set pvm_arch    DARWIN
+
+patchfiles			patch-po-Makefile.in.in.diff
+
+post-destroot {
+	xinstall -m 755 -d ${pvm_droot}/bin/${pvm_arch}/
+	system "cd ${pvm_droot}/bin/${pvm_arch}/ \
+		&& ln -s ../../../../bin/tablix2_kernel"
+}


Property changes on: trunk/dports/math/tablix/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/math/tablix/files/patch-po-Makefile.in.in.diff
===================================================================
--- trunk/dports/math/tablix/files/patch-po-Makefile.in.in.diff	                        (rev 0)
+++ trunk/dports/math/tablix/files/patch-po-Makefile.in.in.diff	2008-07-18 13:17:58 UTC (rev 38395)
@@ -0,0 +1,10 @@
+--- po/Makefile.in.in.orig	2007-11-29 12:50:51.000000000 +0000
++++ po/Makefile.in.in	2007-11-29 12:52:10.000000000 +0000
+@@ -16,6 +16,7 @@
+ 
+ SHELL = /bin/sh
+ @SET_MAKE@
++DATADIRNAME = @DATADIRNAME@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080718/666e42a2/attachment-0001.html 


More information about the macports-changes mailing list