[120311] trunk/dports/office

cal at macports.org cal at macports.org
Thu May 22 14:45:49 PDT 2014


Revision: 120311
          https://trac.macports.org/changeset/120311
Author:   cal at macports.org
Date:     2014-05-22 14:45:49 -0700 (Thu, 22 May 2014)
Log Message:
-----------
new port: zathura, closes #43568

Added Paths:
-----------
    trunk/dports/office/zathura/
    trunk/dports/office/zathura/Portfile

Added: trunk/dports/office/zathura/Portfile
===================================================================
--- trunk/dports/office/zathura/Portfile	                        (rev 0)
+++ trunk/dports/office/zathura/Portfile	2014-05-22 21:45:49 UTC (rev 120311)
@@ -0,0 +1,57 @@
+# -*- 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                zathura
+version             0.2.7
+categories          office
+platforms           darwin
+license             zlib
+maintainers         gmail.com:starkhalo
+description         Zathura is a highly customizable and functional document viewer.
+long_description \
+    Zathura is a highly customizable and functional document viewer. It     \
+    provides a minimalistic and space saving interface as well as an easy   \
+    usage that mainly focuses on keyboard interaction. Zathura uses a plug- \
+    in based system for supported document types. Zathura makes it possible \
+    to completely view and navigate through different documents without a   \
+    mouse. It supports bi-directional SyncTeX, as well as quickmarks, book- \
+    marks and automatic document reloading. Almost everything in Zathura is \
+    customizable.
+
+homepage            http://pwmt.org/projects/zathura/
+
+master_sites        ${homepage}download/
+
+checksums           \
+    rmd160 5409765e6c1425323054c9ce1774a36faf108866 \
+    sha256 ef43be7705612937d095bfbe719a03503bf7e45493ea9409cb43a45cf96f0daf
+
+depends_build       port:pkgconfig
+
+depends_lib         path:lib/libglib-2.0.dylib:glib2 \
+                    port:gtk3 \
+                    port:intltool \
+                    port:sqlite3 \
+                    port:libmagic \
+                    path:lib/libgirara-gtk3.dylib:girara
+
+use_configure       no
+
+variant universal   {}
+
+build.args          PREFIX=${prefix}
+build.env           CC=${configure.cc} \
+                    CXX=${configure.cxx} \
+                    CPP=${configure.cpp} \
+                    CFLAGS="[get_canonical_archflags cc]" \
+                    LDFLAGS="[get_canonical_archflags ld]" \
+                    VERBOSE=1
+
+eval destroot.env   ${build.env}
+eval destroot.args  ${build.args}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     (\\d\\.\\d\\.\\d)


Property changes on: trunk/dports/office/zathura/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/20140522/b900e952/attachment.html>


More information about the macports-changes mailing list