1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name sxiv |
---|
7 | version 1.3.1 |
---|
8 | categories graphics x11 |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:gnubeest \ |
---|
11 | openmaintainer |
---|
12 | description Simple X Image Viewer |
---|
13 | 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. |
---|
14 | homepage https://github.com/muennich/sxiv |
---|
15 | license GPL-2 |
---|
16 | master_sites https://github.com/muennich/sxiv/archive |
---|
17 | distfiles v${version}${extract.suffix} |
---|
18 | checksums sha256 9a30a1b036e1c17212128554709da3f2d65d3beaef2e0a73097af5e35cf11d0e |
---|
19 | depends_lib port:imlib2 \ |
---|
20 | port:libexif \ |
---|
21 | port:giflib \ |
---|
22 | port:xorg-libX11 |
---|
23 | use_configure no |
---|
24 | destroot.args PREFIX=${prefix} |
---|