mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.3 KiB
Tcl
32 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup libharu libharu 2.4.6 v
|
|
revision 0
|
|
categories print
|
|
maintainers nomaintainer
|
|
license zlib
|
|
|
|
github.tarball_from archive
|
|
checksums rmd160 15f65c1a0cef63ef4667ec62a66855703ea0037a \
|
|
sha256 ec8f327520d1d354ce58b5d2af75b64f380cddc522437c169463b39760921348 \
|
|
size 1420425
|
|
|
|
description a free, cross platform, open source library for generating PDF files
|
|
long_description ${description} supporting the following features: \
|
|
1. Generating PDF files with lines, text, images. \
|
|
2. Outline, text annotation, link annotation. \
|
|
3. Compressing document with deflate-decode. \
|
|
4. Embedding PNG, Jpeg images. \
|
|
5. Embedding Type1 font and TrueType font. \
|
|
6. Creating encrypted PDF files. \
|
|
7. Using various character sets (ISO8859-1~16, MSCP1250~8, KOI8-R). \
|
|
8. CJK fonts and encodings.
|
|
|
|
homepage https://libharu.org
|
|
depends_lib port:libpng \
|
|
port:zlib
|