[102707] trunk/dports/graphics

g5pw at macports.org g5pw at macports.org
Thu Feb 7 05:32:37 PST 2013


Revision: 102707
          https://trac.macports.org/changeset/102707
Author:   g5pw at macports.org
Date:     2013-02-07 05:32:37 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
graphics/tiv:
  new port, Terminal Image Viewer

Added Paths:
-----------
    trunk/dports/graphics/tiv/
    trunk/dports/graphics/tiv/Portfile

Added: trunk/dports/graphics/tiv/Portfile
===================================================================
--- trunk/dports/graphics/tiv/Portfile	                        (rev 0)
+++ trunk/dports/graphics/tiv/Portfile	2013-02-07 13:32:37 UTC (rev 102707)
@@ -0,0 +1,32 @@
+# -*- 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        radare tiv 0.1
+maintainers         g5pw openmaintainer
+
+categories          graphics games
+description         tiv: the terminal image viewer
+long_description    Tiv implements its own rendering algorithms to display \
+                    pictures loaded with the Gdk library to the terminal using \
+                    ascii art and ansi256 in color and grayscale.
+
+platforms           darwin
+
+depends_lib         port:jpeg
+
+checksums           rmd160  12bd366bda7e28f33ad52fc6984ec43746abefbf \
+                    sha256  f3b1e5540e417e60f1de071bb5bb238a33bcc90b5eefaa6d08e8611ee5971878
+
+use_configure       no
+
+pre-build {
+    build.args      CC=${configure.cc} \
+                    CXX=${configure.cxx}
+}
+
+destroot {
+    xinstall -m 775 ${worksrcpath}/tiv ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/graphics/tiv/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/c7666c2e/attachment.html>


More information about the macports-changes mailing list