19351 Commits

Author SHA1 Message Date
ajacoutot
440b917131 Register mozjs17 removal. 2018-04-07 10:58:33 +00:00
ajacoutot
9d7a1e7acd Remove mozjs17, it's unused since polkit moved to spidermonkey52. 2018-04-07 10:58:23 +00:00
rsadowski
0b2828022e catch2 bugfix update to 2.2.2 2018-04-07 09:43:23 +00:00
espie
cf43a73a02 fix for clang 6.0: narrowed constants, and non-sensical cod
(fix taken from ragel 6.10)
2018-04-07 09:32:20 +00:00
rsadowski
5af3caa2f4 Unbreak build - fix for clang 6.0
set -Wno-delete-non-virtual-dtor in CXXFLAGS. We don't want to fix all classes
that don't have a virtual dtor.
2018-04-07 09:27:14 +00:00
landry
ffcf5df62b Fix llvm 6 fallout by replacing '\0' by NULL, otherwise blowing with an
invalid comparison between char* & int. Don't use nullptr to give it a
chance on non-clang archs.
2018-04-07 08:11:10 +00:00
espie
510545c74e fixes for clang 6.0 2018-04-07 07:55:14 +00:00
rsadowski
190999ee12 Update qt-creator to 4.6.0
"okay" landry@
2018-04-07 07:49:40 +00:00
rsadowski
f8367d8ea9 Update Qbs to 1.11.0
"okay" landry@
2018-04-07 07:48:12 +00:00
rsadowski
1275a954db Update dlib to 19.10: 2018-04-07 07:26:58 +00:00
pvk
1cfcba735b Add py-twisted,python3 2018-04-06 19:35:32 +00:00
pvk
5b79412ca2 Update to twisted-17.9.0
ok landry@
2018-04-06 19:14:00 +00:00
landry
8c4e4e44d9 Update to proj 5.0.1.
https://github.com/OSGeo/proj.4/releases/tag/5.0.1
2018-04-06 07:32:24 +00:00
pvk
bd80931840 Remove textproc/py-xml from RUN_DEPENDS.
pyxml was removed from package requirements long time ago:
2531c84da4
2018-04-05 18:01:42 +00:00
ajacoutot
9f94a5f24a Give these to jasper@ as well (salt w/ raet). 2018-04-05 11:52:06 +00:00
bcallah
5a6e5e57cc +p5-Getopt-Tabular 2018-04-04 22:06:27 +00:00
bcallah
b34ae7e0e0 Import devel/p5-Getopt-Tabular, a module that provides table-driven
argument parsing for Perl 5.

ok bluhm@

Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
vaguely inspired by John Ousterhout's Tk_ParseArgv. All you really need
to do to use the package is set up a table describing all your
command-line options, and call &GetOptions with three arguments: a
reference to your option table, a reference to @ARGV (or something like
it), and an optional third array reference (say, to @newARGV).
&GetOptions will process all arguments in @ARGV, and copy any leftover
arguments (i.e. those that are not options or arguments to some option)
to the @newARGV array. (If the @newARGV argument is not supplied,
GetOptions will replace @ARGV with the stripped-down argument list.) If
there are any invalid options, GetOptions will print an error message
and return 0.
2018-04-04 22:05:47 +00:00
danj
e394a67f7c Update to py-pip-9.0.3 2018-04-04 20:04:56 +00:00
danj
aa575fd522 Update to py-virtualenv-15.2.0 2018-04-04 19:43:36 +00:00
rpointel
8f87320b6c + SUBDIR += py-filebytes
+     SUBDIR += py-filebytes,python3
2018-04-04 19:01:50 +00:00
rpointel
8601ec2985 import py-filebytes, a python module to read and write ELF, PE, MachO or OAT.
ok benoit@.
2018-04-04 19:00:45 +00:00
pvk
443c7ee102 Update py-automat to 0.6.0
ok landry@
2018-04-04 08:23:14 +00:00
pvk
9a1e9bbf28 Update py-incremental to 17.5.0
ok landry@
2018-04-04 08:12:23 +00:00
pvk
91aaa1de92 Update py-zopenterface to 4.4.3
ok landry@
2018-04-03 21:17:02 +00:00
pvk
0d66cc1cc7 Update py-zopeevent to 4.4.3
ok landry@
2018-04-03 21:14:30 +00:00
rpointel
ba381e460b update jadx to 0.7.1.
ok benoit@.
2018-04-03 20:22:12 +00:00
bentley
e62e85ffd9 +rgbds 2018-04-03 05:33:41 +00:00
bentley
44922b1d2b Import rgbds-0.3.6.
RGBDS (Rednex Game Boy Development System) is a free assembler/linker package
for the Game Boy and Game Boy Color. It consists of:

 - rgbasm (assembler)
 - rgblink (linker)
 - rgbfix (checksum/header fixer)
 - rgbgfx (PNG to Game Boy graphics converter)

