23835 Commits

Author SHA1 Message Date
jasper
7bfab0665a unbreak on powerpc64 2021-01-15 19:03:58 +00:00
jasper
571c23f661 mirror the radare2 distfile for now; upstream re-rolled it with significant
changes as noticed by sthen@
2021-01-15 19:01:31 +00:00
gonzalo
f23923cb2c Add dasm 2021-01-15 15:03:26 +00:00
gonzalo
e7e6ae8c2b versatile macro assembler for 8-bit microprocessors Ok benoit@ 2021-01-15 15:01:36 +00:00
sthen
4c0fc79492 cvs2svn doesn't actually seem to need the subversion python bindings;
remove the dependency and remove BROKEN marker.
2021-01-15 12:09:07 +00:00
daniel
613e4033aa make py-sphinx-notfound-page python3-only 2021-01-15 01:00:15 +00:00
sthen
91435c0a06 update to libuv-1.40.0
switch to the py3 version of sphinx; if i'm not mistaken this avoids
the need to build both python 2 and 3 before building cmake. (this is on
the path to building about a third of the ports tree).

tests done on aarch64 i386 amd64, and some deps, ports-gcc, USE_LLD=no
tested on amd64.
2021-01-14 22:42:10 +00:00
fcambus
7511089faa Drop maintainership. 2021-01-14 21:55:21 +00:00
sthen
7f6201ca5b update to rcs-fast-import-1.1
similar diff from Alex Naumov, was already in my tree pending testing
2021-01-14 20:34:38 +00:00
daniel
ca5ef62299 update to pygame 2.0.1; a bug-fix release 2021-01-14 06:37:35 +00:00
rsadowski
7cb28628b9 Update devel jenkins to 2.275 2021-01-13 19:57:12 +00:00
rsadowski
df48614433 Update stable jenkins to 2.263.2 2021-01-13 19:46:56 +00:00
sthen
ba550cfd7b update to perltidy-20210111 2021-01-11 14:25:59 +00:00
sthen
36e5766046 update to py-tzlocal-2.1 and drop py2 version 2021-01-10 20:13:04 +00:00
sthen
a30eac5674 update to py-tz-2020.5 2021-01-10 20:07:54 +00:00
kmos
2b1af91518 universal-ctags uses C99 constructs so base-gcc needs to be informed
Fix build no sparc64

ok rsadowski@
2021-01-10 05:44:34 +00:00
daniel
e16d940795 repair 2021-01-10 05:20:37 +00:00
jasper
65bb927769 fix building the various gcc crosscompilers on powerpc64 by redefining vec_step as clang
already defines this symbol itself.
this approach was discussed with upstream gcc by, and patch copied from, freeBSD
2021-01-09 21:41:15 +00:00
bket
313b28985f Update to py-prompt_toolkit-3.0.10
Changelog:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.10/CHANGELOG
2021-01-09 19:20:54 +00:00
bluhm
4869942fe4 Tests of p5-Devel-OverloadInfo failed due to inconsistencies between
Pod spelling and our /usr/share/dict.  Disable this author test as
spelling should not be a porter's concern.  Now make test passes.
OK cwen@
2021-01-09 14:34:26 +00:00
sthen
830a0fb2c5 repair PKGNAME-python; I was relying on python.port.mk doing s/py-/py3-/
but that doesn't actually apply in case of multipackages
2021-01-08 22:18:25 +00:00
jasper
2dbf4f918e fix build on powerpc64 2021-01-08 20:17:27 +00:00
bket
ea7add4b56 Update to py-prompt_toolkit-3.0.9
Changes:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.9/CHANGELOG
2021-01-07 16:24:02 +00:00
ajacoutot
cc535535b0 Update to meson-0.56.1. 2021-01-07 10:35:42 +00:00
daniel
241f1b8e58 py-pyglet was missing PKGNAME; add it
edd@ was ok with this but asked to be dropped as MAINTAINER.

ok sthen@
2021-01-07 07:02:24 +00:00
thfr
ef2a979e50 update to SDL 2.0.14
from Brad

extensive build and runtime testing done by me, Brad, cwen@, with no new
breakage (except vbam which has been patched)

Release Notes: https://discourse.libsdl.org/t/sdl-2-0-14-released/28470
2021-01-06 22:32:08 +00:00
kurt
b0c7f70842 Fix duplicate files in PFRAGs. okay sthen@ 2021-01-06 14:56:56 +00:00
landry
e1f1a64f85 devel/libofx: update to 0.10.0.
Cf https://github.com/libofx/libofx/releases/tag/0.10.0

