Commits
Ryan Schmidt authored and Perry E. Metzger committed 5c46a2035db
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name djview |
6 6 | version 4.10.6 |
7 7 | revision 1 |
8 8 | categories aqua graphics www |
9 9 | license GPL-2+ MIT |
10 - | maintainers nicos openmaintainer |
10 + | maintainers {nicos @NicosPavlov} openmaintainer |
11 11 | platforms darwin |
12 12 | |
13 13 | description DjVu files viewer. |
14 14 | long_description DjVu can advantageously replace PDF, PS, TIFF,JPEG, and GIF for \ |
15 15 | distributing scanned documents, digital documents, or high-resolution \ |
16 16 | pictures. DjVu content downloads faster, displays and renders faster, \ |
17 17 | looks nicer on a screen and consume less client resources than competing \ |
18 18 | formats. |
19 19 | |
20 20 | homepage http://djvu.sourceforge.net/djview4.html |