Commit Graph

22976 Commits

Author SHA1 Message Date
sebastia
40d854d60d simple update 0.2.0 > 0.3.0 2020-08-09 21:20:51 +00:00
juanfra
8ae0322981 Update to mercurial 5.5. 2020-08-09 19:38:18 +00:00
jca
97c836c4ba Add a comment and fix a typo 2020-08-09 14:17:26 +00:00
jca
474c1dedef Drop patch, merged upstream
The patch in cvs duplicated the content of the original testcase.
2020-08-09 14:14:42 +00:00
jca
7523bb12d6 Drop two outdated comments
from Brad
2020-08-09 14:12:30 +00:00
jasper
5955defc01 add missing dependency on cmake 2020-08-08 07:39:25 +00:00
jca
cbd1c499a9 Bump libclang.so and friends
libclang.so is used by other ports and the update to llvm 10 warranted
a minor bump.  I haven't checked liblldb.so and libLTO.so, I bumped
their major version just in case but they aren't used in the ports tree.

Thanks to kn@ who provided an old libclang.so for comparison.
2020-08-07 22:49:06 +00:00
semarie
97c2939a09 update devel/woboq_codebrowser to latest head in order to have llvm10 compat 2020-08-07 17:53:40 +00:00
bket
981b126e3c Update to ipython-7.17.0
Changes:
https://github.com/ipython/ipython/blob/7.17.0/docs/source/whatsnew/version7.rst
2020-08-07 16:56:13 +00:00
jca
50a2a85b0a Misc changes: x86 defaults to i586, backport a fix and tweak the PLISTs
- like base-clang, change the default i386 target cpu to i586.
Same diff from Brad
- fix a crash exposed by net/libtorrent-rasterbar.  Fix already present
in 10.0.1, analyze and diff from Nam Nguyen
- some lldb-related files snuck in the 10.0.0 PLIST-main changes, move
them to PLIST-lldb as appropriate.  Reported by daniel@
2020-08-07 11:42:02 +00:00
jasper
91d57ecf90 - update to update to keystone-0.9.2
- switch to python3
2020-08-07 09:59:58 +00:00
jasper
402f322974 switch py-ropper to python3 by default 2020-08-07 09:59:10 +00:00
jasper
fcaa36f4d0 update to help2man-1.47.16 2020-08-07 09:31:46 +00:00
jasper
7795d831a3 update to spidermonkey68-68.11.0 2020-08-07 09:21:15 +00:00
jasper
8ec77f2f4e define PY_SSIZE_T_CLEAN to remove a deprecation warning with python 3.8 2020-08-07 09:19:48 +00:00
jasper
283942eb71 fix HOMEPAGE 2020-08-07 08:26:59 +00:00
martin
4da962a0ea Update py-astral to 2.2 and move to python3.
Initial version from Wen Heping. This version from kmos@. Maintainer
timeout.

OK kmos@
2020-08-07 06:40:46 +00:00
jasper
955e3dbb95 fix build on powerpc64 2020-08-06 09:01:37 +00:00
tb
ee94970a59 devel/libusb1: fix homepage, link PRs
1. drop www from homepage (SSL_ERROR_BAD_CERT_DOMAIN)
2. link to two PRs
2020-08-05 13:59:36 +00:00
stsp
e12ca49d31 Fix a bug in libusb's OpenBSD OS backend where an open file descriptor
variable is overwritten if a libusb user attempts to open the same ugen(4)
device multiple times.

This was observed with scanimage from sane-backends and broke scanning.

ok mpi@
2020-08-05 11:35:16 +00:00
martin
4c2e7f4abb Move py-cftime away from ${MODPY_DEFAULT_VERSION_3} to a proper python3
flavor

