Commit Graph

3126 Commits

Author SHA1 Message Date
ajacoutot
c6bacc8759 Update to py-vobject-0.8.1c. 2012-05-02 07:49:10 +00:00
kili
9c6d416115 Remove hs-attoparsec-text. 2012-04-28 19:49:52 +00:00
kili
d26d6b302e hs-attoparsec-text 2012-04-28 19:48:00 +00:00
kili
e83d4caabb Update to hs-heist-0.7.0.1.
ok jasper@
2012-04-28 19:29:55 +00:00
kili
0554b4b168 Update to hs-attoparsec-enumerator-0.3.
ok jasper@
2012-04-28 19:27:59 +00:00
kili
dcf2d62c9f Update to hs-attoparsec-0.10.1.0.
ok jasper@
2012-04-28 19:27:13 +00:00
kili
a13e839592 Mark as broken (obsoleted by newer hs-attoparsec).
It will be removed soon.

ok jasper@
2012-04-28 19:25:25 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
ajacoutot
3f0ee525f1 Use LOCALSTATEDIR. 2012-04-28 10:51:44 +00:00
ajacoutot
0fc179b9f1 Update to libxmlsd-0.8.0.
from David Hill (maintainer)
2012-04-28 09:28:47 +00:00
ajacoutot
90e20d6298 Update to stable meld-1.6.0. 2012-04-28 08:13:06 +00:00
benoit
b381c7fefa - update highlight to 3.8 2012-04-28 06:55:24 +00:00
sthen
5202ec3b7b update to MuPDF 1.0
- thanks to krw@, brett@ and "Dawe" for testing the release candidate
2012-04-25 13:55:11 +00:00
gonzalo
1b6542a81b Update for c2html to version 0.9.5, whit this changes:
* the \r character was not handled correctly
* Added support for flexible tabize wished
* some highlighting mistakes were introduced by the last
  bugfix.

Tested on i386. While here USE_GROFF is not needed.

OK okan@, aja@
2012-04-24 18:57:44 +00:00
ajacoutot
bc6c332de1 Update to gtranslator-2.91.3. 2012-04-20 20:21:05 +00:00
ajacoutot
3b78383d97 Remove XXX and add support for gtkspell. 2012-04-12 18:05:43 +00:00
ajacoutot
816e04bd32 +gtkspell3 2012-04-12 18:04:52 +00:00
ajacoutot
91ff243913 gtkspell3-2.99.99.
GtkSpell provides word-processor-style highlighting and replacement of
misspelled words in a GtkTextView widget. Right-clicking a misspelled
word pops up a menu of suggested replacements.

ok jasper@
2012-04-12 18:04:26 +00:00
sthen
d025215d3a MuPDF has two ways to embed fonts; a stonking great static array which
GCC hates and uses 800MB+ to compile, and embedding with .incbin.
Switch the port to using .incbin. Fixes out of memory on alpha reported
and tested by naddy@, greatly improves build time on arm.
The VMEM_WARNING can now be removed.

- while there, don't use groff.
2012-04-12 13:31:01 +00:00
ajacoutot
36f2377b08 Tweak DESCR/COMMENT in preparation for gtkspell3. 2012-04-11 09:10:09 +00:00
jim
d8bf79f470 Update to 1.13 to support forthcoming update of Mojo.
"reads ok" sthen@
2012-04-10 13:02:02 +00:00
ajacoutot
9405ee5951 Update to gtranslator-2.91.2. 2012-04-10 06:42:19 +00:00
ajacoutot
7bc7367153 Use MASTER_SITE_SOURCEFORGE.
Install documentation.
Regen WANTLIB.
2012-04-09 17:09:28 +00:00
sthen
14512c7d4c Update textproc/p5-Catalyst-View-XSLT to version 0.08.
from Andreas Voegele
2012-04-08 22:04:42 +00:00
sthen
389525cae5 Update textproc/p5-Catalyst-View-TT-FunctionGenerator to version 0.02.
Replace NEXT by MRO::Compat.  Fix a test.
Catalyst::View::TT::FunctionGenerator is deprecated.

from Andreas Voegele
2012-04-08 22:04:40 +00:00
sthen
eb2b3e940c Update textproc/p5-Catalyst-View-TT-ForceUTF8 to version 0.13.
Catalyst::View::TT::ForceUTF8 is deprecated.  See
http://wiki.catalystframework.org/wiki/tutorialsandhowtos/Using_Unicode
for details.

