4400 Commits

Author SHA1 Message Date
shadchin
1ac9c67be5 +py-numpydoc,python3 2016-04-24 07:44:06 +00:00
shadchin
0226a3deb0 Update to py-numpydoc 0.6.0.
Add python3 flavor and take maintainer.

ok ajacoutot@
2016-04-24 07:40:03 +00:00
jsg
a38ccac6b2 +lua-yaml 2016-04-24 02:41:38 +00:00
jsg
f3064cca23 Import lyaml 6.0
LibYAML binding for Lua, with a fast C implementation for converting
between YAML 1.1 and Lua tables, and a low-level YAML event parser
for implementing more intricate YAML document loading.

from Florian Stinglmayr (MAINTAINER)
2016-04-24 02:36:45 +00:00
awolk
a5b7f5f002 Add textproc/lua-lustache & textproc/lua-markdown to the build 2016-04-23 22:25:58 +00:00
awolk
cefc85872d Import textproc/lua-markdown
This is an implementation of the popular text markup language Markdown
in pure Lua. Markdown can convert documents written in a simple and easy
to read text format to well-formatted HTML.

Maintained in OpenBSD by Frederic Cambus

OK abieber@
2016-04-23 22:23:18 +00:00
awolk
4818c01274 Import textproc/lua-lustache
lustache is an implementation of the mustache template system in Lua.

Mustache is a logic-less template syntax. It can be used for HTML, config
files, source code - anything. It works by expanding tags in a template
using values provided in a hash or object.

We call it "logic-less" because there are no if statements, else clauses,
or for loops. Instead there are only tags. Some tags are replaced with a
value, some nothing, and others a series of values.

Maintained in OpenBSD by Frederic Cambus

OK abieber@
2016-04-23 22:22:01 +00:00
sthen
c653b8c858 Fix off-by-one leading to heap buffer overflow in textproc/jq,
triggered by JSON-encoded numbers longer than 256 bytes. CVE-2015-8863
2016-04-23 14:11:14 +00:00
dcoppa
e825035c3e hook hs-scanner to the build 2016-04-21 08:01:23 +00:00
dcoppa
a7b0d4c2e9 Import hs-scanner, new dependency of an upcoming update to hedis-0.8.0.
$ cat pkg/DESCR
scanner is a fast non-backtracking incremental combinator parsing
library for bytestrings.
It is often convenient to use backtracking to parse some sophisticated
input. Unfortunately it kills performance, so usually you should
avoid backtracking.
Often (actually always, but it could be too hard sometimes) you can
implement your parser without any backtracking. It that case all
the bookkeeping usual parser combinators do becomes unnecessary.
The scanner library is designed for such cases. It is often 2 times
faster than attoparsec.