prodded by and OK kn@
2020-08-05 09:09:00 +00:00
jca
ba7332a2ff Update to include-what-you-use-0.14, which supports llvm-10
ok jsg@ (maintainer)
2020-08-05 08:13:36 +00:00
jca
2794487c37 Update to llvm-10.0.0
Positive feedback from landry@
2020-08-05 06:49:48 +00:00
bket
03a9b56370 Update to ipython-7.16.1
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/.
2020-08-05 02:25:55 +00:00
bket
20c6e0ff6f Update to py-prompt_toolkit-3.0.5
Changes:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.5/CHANGELOG.

Needed for ipython-7.16.1. While here take MAINTAINER.

OK kmos@
2020-08-05 02:25:27 +00:00
daniel
8767d68ca1 distfile name appears to have been fixed. 2020-08-05 02:18:54 +00:00
landry
919659825c Fix most tests by cherrypicking https://github.com/eqrion/cbindgen/pull/557
test result: FAILED. 97 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out

of all the remaining failures, 6 of them are due to 'error: the option
`Z` is only accepted on the nightly compiler', the only real error
standing out is test_enum from a macro definition conflict ?

error: expected parameter declarator
static_assert(offsetof(CBINDGEN_STRUCT(P), tag) == 0,"unexpected offset for tag");
/usr/include/stddef.h:69:32: note: expanded from macro 'offsetof'
#define offsetof(type, member)  __builtin_offsetof(type, member)
2020-08-04 10:47:44 +00:00
kurt
1ff3721471 Update to 8u265 GA 2020-08-03 16:10:25 +00:00
cwen
c6bdb84e0c dyncall: fix the build on powerpc without '-fno-integrated-as'
Drop the use of '.machine ppc' in assembly code, since it's not supported by
clang's integrated assembler and causes no ill effects to do so (hint from
bcallah@ a few monthes ago, thanks!).


"Fine with me" jasper@
2020-08-02 14:06:13 +00:00
stsp
84ccea8bb2 Update to got 0.38
- add support for managing symbolic links under version control
- new -S option for 'got commit' and 'got stage' to skip symlink safety checks
- add a 'got info' command which displays work tree meta-data
- display more context in "no such entry found in tree" error messages
- fix spurious 'got cherrypick' error with a path prefix and an empty tree
- fix committing file additions from a work tree with a path prefix
- fix build error with clang 10 due to missing for-loop block grouping (naddy@)
- make 'got log' -R and -P options work in combination
2020-08-02 12:26:38 +00:00
naddy
3512f482ec Fix a typo that caused a dependency on "+" on !clang archs.
Noticed by kmos@
2020-08-01 22:41:28 +00:00
naddy
97b6f6551b Upstream commit: Replace fallthrough comments with G_GNUC_FALLTHROUGH
This prevents -Werror=implicit-fallthrough from aborting the build
with LLVM 10.  ok ajacoutot@
2020-08-01 19:08:57 +00:00
bket
fa1ac962b6 Update to py-sabyenc-4.0.2
Switch to python3 (only consumer is news/sabnzbd, which uses python3).

Also add quirk for retirement of python2 version.
2020-08-01 19:07:19 +00:00
naddy
827cc9bf4a Upstream commit: Define G_GNUC_FALLTHROUGH for more compilers
This defines G_GNUC_FALLTHROUGH to expand to __attribute__((fallthrough))
on LLVM 10, so it can silence warnings from -Wimplicit-fallthrough.
ok ajacoutot@
2020-08-01 19:06:20 +00:00
sthen
97ba85a83b drop maintainer 2020-08-01 11:30:36 +00:00
kmos
875d247de6 Add quirk for the dropped python2 flavor of py-humanize 2020-08-01 08:18:48 +00:00
benoit
4f65eba9c8 Update to p5-Test-TempDir-0.11, from wen heping 2020-07-31 14:00:24 +00:00
sthen
2dcc8bd71d json-c: cast INT64_MAX to double. from upstream
d0b87ee87b.patch

Subject: [PATCH] Add an explicit cast to double to squash a
 -Wimplicit-int-float-conversion warning. Though we will no longer be
 comparing exactly against INT64_MAX, this is ok because any value of that
 magnitude stored in a double will *also* have been rounded up, so the
 comparison will work appropriately.
