4178 Commits

Author SHA1 Message Date
jca
12594b2c35 Update Ian McWilliam's email address 2015-12-23 12:33:50 +00:00
benoit
fcd98a361a Update to highlight-3.25. 2015-12-23 10:56:48 +00:00
bentley
050ebcddec Fix homepage/master sites, update license marker.
ok william@ (maintainer), several months ago...
2015-12-23 09:12:39 +00:00
nigel
7117b22b88 Add missing build dependency.
Ok jasper@
2015-12-22 23:57:13 +00:00
jasper
7a5c28cbc8 update to rubber-1.4 2015-12-21 18:32:26 +00:00
kili
160d27aafd Adjust MODGHC_PACKAGE_KEY. 2015-12-20 11:34:51 +00:00
benoit
4e967ada30 Update to p5-ack-2.15_02. 2015-12-20 09:47:13 +00:00
bluhm
215d9ff99f update p5-XML-LibXML to 2.0123 2015-12-16 23:07:10 +00:00
bluhm
b301a6f721 update p5-Regexp-Common to 2015121601 2015-12-16 22:29:59 +00:00
sthen
9c14a39680 major update to calibre-2.46.0 (now that we have poppler-qt5 / py-qt5)
- working for my use case and some other things I've thought of checking,
but please test and let me know if you run into problems.
2015-12-15 22:03:58 +00:00
jca
f7f84bb44e +py-yaml,python3 2015-12-14 19:47:24 +00:00
benoit
bdfb610d93 Update to p5-Sort-Versions-1.62. 2015-12-14 07:33:12 +00:00
benoit
4dd05f0251 Update to p5-XML-Simple-2.22. 2015-12-14 07:13:55 +00:00
benoit
6b5b4dc609 Update to p5-XML-RSS-1.57. 2015-12-14 07:06:27 +00:00
ajacoutot
3271dfbf3d Update to gspell-0.2.2. 2015-12-13 16:05:24 +00:00
zhuk
9ec146a2f7 Add -nodefaultlibs -nostdlib to linker for shared libraries, like it's
already done in icu4c on Linux.

Needed for upcoming poppler-qt5.

tested/okay by aja@ and kili@
2015-12-11 13:07:12 +00:00
ajacoutot
1242d28d77 Update to meld-3.14.2. 2015-12-11 06:42:54 +00:00
jca
f27f953190 Whitespace cleanup, requested by sthen@ 2015-12-10 12:34:55 +00:00
jca
2e95ae6242 Add a 3rd party patch to support multibyte encodings.
Initial submission from Gregor Best who also takes maintainership.

ok sthen@
2015-12-10 12:33:49 +00:00
jca
c4bf24b4d9 Add a python3 flavor, from Daniel Jakots.
ok sthen@, maintainer timeout.
2015-12-09 18:26:47 +00:00
bentley
f860b43283 +tinyxml2 2015-12-07 10:08:54 +00:00
bentley
d7378c6dca Import tinyxml2-3.0.0.
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily
integrated into other programs.

In brief, TinyXML-2 parses an XML document, and builds from that a Document
Object Model (DOM) that can be read, modified, and saved.

tweak + ok sthen@
2015-12-07 10:08:21 +00:00
jasper
11324b60a4 missed in previous, only affects tests 2015-12-07 08:04:21 +00:00
jasper
4ec2ee27c0 - update to treetop-1.6.3
- enable tests
2015-12-07 08:03:59 +00:00
ajacoutot
48c9a78d34 Update to link-grammar-5.3.2. 2015-12-05 08:09:41 +00:00
sthen
97889e162c switch my distfiles mirror to https 2015-12-03 21:24:29 +00:00
sthen
237669e05c +pugixml 2015-11-30 14:32:31 +00:00
sthen
acdfca5e0c import ports/textproc/pugixml, ok landry@
pugixml is a portable and light-weight C++ XML processing library.
It features:

- DOM-like interface with rich traversal/modification capabilities

- Extremely fast non-validating XML parser which constructs the DOM tree
  from an XML file/buffer

- XPath 1.0 implementation for complex data-driven tree queries

- Full Unicode support with Unicode interface variants and automatic
  encoding conversions