from Andreas Voegele
2012-04-08 22:04:39 +00:00
sthen
095ce7c576 Update textproc/p5-Catalyst-View-TT to version 0.37.
from Andreas Voegele
2012-04-08 22:04:37 +00:00
sthen
1f79d46590 Update textproc/p5-Catalyst-Plugin-Unicode to version 0.93.
from Andreas Voegele
2012-04-08 22:04:35 +00:00
sthen
aca47a903a Disable Pod coverage tests. No revision bump required.
from Andreas Voegele
2012-04-08 22:04:33 +00:00
ajacoutot
2ca8c7025c +latexmk 2012-04-08 11:27:14 +00:00
ajacoutot
460e040196 Import latexmk-431.
Latexmk is a perl script for running LaTeX the correct number of times
to resolve cross references, etc; it also runs auxiliary programs
(bibtex, makeindex if necessary, and dvips and/or a previewer as
requested).
<...>

ok jasper@
2012-04-08 11:26:30 +00:00
sthen
7ce76688cc hook in new p5-* thingys 2012-04-06 09:30:14 +00:00
sthen
6b56a669de import p5-String-ToIdentifier-EN from Andrew Fresh, ok landry@
This module provides a utility method, "to_identifier" for converting
an arbitrary string into a readable representation using the ASCII
subset of "\w" for use as an identifier in a computer program. The
intent is to make unique identifier names from which the content
of the original string can be easily inferred by a human just by
reading the identifier.

If you need the full set of "\w" including Unicode, see the subclass
String::ToIdentifier::EN::Unicode.

Currently, this process is one way only, and will likely remain
this way.

The default is to create camelCase identifiers, or you may pass in
a separator char of your choice such as "_".