2020-07-31 12:13:28 +00:00
sthen
90b23259ba update to re2c-2.0.1 2020-07-30 14:13:33 +00:00
jasper
ff49c6cde1 - update to pygfm-1.0.0
- switch to python3
2020-07-30 07:57:20 +00:00
solene
9f962a6116 Register mozplugger as old software
that doesn't work.

ok landry@
2020-07-30 07:03:11 +00:00
landry
56c4226386 Update to cbindgen 0.14.3, somehow i completely forgot to push this..
noticed by pvk@
2020-07-29 10:05:37 +00:00
tracey
f12cbe349f Update to arduino-esp8266 2.7.3
ok sthen@ kmos@
2020-07-27 22:33:27 +00:00
kn
c3ae526e11 Update to git 2.28.0
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.28.0.txt
2020-07-27 21:10:52 +00:00
bluhm
798f3f35b9 +p5-B-COW 2020-07-27 14:10:35 +00:00
bluhm
7d2353473f import p5-B-COW 0.004
from Matthias Pitzl; OK afresh1

Comment:
additional B helpers to check COW status

Description:
B::COW provides some naive additional B helpers to check the COW
status of one SvPV.
2020-07-27 13:38:57 +00:00
ajacoutot
62f69781d7 Update to harfbuzz-2.7.0. 2020-07-27 06:55:43 +00:00
kmos
1380ce881b Add tooling to add -std=gnu99 for base-gcc architectures. This fixes the
build on sparc64 and, presumably, other base-gcc architectures.

ok jasper@ (maintainer)
2020-07-26 18:39:16 +00:00
jasper
fe44162989 switch homepage to https 2020-07-26 18:19:30 +00:00
jasper
8736725319 add link to upstream issue tracker 2020-07-26 13:20:32 +00:00
rsadowski
5a59c2b611 Update jenkins-devel to 2.249 2020-07-26 06:45:31 +00:00
kmos
3107799270 Update archivers/rarfile from 3.1 to 3.2 and drop python2 FLAVOR
(Only consumer is audio/beets, which uses python3)

Also put a rename in quirks for dropping the python2 flavor

ok sthen
2020-07-25 21:45:51 +00:00
sthen
e4103c34a0 update to sslscan-2.0.0, merge flavour into default version 2020-07-25 17:27:00 +00:00
sthen
98524ed518 update to ccache-3.7.11 2020-07-25 17:20:38 +00:00
ajacoutot
ef6a1ec802 --with-system-ffi to prevent a crash in gjs(1).
Debugged and fixed by robert@