switch back to real releases on sourceforge, allows to drop
autoconf/automake and use plain configure.

from jca@: pass ac_cv_sym_visibility=yes to CONFIGURE_ENV to ensure
-fvisibility is properly detected and used, this way only the needed
symbols are exported in libofx. Bump major.

all consumers (productivity/{homebank,grisbi,gnucash,kmymoney) build
fine with this update.
2021-01-06 14:05:04 +00:00
sthen
95d2b3111d pylint tweaks:
- remove some @conflict pylint{,3}-main that wouldn't ever trigger (conflicts
work with package names which were pylint-$VER/pylint3-$VER which were already
handled)

- the port is py3-only so remove -3 suffix on the installed scripts as there's
no longer a conflict
2021-01-06 10:19:25 +00:00
daniel
e89b343512 switch ninja over to python3
ok sthen@
2021-01-06 05:13:28 +00:00
jsg
ec053019eb update cppcheck to 2.3
ok gsoares@
2021-01-05 23:45:12 +00:00
ajacoutot
aaf815b291 Missed bump after recent devel/pylint change.
prodded by sthen@
2021-01-05 13:53:33 +00:00
landry
b1b92791d5 devel/cbindgen: update to 0.16.0. 2021-01-05 10:27:06 +00:00
kn
6dd5bfda0a Update to pylint 2.6.0
First the package was broken due to too recent dependent packages, then it
was broken due to beeing too old itself.

Upstream dropped the GUI years ago, so remove it.

With daniel
2021-01-05 04:37:19 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
525a881ab1 switch to py3-only following swig update; subversion doesn't build py2
with swig>=4
2021-01-04 13:58:31 +00:00
sthen
4a19004f06 update to swig-4.0.2, from daniel@ 2021-01-04 13:57:24 +00:00
sthen
7eb9371166 cvs2svn: mark BROKEN, blocking swig update + py3 move for py-subversion 2021-01-04 13:56:09 +00:00
afresh1
2bca1b8b4d Update devel/p5-DateTime-Format-Strptime to 1.78 2021-01-04 00:08:57 +00:00
afresh1
2039f7baa4 Update devel/p5-DateTime-TimeZone to 2.46 2021-01-04 00:07:19 +00:00
afresh1
cd467dd921 Update devel/p5-DateTime-Locale to 1.31
and take MAINTAINER
2021-01-04 00:05:10 +00:00
landry
2863012abb devel/py-build{bot,slave}: update to 2.10.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-10-0-2021-01-02
2021-01-03 17:51:55 +00:00
jasper
1a31619020 update to py-cachetools-4.2.0 2021-01-03 12:50:45 +00:00
jasper
87f6c173d1 update to unicorn-1.0.2 2021-01-03 12:43:49 +00:00
jca
5e3e68e156 Hook up flatbuffers, ok gnezdo@ 2021-01-03 10:17:13 +00:00
jca
678298c743 Import flatbuffers, a memory optimized serialization library
Port from Ashton Faggs (maintainer), ok gnezdo@

pkg/DESCR:
FlatBuffers is an efficient cross platform serialization library for
C++, C#, C, Go, Java, Kotlin, JavaScript, Lobster, Lua, TypeScript,
PHP, Python, Rust and Swift. It was originally created at Google for
game development and other performance-critical applications.

What sets FlatBuffers apart is that it represents hierarchical data in
a flat binary buffer in such a way that it can still be accessed
directly without parsing/unpacking, while also still supporting data
structure evolution (forwards/backwards compatibility).
2021-01-03 10:15:11 +00:00
jca
da4d00481e Hook up fmt, ok rsadowski@ espie@ 2021-01-02 21:55:04 +00:00
jca
6ab3f008f0 Import fmt-7.1.3, an alternative formatting library for C and C++
Port by Ashton Fagg (maintainer)

pkg/DESCR:
fmt is an open-source formatting library providing a fast and safe
alternative to C stdio and C++ iostreams.

Features include:

- Simple format API with positional arguments for localization Format

- string syntax similar to Python's format

- Safe printf implementation including POSIX extensions for positional
 arguments

- Fast IEEE 754 floating-point formatter with correct rounding,
  shortness and round-trip guarantees
2021-01-02 21:51:19 +00:00
benoit
3ecd29fa97 Update to p5-MooseX-MethodAttributes-0.32. 2021-01-02 16:55:08 +00:00
landry
ccbd5619b6 devel/proj: update to 7.2.1.
See https://github.com/OSGeo/PROJ/releases/tag/7.2.1
2021-01-02 08:24:59 +00:00