Binary char groups will be separated by "_" even in camelCase
identifiers to make them easier to read, e.g.: "foo_2_0xFF_Bar".
2012-04-06 09:27:49 +00:00
sthen
0501bfb524 import p5-String-CamelCase from Andrew Fresh, ok landry@
convert from under_score text to CamelCase and back
2012-04-06 09:27:19 +00:00
sthen
4a3066c849 import p5-Lingua-EN-Tagger from Andrew Fresh, ok landry@
The module is a probability based, corpus-trained tagger that assigns
POS tags to English text based on a lookup dictionary and a set of
probability values. The tagger assigns appropriate tags based on
conditional probabilities - it examines the preceding tag to determine
the appropriate tag for the current word. Unknown words are classified
according to word morphology or can be set to be treated as nouns
or other parts of speech.  The tagger also extracts as many nouns
and noun phrases as it can, using a set of regular expressions.
2012-04-06 09:26:54 +00:00
sthen
2f22272503 import p5-Lingua-EN-Inflect from Andrew Fresh, ok landry@
The exportable subroutines of Lingua::EN::Inflect provide
plural inflections, "a"/"an" selection for English words,
and manipulation of numbers as words.
2012-04-06 09:26:25 +00:00
ajacoutot
5d512f8e71 Minor update to meld-1.5.4. 2012-04-03 05:43:22 +00:00
ajacoutot
2cc6b87dea Remove xsa@ from maintainer as per his request. 2012-04-02 13:06:42 +00:00
ajacoutot
5bc8cc1d75 gtk-doc is not needed anymore. 2012-03-29 16:35:46 +00:00
ajacoutot
7efbea79f1 Committed upstream. 2012-03-29 13:42:38 +00:00
ajacoutot
4b26329c0b Fix comment, no pkg change. 2012-03-29 13:39:16 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
ajacoutot
7c18ca27bb Fix a warning with the schema file. 2012-03-29 13:35:44 +00:00
ajacoutot
c514ad5b7c Update to gtranslator-2.91.1. 2012-03-29 07:16:13 +00:00
ajacoutot
c9c029dfd9 Bugfix update to intltool-0.50.2.
* Use --no-translations only if intltool >= 0.50 is available (#903340).
2012-03-28 18:36:14 +00:00
ajacoutot
ca6ea7ca52 Add a comment about why we need gtk-doc here. 2012-03-26 10:34:45 +00:00
ajacoutot
cca972ae8c This needs gtk-doc.
spotted by robert@
2012-03-26 10:28:23 +00:00
ajacoutot
5ceafa9404 Update to libical-0.48. 2012-03-23 11:58:23 +00:00
ajacoutot
86b36f56bb Update to itstool-1.1.2. 2012-03-22 09:35:27 +00:00
naddy
d0ef1a6b53 fileutils, sh-utils, textutils are superseded by coreutils.
From: Antti Harri
2012-03-20 16:36:16 +00:00
ajacoutot
77716baf9f Our pkg-config(1) can now cope with files under share/pkgconfig, so
remove these now unneeded hacks/patches.
2012-03-19 10:28:48 +00:00
naddy
7d63e0ee93 getline -> get_line 2012-03-17 17:19:59 +00:00
naddy
5c2859c0d8 getline -> get_line; from Gonzalo L. R. 2012-03-17 15:10:47 +00:00
eric
7935fba867 add python flavor
"looks good" fgsch@
2012-03-14 20:16:23 +00:00
landry
50d53aae55 Add boost to BUILD_DEPENDS (doh!), reported by nigel@ 2012-03-06 19:47:45 +00:00
landry
203d6e62ba +arabica,awl,eliot 2012-03-05 18:06:56 +00:00
landry
5fd8be38fb Import arabica 2011.11.
Arabica is an XML and HTML processing toolkit, providing SAX, DOM,
XPath, and XSLT implementations, written in Standard C++.

ok sthen@
2012-03-05 18:03:37 +00:00
ajacoutot
ef7e7c57b2 Missing RUN_DEPENDS. 2012-03-05 06:43:53 +00:00
espie
d154bdc39f missing build dep, okay aja. 2012-03-04 22:25:08 +00:00
landry
34e114e11d sync 2012-03-04 20:05:37 +00:00
landry
8c7bd284e2 Import p5-Lingua-EN-Sentence from Chris Bennett, needed by
p5-Locale-Maketext-Lexicon upcoming update.

The Lingua::EN::Sentence module contains the function get_sentences,
which splits text into its constituent sentences, based on a regular
expression and a list of abbreviations (built in and given).
Certain well know exceptions, such as abreviations, may cause
incorrect segmentations.

ok sthen@
2012-03-04 20:04:54 +00:00
dcoppa
e8673b3296 Update to gsed-4.2.1
maintainer's ok
2012-02-28 08:46:27 +00:00
schwarze
a9e83bd435 Correct the expansion of -xbd5,
keeping groff in sync with the mandoc(1) fix just committed by guenther@;
also committed upstream by Werner Lemberg <wl at gnu dot org>.
2012-02-26 22:28:34 +00:00
ajacoutot
aebb6fa1e6 Update to gtkaml-0.5.91. 2012-02-26 15:09:08 +00:00
sthen
56be85e0e1 missed REVISION bump; pointed out by pascal@, thanks! 2012-02-23 12:37:46 +00:00
sthen
273c75eb1b apply a fix for CVE-2012-0841 to libxml. ok ajacoutot@
"certain XML parsers/servers are affected by the same, or similar,
flaw as the hash table collisions CPU usage denial of service.
Sending a specially crafted message to an XML service can result
in longer processing time, which could lead to a denial of service.
It is reported that this attack on XML can be applied on different
XML nodes (such as entities, element attributes, namespaces, various
elements in the XML security, etc.)."
2012-02-23 09:39:00 +00:00
sthen
680c6fa79c Regen PLIST and add desktop-file-utils as a run dep, since the last
commit started installing the .desktop files inside ${PREFIX}..
While there, adjust MAKE_FLAGS so the compiler command-lines aren't hidden.
2012-02-21 22:34:19 +00:00
ajacoutot
04f34342b4 CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
list it.

ok sthen@
2012-02-21 16:21:41 +00:00
edd
bbbcdad2d1 fix systrace build of zathura, regen WANTLIB and add cursor keys + pageup/down
bindings.

OK landry@
2012-02-19 20:55:33 +00:00
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
espie
cbb5e400a1 shrink, this lives in bsd.port.mk itself now 2011-11-18 11:16:23 +00:00
sthen
5749b5be10 rename MODGCC{3,4}_ARCHES to MODGCC{3,4}_ARCHS, suggested by naddy,
phessler and jasper agree
2011-11-17 18:03:43 +00:00
jeremy
16703d23fa Update ruby ports to deal with the regress changes to ruby.port.mk.
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries.
Switch away from manual do_regress targets where possible.  Add
some patches to make regress tests run for some ports.
2011-11-17 16:08:00 +00:00
jeremy
270e5af39b sync 2011-11-17 15:58:12 +00:00
jeremy
cc50b42700 Update ruby-randexp to 0.1.6, since the regress tests don't work on
0.1.5.
2011-11-17 15:51:51 +00:00
jeremy
bd262e438b Import ruby-ronn 0.7.3
Ronn builds manuals. It converts simple, human readable textfiles to
roff for terminal display, and also to HTML for the web.

The source format includes all of Markdown but has a more rigid
structure and syntax extensions for features commonly found in manpages
(definition lists, link notation, etc.). The ronn-format(7) manual page
defines the format in detail.

OK sthen@
2011-11-17 15:31:19 +00:00
jeremy
4dba2426ed Import ruby-mustache 0.99.4
Inspired by ctemplate and et, Mustache is a framework-agnostic way to
render logic-free views.

As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language."

OK sthen@
2011-11-17 15:30:08 +00:00
sthen
b426817b3c update p5-DBIx-Class-Schema-Loader to 1.893, from Andreas Voegele, ok maintainer
- while there add MODCPAN_EXAMPLES and remove USE_GROFF
2011-11-17 15:15:04 +00:00
ajacoutot
0c0f44904c Respect CFLAGS. 2011-11-17 14:42:01 +00:00
robert
93923bd770 switch php to version 5.3 by default 2011-11-16 15:56:36 +00:00
kili
82b32ef0f2 TagSoup is a library for parsing HTML/XML. It supports the HTML 5
specification, and can be used to parse either well-formed XML, or
unstructured and malformed HTML from the web. The library also
provides useful functions to extract information from an HTML
document, making it ideal for screen-scraping.

ok jasper@
2011-11-16 14:15:19 +00:00
ajacoutot
a68ba72d7a Define ICAL_ERRORS_ARE_FATAL if not defined already to prevent warning that
could lead to error.
Remove sebastia@ from maintainer as per his request.

ok sebastia@
2011-11-14 23:55:48 +00:00
dhill
5a9f62cfb0 update to 0.6.0 2011-11-14 17:06:32 +00:00
sthen
a0c7b6875d +libtranslate 2011-11-14 16:38:37 +00:00
sthen
7a7d24054f import libtranslate, a library and easy-to-use CLI tool for translating text
between languages via web-based language translation sites (google translate
and other services).  feedback/ok aja@
2011-11-14 16:38:07 +00:00
jeremy
9c4d2b3822 Remove .require_paths from PLISTs from gems that used to use
them.  After recent updates to the ruby interpreters, these
files are no longer created.
2011-11-09 00:17:37 +00:00
jeremy
1897f95ea8 Upgrade to hpricot 0.8.4 to be compatible with ruby 1.9.3. 2011-11-09 00:10:56 +00:00
rpointel
bbca636b5d Update MarkupSafe to 0.15, from Wen Heping (thanks). 2011-11-06 14:29:00 +00:00
jasper
af48617752 - regen WANTLIB 2011-11-03 20:13:20 +00:00
ajacoutot
87f9636f7a +py-polib 2011-11-02 13:33:46 +00:00
ajacoutot
b26c2a1ba8 Import py-polib-0.7.0.
polib is a library to manipulate, create, modify gettext files (pot, po
and mo files). You can load existing files, iterate through its entries,
add, modify entries, comments or metadata, etc... or create new po files
from scratch.

ok jasper@
2011-11-02 13:33:10 +00:00
ajacoutot
61efff188b Bugfix update to py-vatnumber-1.0.
from Christian Rueger  (maintainer)
2011-10-30 14:27:11 +00:00
jasper
dc77888463 Security fix for CVE-2011-2821 and CVE-2011-2834,
Libxml2 Two XSLT Double Free Vulnerabilities

Patches from upstream.
2011-10-30 12:35:16 +00:00
ajacoutot
1c86afc6cd Sync dependencies after gconf2 lost its dependency to ORBit.
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00
dhill
2b08da783b update to 0.5.1 2011-10-25 18:58:06 +00:00
jasper
82f041826b sync 2011-10-24 20:28:16 +00:00
jasper
8e4cc3e507 import libwbxml 0.11.0
The WBXML Library (libwbxml) contains a library and its associated
tools to parse, encode and handle WBXML documents.

The WBXML format is a binary representation of XML, defined by the
Wap Forum, and used to reduce bandwidth in mobile communications.

from Vadim Zhukov
feedback/ok sthen@
2011-10-24 20:27:40 +00:00
espie
636a5c9ac4 CHMOD and CHOWN serve no useful purpose, they're just chown/chmod 2011-10-21 16:23:44 +00:00
espie
7fe0085494 switch to bsd.port.arch.mk 2011-10-15 12:55:14 +00:00
jasper
d62a03c9fd Regen WANTLIB to unbreak. 2011-10-14 07:00:23 +00:00
rpointel
dc80089729 mandir was not correct...
bump revision.
ok jasper@.
2011-10-13 21:03:53 +00:00
ajacoutot
8e803e28ee Update to intltool 0.5.0. which includes a patch from naddy@ to finally
fix this (in)famous warning:
checking for perl >= 5.8.1...
Can't find string terminator '"' anywhere before EOF at -e line 1.
2011-10-13 15:23:03 +00:00
naddy
03f8db2cc2 remove entries for distfiles that aren't referenced anywhere 2011-10-13 14:38:51 +00:00
schwarze
25d26710b1 Format groff manuals with groff before installing them
because mandoc(1) doesn't like them, with the exception
of groff_mdoc(7), which is derived from the traditional
mdoc.samples(7) and which is just fine with mandoc(1).
Problem reported and fix tested by <Pascal dot Stumpf at cubes dot de>.
naddy@ and deraadt@ agree with the general direction
2011-10-12 22:00:07 +00:00
rpointel
f9c42e0104 update uncrustify to 0.59.
reads good aja@.
2011-10-10 20:22:55 +00:00
rpointel
c097b9f767 +uncrustify 2011-10-07 20:35:19 +00:00
rpointel
1b7f4ab594 import uncrustify, a highly configurable and easily modifiable
source code beautifier. 

few tweaks and ok sthen@
tested by Amit Kulkarni (thanks)
2011-10-07 20:34:28 +00:00
kurt
6a13dc6824 - remove devel/jdk/1.5 and lang/kaffe
- adjust java.port.mk for their removal
- bump affected packages
okay jasper@
2011-10-07 13:54:30 +00:00
ajacoutot
6ced4c711d sync 2011-10-04 14:55:24 +00:00
ajacoutot
f1264b5dda It seems people like to merge glib-gettext.m4 in lots of difference places,
fix DATADIRNAME here as well.
2011-10-04 11:29:51 +00:00
giovanni
42a0253716 Update to 1.2.2
From Brad
2011-10-04 08:57:42 +00:00
sebastia
f7f2dad5c8 Update tclxml from 1.2.1 to 3.2
take maintainership
switch from tcl 8.4 to 8.5

OK landry@ already some time ago on a slightly different patch to the Makefile since jakob@
dropped maintainership in the meantime.
2011-10-03 08:41:58 +00:00
jasper
0baec0ba89 unbreak when gnu libtool isn't installed as this need the AM_PROG_LIBTOOL
macro for autofuck
2011-10-02 20:11:30 +00:00
ajacoutot
2ad37a2be2 Update to libical-0.46.
Merge some more changes from upstream SVN.

ok sebastia@ (maintainer)
2011-10-02 08:55:40 +00:00
espie
82d351bc74 use bsd.port.arch.mk 2011-10-02 08:18:04 +00:00
kili
4dd01b2023 Update to xpdf-3.03. 2011-10-01 19:46:35 +00:00
jasper
3cbdab270e - update to 2.3.1
from wen heping
2011-10-01 08:41:26 +00:00
jasper
4e7ddfdb4b - update to 0.8.20
from viq
2011-09-29 17:33:31 +00:00
ajacoutot
cd4bbd8c49 +rubber 2011-09-28 14:13:41 +00:00
ajacoutot
595c234f26 Import rubber-1.1.
Rubber is a program whose purpose is to handle all tasks related to the
compilation of LaTeX documents. This includes compiling the document
itself, of course, enough times so that all references are defined, and
running BibTeX to manage bibliographic references. Automatic execution
of dvips to produce PostScript documents is also included, as well as
usage of pdfLaTeX to produce PDF documents.

ok jasper@
2011-09-28 14:13:03 +00:00
jasper
6a8b83abeb sync after recent gnome.port.mk CONFIGURE_ENV changes 2011-09-28 09:47:46 +00:00
sthen
9f60a277bb remove dreadful ${MODPY_RUN_DEPENDS:S/python/python-bsddb/} constructs now
we have PKGSPEC for Python and can do this properly.
2011-09-27 21:29:16 +00:00
kili
6383c0e75f + hs-attoparsec-text hs-blaze-html hs-xmlhtml 2011-09-24 19:11:45 +00:00
kili
f77d3db351 Bump. 2011-09-24 19:09:33 +00:00
kili
6364d0b12d Update to 0.5.3.
ok jasper@ jim@
2011-09-24 19:08:10 +00:00
kili
75c6a3feab Contains renderers and parsers for both XML and HTML 5 document
fragments, which share data structures wo that it's easy to work
with both.  Document fragments are bits of documents, which are not
constrained by some of the high-level structure rules (in particular,
they may contain more than one root element).

ok jasper@ jim@
2011-09-24 19:04:46 +00:00
kili
dc966679dc A blazingly fast HTML combinator library for the Haskell programming
language.

ok jasper@ jim@
2011-09-24 19:04:12 +00:00
kili
0af85e1ef4 A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.  This library is basically a translation of the original
attoparsec library to use text instead of bytestrings.

ok jasper@ jim@
2011-09-24 19:03:33 +00:00
jasper
ce57eca3b4 CONFIGURE_SHARED is now implied by gnome.port.mk, so no need to make it explicit anymore. 2011-09-20 21:04:24 +00:00
jasper
9fe4b0f440 switch to MODGNOME_TOOLS 2011-09-20 20:51:51 +00:00
ajacoutot
17329fb599 +itstool 2011-09-20 12:58:12 +00:00
ajacoutot
aae0b87922 Import itstool-1.1.0.
ITS Tool allows you to translate your XML documents with PO files, using
rules from the W3C Internationalization Tag Set (ITS) to determine what
to translate and how to separate it into PO file messages.

ok jasper@
2011-09-20 12:56:20 +00:00
landry
7fc3ec1b6c Update to ack 1.96, ok pyr@ (maintainer) 2011-09-20 08:09:11 +00:00
ajacoutot
9a1709aaf0 DESKTOP_FILES => MODGNOME_DESKTOP_FILE, like it should always have been.
discussed with and ok jasper@
2011-09-19 07:39:05 +00:00
jakob
4d4b3a8ab6 drop maintainer 2011-09-17 18:02:28 +00:00
sthen
cda2667b6f update to wdiff 1.0.1, from Pascal Stumpf.
- while there, replace a poorly-formatted DESCR with newer text from upstream
2011-09-17 10:51:22 +00:00
nigel
33ba2dd66d Add build depends for docbook.
ok sthen@, landry@
2011-09-16 20:13:46 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
naddy
20655a1f9e backup sites are automatically added to MASTER_SITES, so do not derive
HOMEPAGE from MASTER_SITES
2011-09-15 16:52:31 +00:00
jasper
d3555f6529 - update to 1.18
- remove a patch, instead use FAKE_FLAGS.
2011-09-14 15:35:40 +00:00
jasper
e1f864782a - update to 0.8.18
- remove outdated comment

from viq
2011-09-13 07:00:48 +00:00
jasper
c3dd95d5d0 grrr.. 2011-09-12 18:21:38 +00:00
jasper
943b58ee08 unbreak after recent vala update, patches from upstream
ok aja@
2011-09-12 18:20:34 +00:00
naddy
1e2bbe8777 bump all (sub)packages that depend on db/v4; requested by and help from espie@ 2011-09-12 18:02:34 +00:00
ajacoutot
dc2c0a8c78 Mark BROKEN for now. 2011-09-12 15:30:14 +00:00
jasper
ad2a9c291c switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable. 2011-09-12 12:07:24 +00:00
ajacoutot
3ec94788dd Maintenance update to icu4c-4.8.1. 2011-09-12 06:45:53 +00:00
ajacoutot
c05f4b1aab Tighten dependencies. 2011-09-11 11:01:35 +00:00
armani
1a9c4e46c6 Correct MAINTAINER email
ok MAINTAINER, sthen@
2011-09-10 13:39:48 +00:00
ajacoutot
3292014c83 Minor update to libxml++-2.34.2.
ok jasper@, maintainer timed out
2011-09-08 07:39:34 +00:00
jasper
67eaa5ab04 - switch to MODJAVA_JAR_DIR 2011-09-05 20:19:30 +00:00
sthen
bdfdddf654 bugfix update to MuPDF 0.9 2011-09-05 13:24:39 +00:00
jasper
eb3cff4f6f major update to 0.8.17
from viq
2011-09-05 12:38:36 +00:00
jasper
e82687eba5 - upstream keeps re-rolling distfiles without bumping versions.. 2011-09-05 06:47:43 +00:00
jasper
fa7be240b1 - bump REVISION after recent java.port.mk change 2011-08-30 17:16:35 +00:00
jasper
04649e73ce hmm, distfile appears to have changed without anything noticeable.
spotted by naddy@
2011-08-30 11:44:10 +00:00
jasper
8ab8b9dbc8 sync 2011-08-30 08:54:40 +00:00
jasper
a0c4b495b2 import stringtemplate 4.0.4
StringTemplate is a java template engine (with ports for C#, Python,
Ruby, and Scala) for generating source code, web pages, emails, or any
other formatted text output. StringTemplate is particularly good at
multi-targeted code generators, multiple site skins, and
internationalization/localization.

ok aja@
2011-08-30 08:53:58 +00:00
dhill
ac7c03ddea update to 0.5.0
* Add set attribute functions for various types to XML generation API
  * Modify xmlsd_generate to take two additional parameters for size of
    generated XML and a flag to determine whether an XML declaration is
    prepended
  * Change prototypes of all string parameters which aren't modified to const
  * Add new XML code generation APIs
  * Don't link against clens directly from library

ok sthen@
2011-08-29 21:38:46 +00:00
jasper
2580a7239f - add missing dependency 2011-08-26 08:23:32 +00:00
jasper
da661051fb - add VMEM_WARNING
ok sthen@ (MAINTAINER)
2011-08-23 19:05:45 +00:00
jasper
b08e0cc9d2 sync 2011-08-22 07:15:18 +00:00
jasper
7267113efc import p5-LaTeX-Pod 0.21
LaTeX::Pod converts LaTeX sources to Perl's POD (Plain old
documentation) format. Currently only a subset of the available LaTeX
language is supported.

  from wen heping, with tweaks by me
    ok sthen@