ok robert@
2020-07-25 12:30:29 +00:00
pvk
6218670e97 Update py-jmespath 0.9.0 -> 0.10.0
Changelog: https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst
2020-07-25 11:20:55 +00:00
jasper
c161a32568 update to cutter-1.11.0 2020-07-25 09:18:10 +00:00
ajacoutot
90ef8965b5 Update to libidn-1.36. 2020-07-25 07:22:34 +00:00
bluhm
bbae9ab4b5 update p5-IO-KQueue to 0.39
take maintainer
2020-07-24 23:59:57 +00:00
millert
6caaaa0d56 Add p5-File-LoadLines, p5-String-Interpolate, p5-String-Interpolate-Named 2020-07-24 16:43:41 +00:00
millert
ecf7773450 File::LoadLines provides an easy way to load the contents of a text
file into an array of lines. It is intended for relatively small
files like config files that are often produced by weird tools (and
users).  OK afresh1@
2020-07-24 16:42:37 +00:00
millert
4736fb8662 String::Interpolate::Named provides a function to interpolate named
arguments by target texts in a template string. The target texts
are provided to the function via a hash, where the keys correspond
to the named argument to be replaced.  OK afresh1@
2020-07-24 16:41:41 +00:00
millert
e3bb69e01a String::Interpolate provides a neat interface to the solution to
that perenial Perl problem - how to invoke the Perl string interpolation
engine on a string contained in a scalar variable.  OK afresh1@
2020-07-24 16:40:37 +00:00
afresh1
1fd09c153e Update PLIST for p5-DateTime
Somehow missed in my last update.
Patch from Mark Patruck, also noticed by aja@
2020-07-24 13:28:59 +00:00
afresh1
081a4f56b3 Update p5-MooseX-Types-DateTime to 0.13
Originally from wen heping <wenheping2000 () hotmail ! com>
ok on that version from sthen@
tweaks from me after
No complaints from gsoares@ (MAINTAINER)
2020-07-24 01:30:01 +00:00
afresh1
8fbb73307b Update p5-DateTime-Format-Natural to 1.10
Originally from wen heping <wenheping2000 () hotmail ! com>
ok on that version from sthen@
tweaks from me after
2020-07-24 01:27:18 +00:00
afresh1
f20a8deba3 Update p5-DateTime-Format-Builder to 0.82
Originally from wen heping <wenheping2000 () hotmail ! com>
ok on that version from sthen@
tweaks from me after
2020-07-24 01:26:33 +00:00
afresh1
3a15f5deaf Update p5-DateTime-Format-Strptime to 1.77
Originally from wen heping <wenheping2000 () hotmail ! com>
ok on that version from sthen@
tweaks from me after
2020-07-24 01:25:40 +00:00
afresh1
c5b4054799 Update p5-DateTime to 1.52
Originally from wen heping <wenheping2000 () hotmail ! com>
ok on that version from sthen@
tweaks from me after

cvs: ----------------------------------------------------------------------
2020-07-24 01:24:23 +00:00
afresh1
2b35f668be Update p5-DateTime-Locale to 1.26
Originally from wen heping <wenheping2000 () hotmail ! com>
ok on that version from sthen@
tweaks from me after
2020-07-24 01:23:27 +00:00
afresh1
650b628c79 Update p5-DateTime-TimeZone to 2.39
Originally from wen heping <wenheping2000 () hotmail ! com>
ok for that version from sthen@
tweaks from me after
2020-07-24 01:22:36 +00:00
landry
b42e5317c1 Update to nspr 4.27, will be required by gecko 80 & nss 3.55.
no change for us, only macos/win commits.
2020-07-23 19:29:59 +00:00
stsp
095ebc1544 Update to got 0.37
- cope with directory entries returned from readdir(3) with type DT_UNKNOWN
- fix merging with files that do not contain a newline character
- heed .{cvs,git}ignore if a path is given on the 'got status' command line
- plug memory leak that occurred when files were deleted during checkout/update
- add new parse.y code for future use and restructure gotweb's parse.y
- fix an error return in gotweb (by Martin Vahlensieck)
- document how to use commit messages prepared in a file (by Scott Bennett)
- make 'got/tog tree' show symlink targets like 'ls -lF' does: link@ -> target
- allow creation of commits which carry unmodified submodule tree entries along
- some error, usage, and progress message improvements
2020-07-23 14:08:19 +00:00
jasper
f4e6ddf78f add patches from upstream to fix asm syntax which clang doesn't grok.
noticed on powerpc64 but these fixes also apply to powerpc proper so
remove the workaround from Makefile too.
2020-07-23 12:01:19 +00:00
rsadowski
bb801c2270 Update jenkins devel to 2.248 2020-07-23 04:38:57 +00:00
landry
347e09398a Update to py-automat 0.8.0
adds support for py 3.8 per
53204208c3,
fixes runtime breakage for buildbot_worker as noticed by martingot at
protonmail (thanks!)

