The Rich API makes it easy to add color and style to terminal output. Rich can
also render pretty tables, progress bars, markdown, syntax highlighted source
code, tracebacks, and more - out of the box.
ok landry@
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order
to provide file matching and globbing that more closely follows the features
found in Bash.
<...>
ok landry@
Small library that offers basic data structures (list, set, map, ..)
in a pure C API for user-space applications. Key features:
- Easy to use, portable
- No "magic" MACROs, and no need to modify your data structures (except,
perhaps, for __attribute__((packed)))
- Uses C++ standard library as the backend for most data structures
- Reasonable performance
sym2rev() or revs[] by using PyUnicode_AsUTF8AndSize(). The str is
converted into an UTF-8 encoded byte array. This fixes "print
s['RELENG_4']" test. Also use a bytes object for "log" or "checkout"
instead of a str object. This is required to keep the original
encoding (utf-8, latin-1, euc-jp and so on).
ok sthen
py-toolz provides a set of utility functions for iterators, functions,
and dictionaries. These functions interoperate well and form the
building blocks of common data analytic operations. They extend the
standard libraries itertools and functools and borrow heavily from
the standard libraries of contemporary functional languages.
ok sthen@
It is unplayable as reported by Ryan Freeman <ryan at slipgate dot org> who
initially provided a "-fno-common" fix, thanks!
naddy confirmed this for the FreeBSD port as well,
gkoehler tested macppc:
"I built xboing with -fcommon for 32-bit macppc and I can't play it.
The frame rate alternates between too slow and too fast, so the ball
becomes almost stuck, then teleports off the screen before I can move
my paddle. Also, I can't hear the sound. I played this game many years
ago (I forget where) and don't know when it became broken."
Diff from Ryan
OK sthen gkoehler
Comment:
alternative regular expression module to replace re
Description:
This regex implementation is backwards-compatible with the standard re
module, but offers additional functionality.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://bitbucket.org/mrabarnett/mrab-regex
Many tweaks and ok from daniel@
MPEG-1 video (Video CD) is laughably obsolete. FFmpeg etc. can
still handle it if somebody is really sitting on an archive of
VHS-quality videos.
Noticed because of failure to build with -fno-common.
ok kmos@ kn@
This tool segfaults when
1. ran without any arguments
2. passing "--help" instead of "-h"
3. passing an invalid pcap-filter(5) expression, e.g. "foo"
Running it and opening HOMEPAGE in a browser shows HTTP traffic to the site
but the tool fails to do its job entirely, i.e. it cannot detect/show/etc.
the JPEG image http://www.ex-parrot.com/~chris/driftnet/screenshot.jpg as
requested by the browser.
OK claudio