8 Commits

Author SHA1 Message Date
sthen
7cb1984d5f use FIX_CRLF_FILES, this is so much neater I can't believe we didn't
do it before!
2021-02-25 22:26:01 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
phessler
fb2c5e85ca fix "Making the RFC status index" error when using the mirror subcommand
OK tb@ kn@
2021-02-05 14:16:17 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kn
e7e36108a4 Update to 1.16, use Python 3
Upstream moved to GitHub, sadly without tags or release tarballs.
Sort RDEPs while here.

Feedback OK sthen
2020-03-14 15:59:46 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
97889e162c switch my distfiles mirror to https 2015-12-03 21:24:29 +00:00
sthen
78553a2d83 import ports/misc/ietf-cli, ok phessler@ jca@
This package contains command-line tools to work with a locally rsync'ed
copy of Internet Drafts and RFCs. See the README and help text for more
information, but here are some examples:

ietf: starts a command-line shell with command history

ietf mirror: create or update local mirror of IETF repositories
  (approx 1GB, by default in ${LOCALSTATEDIR}/db/ietf-mirrors)

ietf rfc 3456 4567: open RFC 3456 and RFC 4567 in $EDITOR

ietf rfcextra 3456: open RFC 3456 and any RFCs that update or
  obsolete it in $EDITOR, and any errata on any of those in a browser

ietf (tools|tracker) 3456 4567: opens RFC 3456 and RFC 4567 in the
  IETF Tools or IETF Datatracker web interface

ietf draft crocker: open all active drafts with "crocker" in their
  filename, and lists all matching drafts that are expired, replaced
  by other drafts, or have become RFCs

ietf draftstatus crocker, ietf rfcstatus 3456: lists information
  from the IETF and RFC Editor databases
2015-11-21 20:13:04 +00:00