2011-08-22 07:14:25 +00:00
bentley
e63f98832c +diction 2011-08-21 22:54:22 +00:00
bentley
9d64d103fc Import diction-1.11.
Diction and style are two old standard Unix commands. Diction identifies
wordy and commonly misused phrases. Style analyses surface
characteristics of a document, including sentence length and other
readability measures.

Some bits (including maintainership) from an otherwise identical port
sent by Pascal Stumpf.

ok landry@
2011-08-21 22:52:30 +00:00
jasper
60cd29afbb - update to latest version 0.6.5
* this removes the experimental unify(1) program; in case anyone was using
this it can be added back if needed.
- clarify license
- remove groff (manpage checked)
- remove now unnecessary patches, CONFIGURE_ENV etc.

 from pascal stumpf
2011-08-21 16:41:07 +00:00
jasper
4bd2c9ace9 - update to 1.01
from wen heping
2011-08-21 14:19:08 +00:00
gsoares
6dcdabb94d update textproc/p5-XML-Elemental to 2.11
from Wen Heping who takes maintainership

OK jasper and Sam Smith (old MAINTAINER)
2011-08-18 15:32:29 +00:00
rpointel
3e6509dd58 Update docutils to 0.8.
ok benoit@, maintainer timed out.
2011-08-17 07:08:20 +00:00
rpointel
1afb9266f5 Update Pygments to 1.4.
ok benoit@, maintainer timed out.
2011-08-16 16:23:08 +00:00
stephan
1813356553 remove me as maintainer and bump, ok espie@ 2011-08-01 19:36:02 +00:00
jolan
9fc1efa281 remove myself as maintainer 2011-08-01 02:13:45 +00:00
jeremy
826ded9b1a Update to 1.5.0. Add a patch for the Rakefile so that the regress
tests work.
2011-07-27 18:17:09 +00:00
ajacoutot
73f9e19a6d Minor update to meld-1.5.2. 2011-07-26 15:19:10 +00:00
sthen
6df0d68c4d Bump for PKGSPEC changes in ports/lang/php/Makefile.inc 2011-07-22 10:20:10 +00:00
dcoppa
540e0fa2ae s/$(MACHINE)/$(MACHINE_ARCH)/
Fix a build error on macppc reported by ajacoutot@
ok ajacoutot@
2011-07-21 12:29:21 +00:00
ajacoutot
787440b8a0 +py-enchant 2011-07-20 16:48:58 +00:00
ajacoutot
2bb997a515 Import py-enchant-1.6.5.
This package provides a set of Python language bindings for the Enchant
spellchecking library.

