[134949] trunk/dports/devel

and.damore at macports.org and.damore at macports.org
Sat Apr 11 11:26:35 PDT 2015


Revision: 134949
          https://trac.macports.org/changeset/134949
Author:   and.damore at macports.org
Date:     2015-04-11 11:26:35 -0700 (Sat, 11 Apr 2015)
Log Message:
-----------
new port tklib: companion to tcllib for Tk

Added Paths:
-----------
    trunk/dports/devel/tklib/
    trunk/dports/devel/tklib/Portfile

Added: trunk/dports/devel/tklib/Portfile
===================================================================
--- trunk/dports/devel/tklib/Portfile	                        (rev 0)
+++ trunk/dports/devel/tklib/Portfile	2015-04-11 18:26:35 UTC (rev 134949)
@@ -0,0 +1,33 @@
+# -*- 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
+
+name                tklib
+version             0.6
+categories          devel
+license             BSD
+platforms           darwin
+maintainers         nomaintainer
+supported_archs     noarch
+
+description         A companion to Tcllib, for Tk related packages.
+
+long_description    $description
+
+homepage            http://core.tcl.tk/tklib/home
+
+master_sites        http://core.tcl.tk/${name}/tarball/${distfiles}?uuid=[regsub {\.} $distname {-}]&dummy=
+
+checksums           sha1    079713e212610b3b281b099f7685d386ed8ba48c \
+                    rmd160  66f5b5341eca81f3180a91dd83b4a58fc07177f8
+
+configure.args      --mandir=${prefix}/share/man
+
+depends_lib         port:tcl \
+                    port:tk
+
+post-destroot {
+    reinplace "1s,#!bin,#!/bin," ${destroot}${prefix}/bin/dia
+    file attributes ${destroot}${prefix}/bin/bitmap-editor -permissions "+x"
+}


Property changes on: trunk/dports/devel/tklib/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150411/cf7a4823/attachment.html>


More information about the macports-changes mailing list