bentley
10caa924a3
Fix misnamed package: apertium-es-ast_NO-PN -> apertium-es-ast.
2018-11-13 05:15:55 +00:00
pvk
4558d69d06
Update elasticsearch 6.4.2 -> 6.4.3
...
ok jasper@
2018-11-12 21:24:36 +00:00
bentley
7eb364df22
Remove bogus (incorrect and redundant) mode files.
2018-11-12 12:49:43 +00:00
danj
d98f0da854
Update to py-MarkupSafe-1.1.0
...
From Pamela Mosiejczuk with guidance from me for the test target
2018-11-12 12:14:29 +00:00
ajacoutot
bb572bc797
Update to gtranslator-3.30.1.
2018-11-12 09:12:17 +00:00
danj
0a3173008f
Update to py-toml-0.10.0
...
From Pamela Mosiejczuk with a minor tweak from me
2018-11-10 16:51:23 +00:00
naddy
f3864160aa
fix parallel build
2018-11-09 15:25:33 +00:00
bentley
e06dd0ba20
Move homepage to https.
2018-11-06 06:17:01 +00:00
ajacoutot
f16cdd810c
Update to gtranslator-3.30.0.
2018-11-03 11:27:48 +00:00
sthen
ccbc021087
update to jq-1.6
...
use oniguruma from ports rather than bundled
2018-11-02 16:41:29 +00:00
jeremy
97afa36a8e
Update to nokogiri 1.8.5
2018-10-29 14:45:14 +00:00
afresh1
18e30f70e8
Update textproc/p5-POE-Filter-XML to 1.140700
...
From Charlene Wendling <julianaito AT posteo.jp>
2018-10-28 03:04:25 +00:00
pvk
0a1b662770
Update elasticsearch 6.4.1 -> 6.4.2
...
ok jasper@
2018-10-27 21:24:42 +00:00
sthen
44b7d9f469
Build groff with a base compiler, suggested by/ok schwarze@. It is somewhat
...
an "infrastructure" port, won't have library conflict problems, and as
Ingo says, 'Groff does not really use C++, it is merely "C with classes"'
and this is not expected to change.
2018-10-25 13:26:48 +00:00
sthen
25f0e460f2
Add COMPILER lines to c++ ports which currently use the default. Adjust
...
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.
This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -
- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.
- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.
devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jasper
076e9cddfd
update to py-natsort-5.4.1
2018-10-23 18:50:08 +00:00
jasper
c0394e816a
update to py-gfm-0.1.4
2018-10-21 12:09:04 +00:00
benoit
75ced59251
Update to highlight-3.47.
2018-10-17 14:43:35 +00:00
sthen
44f8a14fd9
switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
...
using mcrypt).
2018-10-17 14:15:55 +00:00
bentley
3bea5e4811
Oops, these libraries must stay in sync.
...
Build failure reported by ajacoutot@
2018-10-17 09:00:49 +00:00
bentley
836cac80d6
Update to apertium-3.5.2.
2018-10-17 06:58:07 +00:00
bentley
bf6a8cd22c
Update to vislcg3-1.1.0.12312.
2018-10-17 06:52:03 +00:00
bentley
ff64563d29
Update to hfst-3.15.0.
2018-10-17 06:51:10 +00:00
bentley
6ba38d5bf3
More fixes for newer apertium.
2018-10-17 06:35:46 +00:00
bentley
612c1fd16e
Fix validation bug resulting in build error with apertium-3.5.2.
2018-10-17 04:39:54 +00:00
fcambus
19d7031087
Update miller to 5.4.0.
2018-10-16 11:30:37 +00:00
landry
87f241ee73
Bump all ports using rust to ensure they get rebuilt/updated.
2018-10-08 15:28:05 +00:00
benoit
87565d1014
Update to highlight-3.46.
2018-10-08 12:17:20 +00:00
sthen
a6795e69da
update to solr-7.5.0, take maintainer
2018-10-04 20:43:02 +00:00
benoit
a1be3fe817
Update to highlight-3.45.
2018-10-04 09:43:11 +00:00
solene
ad235890b0
Add LICENSE file
...
ok danj@ sthen@
Proposition from sthen@
2018-10-02 08:57:32 +00:00
fcambus
693dd4c840
Update ruby-rouge to 3.3.0.
2018-10-02 07:02:48 +00:00
solene
dc778e1fda
+ pup
2018-10-01 12:07:33 +00:00
solene
1120b23c0e
Import pup-0.4.0
...
pup is a command line tool for processing HTML. It reads from stdin,
prints to stdout, and allows the user to filter parts of the page
using CSS selectors. Inspired by jq, pup aims to be a fast and
flexible way of exploring HTML from the terminal.
ok jca@
original port from kn@
help from sthen@ kn@ bentley@ jca@
2018-10-01 12:06:54 +00:00
sthen
202fbf484e
bump REVISION on ports using rust, to ensure that they pick up the fix
...
for out of bounds write due to integer overflow that was fixed in rust's
libstd (which is statically linked).
2018-09-25 21:16:37 +00:00
pvk
60b6e0921c
Update elasticsearch 6.2.4 -> 6.4.1
...
ok jasper@
2018-09-25 08:50:49 +00:00
fcambus
7b4b2050d4
Update fzy to 1.0 and switch from GitHub auto-generated tarballs to
...
MASTER_SITES.
2018-09-24 07:12:43 +00:00
sthen
7f2cfbef6c
update to py-podcastparser-0.6.4, from maintainer
2018-09-23 20:56:04 +00:00
jsing
fa73f85d3b
Update textproc/go-text for Go 1.11.
2018-09-23 17:20:21 +00:00
kn
94e032a2ec
Update my MAINTAINER email address, use WRKBUILD in do-install
2018-09-21 21:51:23 +00:00
ajacoutot
df2b078e13
Fix WANTLIB/LIB_DEPENDS after the recent gtkspell3 update.
2018-09-20 09:22:03 +00:00
ajacoutot
581c62d071
Update to gtkspell3-3.0.10.
2018-09-20 09:21:52 +00:00
landry
ee03d953ae
Update to zathura 0.4.0
2018-09-19 09:35:32 +00:00
sebastia
82d8ac75d4
update to 0.7.5
2018-09-18 21:19:15 +00:00
sthen
0469a3ae32
rename installed script cmark->commonmark to avoid a conflict with textproc/cmark
...
ok sebastia@
2018-09-17 10:35:51 +00:00
ajacoutot
565fa572d7
Update to link-grammar-5.5.1.
2018-09-16 06:56:05 +00:00
danj
7194fbfd3c
Update to py-toml-0.9.6
2018-09-12 16:22:35 +00:00
sthen
242bbf1ba9
update to py-vobject-0.9.6.1
2018-09-06 21:58:24 +00:00
anton
4a4a9775e7
tidy up Makefile; ok rsadowski@
2018-09-06 16:13:01 +00:00
sthen
4bee0764df
update to oniguruma-6.9.0
2018-09-06 14:51:26 +00:00