[84031] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Thu Sep 15 04:56:25 PDT 2011


Revision: 84031
          http://trac.macports.org/changeset/84031
Author:   ryandesign at macports.org
Date:     2011-09-15 04:56:21 -0700 (Thu, 15 Sep 2011)
Log Message:
-----------
pure-tk: new port, version 0.3

Added Paths:
-----------
    trunk/dports/x11/pure-tk/
    trunk/dports/x11/pure-tk/Portfile
    trunk/dports/x11/pure-tk/files/
    trunk/dports/x11/pure-tk/files/patch-tk.c.diff

Added: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile	                        (rev 0)
+++ trunk/dports/x11/pure-tk/Portfile	2011-09-15 11:56:21 UTC (rev 84031)
@@ -0,0 +1,27 @@
+# -*- 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              tk 0.3
+categories              x11
+platforms               darwin
+maintainers             ryandesign
+license                 BSD
+
+description             a basic interface between Pure and Tcl/Tk
+
+long_description        ${name} provides ${description}. This module allows \
+                        you to execute arbitrary commands in the Tcl \
+                        interpreter, set and retrieve variable values in the \
+                        interpreter, and invoke Pure callbacks from Tcl/Tk.
+
+checksums               rmd160  ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
+                        sha256  e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+
+depends_lib-append      port:tk
+
+platform darwin {
+    patchfiles-append   patch-tk.c.diff
+}


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

Added: trunk/dports/x11/pure-tk/files/patch-tk.c.diff
===================================================================
--- trunk/dports/x11/pure-tk/files/patch-tk.c.diff	                        (rev 0)
+++ trunk/dports/x11/pure-tk/files/patch-tk.c.diff	2011-09-15 11:56:21 UTC (rev 84031)
@@ -0,0 +1,10 @@
+--- tk.c.orig	2011-07-14 17:08:30.000000000 -0500
++++ tk.c	2011-09-15 06:45:04.000000000 -0500
+@@ -3,7 +3,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
+-#include <malloc.h>
+ #include <unistd.h>
+ 
+ #include <tcl.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110915/102b9c2c/attachment-0001.html>


More information about the macports-changes mailing list