2015-11-30 14:32:27 +00:00
ajacoutot
3648645d13 Update to markdown-2.6.5. 2015-11-29 08:25:19 +00:00
sebastia
46aeaa038a Update to 2.1.0
OK jasper@ (MAINTAINER)
2015-11-25 12:56:11 +00:00
jasper
dd11ff3185 switch distfiles.nl to SSL, setup with security/letsencrypt/client 2015-11-24 09:11:02 +00:00
ajacoutot
268230d1d3 Update to gspell-0.2.1. 2015-11-24 05:44:06 +00:00
ajacoutot
af1c701563 Update to py-numpydoc-0.5. 2015-11-23 14:32:16 +00:00
ajacoutot
cdb39a1b4c Update to link-grammar-5.3.1 and add a -python subpackage. 2015-11-23 13:28:22 +00:00
ajacoutot
ed5ace9f8f Update to libxml-2.9.3. 2015-11-22 08:06:36 +00:00
ajacoutot
881d837dc5 SECURITY: merge all recent CVEs from upstream
CVE-2015-8242 Buffer overead with HTML parser in push mode
CVE-2015-7500 Fix memory access error due to incorrect entities boundaries
CVE-2015-7499-2 Detect incoherency on GROW
CVE-2015-7499-1 Add xmlHaltParser() to stop the parser
CVE-2015-5312 Another entity expansion issue
CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKey
CVE-2015-7498 Avoid processing entities after encoding conversion failures
CVE-2015-8035 Fix XZ compression support loop
CVE-2015-7942-2 Fix an error in previous Conditional section patch
CVE-2015-7942 Another variation of overflow in Conditional sections
CVE-2015-1819 Enforce the reader to run in constant memory
CVE-2015-7941_2 Cleanup conditional section error handling
CVE-2015-7941_1 Stop parsing on entities boundaries errors

Note that there's a new libxml release out, but it's in a bulk currently...
2015-11-21 08:46:43 +00:00
sthen
412cc39bb3 remove build dep on ports flex 2015-11-19 20:17:15 +00:00
jasper
efcebefaf6 update to xmlto-0.0.28 2015-11-19 18:34:40 +00:00
ajacoutot
476a969915 Update to gspell-0.1.2. 2015-11-19 11:10:02 +00:00
jasper
7c79754c3c update to pdfpc-4.0.1 2015-11-18 09:34:24 +00:00
ajacoutot
314d6260bb Update to latex2html-2015. 2015-11-17 15:03:13 +00:00
jasper
6a4c9cc6b4 - update to elasticsearch-2.0.0
NB: please update your configuration with 'sysmerge -p'; there have been
many changes to the default elasticsearch.yml: e.g. the default configuration
will bind to 127.0.0.1 and will no longer automatically form a cluster.

please refer to https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html
for more information; adding @ask-update to prevent broken clusters
2015-11-16 19:01:12 +00:00
ajacoutot
bc86b9abd6 Update to rubber-1.3. 2015-11-16 13:39:57 +00:00
ajacoutot
3a31740987 Update to xmlto-0.0.27. 2015-11-16 13:24:22 +00:00
jca
52b5acd7d6 Cope with latest bison; ok sthen@ 2015-11-15 11:55:59 +00:00
sthen
5055326645 +mupdf,js 2015-11-12 17:27:11 +00:00
sthen
f88c7f0ab9 update to MuPDF-1.8
- many fixes and improvements to EPUB support
- mudraw moves to the multi-purpose mutool binary
- add new OpenGL-based viewer, mupdf-gl
- add an optional flavour to enable the javascript support (wasn't
on by default before in our package, and still isn't)
2015-11-12 17:26:54 +00:00
jasper
f24d865ab8 unbreak 'rcctl stop'; otherwise 'rcctl restart' would create a private cluster for you.. 2015-11-11 21:21:04 +00:00
jasper
a3dd564a40 tell portroach to look elsewhere for checking for new versions 2015-11-10 20:12:44 +00:00
jasper
487b4cf2ce - update to elasticsearch-1.7.3, last release before 2.0.0 2015-11-10 20:02:54 +00:00