yes, i havent tested all the ports depending on this one, but since the
version we have in tree doesnt support python 3.8 it cant be worse..
2020-07-22 19:25:36 +00:00
sthen
82c8fb3942 update to re2c-2.0 2020-07-22 16:04:54 +00:00
millert
6a187de1d6 Add p5-App-Packager 2020-07-21 21:32:36 +00:00
millert
9aef6a1939 App::Packager provides an API to a number of common packagers.
OK sthen@
2020-07-21 21:31:59 +00:00
jasper
3a01e2ac2b enable powerpc64 support 2020-07-21 15:13:40 +00:00
jasper
cd6f50bfff drop ONLY_FOR_ARCHS which by now includes basically every architecture
we run on. this effectively allows us to build this on powerpc64.

ok landry@ (MAINTAINER)
2020-07-21 14:04:16 +00:00
semarie
a596ed10ab update devel/py-greenlet to 0.4.16
ok sthen@
2020-07-21 13:40:13 +00:00
jasper
df777a51a1 unbreak after r2 update 2020-07-21 07:41:59 +00:00
jasper
fcccd72241 update to radare2-4.5.0 2020-07-21 07:41:51 +00:00
jasper
6cf4b339ac fix build on powerpc64; with machine/signal.h -r1.5 the sigcontext sc_frame
member moved to frame.h though we only really need sc_sp anyway.
2020-07-21 07:26:31 +00:00
tim
72f72b5c2a Unbreak py-protobuf by updating to 3.12.2; OK tb@ 2020-07-20 18:48:57 +00:00
sthen
88063a6ad0 update to libmagic-5.39 2020-07-20 13:32:56 +00:00
landry
bf7b9cbb7f update to py-build{bot,slave} 2.8.2 2020-07-20 07:18:13 +00:00
jasper
949e740949 update to nasm-2.15.03
tested in a bulk by aja@, thanks
2020-07-20 05:51:07 +00:00
daniel
eb8453b906 Update to acpica-20200717
The acpinames utility was deprecated in the 20200430 release and removed
from the 20200528 release as the functionality of acpinames is already
present via the acpiexec utility.

ok sthen@ (MAINTAINER)
2020-07-18 17:26:43 +00:00
jasper
b8eb493f21 py-M2Crypto -> py3-M2Crypto 2020-07-17 17:48:11 +00:00
jasper
b4747cb577 update to py-cachetools-4.1.1 2020-07-17 17:37:39 +00:00
ajacoutot
3681abd939 Update to meson-0.55.0. 2020-07-17 07:24:40 +00:00
kurt
ce85110c65 Update to 8u262 GA:
* Contains many upstream bug fixes and security fixes which can be found
  in the release notes here:
  https://adoptopenjdk.net/release_notes.html#jdk8u262
  https://openjdk.java.net/groups/vulnerability/advisories/2020-07-14
* Remove reduction of the default compressed class space size now that
  PROT_NONE memory isn't included in RLIMIT_DATA.
2020-07-16 15:47:29 +00:00
kurt
81c70f05bd Update to 11.0.8 GA:
* Contains many upstream bug fixes and security fixes which can be found
  in the release notes here:
  https://adoptopenjdk.net/release_notes.html#jdk11_0_8
  https://openjdk.java.net/groups/vulnerability/advisories/2020-07-14
* Remove reduction of the default compressed class space size now that
  PROT_NONE memory isn’t included in RLIMIT_DATA.
2020-07-16 15:46:49 +00:00
rsadowski
56fdacf632 Update gwenhywfar to 5.3.0
ok ajacoutot@
2020-07-16 05:01:16 +00:00
edd
ba876ab4e6 Update devel/github-backup to version 0.33.0.
Sent in from Laurence Tratt, thanks!
2020-07-15 20:59:36 +00:00
rsadowski
714f6c06ec Update jenkins-devel to 2.245 2020-07-15 20:46:37 +00:00
kn
e63d8dc9dd + py3-tqdm 2020-07-15 20:41:19 +00:00
kn
f567ed66d8 Import py3-tqdm
Enables Python loops to show a smart progress meter by wrapping iterables
with tqdm(iterable).

