Commit Graph

2857 Commits

Author SHA1 Message Date
ajacoutot
6e31bade87 Unbreak by updating to gtranslator-2.90.8. 2012-02-16 22:12:40 +00:00
ajacoutot
f05e92c802 Update to intltool-0.50.1. 2012-02-16 22:09:37 +00:00
ajacoutot
6116487a7a Minor update to icu4c-4.8.1.1 and fix for denial of service and possible
code execution via out of bounds access.

ok sthen@
2012-01-28 10:41:29 +00:00
ajacoutot
1c1b46f8b6 Update to meld-1.5.3 which brings subversion 1.7 support.
ok sthen@
2012-01-27 09:44:49 +00:00
kili
c02feca9fb Update to 0.4.0. 2012-01-25 21:46:08 +00:00
nigel
66272c7447 Add new port p5-XML-TreePP 2012-01-24 01:09:05 +00:00
nigel
c01d4b8837 pure Perl implementation for parsing/writing XML documents
required for p5-WWW-YouTube-Download

Maintainer:  Mikolaj Kucharski <mikolaj@kucharski.name>

Ok nigel@
2012-01-24 00:25:56 +00:00
ajacoutot
a2bd8e17dc Bring some patches from upstream repo to fix the following CVE:
CVE-2011-0216 - Off-by-one error
CVE-2011-2821 - Double free vulnerability
CVE-2011-2834 - Double free vulnerability
CVE-2011-3905 - DOS (out-of-bounds read) via unspecified vectors
CVE-2011-3919 - Heap-based buffer overflow

ok sthen@
2012-01-23 10:17:49 +00:00
kili
259838a635 Grmpf. I need attoparsec-0.8.6.1, not 0.8.6.0, for porting aeson. 2012-01-21 12:23:23 +00:00
kili
ee66eb59ff This needs a bump after the update of hs-attoparsec.
Add myself to MAINTAINER.
2012-01-21 12:04:20 +00:00
kili
b095db0f39 Update to hs-attoparsec-0.8.6.0.
Add myself to MAINTAINER (this is ok for jim).
2012-01-21 12:02:18 +00:00
landry
6b9db9322d Update to zathura 0.0.8.3, from Tim Van Der Molen (thanks!)
ok MAINTAINER
2012-01-18 15:58:32 +00:00
ajacoutot
e2e7e8751d Sanitize FULLPKGNAME (prefix and version).
Bump EPOCH.
2012-01-17 11:04:12 +00:00
ajacoutot
1175eb9f00 Update to aspell-tn-1.0.1.0. 2012-01-17 11:02:48 +00:00
ajacoutot
d0d7013a35 Update to aspell-ro-3.3.2. 2012-01-17 11:02:25 +00:00
ajacoutot
355478ac9e Update to aspell-id-1.2.0. 2012-01-17 11:02:00 +00:00
ajacoutot
62a4da8050 Update to aspell-ga-4.5.0. 2012-01-17 11:01:39 +00:00
ajacoutot
cbc349eab5 Update to aspell-fo-0.2.16.1. 2012-01-17 11:01:14 +00:00
ajacoutot
4eef6829b0 Update to aspell-es-1.11.2. 2012-01-17 11:00:46 +00:00
ajacoutot
050c51a479 Update to aspell-da-1.4.42.1. 2012-01-17 10:59:48 +00:00
ajacoutot
2ff0996755 Update to aspell-0.60.6.1. 2012-01-17 10:59:27 +00:00
ajacoutot
6eda34a729 PKGNAME is already defined in Makefile.inc. 2012-01-17 10:32:26 +00:00
benoit
6b895bd6bd - update highlight to 3.7
- update PLIST
- remove USE_GROFF

ok ajacoutot@
2012-01-08 07:46:19 +00:00
dhill
25984d5299 update to 0.7.0 2012-01-07 01:48:20 +00:00
schwarze
e5e54bed0e Avoid bogus -k flags; proposed by pascal@.
Build fonts before using them; fixes parallel builds as tested by naddy@.
In case we ever support PDF, don't break parallel builds; ok pascal@.
These are all purely build system fixes; no package change, no bump.
2012-01-01 21:05:33 +00:00
kili
94f4cad048 Bump after previous hs- library updates.
Necessary because of ghc's over-aggressive inlining
which causes ABI changes in libraries depending on
updated libraries.

