landry
afc6161b17
Import vis 0.4 (binary renamed to vise to avoid conflicts).
...
Vis aims to be a modern, legacy free, simple yet efficient editor combining the
strengths of both vi(m) and sam.
It extends vi's modal editing with built-in support for multiple
cursors/selections and combines it with sam's structural regular expression
based command language.
As an universal editor it has decent Unicode support and should cope with
arbitrary files including: large, binary or single-line ones.
Efficient syntax highlighting is provided using Parsing Expression Grammars
which can be conveniently expressed using Lua in the form of LPeg.
From Klemens Nanni and Carolyn Saunders
ok tb@
2017-12-23 12:31:27 +00:00
landry
19d5974745
Update to displaz 0.4.0.
...
Add a patch explicitely setting the install base so that shaders are
found, for some reason QCoreApplication::applicationDirPath only returns '.'.
2017-12-23 11:32:28 +00:00
ajacoutot
5588ed5146
Update to LLVM/Clang 5.0.1.
...
from Brad (maintainer)
2017-12-23 09:43:59 +00:00
jasper
15de02bae0
update to epiphany-3.26.5.1
2017-12-23 09:33:09 +00:00
ajacoutot
1bf2fe5569
Update to awscli-1.14.16.
2017-12-23 09:01:54 +00:00
ajacoutot
0e423af434
Update to py-boto3-1.5.6.
2017-12-23 09:01:35 +00:00
ajacoutot
37c88c4790
Update to py-botocore-1.8.20.
2017-12-23 09:01:15 +00:00
zhuk
9ddeba36c8
Hook up t22 and t23.
2017-12-22 23:12:22 +00:00
zhuk
ddfa5754da
Test for forgotten README files.
2017-12-22 23:11:39 +00:00
zhuk
612c7471a1
Test for forgotten @rcscripts.
2017-12-22 23:11:21 +00:00
zhuk
c652e6b6f0
Check that rc.d scripts and README files are not forgotten.
...
Inspired by bcallah@
2017-12-22 22:59:53 +00:00
sthen
5042f370d8
update to intellij 2017.3.1, from maintainer Caspar Schutijser
2017-12-22 22:49:38 +00:00
bcallah
2cc9863dd1
No one noticed that the pkg/README wasn't being installed. Myself included.
...
Fix that, bump REVISION because of it.
2017-12-22 21:45:58 +00:00
sthen
6247648e54
remove old kde/artwork3 port, it has been unlinked from the build since 2016
...
and hasn't kept up with ports infrastructure changes so doesn't build as-is.
ok jca@ "kiiilllll" landry@ "I will always vote yes to killing ports" bcallah@
2017-12-22 21:45:43 +00:00
jasper
ec2639c827
update to elixir-1.5.3
2017-12-22 19:55:00 +00:00
sthen
6c0524f2f3
update to xscreensaver-5.38
...
- update comment re kde-artwork; artwork3 seems dead.
no plist change in kde4-artwork this time.
2017-12-22 16:11:08 +00:00
bluhm
04bc8db32e
update p5-List-MoreUtils-XS to 0.428
2017-12-22 15:52:03 +00:00
sthen
f8c8a91d9a
update to beets-1.4.6
...
move to py3
2017-12-22 14:39:22 +00:00
ajacoutot
5066929fab
Update to stellarium-0.17.0.
2017-12-22 14:36:29 +00:00
sthen
626fe70023
Adjust DESCR to point people at aggregate6 if they need something that works
...
with both IPv4 and v6.
2017-12-22 14:30:57 +00:00
fcambus
2fe14a57c7
Update fuse-utils to 1.4.0.
...
OK benoit@
2017-12-22 13:54:27 +00:00
fcambus
21bc4b74d9
Update fuse to 1.5.0.
...
OK benoit@
2017-12-22 13:52:10 +00:00
jasper
c889817cd7
update to ansible-lint-3.4.20
2017-12-22 11:54:54 +00:00
jasper
fffc29902b
update to tmuxinator-0.10.1
2017-12-22 10:28:40 +00:00
jasper
2bf2b22048
update to py-zmq-16.0.3
...
ok shadchin@ (MAINTAINER)
2017-12-22 10:24:05 +00:00
bcallah
77d0b22305
+postal
2017-12-22 10:23:48 +00:00
bcallah
ebcf5fb0d4
Import games/postal, the non-stop killing isometric shooter game.
...
ok kirby@, who provided the above COMMENT.
postal is the official game engine for Postal 1 from Running With
Scissors released as open source. It requires the original game assets
to run.
Postal 1 is an isometric shooting game.
2017-12-22 10:23:26 +00:00
jasper
42ef8cd0eb
add link to upstream bz
2017-12-22 10:23:20 +00:00
jasper
51a4a9091e
add link to upstream bz
2017-12-22 09:47:55 +00:00
robert
d9233a7575
merge the user-agent patch from chromium and re-enable on i386
2017-12-22 08:21:56 +00:00
bcallah
f6a8afd4e7
cvs forgot to add this new patch
2017-12-22 07:36:17 +00:00
bcallah
12ce46f463
Update to CorsixTH 0.61
...
Changelog here: https://github.com/CorsixTH/CorsixTH/releases/tag/v0.61
ok bentley@, who is also going to take care of reporting a bug upstream.
2017-12-22 07:35:15 +00:00
kirby
7974816db0
tweak CXXFLAGS to fix build with ports-gcc
...
ok jca@
2017-12-22 06:27:16 +00:00
kili
6a08325b2c
Use -rdynamic instead of -export-dynamic in CFLAGS. While gcc just
...
silently passes -export-dynamic to the linker, clang doesn't, issues
a warning and discards it. This leads to lots of runtime warnings like
Gtk-WARNING **: Could not find signal handler ...
printed and to misbehaviour of gummi (especially menus don't work).
Problem (including the clang warnings about '-e xport-dynamic') by
Sebastian Neuper.
Some help and hints from jca@.
While this isn't the best way to fix it (because clang still prints
warnings when compiling rather than linking), it just works[tm],
and apart from one newer release of gummi (0.6.6), there's not much
upstream activity.
2017-12-21 19:36:17 +00:00
giovanni
6f255c7f33
Update to 2.48.15
...
patch versions are on github now so switch to GH_ vars
enable regression tests
Initial diff from Bjorn Ketelaars with some tweaks by me
2017-12-21 15:31:48 +00:00
giovanni
e823cacd8d
Update to 1.5.3
...
disable no_drop_privileges option to be sure pledge(2) will be always enabled
hints & ok jca@
2017-12-21 14:56:43 +00:00
giovanni
21857115ac
Bugfix update to 1.9.9, officially supports latest TB releases
2017-12-21 14:46:47 +00:00
jsg
39c8f834b2
update to scummvm-tools 2.0.0
2017-12-21 10:23:27 +00:00
jsg
cb5da4bd6d
update to scummvm 2.0.0
2017-12-21 10:10:01 +00:00
ajacoutot
ebf076da4a
Update to awscli-1.14.14.
2017-12-21 08:31:21 +00:00
ajacoutot
7c01243586
Update to py-boto3-1.5.4.
2017-12-21 08:31:01 +00:00
ajacoutot
92729e308e
Update to py-botocore-1.8.18.
2017-12-21 08:30:47 +00:00
ajacoutot
b2eb6824bd
Update to ecs-cli-1.2.0.
2017-12-21 08:25:03 +00:00
ajacoutot
77413415f6
Update to harfbuzz-1.7.4.
2017-12-21 08:22:44 +00:00
ajacoutot
7f2421a0a7
Update to gmime30-3.2.0.
2017-12-21 08:15:21 +00:00
rsadowski
e5a22dc02a
Update LibRaw to 0.18.6
...
ok jca@
2017-12-21 07:55:47 +00:00
rsadowski
0d03344517
Update keepassxc to 2.2.4
2017-12-21 07:54:27 +00:00
sthen
313e11fd71
update to unifi 5.6.29 stable candidate
2017-12-20 22:13:24 +00:00
jca
d4591194b9
Use ports-gcc for atomics on arm
2017-12-20 20:26:33 +00:00
rpointel
cb2c77a11c
update to Python 3.6.4.
...
tested in a bulk build by naddy@.
2017-12-20 19:47:30 +00:00