Files
Lawrence Velázquez 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

39 lines
1.1 KiB
Plaintext

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-ttfquery
set real_name TTFQuery
version 1.0.5
categories-append devel multimedia graphics
platforms darwin
license BSD
maintainers gmx.net:maugustin \
openmaintainer
description FontTools-based package for querying system fonts
long_description TTFQuery builds on the FontTools package to allow the\
Python programmer to accomplish a number of tasks
homepage http://ttfquery.sourceforge.net/
master_sites pypi:T/${real_name}/
distname ${real_name}-${version}
checksums rmd160 5630dbbda57708d4170bcba757c669c1a1b60e69 \
sha256 d5b8d369903ee2754541819f27de8ea35486d124484e36a4869503d9a9ac7e4d
python.versions 27
if {$subport ne $name} {
depends_build-append port:fonttools
livecheck.type none
} else {
livecheck.type pypi
livecheck.name ${real_name}
}