Comment:
C++ library to parse/format/validate phone numbers
Description:
Google's common C++ library for parsing, formatting, and validating
international phone numbers.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://github.com/google/libphonenumber
Tweak and OK sthen@
OK afresh1@
Comment:
parse iCalendar files into a data structure
Description:
This module processes iCalendar (vCalendar 2.0) files as specified
in RFC 2445 into a data structure. It handles recurrences (`RRULE's),
exclusions (`EXDATE's), event updates (events with a `RECURRENCE-ID'),
and nested data structures (`ATTENDEES' and `VALARM's). It currently
ignores the `VTIMEZONE', `VJOURNAL' and `VFREEBUSY' entry types.
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.
main changes are:
- add a new dep on py-requests
- undo the no longer needed iftex.sty workaround
- move MODPY variables to more standard location
- regen plist
Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the
1.5 series. This means we have to update PLISTs for about 20+ ports as
a result of this version update. Hopefully future updates of py-sphinx
won't be quite as involved.
ok sthen@
Terminal/CLI Epub reader with features:
- Remembers last read file
- Remembers last reading state for each file
- Adjustable text area width
- Adaptive to terminal resize
- Supports EPUB3 (no audio support)
- Secondary vim-like bindings
- Supports opening images
- Dark/Light colorscheme
ok kmos@
Release 1.4 of py-sphinx made this dependency optional. So adapt the port
to match. Instead we add a BUILD_DEP on py-sphinx_rtd_theme to the 3 ports
that actually depend on it. This may make updating py-sphinx_rtd_theme a
bit easier to update in the future as fewer consumers would need testing.
ok kmos@, sthen@