[78219] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Thu Apr 28 16:28:02 PDT 2011


Revision: 78219
          http://trac.macports.org/changeset/78219
Author:   ryandesign at macports.org
Date:     2011-04-28 16:28:01 -0700 (Thu, 28 Apr 2011)
Log Message:
-----------
pure-glpk: new port, version 0.2; see #27797

Added Paths:
-----------
    trunk/dports/lang/pure-glpk/
    trunk/dports/lang/pure-glpk/Portfile
    trunk/dports/lang/pure-glpk/files/
    trunk/dports/lang/pure-glpk/files/patch-Makefile.diff

Added: trunk/dports/lang/pure-glpk/Portfile
===================================================================
--- trunk/dports/lang/pure-glpk/Portfile	                        (rev 0)
+++ trunk/dports/lang/pure-glpk/Portfile	2011-04-28 23:28:01 UTC (rev 78219)
@@ -0,0 +1,23 @@
+# -*- 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
+PortGroup           pure 1.0
+
+pure.setup          glpk 0.2
+categories          math lang
+platforms           darwin
+maintainers         ryandesign
+license             GPL-3+
+
+description         an interface to the GNU Linear Programming Kit (GLPK) \
+                    for the Pure programming language
+
+long_description    ${name} provides ${description}.
+
+checksums           sha1    223323d38a1f80ec51db4e348d13feae8894c82e \
+                    rmd160  7ead61be65db7bee911f3c55d7432cbb410b6d89
+
+depends_lib-append  port:glpk
+
+patchfiles          patch-Makefile.diff


Property changes on: trunk/dports/lang/pure-glpk/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/lang/pure-glpk/files/patch-Makefile.diff
===================================================================
--- trunk/dports/lang/pure-glpk/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/lang/pure-glpk/files/patch-Makefile.diff	2011-04-28 23:28:01 UTC (rev 78219)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2011-01-30 17:10:16.000000000 -0600
++++ Makefile	2011-04-28 18:26:36.000000000 -0500
+@@ -21,7 +21,7 @@
+ #PIC = -fPIC # uncomment for x86-64 compilation
+ DLL = .so
+ shared = -shared
+-ODBCLIB = -lodbc
++ODBCLIB =
+ 
+ # Take care of some common systems.
+ ifneq "$(findstring -mingw,$(host))" ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110428/ec16307f/attachment.html>


More information about the macports-changes mailing list