ok kn@
2018-04-03 05:31:41 +00:00
bluhm
4e1f444136 update p5-Devel-NYTProf to 6.05 2018-04-02 17:27:53 +00:00
jasper
69e12d6733 update to apache-ant-1.10.2 2018-04-02 13:34:24 +00:00
jasper
b4e739a7a2 update to git-lfs-2.4.0 2018-04-02 08:44:14 +00:00
jasper
2cd21c787d update to help2man-1.47.6 2018-04-02 08:42:31 +00:00
rsadowski
74daf5b3ef hook kholidays and purpose 2018-04-01 22:53:30 +00:00
rsadowski
69d91989b3 Import kf5/kholidays
This library provides a C++ API that determines holiday and other special
events for a geographical region.

ok landry@
2018-04-01 22:50:48 +00:00
rsadowski
04d9a23f37 Import kf5/purpose
This framework offers the possibility to create integrate services and actions
on any application without having to implement them specifically. Purpose will
offer them mechanisms to list the different alternatives to execute given the
requested action type and will facilitate components so that all the plugins
can receive all the information they need.

ok landry@
2018-04-01 22:49:22 +00:00
landry
1f78897f17 Update to build{slave,bot} 1.1.0.
See https://docs.buildbot.net/1.1.0/relnotes/index.html#buildbot-1-1-0-2018-03-10
2018-04-01 18:55:30 +00:00
landry
c1f0b58d65 +pygame,python3 2018-04-01 09:32:58 +00:00
landry
b7ea354a52 Update to pygame 1.9.3
- change PKGNAME from pygame to py-game
- add a python3 FLAVOR (req'd by upcoming pysol update)
2018-04-01 09:27:43 +00:00
espie
2ef27a20ab xss in drupal theme newsflash: SA-CONTRIB-2014-027
https://www.drupal.org/node/2211381
2018-03-31 15:36:32 +00:00
ajacoutot
d21b5c09dc +py-anytree
+py-anytree,python3
2018-03-30 13:54:18 +00:00
ajacoutot
6db78e382b Import py-anytree-2.4.3.
Any Python Tree Data is a simple, lightweight and extensible tree data
structure.

ok robert@
2018-03-30 13:53:31 +00:00
espie
a850ad5495 drupal core cve 2018-03-30 12:46:36 +00:00
robert
c1fe58818d disable tests because NUnit is deprecated and will be removed 2018-03-30 11:49:30 +00:00
bentley
06b56898f8 +qp 2018-03-30 04:48:36 +00:00
bentley
0a72d07fc5 Import qp-6.0.1.
QP/C and QP/C++ (Quantum Platform in C/C++) is a lightweight, open source
software framework/RTOS for building reactive real-time embedded applications
as systems of cooperating, event-driven active objects (actors).

ok abieber@ benoit@
2018-03-30 04:47:59 +00:00
jeremy
601b0a7a90 Stop building ports for ruby 2.3 libraries by default
Per our current ruby support policy, as ruby 2.3's normal maintenance phase
has ended.
2018-03-29 23:06:50 +00:00
ajacoutot
822757c01a Update to meson-0.45.1. 2018-03-29 21:12:36 +00:00
jturner
784e512e86 Bump 2018-03-29 20:58:51 +00:00
jturner
2d898530af Bring in upstreamed pledge fix for fossil status command 2018-03-29 20:58:04 +00:00
rsadowski
18d3d97ec6 Update catch2 to 2.2.1 2018-03-29 19:58:17 +00:00