OK kili@
2016-04-21 07:54:59 +00:00
jasper
05f4d0856a submitted upstream 2016-04-20 06:18:50 +00:00
jasper
6f5e70c8cc unbreak with newer valala (doesn't affect current vala) 2016-04-19 19:36:33 +00:00
dcoppa
8846238909 Update to hs-polyparse-1.12 2016-04-19 09:30:12 +00:00
shadchin
1b4e808bae +py-sphinx,python3 2016-04-15 08:48:37 +00:00
shadchin
6e1288d1a5 Update to py-sphinx 1.4.
ok sthen@
2016-04-15 08:46:34 +00:00
jasper
811150acbd update to elasticsearch-2.3.0
ok sebastia@  (MAINTAINER)
2016-04-14 06:13:19 +00:00
naddy
32cd7e42e2 replace gettext module 2016-04-12 15:19:39 +00:00
sthen
a3254d72c5 add http mirror for invisible-island.net distfiles; ok jca bentley naddy 2016-04-12 11:41:02 +00:00
naddy
930c79196b replace gettext module 2016-04-11 20:27:13 +00:00
ajacoutot
66cbd6eafb Update to gspell-1.0.1. 2016-04-11 19:50:30 +00:00
ajacoutot
178f2bb8ff Update to icu4c-57.1. 2016-04-11 09:46:48 +00:00
shadchin
0941fd6076 Update to py-jellyfish 0.5.3 and take maintainer.
ok sthen@
2016-04-10 19:55:22 +00:00
naddy
52501c1f09 replace libiconv module with library dependency; no bump needed 2016-04-09 20:14:48 +00:00
jasper
a9b0b540a7 update to elasticsearch-2.3.1 2016-04-07 10:37:23 +00:00
naddy
134aa235bb this does not really use gettext, it just needs a WANTLIB entry because it
inherits libintl from a dependency
2016-04-06 19:55:04 +00:00
naddy
63efdb14e9 replace libiconv module with library dependency 2016-04-06 19:37:24 +00:00
naddy
8c9ed2059f g/c PFRAG.shared 2016-04-04 22:57:45 +00:00
ajacoutot
5313d089e1 Update to gtkspell3-3.0.8. 2016-04-04 12:44:17 +00:00
sthen
164faa487f fix typo 2016-04-03 14:20:03 +00:00
sthen
b414d69f98 Add dep on icu4c, it is dlopen()d at runtime. From Frank Groeneveld
(I tweaked the diff a bit).
2016-04-02 18:39:32 +00:00
sthen
ccf0021f1e Update to textproc/p5-XML-SAX 0.99, hook up p5-XML-SAX-Base (split off from
the main XML::SAX distribution).  ok bluhm@
2016-04-01 19:32:48 +00:00
sthen
c45c554a88 import ports/textproc/p5-XML-SAX-Base, ok bluhm@
XML::SAX::Base is intended for use as a base class for SAX filter modules
and XML parsers generating SAX events.

If you simply wish to build a SAX handler class to 'consume' SAX events you
do not need to use XML::SAX::Base directly although you will need to install
XML::SAX.

This module used to be distributed as part of the XML:SAX distribution but
is now distributed separately and referenced as a dependency by XML::SAX.
2016-04-01 19:31:39 +00:00
sthen
beb2477294 Regen plists and adapt deps for various pear-* ports following www/pear update. 2016-04-01 18:46:49 +00:00
jasper
44eb866864 update to elasticsearch-2.3.0
from Pavel Korovin
2016-04-01 11:05:18 +00:00
okan
be262a9bc6 Update to 0.3105, a version that works with recent perl (>5.14). 2016-03-31 15:24:32 +00:00
sthen
818b883327 update to calibre-2.53.0 2016-03-29 16:21:03 +00:00
sthen
b28a2ce99b Add rdep on p5-XML-Parser, needed for various use-cases and it doesn't pull
in a big dep chain.
2016-03-29 13:34:31 +00:00
naddy
b565ffc051 g/c PFRAG.shared from OCaml ports; ok chrisz@ 2016-03-29 11:27:00 +00:00
okan
c6246bd5d1 update to 1.79. 2016-03-28 14:49:52 +00:00
zhuk
ed298848a3 Zap more lines from qmake-based ports by moving them from
the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to
the "MODULES=devel/qmake x11/qtX" logic.

Discussed with espie@ a few weeks ago.
2016-03-26 20:37:34 +00:00
ajacoutot
95d072674f Update to gtk-doc-1.25. 2016-03-22 12:59:44 +00:00
mestre
fb9a514f5c pledge(2) urlview:
rpath: read config file
tty: the interface it's based on curses so it needs to do operations on tty
proc/exec: this is needed to actually launch the external program after
selecting the link

OK jca@ after his suggestions
2016-03-21 17:41:52 +00:00
naddy
cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
naddy
82533eb6f8 remove SHARED_ONLY from some stragglers 2016-03-20 17:59:21 +00:00
naddy
deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
ajacoutot
1a6985a8d3 Update to stable gspell-1.0.0. 2016-03-20 12:25:06 +00:00
okan
7579acc649 Remove p5-Text-Restructured, plus all its (in)direct dependencies;
mostly abandoned upstream and parts broken with modern perl.

	textproc/p5-Text-Restructured
	devel/p5-Safe-World
	devel/p5-Safe-Hole
	devel/p5-Slay-Makefile-Gress
	devel/p5-Slay-Makefile
	devel/p5-Slay-Maker

ok sthen and a 'go ahead' from naddy
2016-03-19 20:24:28 +00:00
ajacoutot
7daed7e7b4 Update to gspell-0.2.6. 2016-03-19 12:42:17 +00:00
ajacoutot
cc330f571a Update to link-grammar-5.3.4. 2016-03-19 11:55:14 +00:00
ajacoutot
b52a520759 Remove cyphertite ports.
from David Hill
ok sthen@
2016-03-19 10:23:11 +00:00