From Laurence Tratt (maintainer) as dependency for new ffmpeg-normalize
OK edd
2020-07-15 20:36:08 +00:00
rsadowski
85bd80563a remove quirk for akonadi
It was here for its kde4 version but x11/kde-applications/akonadi has the same
PKGNAME, and is thus wrongly listed as obsolete..
2020-07-15 19:10:22 +00:00
jasper
a10a564466 register cve quirk for apache-ant 2020-07-14 18:10:33 +00:00
jasper
600bd0368c update to apache-ant 1.10.8
this addresses CVE-2020-1945
2020-07-14 18:08:49 +00:00
kettenis
d4c7c16e62 Add support for OpenBSD/powerpc64.
ok jasper@
2020-07-14 15:52:54 +00:00
kn
c79cd33327 Move py-astroid and pylint to py3 only
py2 pylint is the only consumer of py2 py-astroid and nothing depends
on py2 pylint.

OK bket
2020-07-14 09:19:32 +00:00
fcambus
6ca3dcc2de Update p5-List-AllUtils to 0.16. 2020-07-13 10:49:43 +00:00
rsadowski
b061f1a924 Add a link to the tier-docs 2020-07-12 13:08:12 +00:00
rsadowski
cd6496f16d Update pycharm to 2020.1.3
From Lucas Raab (Maintainer)
2020-07-12 07:33:23 +00:00
rsadowski
8199e6febb Update intellij to 2020.1.3
From Lucas Raab (Maintainer)
2020-07-12 07:29:18 +00:00
naddy
32c03fee0a Fix a parallel build race: Our make(1) treats $(top_srcdir)/doc/bison.help
and doc/bison.help as distinct targets.
grumbling ok espie@
2020-07-11 23:42:05 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
bket
b227efe82e Update to ipython-5.10.0
Maintenance update.

Taking over maintainership from edd@.

OK edd@
2020-07-11 15:17:51 +00:00
rsadowski
b61118f2f6 Update qt-creator to 4.12.4 2020-07-11 12:35:03 +00:00
kmos
6f2cd7f1a0 Add quirk for retirement of python2 version of net/py-cares 2020-07-10 03:34:59 +00:00
afresh1
9e5fd3fe99 FIX_EXTRACT_PERMISSIONS for devel/p5-Test-Warnings
Turns out I was wrong about not needing it.
2020-07-09 00:31:14 +00:00
kn
74ac903a34 Drop myself as MAINTAINER 2020-07-08 22:57:41 +00:00
bcallah
e0b64a0d7c Register quirks entry for ebc => bc-gh. 2020-07-08 21:03:02 +00:00
naddy
25bd1311b4 this port has an independent version number, restore the dropped revision 2020-07-08 20:55:25 +00:00
bket
739506e510 Fix ipython-5.8.0 on python-3.8
Fix issue due to changes in ast.Module.

"...fine by me. Please go ahead." edd@ (maintainer)
2020-07-08 13:01:23 +00:00
landry
976b21feb9 remove quirk for qtserialport
It was here for its qt4 version but x11/qt5/qtserialport has the same
PKGNAME, and is thus wrongly listed as obsolete..
2020-07-08 11:33:28 +00:00
rsadowski
9e8a2cb421 Update jenkins-devel to 2.244 2020-07-08 08:33:59 +00:00
kirby
fe931b7a42 register net/p5-Net-GPSD removal 2020-07-08 06:55:09 +00:00
paco
7055285f59 py-aiodns -> py3-aiodns 2020-07-07 18:56:49 +00:00
kn
0a1cfa833a Update to angr 8.20.7.6 2020-07-07 14:51:51 +00:00
kn
c538a37d45 Move py-configargparse to py3 only
No py2 consumers left after the yle-dl update.
2020-07-07 13:06:07 +00:00
afresh1
87d0e935b9 Update devel/p5-Test-Warnings to 0.030
Initial update from wen heping <wenheping2000 () hotmail ! com>

