[94161] trunk/dports/textproc

g5pw at macports.org g5pw at macports.org
Sun Jun 10 13:11:33 PDT 2012


Revision: 94161
          https://trac.macports.org/changeset/94161
Author:   g5pw at macports.org
Date:     2012-06-10 13:11:32 -0700 (Sun, 10 Jun 2012)
Log Message:
-----------
textproc/icat:
new port, added to main tree

Added Paths:
-----------
    trunk/dports/textproc/icat/
    trunk/dports/textproc/icat/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/icat/Portfile

Deleted: trunk/dports/textproc/icat/Portfile
===================================================================
--- users/g5pw/dports/textproc/icat/Portfile	2012-05-03 12:22:05 UTC (rev 92663)
+++ trunk/dports/textproc/icat/Portfile	2012-06-10 20:11:32 UTC (rev 94161)
@@ -1,24 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem          1.0
-PortGroup           github 1.0
-
-github.setup        atextor icat 3ee5b6b37a1629339ae5481a33213fcc1db10c23
-maintainers         g5pw
-
-categories          textproc
-description         icat (Image cat) outputs images in 256-color capable terminals.
-
-platforms           darwin
-
-depends_lib         port:imlib2
-
-checksums           rmd160  5560627da6cbf5f12ff911e67f47aad6140ddaf8 \
-                    sha256  88f8c242a88d3bc6f43d73f57bfa540430a0e7e88b37d7bb339bd9c40083fb97
-
-use_configure       no
-
-destroot {
-    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
-}

Copied: trunk/dports/textproc/icat/Portfile (from rev 94088, users/g5pw/dports/textproc/icat/Portfile)
===================================================================
--- trunk/dports/textproc/icat/Portfile	                        (rev 0)
+++ trunk/dports/textproc/icat/Portfile	2012-06-10 20:11:32 UTC (rev 94161)
@@ -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=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        atextor icat 0.3 v
+
+maintainers         g5pw
+
+categories          textproc
+description         icat (Image cat) outputs images in 256-color capable terminals.
+long_description    ${description}
+
+platforms           darwin
+
+depends_lib         port:imlib2
+
+checksums           rmd160  33663d6ef94f3b6ca993ea628ea707eca8931913 \
+                    sha256  eb027b0283b6e42bb5dcccd1673a244ec33eff57cbc9ca94b636841b45359a71
+
+use_configure       no
+
+variant universal {}
+
+# Ensure we are UsingTheRightCompiler
+build.args-append   GCC="${configure.cc} [get_canonical_archflags]" \
+                    LDFLAGS+="-L${prefix}/lib -lImlib2"
+
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120610/1fc196d9/attachment.html>


More information about the macports-changes mailing list