125802 Commits

Author SHA1 Message Date
rsadowski
471948d274 Update krita to 3.3.2.1 2018-01-14 10:05:03 +00:00
rsadowski
3745931fdc Update gawk to 4.2.0
PLIST tweak and ok jca@
2018-01-14 10:03:54 +00:00
bentley
0944879953 Switch homepage/master_sites to https. 2018-01-14 09:46:18 +00:00
stu
ce9b710f46 +tdbc-mysql
+tdbc-postgres
2018-01-14 04:27:13 +00:00
stu
db4e88c0ba Import databases/tdbc-postgres.
OK sthen@

Provides a database interface that conforms to Tcl DataBase Connectivity (TDBC)
and allows a Tcl script to connect to a PostgreSQL database.
2018-01-14 04:25:43 +00:00
stu
cd13e8a5fc Import databases/tdbc-mysql.
OK sthen@

Provides a database interface that conforms to Tcl DataBase Connectivity (TDBC)
and allows a Tcl script to connect to a MariaDB database.
2018-01-14 04:24:37 +00:00
ajacoutot
6c7970b595 Add link to BZ. 2018-01-14 00:38:14 +00:00
jung
01f924e406 update khal to 0.9.8
changelog: http://lostpackets.de/khal/changelog.html

ok awolk remi
2018-01-13 20:14:18 +00:00
jung
a63e25af08 update py-icalendar to 4.0.0
ok awolk remi
2018-01-13 20:12:47 +00:00
sthen
2e5a58bb8b update to lz4-1.8.1 2018-01-13 14:38:59 +00:00
phessler
d0787a8d2d compile time fix for arm 2018-01-13 12:28:49 +00:00
phessler
ca6a3bbb22 compile time fix for arm64 2018-01-13 12:18:46 +00:00
ajacoutot
8879c2b090 Update to awscli-1.14.24. 2018-01-13 08:51:21 +00:00
ajacoutot
c2971368da Update to py-boto3-1.5.14. 2018-01-13 08:51:04 +00:00
ajacoutot
f6872fc1db Update to py-botocore-1.8.28. 2018-01-13 08:50:50 +00:00
bentley
3e81b07c71 Replace distcache.freebsd.org/ports-distfiles/ with _MASTER_SITE_FREEBSD.
Some ports used _MASTER_SITE_FREEBSD already but others hardcoded the URL.

Switch _MASTER_SITE_FREEBSD and MASTER_SITE_FREEBSD_LOCAL to https.
2018-01-13 03:00:46 +00:00
sthen
b010be9f60 update to easy-rsa 3.0.3 2018-01-13 01:23:46 +00:00
sthen
a4435af6dd update to xmlsec-1.2.25 2018-01-13 01:11:36 +00:00
sthen
fb7c52b737 update to asterisk-g729-1.4.2 2018-01-13 01:07:01 +00:00
ajacoutot
a1a6364479 Comment DPB_PROPERTIES = parallel ; something's broken with it.
Under investigation...
2018-01-12 23:54:12 +00:00
juanfra
14ffb71147 Update to stagit 0.7.2. From Hiltjo Posthuma. 2018-01-12 23:15:03 +00:00
awolk
6513cf61da +graphics/mojoshader 2018-01-12 22:52:40 +00:00
awolk
b64461c9ee Import graphics/mojoshader
OK sthen@, bcallah@

Submitted by Thomas Frohwein, who takes MAINTAINER (thanks!)

MojoShader is a library to work with Direct3D shaders on alternate 3D
APIs and non-Windows platforms. The primary motivation is moving shaders
to OpenGL languages on the fly. The developer deals with "profiles" that
represent various target languages, such as GLSL or ARB_*_program.

This allows a developer to manage one set of shaders, presumably written
in Direct3D HLSL, and use them across multiple rendering backends. This
also means that the developer only has to worry about one (offline)
compiler to manage program complexity, while MojoShader itself deals
with the reduced complexity of the bytecode at runtime.

MojoShader provides both a simple API to convert bytecode to various
profiles, and (optionally) basic glue to rendering APIs to abstract the
management of the shaders at runtime.
2018-01-12 22:50:45 +00:00
bcallah
6bb2e23662 +sdl-jstest 2018-01-12 22:32:56 +00:00
bcallah
bf85f4967e Import games/sdl-jstest, a simple SDL joystick test application.
Submission by Thomas Frohwein <frohwein AT ymail DOT com>, who takes
MAINTAINER, thanks!
ok awolk@, tweaks sthen@

