mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
44 lines
1.4 KiB
Tcl
44 lines
1.4 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 idnits
|
|
version 2.14.01
|
|
categories textproc
|
|
platforms any
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
supported_archs noarch
|
|
|
|
description Looks for problems in internet draft formatting
|
|
|
|
long_description 'idnits' looks for violations of Section 2.1 and 2.2 of the \
|
|
requirements listed on http://www.ietf.org/ID-Checklist.html \
|
|
and some of http://www.ietf.org/ietf/1id-guidelines.html
|
|
|
|
homepage https://tools.ietf.org/tools/idnits/
|
|
master_sites ${homepage}
|
|
extract.suffix .tgz
|
|
|
|
checksums rmd160 076662e0a7e5c10f5f7a17af884abf3f8fbe3f24 \
|
|
sha256 5b49749b0e4dc610fae9c12780c7a4d02723a5f4b701271bdd374d909c186654
|
|
|
|
use_configure no
|
|
|
|
build {}
|
|
|
|
destroot {
|
|
xinstall -m 755 ${worksrcpath}/idnits \
|
|
${destroot}${prefix}/bin/
|
|
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 644 -W ${worksrcpath} \
|
|
about changelog control copyright todo \
|
|
${destroot}${docdir}
|
|
}
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}distinfo
|
|
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
|