mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.0 KiB
Tcl
36 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name poppler-data
|
|
version 0.4.12
|
|
maintainers {devans @dbevans} openmaintainer
|
|
categories graphics
|
|
platforms any
|
|
supported_archs noarch
|
|
homepage https://poppler.freedesktop.org/
|
|
|
|
# an aggregation of files under several redistributable licenses (GPL,
|
|
# MIT, Adobe); no linking involved
|
|
license Permissive
|
|
installs_libs no
|
|
|
|
description Poppler encoding data.
|
|
long_description \
|
|
{*}${description}
|
|
|
|
master_sites ${homepage}
|
|
|
|
checksums rmd160 fbb400440d579e4c652a996c2f9acbd7ea068962 \
|
|
sha256 c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74 \
|
|
size 4504754
|
|
|
|
use_configure no
|
|
build {}
|
|
|
|
destroot.args datadir=${prefix}/share
|
|
|
|
livecheck.type regex
|
|
livecheck.url [lindex ${master_sites} 0]
|
|
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
|