ok jasper@
2011-07-20 16:48:19 +00:00
jeremy
bcdeace0f4 Bump after change to remove OpenBSD version from ruby SITEARCHDIR.
OK landry@, jcs@
2011-07-19 18:00:51 +00:00
jeremy
9bc799db7a Bump after change to remove OpenBSD version from ruby SITEARCHDIR,
and use new MODRUBY_SITEDIR and MODRUBY_SITEARCHDIR variables in
PLIST.

OK landry@, jcs@
2011-07-19 18:00:16 +00:00
sthen
f29dbcd917 security update to 2.0.21, XSS in the cgi script
- while there, use a non-specific default admin email address
2011-07-19 13:44:19 +00:00
naddy
65bc5aa607 bump revision for plist changes 4.9 -> 5.0 2011-07-18 19:06:36 +00:00
dcoppa
162e96f3d5 Update to asciidoc-8.6.5.
from Piotr Sikora

ok robert@ (maintainer)
2011-07-18 10:28:44 +00:00
benoit
4bbf6586ad - update highlight to 3.5
ok ajacoutot@
2011-07-15 09:47:50 +00:00
sthen
0627763e83 update to MuPDF 0.8.165, now also supporting XPS documents.
- drop fontres.c and switch to upstream's standard method of embedding fonts;
with gcc4 this is now able to build on arm without running out of RAM (this is
fortunate because it avoids reworking fontres for changes to MuPDF).
2011-07-13 21:48:48 +00:00
jeremy
2cb6c86294 Build the ruby19 FLAVOR of ruby-hyperestraier by default 2011-07-12 18:08:05 +00:00
jeremy
fda7e2fba6 Add a ruby19 FLAVOR to build a ruby 1.9 version that can be installed
side by side with the default ruby 1.8 version.

