[138537] trunk/dports/graphics

khindenburg at macports.org khindenburg at macports.org
Sat Jul 11 10:08:45 PDT 2015


Revision: 138537
          https://trac.macports.org/changeset/138537
Author:   khindenburg at macports.org
Date:     2015-07-11 10:08:45 -0700 (Sat, 11 Jul 2015)
Log Message:
-----------
sxiv: new port #47892

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

Added: trunk/dports/graphics/sxiv/Portfile
===================================================================
--- trunk/dports/graphics/sxiv/Portfile	                        (rev 0)
+++ trunk/dports/graphics/sxiv/Portfile	2015-07-11 17:08:45 UTC (rev 138537)
@@ -0,0 +1,39 @@
+# -*- 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           github 1.0
+
+github.setup        muennich sxiv 1.3.1 v
+
+categories          graphics x11
+platforms           darwin
+maintainers         gmail.com:gnubeest \
+                    openmaintainer
+
+description         Simple X Image Viewer
+long_description    sxiv is an alternative to feh and qiv. Its only \
+    dependencies besides xlib are imlib2, libexif and giflib. The primary \
+    goal for writing sxiv is to create an image viewer, which only has the \
+    most basic features required for fast image viewing (the ones I want). \
+    It has vi key bindings and works nicely with tiling window managers. Its \
+    code base should be kept small and clean to make it easy for you to dig \
+    into it and customize it for your needs.
+
+homepage            https://github.com/muennich/sxiv
+license             GPL-2
+
+checksums           rmd160  2e716be646e4b3a770e3af9ab155ff9c5a305e53 \
+                    sha256  1803a6a338533728a2cf25af10311eaa6bfe406b626dd60b51983f2198b578d6
+
+depends_lib-append  port:imlib2 \
+                    port:libexif \
+                    port:giflib \
+                    port:xorg-libX11
+
+use_configure       no
+build.args-append   CC=${configure.cc} \
+                    CXX=${configure.cxx} \
+                    CPP=${configure.cpp}
+
+destroot.args       PREFIX=${prefix}


Property changes on: trunk/dports/graphics/sxiv/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/20150711/59a2c72a/attachment.html>


More information about the macports-changes mailing list