sdl-jstest and sdl2-jstest are simple programs that let you find out how
many joysticks SDL or SDL2 detected on your system, how many axes,
buttons, hats and balls they have each. They also lets you test the
joysticks by displaying the events they send or by displaying their
current button, axis, hat or ball state. sdl-jstest is especially useful
if you want to test your SDL_LINUX_JOYSTICK configuration.
2018-01-12 22:32:31 +00:00
sthen
bcc97d1749 update to ocserv-0.11.10, from Björn Ketelaars 2018-01-12 22:28:51 +00:00
sthen
91cf9fde33 update to apache-httpd 2.4.29, from David CARLIER (slightly overdue commit!) 2018-01-12 22:11:41 +00:00
sthen
322897489f update some apache mirror URLs, drop some dead ones 2018-01-12 22:06:28 +00:00
kili
6e97601e31 Import devel/hs-edit-distance.
Optimized edit distances for fuzzy matching, including Levenshtein
and restricted Damerau-Levenshtein algorithms.

ok sthen@
2018-01-12 21:36:14 +00:00
kili
8f184acc71 Import devel/hs-echo.
The base library exposes the hGetEcho and hSetEcho functions for
querying and setting echo status, but unfortunately, neither function
works with MinTTY consoles on Windows.
This library provides an alternative interface which works with
both MinTTY and other consoles.

ok sthen@ ("You don't need any more pain than you already have!" about
patching cabal-install to *not* need this port)
2018-01-12 21:35:39 +00:00
sthen
22f4eebe00 fix bump 2018-01-12 20:43:48 +00:00
kili
1900edc5d9 Make the broken scons checks for libGL a little less broken.
At least it now configures and builds correctlry even if you
have more than one libGL.so.* in /usr/X11R6/lib.

ok bentley@
2018-01-12 20:13:31 +00:00
kili
a888997e7e Fix wrong bump, and explicitely use REVISION-client and REVISION-main
instead of mixing REVISION and REVISION-main.
2018-01-12 20:03:23 +00:00
bentley
f877fa1e34 Move homepage/master_sites to https. 2018-01-12 19:32:54 +00:00
sthen
75eb7f397b update BIND to 9.11.2, switching from 9.10 to 9.11 branch (which is a long
term support branch).

note, the license changed to MPL.
2018-01-12 17:08:01 +00:00
naddy
16ff511184 fix bad bump 2018-01-12 16:09:42 +00:00
bcallah
124be08f1d Update to seed7-20180107 2018-01-12 14:47:23 +00:00
jsg
6903ca5eb7 scummvm-tools now uses C++11, set COMPILER to give it a chance of
building on non-clang archs.
ok bentley@
2018-01-12 14:13:21 +00:00
bcallah
ad1b7a9efb Update to wtf-20180110 2018-01-12 14:08:05 +00:00
sthen
db3e17373e fix bad bump 2018-01-12 14:05:10 +00:00
sthen
ab77185a83 fix bad bump to rrdtool. remove a python dep for "no_python" pseudo-flavour builds. 2018-01-12 14:03:50 +00:00
ajacoutot
38087938b0 Update to awscli-1.14.23. 2018-01-12 08:04:56 +00:00
ajacoutot
88336ac5ef Update to py-boto3-1.5.13. 2018-01-12 08:04:36 +00:00
ajacoutot
92b236ddc7 Update to py-botocore-1.8.27. 2018-01-12 08:04:18 +00:00
kili
4dec311a1c Revisions can't go backwards. 2018-01-12 00:36:28 +00:00
nigel
13f7420190 fix m4 issue with earlier update.
Ok ajacoutot
2018-01-11 22:00:07 +00:00
ajacoutot
ab314ba819 Update to gnome-builder-3.26.3. 2018-01-11 21:24:42 +00:00
ajacoutot
b105d5edeb Update to terraform-provider-alicloud-1.5.3. 2018-01-11 21:10:51 +00:00
ajacoutot
2ce7c7087c SECURITY update to webkitgtk4-2.18.5.
- CVE-2017-5753, CVE-2017-5715
2018-01-11 20:59:31 +00:00
ajacoutot
6e2a9367eb Update to libdazzle-3.26.2. 2018-01-11 20:46:51 +00:00