ok jasper@
2011-12-31 22:19:45 +00:00
pascal
4a0c0b9f91 add a comment explaining previous, requested by sthen@. 2011-12-27 14:27:23 +00:00
pascal
cd539661c6 Use the gnu MODULE in order to pick up our config.site.
ok espie@
2011-12-27 11:15:36 +00:00
jasper
b460789c50 add ebook-tools (first line of import message was incorrect) 2011-12-23 13:05:02 +00:00
jasper
c9b08e14e1 import ebook-utils 0.2.1
Utility/library for converting between different formats of e-books.

initial port from Vadim Zhukov
tweaks by me and sthen@, ok sthen@
2011-12-23 13:04:00 +00:00
sthen
bfca2e14c5 remove py-ElementTree, it was for python 2.4 and no longer needed.
ok jasper@ fgsch@
2011-12-20 13:04:07 +00:00
sthen
7171bf39e3 fix; py-Imaging is now flavourless 2011-12-20 11:25:44 +00:00
pascal
9c83004f63 Don't pick up gmkdir and gawk (ac_cv_path_AWK is not respected here).
ok schwarze@
2011-12-13 18:16:37 +00:00
jeremy
5f7de7312c Update to 2.7.0.
Use MODRUBY_REGRESS for regress tests, and fix regress tests.

OK claudio@
2011-12-13 17:56:55 +00:00
jeremy
22347f9ea2 Update to 3.0.0.
Fix regress tests.

OK claudio@
2011-12-13 17:55:12 +00:00
jasper
f910a87c26 sync 2011-12-13 14:07:34 +00:00
jasper
a1fd806840 import ruby-redcarpet 2.0.0
"fast, safe and extensible Markdown to (X)HTML parser"

feedback/ok jeremy@
2011-12-13 14:07:01 +00:00
jeremy
7dc50cced5 Fix regress tests. 2011-12-09 21:42:52 +00:00
bluhm
fd9b5f9b7e - update p5-PDF-Table to 0.9.5
- no USE_GROFF
2011-12-09 17:51:52 +00:00
espie
e0c9913fd1 missing lib-depends 2011-12-07 23:31:04 +00:00
espie
4ccb599ba8 missing build depends 2011-12-07 06:21:29 +00:00
kili
32a273862e Hook the following ports (required by hoogle) to the build:
devel/hs-cmdargs
devel/hs-safe
textproc/hs-tagsoup
www/hs-http-types
www/hs-wai
www/hs-warp
2011-12-06 20:55:11 +00:00
dcoppa
5fcf31f8d0 Update to polyparse-1.7 2011-12-05 14:54:13 +00:00
schwarze
98b4adfee4 General cleanup:
* Unbreak groff manuals by using tbl(1); reported by pascal@.
* Deal with our Mdocdate cvs keyword; as designed by jmc@ in 2007.
* Use troffrc for OpenBSD config changes; suggested by Werner Lemberg.
* Unbreak the hdtbl examples; from upstream.
* Volume names in man(7) page headers; suggested by Yuri Pankov.
* Update various string tables; coordinated with upstream.
* Add a README explaining local changes; using feedback from pascal@.
* Better description and bump.
ok pascal@, and tested in an i386 bulk build by naddy@, thanks!
2011-12-04 15:41:26 +00:00
ajacoutot
fb173cad3a Add a dependency on x11/gtk+2,-guic. 2011-12-03 23:04:36 +00:00
benoit
8ff0a3f672 - update highlight to 3.6
- regen patches
- remove unnecessary patch
- update PLIST
2011-12-03 06:16:04 +00:00
jeremy
cd8b3c3096 Remove NO_REGRESS setting, now handled by ruby.port.mk. 2011-12-02 19:34:42 +00:00
rpointel
421a5cdc92 Update py-lxml to 2.3.2.
From Web Heping (thanks).
2011-11-27 16:40:17 +00:00
kili
2b721eac3e Fix LIB_DEPENDS for poppler-0.18. 2011-11-26 19:50:50 +00:00
kili
9fce947504 Fix build with poppler-0.18. 2011-11-26 19:50:08 +00:00