mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.5 KiB
Tcl
38 lines
1.5 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 python 1.0
|
|
|
|
name xml2rfc
|
|
version 3.31.0
|
|
revision 0
|
|
|
|
categories textproc
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
|
|
description RFC formatting utility using XML source
|
|
long_description Generate RFCs and IETF drafts from document source in XML \
|
|
according to the IETF xml2rfc v2 and v3 vocabularies
|
|
|
|
homepage https://github.com/ietf-tools/xml2rfc
|
|
|
|
checksums rmd160 0a54cdf48b4167fed860698e95c6b2657ba8f95d \
|
|
sha256 0a1d4ccc4425aed39b5f0f833a8eb1e0f9e8f1897d3441c3a15877dee36cf484 \
|
|
size 422008
|
|
|
|
python.default_version 314
|
|
|
|
depends_lib-append port:py${python.version}-platformdirs \
|
|
port:py${python.version}-configargparse \
|
|
port:py${python.version}-google-i18n-address \
|
|
port:py${python.version}-intervaltree \
|
|
port:py${python.version}-jinja2 \
|
|
port:py${python.version}-lxml \
|
|
port:py${python.version}-country \
|
|
port:py${python.version}-yaml \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-wcwidth
|