OK landry@
2011-07-12 18:06:23 +00:00
jasper
3c9f0d1a13 no need to keep using the gcc3 module on sparc
from brad
2011-07-11 14:04:42 +00:00
robert
ab4394b11c add MODPHP_RUNDEP=No and bump 2011-07-11 08:22:29 +00:00
jasper
201625d265 update to XML-RSS-1.49 2011-07-10 12:17:47 +00:00
jasper
d5766900f5 update to PPIx-Regexp-0.020 2011-07-10 12:17:42 +00:00
jasper
4e845afac7 update to PPIx-Utilities-1.001000 2011-07-10 12:17:36 +00:00
jasper
5b9ae7cb1a update to Text-Diff-HTML-0.07 2011-07-10 12:17:30 +00:00
jasper
19a779fa65 update to XML-SAX-ExpatXS-1.32 2011-07-10 12:17:21 +00:00
robert
e47c9c0d2c fix categories 2011-07-09 00:42:30 +00:00
robert
c8661c2d29 fix deps 2011-07-09 00:37:40 +00:00
robert
a9eaa6abb2 switch to lang/php 2011-07-08 22:31:59 +00:00
naddy
eed7c62887 Fix build with png-1.5.
All fixes by yours truly.
2011-07-08 20:38:00 +00:00
jasper
e930168a83 - fix patch names, no binary change
- add missing rcs ids
2011-07-08 09:52:50 +00:00
schwarze
a3bd54ca5a Represent bullets (for example in .Bl -bullet) by "o\bo" instead of "+\bo"
to agree with mandoc(1) and reduce noise in automatic output comparisons.
ok ajacoutot@
2011-07-07 05:27:15 +00:00
jasper
8f7c2fde6a - adjust after recent curl update
ok landry@
2011-07-05 08:18:29 +00:00