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
|
|
|
|
name t1utils
|
|
version 1.42
|
|
categories graphics print fonts
|
|
maintainers nomaintainer
|
|
license Permissive
|
|
description Command line tools for dealing with Type 1 fonts
|
|
long_description \
|
|
t1utils is a collection of simple type-1 font manipulation programs. \
|
|
Together, they allow you to convert between PFA (ASCII) and PFB (binary) \
|
|
formats, disassemble PFA or PFB files into human-readable form, \
|
|
reassemble them into PFA or PFB format. Additionally you can extract font \
|
|
resources from a Macintosh font file (ATM/Laserwriter), or create a \
|
|
Macintosh Type 1 font file from a PFA or PFB font.
|
|
|
|
platforms darwin
|
|
|
|
homepage http://www.lcdf.org/~eddietwo/type/
|
|
master_sites ${homepage}
|
|
|
|
checksums rmd160 31f54ef1e53e942a629000466af118fe66ecc30b \
|
|
sha256 61877935b1987044ddff4bb90a05200ca7164678a355e170bf5f1a5556cc9f29 \
|
|
size 184666
|
|
|
|
configure.args --mandir=${prefix}/share/man
|
|
|
|
livecheck.type regex
|
|
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
|