While here I noticed we no longer need to FIX_EXTRACT_PERMISSIONS
2020-07-07 01:29:54 +00:00
sthen
45f092481e pango: backport upstream "fcfontmap: Always reject unsupported font formats"
commit. This stops pango from trying to use pcf fonts (which it no longer
supports) if both pcf and otf/otb are present. ok chrisz@ ajacoutot@
2020-07-06 16:05:58 +00:00
kn
cf8aea9610 Update to py-configargparse 1.2.3
From <deserter666 at danwin1210 dot me>
2020-07-06 14:25:07 +00:00
sthen
b9e75bfd9a update to py-hypothesis 4.57.1, newest version with py2+3.
as found by daniel@, the previous version (4.15.0) is broken with py3.

test results from a sample of the ports using this as TEST_DEPENDS
look sane (I didn't test every one, but most) - those with errors have
similar/same with the older version under py2.
2020-07-06 10:35:08 +00:00
sthen
1c2950d0f3 update to p5-Glib2-1.3293 2020-07-06 10:11:58 +00:00
ajacoutot
e1043012bc Update to fribidi-1.0.10. 2020-07-06 07:52:31 +00:00
kn
0539da774f Update to py-podcastparser 0.6.5
Move to py3 only while here, only consumer is gpodder,
from maintainer with quirk diff from me.
2020-07-05 14:51:05 +00:00
sthen
d6f6a7acf9 update to p5-Modern-Perl-1.20200211 2020-07-05 14:46:07 +00:00
sthen
e66c841079 update to p5-Glib-Object-Introspection-0.048 2020-07-05 14:45:14 +00:00
sthen
823c93d6f4 update to p5-File-Slurp-9999.30 2020-07-05 14:43:10 +00:00
landry
e4d1ff2bc0 Major update to poedit 2.3.1, from Omar Polo (thanks!)
brings support for spellchecking via gtkspell3, install the
corresponding aspell dictionary if you want to use it.
2020-07-05 09:30:52 +00:00
ajacoutot
b51642c007 Bump for py3.7 -> py3.8 2020-07-05 07:22:20 +00:00
semarie
0ce27dd412 update devel/py-stdnum to 1.13 2020-07-05 05:01:59 +00:00
sthen
1d777a7bdc bump; python files without RDEP. remove pointless "WANTLIB-" line while there. 2020-07-04 17:35:45 +00:00
paco
e89f69d957 update devel/py-pip to 20.1.1
ok kn@ kmos@
2020-07-04 16:22:56 +00:00
sthen
2ab06ba305 bump; plist changed but no forced python dep 2020-07-04 09:52:16 +00:00
sthen
ecf10f7536 bump 2020-07-04 09:50:08 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
d9b9d66f18 regen plist and bump for py3 default switch 2020-07-03 21:11:01 +00:00
ajacoutot
a9767188b7 Update to glib2-2.64.4. 2020-07-03 17:47:25 +00:00
sthen
eefd76e515 update to py-cloudpickle-1.5.0 and move to py3-only. add py-psutil test
dep pointed out by bcallah.  ok kn, bcallah
2020-07-03 17:05:22 +00:00
bcallah
b43f9a0c25 +zmac 2020-07-03 15:24:46 +00:00
bcallah
79ce6121bc Import devel/zmac, a Z-80 macro cross assembler.
ok benoit@

zmac is a Z-80 macro cross-assembler. It has all the features you'd
expect. It assembles the specified input file (with a '.z' extension if
there is no pre-existing extension and the file as given doesn't exist)
and produces program output in many different formats. It also produces
a nicely-formatted listing of the machine code and cycle counts
alongside the source in a ".lst" file.

Undocumented Z-80 instructions are supported as well as 8080 code.

zmac strives to be a powerful assembler with expressions familiar to C
programmers while providing good backward compatibility with original
assemblers such as Edtasm, MRAS and Macro-80.
2020-07-03 15:24:22 +00:00
rsadowski
743fc2f7b1 Update jenkins devel to 2.243 2020-07-03 05:53:30 +00:00