Commit Graph

3508 Commits

Author SHA1 Message Date
sthen
9f71d7e708 @comment zero-byte perl .bs files 2014-06-14 23:26:00 +00:00
sthen
26b647a798 @comment zero-byte perl .bs files in all packages which don't have p5-* PKGNAMEs
and bump
2014-06-14 10:34:44 +00:00
sthen
0dd2e3993e update to mupdf 1.5 2014-06-12 14:07:19 +00:00
kili
eca796c51f Update to xpdf-3.04. 2014-06-08 18:56:33 +00:00
jasper
b825214ef1 update to pygments.rb-0.5.4 2014-06-08 13:47:14 +00:00
jasper
6289ec6f80 - update to py-lxml-3.3.5
- add missing TEST_DEPENDS spottedy rpointel@

ok rpointel@
2014-06-05 06:57:03 +00:00
jasper
04414d64e6 - update HOMEPAGE / MASTER_SITES / EXTRACT_SUFX 2014-06-04 14:50:33 +00:00
jasper
8f8c6ca870 Security fix for CVE-2014-3146, python-lxml: clean_html input sanitization flaw 2014-06-04 14:29:49 +00:00
rpointel
8fca111214 changed python3 default version so bump revision. 2014-06-03 11:35:30 +00:00
sthen
da48384a97 add a comment to Makefile for version number, as there is a fork with a
confusingly similar name and higher version number which is actually older
no pkg change
2014-06-01 11:22:31 +00:00
bcallah
a10da1f62e Update to 0.22.0. Contains an updated file detection mechanism and a few
simple updates.
From MAINTAINER Florian Stinglmayr
2014-05-30 13:08:47 +00:00
sthen
f9b16f1900 In libxml, use arc4random instead of rand_r for hash bucket randomization.
Avoids triggering APIWARN for its many dependencies. ok/tweaks ajacoutot@ (on
earlier version), jca@
2014-05-29 13:40:51 +00:00
jeremy
3973a17d2d Hookup new ruby ports 2014-05-28 22:17:46 +00:00
jeremy
fc8cabde15 Import ruby-fast_xs 0.8.0.
fast_xs provides C extensions for escaping text.

fast_xs_extra is an experimental extension that can be used with
fast_xs_monkey_patcher to monkey patch methods in common libraries:
CGI, ERB::Util, Rack::Utils, Mongrel.

OK jasper@
2014-05-28 22:00:15 +00:00
sthen
9bea42c5af update to grepcidr-2.0, now supports IPv6, searching multiple files, unlimited
length lines, complains rather than ignores bad formats, replaces regex with
(often faster) 'hints' scanner.
2014-05-27 13:42:38 +00:00
ajacoutot
8472450842 Update to meld-1.8.5. 2014-05-18 15:33:01 +00:00
schwarze
2d608ca63b +igor 2014-05-16 12:43:40 +00:00
schwarze
519a96e8f4 Import textproc/igor.
Automated proofreader for text files, man pages, and DocBook SGML
source files.

Developed by Warren Block for FreeBSD.
Port based on the FreeBSD port by Eitan Adler.

feedback and ok sthen@
ok afresh1@ and bcallah@ an a previous version
additional testing by Eric Radman <ericshane at eradman dot com>, thanks
2014-05-16 12:36:21 +00:00
sthen
927f08bbae update to calibre 1.36.0 2014-05-15 10:10:01 +00:00
sthen
13ecdabf20 +grepcidr 2014-05-14 10:06:39 +00:00
sthen
288bb090a0 import textproc/grepcidr, ok jasper@
grepcidr can be used to filter a list of IP addresses against one or
more Classless Inter-Domain Routing (CIDR) specifications, or arbitrary
networks specified by an address range. As with grep, there are options
to invert matching and load patterns from a file. grepcidr is capable
of comparing thousands or even millions of IPs to networks with little
memory usage and in reasonable computation time.

grepcidr has endless uses in network software, including: mail filtering
and processing, network security, log analysis, and many custom applications.
2014-05-14 10:06:20 +00:00
jasper
6647870f6b Security fix for CVE-2014-0191
external parameter entity loaded when entity substitution is disabled

