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
binutils:
Since linkrelax is already defined as a global variable, it is
already initialized to 0, so we can simply drop this initialization.
gcc-bootstrap, gcc:
Use the mechanism provided by the .opt file processing to initialize
these globals.
ok gnezdo@
It fails with "-fno-common", there's been no update in more than twenty
years, MASTER_SITES is already missing and we fall back to our cdn;
finally, there's a pledged vis(1) in base.
OK rsadowski kevlo
with two different versions of py-sip; the old one configured to only
produce the module for py-qt5 (in devel/py-sip) and the actual sip in
x11/py-sip-qt5, with broken update chain and which didn't entirely
make sense.
in particular: py-sip is now actually (a newer version of) sip again,
with py2 support dropped (current versions don't have it). other ports
using this are changed to the newer build system using "sip-build"
where possible.
for the future we will need to move to sip 6.x which drops the older
build system using the "sip5" or "sip" script; other ports (veusz, and
i think qgis) don't work with that yet.