summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-05py-construct: updated to 2.10.66adam2-7/+9
Transition to 2.10 Overall Dropped support for Python 2.7 and 3.5 (pypy is also supported) Bytes GreedyBytes can build from bytearrays (not just bytes) Embedded and EmbeddedSwitch were permanently removed Exceptions always display path information build_file() opens a file for both reading and writing BytesInteger BitsInteger can take lambda for swapped parameter cloudpickle is now supported and tested for ZigZag signed integer encoding from Protocol Buffers added FormatField now supports ? format string CompressedLZ4 tunneling class added Windows is now officially supported and tested for BytesInteger and BitsInteger are checking numbers are valid BitsInteger swapped semantic was fixed Compilation covers building as well, parsing slightly improved Array GreedyRange RepeatUntil builders use discard option Sequence build fixed, no longer skips subcons on short obj Lazy class fixed, seeks the not-yet parsed subcon
2021-04-05bmp: Clean up options handling.nia3-37/+19
2021-04-05py-networkx: updated to 2.5.1adam2-7/+7
2.5.1: Bug fixes
2021-04-05bmp-musepack: Fix glib2 breakagenia1-1/+4
2021-04-05adacurses: update PLISTnia1-109/+72
2021-04-05Updated devel/py-test, devel/py-bitarrayadam1-1/+3
2021-04-05py-bitarray: updated to 1.9.0adam2-7/+7
2021-04-03 1.9.0: ------------------- * add shift operations (`<<`, `>>`, `<<=`, `>>=`) * add `bitarray.util.ba2base()` and `bitarray.util.base2ba()`, see last paragraph in [Bitarray representations](examples/represent.rst) * documentation and tests 2021-03-31 1.8.2: ------------------- * fix crash caused by unsupported types in binary operations * speedup initializing or extending a bitarray from another with different bit endianness * add formatting options to `bitarray.util.pprint()` * add documentation on [bitarray representations](examples/represent.rst) * add and improve tests (all 291 tests run in less than half a second on a modern machine) 2021-03-25 1.8.1: ------------------- * moved implementation of and `hex2ba()` and `ba2hex()` to C-level
2021-04-05py-test: updated to 6.2.3adam2-7/+7
pytest 6.2.3 (2021-04-03) ========================= Bug Fixes --------- - pytest used to create directories under ``/tmp`` with world-readable permissions. This means that any user in the system was able to read information written by tests in temporary directories (such as those created by the ``tmp_path``/``tmpdir`` fixture). Now the directories are created with private permissions. pytest used silenty use a pre-existing ``/tmp/pytest-of-<username>`` directory, even if owned by another user. This means another user could pre-create such a directory and gain control of another user's temporary directory. Now such a condition results in an error.
2021-04-05dasher: Fix glib2-2.6.0 breakagenia1-3/+10
2021-04-05doc: Updated filesystems/ori to 0.8.2nia1-1/+2
2021-04-05ori: Update to 0.8.2 - help it build again.nia4-24/+68
2021-04-05gcc48-libs: actually removewiz3-114/+0
2021-04-05Updated lang/python39, lang/py39-html-docsadam1-1/+3
2021-04-05python39: updated to 3.9.4adam4-14/+14
Python 3.9.4 Core and Builtins bpo-43710: Reverted the fix for https://bugs.python.org/issue42500 as it changed the PyThreadState struct size and broke the 3.9.x ABI in the 3.9.3 release (visible on 32-bit platforms using binaries compiled using an earlier version of Python 3.9.x headers). Library bpo-26053: Fixed bug where the pdb interactive run command echoed the args from the shell command line, even if those have been overridden at the pdb prompt.
2021-04-05adacurses: Needs ncurseswnia1-2/+2
2021-04-05gnuradio-core: Remove invalid CMAKE_ARGS. This belongs in LDFLAGS.nia1-2/+2
2021-04-05updates to juk and kio-extrasmarkd1-1/+3
2021-04-05kio-extras: update to 20.12.3markd3-12/+81
builds with taglib 1.12
2021-04-05juk: update to 20.12.3markd3-10/+16
builds with taglib 1.12
2021-04-05kapptemplate: now needs gmakemarkd1-2/+2
2021-04-04doc/pkgsrc.*: regenleot2-1294/+1296
2021-04-04doc/guide: Update htdocs-share to 20210405 (pkgsrc-2021Q1)leot2-7/+7
2021-04-04doc: Updated biology/molsketch to 0.7.2pin1-1/+2
2021-04-04biology/molsketch: update to 0.7.2pin2-7/+7
-This is just a small release to fix some issues with the (possibly) renamed *.so/*.dll files after removing Qt5 support. In case you were using Molsketch prior to version 0.7.1, it will ask you to update the corresponding settings at start up. For Windows users, there will be an online installer, as in version 0.7.1, but this will now reside in a separate folder and not be updated as frequently as Molsketch itself. Updates will instead be made available in the online repository at github from which the installer will fetch them. Just start the installer and select the update option
2021-04-04doc: Updated net/yaydl to 0.6.1pin1-1/+2
2021-04-04net/yaydl: update to 0.6.1pin3-153/+118
Dependency on openssl has been dropped. 0.6.1 -crates.io won't let me add all the tags - updated to 0.6.1, keeping the list short. 0.6.0 -yaydl 0.6.0 (yes, that was quick): Added support for Vidoza, updated ureq to version 2.1. 0.5.0 -We now support VIVO.sx.
2021-04-04Hopefully today's last mistake: undo my MAKE_JOBS_SAFE mistake.he1-2/+2
2021-04-04Undo previous, curl and openssl are already conditionally buildlinkedhe1-10/+2
in options.mk, nia@ pointed out.
2021-04-04editors/fileobj: Update to v0.7.103tkusumi2-7/+7
ChangeLog: - Minor fixes and cleanups - Add --verbose
2021-04-04editors/fileobj: Update to v0.7.102tkusumi2-7/+7
ChangeLog: - Minor fixes and cleanups - Add --info - Add --lsblk
2021-04-04doc: Updated net/go-dnstap to 0.4.0bsiegert1-1/+2
2021-04-04Update go-dnstap to 0.4.0bsiegert4-44/+237
- Upgrade to newer google.golang.org/protobuf/proto. - Recognize DOT and DOH. - Add support for DNS update query and response messages. Now a Go module build that no longer depends on packaged Go libraries. Also install the manpage.
2021-04-04editors/fileobj: Update to v0.7.101tkusumi3-8/+11
ChangeLog: - Minor fixes and cleanups - Add Python 3.9 support - Add MidnightBSD support
2021-04-04git-lfs: convert to a Go module buildbsiegert3-7/+451
This no longer depends on any external or vendored Go libraries. Bump revision.
2021-04-04doc: Added games/valyriatear version 1.1.0nia1-1/+2
2021-04-04add games/valyriatearnia8-1/+1712
Valyria Tear is an open-source single-player medieval-fantasy 2D J-RPG based on an extended Hero of Allacrost engine and inspired by classic console RPGs. The player incarnates Bronann, a young boy forced to take part into the struggle for the possession of a mysterious crystal. This powerful artifact will lead him to discover the actual threat set upon his world, but also courage and love. The game has all the features you can expect from JRPG classics: entertaining story development, colourful map exploration, active side-view battles, character management, puzzles... It is also translated in several languages.
2021-04-04intel-backlight: Use SETUID_ROOT_PERMS so normal user can set backlighttnn1-1/+4
This is the recommended way to install the program and is also the default behaviour in FreeBSD ports. Bump PKGREVISION.
2021-04-04We need curl and openssl buildlinked if BUILD_TARGET is "build".he1-1/+9
This is because in that case we're not using the rust-internal copies of those libraries, governed by the rust-cargo-static option.
2021-04-04promscale: fix failure to start w/ PostgreSQL 13. From upstream. Bump.tnn3-2/+20
2021-04-04add eternal-lands-licensenia1-0/+60
2021-04-04rust: Remove old NetBSD bootstrap workaroundsnia1-22/+1
2021-04-04doc: Added games/eternal-lands version 1.9.5.8nia1-1/+2
2021-04-04eternal-lands: rename script to match upstream's wrapper scriptnia2-4/+4
2021-04-04add games/eternal-landsnia9-1/+4712
Eternal Lands is a freee 3D fantasy MMORPG (massively multiplayer online role playing game). There are no fixed class restrictions, so you can develop your character in any way you wish. You, as a player, determine exactly how you develop your character. If you make mistakes, or decide to change or adjust your build, you can do so.
2021-04-04Change rust-cargo-static condition on NetBSD.he1-5/+3
Key off BUILD_TARGET instead of whether we're cross-building, as bootstrap kits *can* be built natively (yes, the former state was my suggestion, but on second thought this is more correct).
2021-04-04Recompute checksums after the bootstrap version bump.he1-41/+41
2021-04-04Bump the rust binary bootstraps to 1.49 for the remaining NetBSD ports.he1-5/+5
The 1.49 cargo binary has a much reduced set of dynamic dependencies, increasing the probability that they'll run on the host.
2021-04-04doc/TODO: add somewiz1-4/+10
+ ImageMagick-7.0.11.6, fluidsynth-2.2.0, help2man-1.48.3, ilmbase-3.0.1, libxkbcommon-1.2.0, openexr-3.0.1, poppler-21.04.0, py-hypothesis-6.8.4, ugrep-3.1.11.
2021-04-04prometheus: add missing filetnn1-0/+1559
2021-04-03doc: Updated devel/git-lfs to 2.13.3tnn1-1/+2