pointed out by aja@
2014-05-12 07:48:35 +00:00
benoit
8f165b00b7 +py-unidecode 2014-05-11 20:45:13 +00:00
benoit
ab722b1fad Import py-unidecode.
This is a Python port of Text::Unidecode Perl module by Sean M. Burke
<sburke@cpan.org>.

from Nils R, ok sthen@
2014-05-11 20:41:40 +00:00
ajacoutot
5242b9ac31 Fix previous, RUN_DEPENDS-main should not be empty. 2014-05-09 06:33:34 +00:00
kurt
acb167814d - base package should not depend on jdk, fix and bump. okay landry@ 2014-05-08 21:22:46 +00:00
kurt
46f312eaef - Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports
- Adjust java.port.mk and cmake to use 1.7
- Adjust jdk/1.7 for pkg_add upgrades
okay sthen@, jasper@, ajacoutot@
2014-05-07 15:42:15 +00:00
sthen
9ac4a8f947 Switch mupdf to a shared libary (not bothering with a static library for now;
this port didn't build on static-only arch anyway). Unsupported upstream
(http://bugs.ghostscript.com/show_bug.cgi?id=691887#c1) but the patch is
easy to maintain, and there's a clear benefit:

$ stat -f "%Z %N" mupdf*
25262988 mupdf-1.4.tgz
4619258 mupdf-1.4p0.tgz
2014-05-07 09:10:14 +00:00
bentley
16161bdf73 Update to docbook2mdoc-0.0.9. 2014-05-01 04:02:15 +00:00
kili
14e1823ba1 Forgotten bump for the perl library.
ok aja@
2014-04-30 21:45:26 +00:00
ajacoutot
cad52bea9c Update to link-grammar-5.0.7. 2014-04-30 10:54:32 +00:00
edd
f9832eb3cf Link py-numpydoc. 2014-04-28 20:11:27 +00:00
edd
b78aca8ed1 Import py-numpydoc.
A dependency of the upcoming ipython2.

With input from, and OK, rpointel@, thanks.
2014-04-28 20:05:30 +00:00
benoit
a9f2e4b069 Remove maintainer per his request. 2014-04-28 15:17:59 +00:00
landry
af58de36d6 BROKEN-sparc64= gcj blows during build (and noone cares enough about
gcj to fix it)
2014-04-28 11:40:05 +00:00
sthen
974bfe52d6 update to calibre 1.34 2014-04-27 21:10:17 +00:00
benoit
c6412832fa Update asciidoc to 8.6.9.
ok robert@ (maintainer)
2014-04-26 12:48:16 +00:00
ajacoutot
b8e9535887 Update to gtkspell3-3.0.6. 2014-04-25 10:14:59 +00:00
schwarze
70d70f6cda install manual to the right place;
ok sthen@
2014-04-24 19:13:28 +00:00
sthen
d9f2b6550f update to p5-LaTeX-Encode-0.08 2014-04-24 11:25:04 +00:00
bluhm
63ba215965 remove myself from maintainer 2014-04-23 23:17:30 +00:00
ajacoutot
1bb2754816 Add dependency on sysutils/e2fsprogs now that Kerberos is gone. 2014-04-22 10:22:41 +00:00
sthen
b8b7b4c71d sync wantlib (com_err in pgsql) 2014-04-21 23:28:15 +00:00
ajacoutot
73f81140b3 Update to gtkspell3-3.0.5. 2014-04-20 10:02:35 +00:00
ajacoutot
8c5906fe04 Update to link-grammar-5.0.6. 2014-04-19 10:05:41 +00:00
ajacoutot
8f9c9e3162 Update to link-grammar-5.0.5. 2014-04-18 23:35:20 +00:00
benoit
2dd5eefc52 Update p5-String-RewritePrefix to 0.007. 2014-04-18 07:40:53 +00:00
sthen
bab5352c6c update to MuPDF 1.4 2014-04-17 20:30:57 +00:00
jasper
8b7bd8e1f9 remove dead wood, if someone wants to port chef-server they're in for
bigger pain than just reviving these ports.

as discussed with phessler@
ok aja@
2014-04-17 17:12:07 +00:00
jasper
9e96e05d4f unhook most erlang modules, which were only imported for chef a long time ago,
but it never really went anywhere.

as discussed with phessler@
ok aja@
2014-04-17 17:06:34 +00:00