jsg
a2aaa39f2b
update to PyYAML 3.12
...
ok pea@ (maintainer), rpointel@
2016-11-14 01:57:57 +00:00
fcambus
a7fd92846f
Add lua-lunamark.
2016-11-13 15:52:52 +00:00
fcambus
a2f0e97131
Import textproc/lua-lunamark.
...
Lunamark is a Lua module for converting Markdown to other textual formats.
Currently HTML, dzslides, Docbook, ConTeXt, LaTeX, and Groff man are the
supported output formats. The markdown parser is written using a PEG
grammar and can also be modified by the user.
OK jca@
2016-11-13 15:49:29 +00:00
danj
f780072f00
Remove superfluous if ${FLAVOR:Mpython3}
...
tweaks and ok rpointel@ shadchin@
2016-11-10 21:58:40 +00:00
jeremy
b450467875
Modify yajl dependency version so pygments.rb works with in-tree ruby-yajl
...
Problem noticed by naddy@
2016-11-08 16:15:25 +00:00
sthen
c690cc62ce
WANTLIB += lzma
2016-11-08 14:47:22 +00:00
sthen
47580a0d95
re-add idn to WANTLIB for a few where it didn't just come from curl
2016-11-08 14:38:55 +00:00
sthen
04ce4c6b75
WANTLIB += lzma and bump
2016-11-08 14:23:59 +00:00
sthen
a0b1771cb5
add an upstream patch to mupdf's javascript code for a heap buffer
...
overflow write and oob read. (js is disabled in the default flavour in
OpenBSD ports/packages, it's only in the mupdf-XX-js package).
2016-11-08 12:05:04 +00:00
jca
02f5b801e8
+py-unidecode,python3
2016-11-07 20:04:58 +00:00
jca
be826a075b
Update to Unidecode-0.04.19 & add python3 FLAVOR
...
From frantisek holop.
2016-11-07 20:03:59 +00:00
sthen
2d2a417458
sync WANTLIB (readding idn to some where I was overzealous, plus some lzma/pthread)
2016-11-07 10:51:36 +00:00
ajacoutot
6b13371f72
Update to gspell-1.2.1.
2016-11-06 12:48:11 +00:00
shadchin
0f6e1580d7
Update to py-sphinx 1.4.8
...
ok danj@, frantisek holop (maintainer)
2016-11-06 06:54:56 +00:00
jeremy
59ceb11547
Update to redcloth 4.3.2
...
Remove extension source files from package.
2016-11-04 21:45:45 +00:00
jeremy
1034fa4494
Update to redcarpet 3.3.4
...
Make tests work if package is not already installed.
2016-11-04 21:45:04 +00:00
jeremy
4d51906b52
Update to rdiscount 2.2.0.1
...
Make tests work if the package is not already installed.
2016-11-04 21:43:47 +00:00
jeremy
c0b5fb2ccf
Update to nokogiri 1.6.8.1
2016-11-04 21:41:54 +00:00
jeremy
5db8da2491
Bump ruby gem ext ports after change to PLISTs
...
This does not include all ruby gem ext ports, but the remaining ones have
updates that will be committed separately.
2016-11-04 21:26:37 +00:00
sthen
a7c393e7d9
remove hardcoded -lidn (curl libs)
2016-11-04 15:49:38 +00:00
sthen
c15b136e13
sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
...
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
ajacoutot
00ef184f5e
+asciinema
2016-11-02 16:58:22 +00:00
ajacoutot
80203a045f
Import asciinema-1.3.0.
...
asciinema is a free and open source solution for recording terminal sessions and
sharing them on the web.
regress test part from danj@
ok danj@
2016-11-02 16:57:31 +00:00
krw
56c1537015
Update ocaml-pcre to 7.2.3. Bump revision of ports depending on ocaml-pcre.
2016-11-01 22:02:59 +00:00
ajacoutot
8f4cbbc30d
Update to gspell-1.2.0.
2016-10-31 11:26:36 +00:00
jca
25097b4722
Fix build on (at least) sparc64.
...
The offending code uses various methods to define the size and limits of
custom *intptr_t types. Alas, the most generic method, using
inttypes.h, isn't used because the ifdefs assume that cc(1) defines
__STDC_VERSION__ to 199901L by default. The easiest fix is to always
use inttypes.h.
ok sthen@ (maintainer)
2016-10-28 14:17:20 +00:00
shadchin
4749485ac5
+py-mistune,python3
2016-10-23 13:40:24 +00:00
shadchin
0f63ea2e55
Update to py-mistune 0.7.3.
...
Add py3 flavor and take maintainer.
2016-10-23 13:38:36 +00:00
fcambus
1721eb3c9e
Add lua-cosmo.
2016-10-21 17:52:09 +00:00
fcambus
43b5352f0c
Import textproc/lua-cosmo.
...
Cosmo is a "safe templates" engine. It allows you to fill nested templates,
providing many of the advantages of Turing-complete template engines,
without the downside of allowing arbitrary code in the templates.
OK jca@
2016-10-21 17:49:25 +00:00
sthen
60e49a3f93
- patch mupdf to cope with openjp2 update
...
- use sed -i instead of SUBST_CMD for easier update-patches management
2016-10-18 09:24:20 +00:00
schwarze
fa5ae68988
Pull in a patch committed upstream:
...
Make the behaviour of .Bl -tag without -width comprehensible
and the same as in mandoc(1).
No opposition when shown on ports@.
2016-10-17 18:32:34 +00:00
sthen
9c7efb7e49
remove devel/gettext MODULES
2016-10-17 08:37:44 +00:00
jca
423138d11f
Hook up tested lua52 and lua53 FLAVORS.
2016-10-16 23:52:31 +00:00
jca
d0addda815
Add explicit lua52/lua53 FLAVORS where supported.
...
Discussed on ports@, sthen@ agrees with the direction.
2016-10-16 23:21:22 +00:00
sthen
24238939bc
zathura needs gettext-tools to build, found by nigel@
2016-10-16 21:26:06 +00:00
fcambus
3f4df950fc
Hook lua52 flavors to the build for the Lua ports I maintain.
2016-10-16 14:20:10 +00:00
sthen
dc1a8cd8c7
use ports compiler for c11, remove devel/gettext MODULES, remove unnecessary PERMIT_*
2016-10-16 13:51:21 +00:00
sthen
a995117699
update to zathura-0.3.6
2016-10-16 13:50:35 +00:00
sthen
f6c175da0a
update to mupdf-1.9a
2016-10-16 09:16:52 +00:00
sthen
a8082d5379
update to p5-PDF-API2-2.030
2016-10-14 09:45:30 +00:00
sthen
87915e56e8
update to p5-PDF-API2-2.029
2016-10-11 15:08:00 +00:00
giovanni
29da8b089e
Update to 2.4.1
...
tested by jasper@ and Pavel Korovin
ok jasper@
2016-10-03 09:34:45 +00:00
naddy
c326edce1b
The ${PROJECT}.googlecode.com/files/ master sites are no longer
...
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.
ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
juanfra
2389b58575
Update to the_silver_searcher 0.33.0. From Florian Stinglmayr (MAINTAINER).
2016-09-30 02:08:52 +00:00
rpointel
e50c0fb832
update uncrustify to 0.63.
...
ok aja@ benoit@.
2016-09-28 17:46:35 +00:00
ajacoutot
23a66a19c8
Update to meld-3.16.3.
2016-09-27 08:50:21 +00:00
ajacoutot
3c06cf3dee
Update to link-grammar-5.3.11.
2016-09-27 08:47:11 +00:00
benoit
6c9c045131
Update to highlight-3.32.
2016-09-26 07:44:02 +00:00
jasper
62ab2eb8d4
update to p5-XML-DOM-1.46
2016-09-24 11:01:39 +00:00