Commit Graph

3138 Commits

Author SHA1 Message Date
kili
54d4df9a48 Update to heist-0.8.2. 2012-12-02 20:47:45 +00:00
kili
b0493ec32a Bump.
Set NO_REGRESS, because --enable-tests will cause haddock
to fail.
2012-12-02 20:42:39 +00:00
kili
4414830a0f Bump. 2012-12-02 20:40:09 +00:00
chrisz
0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00
landry
c432a35fa7 Update to py-pygments 1.5.
From David Hill, tested by benoit@, MAINTAINER timeout
2012-11-29 23:45:06 +00:00
sthen
448a3e830f don't segfault if run with DISPLAY unset, reported by bentley@ 2012-11-24 09:55:54 +00:00
ajacoutot
0ffd576800 MESSAGE -> README 2012-11-23 07:47:48 +00:00
ajacoutot
17c734768a More run fixes against the new GDL; from upstream. 2012-11-17 13:09:32 +00:00
ajacoutot
08ffe27692 Update to stable gtkspell3-3.0.0. 2012-11-15 14:49:14 +00:00
ajacoutot
1725cdc243 needs to be ported to gtkspell3. 2012-11-15 14:44:14 +00:00
ajacoutot
147a936ed3 Unbreak (from upstream). 2012-11-14 12:37:03 +00:00
landry
0f9eea998d Bump all ports depending on nspr to account for the devel/nspr,-main ->
devel/nspr pkgpath change. While here, make sure mozilla ports depend on
the latest and greatest via mozilla.port.mk.
Tested in a bulk build..
2012-11-12 20:45:32 +00:00
sthen
a61bb4790a +rasqal 2012-11-12 13:37:21 +00:00
sthen
631e9a988c import textproc/rasqal, split from redland. ok landry@
- merged from openbsd-wip and dlg@ diffs.

Rasqal is a C library that handles Resource Description Framework
(RDF) query language syntaxes, query construction and execution of
queries returning results as bindings, boolean, RDF graphs/triples
or syntaxes. The supported query languages are SPARQL 1.0, RDQL,
Draft SPARQL Query 1.1, Update 1.1 Syntax and Experimental SPARQL
extensions (LAQRS). Rasqal can write binding query results in the
SPARQL XML, SPARQL JSON, CSV, TSV, HTML, ASCII tables, RDF/XML and
Turtle / N3 and read them in SPARQL XML, RDF/XML and Turtle / N3.

Rasqal was designed to work closely with the Redland RDF library
and the Raptor RDF Syntax Library but is entirely separate from
both.
2012-11-12 13:36:55 +00:00
sthen
71048d91fe update liblrdf to 0.5.0, cope with raptor update
- from openbsd-wip and tweaks from me
2012-11-12 13:35:33 +00:00
sthen
bb9ab5d7d6 update to Redland 1.0.15, multipackages for DB backends, cope with new raptor.
- merged from updates by Vadim Zhukov in openbsd-wip and dlg@
2012-11-12 13:34:03 +00:00
sthen
bc44613c35 update to Raptor 2.0.8
- merge of various updates by Amit Kulkarni and dlg@
- this has an API change, to be dealt with in forthcoming commits
2012-11-12 13:32:38 +00:00
ajacoutot
86a47d6ab9 BZ urls. 2012-11-11 19:00:02 +00:00
ajacoutot
3596a51932 Mark these are BROKEN until upstream fixes them to work with the new gdl
(currently being worked on).
2012-11-11 14:30:50 +00:00
kili
0ac8aba336 Add dependency on devel/hs-text.
It's not obvious, but hs-ports dependencies should match the
dependencies specified in the .cabal files as close as possible,
to minimize breakage (and necessary bumps) after updates of
some other hs-ports.
2012-11-09 21:00:17 +00:00
jasper
12aeb50160 - update to libxml++-2.36.0
- hobbits take over maintainership per previous maintainer's request

ok aja@
2012-11-07 10:06:56 +00:00
jasper
adf6ead310 import ocaml-csv-1.2.3
This is a pure OCaml library to read and write CSV files, including all
extensions used by Excel — eg. quotes, newlines, 8 bit characters in
fields, "0 etc.

help/ok chrisz@
2012-11-06 20:55:36 +00:00
jasper
d861d56955 sync 2012-11-06 20:54:39 +00:00
kili
2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00
ajacoutot
99d86f6a7f These ports have been unhooked for a while and replaced by coreutils, so
remove them.

ok naddy@
2012-10-24 13:22:35 +00:00
ajacoutot
c554924754 Update to meld-1.6.1. 2012-10-21 17:16:22 +00:00
kurt
82a85dd3c0 Use gcj 4.6 to build instead of 4.2. okay jasper@ 2012-10-19 22:30:36 +00:00
sthen
3a1c6d10f6 zap trailing whitespace where it's present in MASTER_SITES/COMMENT
lines in ports Makefiles
2012-10-15 15:06:41 +00:00
dcoppa
19cf808c3d Hook hs-libxml-sax and hs-xml-types to the build 2012-10-15 07:57:02 +00:00
dcoppa
920bb04818 Import textproc/hs-libxml-sax.
Needed by an upcoming port of hs-dbus.

OK kili@

libxml-sax are Haskell bindings to the libXML2 SAX (Simple API for
XML) interface.
2012-10-15 07:50:57 +00:00
dcoppa
ae96ff3b6b Import textproc/hs-xml-types.
Needed by textproc/hs-libxml-sax, which in turn is required by an
upcoming port of hs-dbus.

OK kili@

The xml-types library contains complete types for most parts of an
XML document, including the prologue, node tree, and doctype.
Some basic combinators are included for common tasks, including
traversing the node tree and filtering children.
2012-10-15 07:45:09 +00:00
bentley
f4cdc8cdcc +vislcg3 2012-10-11 16:43:44 +00:00
bentley
4f224be02c Import vislcg3-0.9.8.8406.
VISL CG 3 is a constraint grammar tool that can be used to POS-tag
ambiguous text.

tweaks/oks from ajacoutot@ sthen@
2012-10-11 16:42:57 +00:00
dcoppa
bd3f871e81 Fix fallout of haskell ports, now that devel/gmp is no more a
dependency for ghc
2012-10-11 14:06:34 +00:00
robert
99e4a90b94 fix cflags in the pkg-config file 2012-10-09 16:23:15 +00:00
ajacoutot
78d036f6f6 Sync dependencies after libgdata moved to libsecret. 2012-10-01 15:17:29 +00:00
jasper
82fea34cab - update to libxml-2.8.0
tested on amd64, sparc64, mips64el and powerpc.
ok aja@
2012-09-30 12:22:05 +00:00
jasper
3924fbe591 - update to libxslt-1.1.27
tested on amd64, sparc64, mips64el and powerpc.
ok aja@
2012-09-30 12:21:34 +00:00
landry
7da62bc827 add -ffunction-sections to CFLAGS on hppa, fixes the build there.
ok sthen@ (maintainer)
2012-09-30 10:22:54 +00:00
jasper
ff6de85aa3 import py-rdflib-3.2.2
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information.  The library contains parsers and
serializers for RDF/XML, N3, NTriples, Turtle, TriX and RDFa.  The
library presents a Graph interface which can be backed by any one of a
number of Store implementations.  This core RDFLib package includes
store implementations for in memory storage and persistent storage on
top of the Berkeley DB.

ok aja@
2012-09-29 10:27:14 +00:00
jasper
ce158f072f sync 2012-09-29 10:26:19 +00:00
ajacoutot
0056bf0651 Remove docbook hack. 2012-09-27 17:59:37 +00:00
ajacoutot
24dd1c3be8 Create a link from ${SYSCONFDIR}/xml/catalog to /var/db/xmlcatalog
so that stuffs that looks for /etc/xml/catalog can find it right-away.

idea from and ok espie@
2012-09-27 17:27:32 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
ajacoutot
2405adb721 Tweak RUN_DEPENDS. 2012-09-27 17:13:42 +00:00
ajacoutot
7532c4db08 Set PKG_ARCH=* 2012-09-27 10:56:56 +00:00
ajacoutot
ae333c78cb Update to itstool-1.2.0. 2012-09-27 10:53:10 +00:00
jasper
735cc2982d unbreak 2012-09-27 06:37:09 +00:00
ajacoutot
cfdf4632fd Missing RUN_DEPENDS. 2012-09-27 05:36:08 +00:00
sthen
20337fd622 mark icu4c for parallel builds; lets libreoffice and webkit get started sooner 2012-09-26 19:49:39 +00:00
sthen
9366d3a0a9 let dpb build groff in parallel, suggested by espie@ 2012-09-25 19:31:59 +00:00
jasper
52b21e32fe unbreak build when p5-JSON is installed
from RD Thrush, thanks
2012-09-24 14:33:54 +00:00
jasper
a27b1ea994 add two suggested dependencies; though it doesn't fix the occasional build failure 2012-09-24 12:34:20 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
3eab43d6a5 Have gonzui depend on the correct FLAVOR of the ruby-bdb dependency. 2012-09-23 17:09:54 +00:00
jeremy
f21f715417 Switch ruby-rss to use ruby 1.9 instead of ruby 1.8, and change
PKGNAME to be similar to other ruby 1.9 packages.
2012-09-23 17:09:11 +00:00
jeremy
ec54adfe61 Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.

Remove dependency on parsetree, since it isn't a required dependency,
and parsetree does not run on ruby 1.9.
2012-09-23 16:58:40 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
jasper
73450cbf84 - remove -lpthread related patches/chunks. 2012-09-21 13:17:45 +00:00
ajacoutot
769785f57f Sync WANTLIB. 2012-09-20 14:41:26 +00:00
jasper
a17972009f - update to 1.2.0 2012-09-20 07:01:15 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
jeremy
fc111005c8 Remove pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:55:15 +00:00
jeremy
d9028f61a8 Unlink pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:53:15 +00:00
jasper
a7e19022c4 - update to 3.41 2012-09-15 10:27:22 +00:00
jasper
92b72bcb91 - add missing dependency to make ronn -S work.
ok jeremy@ (MAINTAINER)
2012-09-15 07:01:45 +00:00
jasper
d214b9d02e - update to 0.615 2012-09-14 21:59:09 +00:00
jasper
df7fc4a2f3 - update to 2.1.1 2012-09-14 10:37:57 +00:00
sthen
70d49c9626 fix manpage links in mupdf now that various tools have been replaced
with mubusy; from Jan Stary
2012-09-12 21:32:19 +00:00
landry
b4e8c7e308 Update to catfish 0.4.0.1. Somewhat hackish, but can't be worse than the
previous unmaintained version. Now uses gtk3/py-gobject.
2012-09-10 20:54:40 +00:00
ajacoutot
848ef63891 No more palm in CATEGORIES. 2012-09-04 07:35:52 +00:00
ajacoutot
c5094f3fb6 +bibelot 2012-09-04 07:11:51 +00:00
ajacoutot
216eebddd3 Re-import bibelot from palm/bibelot since the palm CATEGORY is going to
be tedu'd.
2012-09-04 07:11:02 +00:00
ajacoutot
87b087b49c +palm-bookmarks 2012-09-04 07:08:56 +00:00
ajacoutot
1e3370ac82 Re-import palm-bookmarks from palm/palm-bookmarks since the palm CATEGORY is going to
be tedu'd.
2012-09-04 07:08:19 +00:00
jeremy
054823d8c1 Remove msf@ as maintainer from the ports he maintains, at his request,
as he no longer works on OpenBSD.
2012-09-04 03:40:33 +00:00
kili
d7e2e5f6ff Update to heist-0.8.1.1.1 2012-09-02 21:27:46 +00:00
kili
7ded25b9e1 Update to xmlhtml-0.2.0.2. 2012-09-02 21:27:10 +00:00
kili
84fb6d150a Update to blaze-html-0.5.0.0. 2012-09-02 21:26:43 +00:00
kili
240879473c Update to HaXml-1.23.3. 2012-09-02 21:22:55 +00:00
kili
2e86897ae2 Update to bytestring-nums-0.3.5. 2012-09-02 20:30:14 +00:00
kili
300701225f Update to bytestring-show-0.3.5.1. 2012-09-02 20:29:42 +00:00
kili
c12b0545e8 Update to hexpat-0.19.10. 2012-09-02 20:23:01 +00:00
kili
af2ea00742 Remove dependency on devel/hs-deepseq, which is now
included in the ghc package.
2012-09-02 19:57:48 +00:00
kili
d49af36311 Hook hs-blaze-markup to the build, even if ghc is still marked as broken. 2012-09-02 16:58:02 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
naddy
046d7dbf7d bsd.lib.mk does not build _pic.a libraries any longer 2012-09-01 12:02:26 +00:00
kili
ed111d7e76 Core modules of a blazingly fast markup combinator library for the
Haskell programming language.

ok matthew, sthen.
2012-08-30 21:14:16 +00:00
ajacoutot
22cbbcfd96 Update to clucene-core-2.3.3.4. 2012-08-30 18:41:09 +00:00
jasper
b76190b8fb remove gtkaml; it served well as a vala testcase when there were no other
vala-dependant ports in the tree. now there are plenty of ports using vala
and this port keeps lagging behind and is a nightmare to keep fixing for
every vala release, so zap it.

ok non-rude aja@
2012-08-29 09:56:15 +00:00
jasper
64f0762278 unhook gtkaml 2012-08-29 09:54:23 +00:00
espie
b1b88327aa switch default poppler flavor to no_qt,no_qt4,boostrap, as naddy@ now
sees bulk builds with a critical path sequentially building qt4, poppler,
libreoffice...

passes a full bulk

agreed with kili@, aja@, naddy@
2012-08-28 19:13:11 +00:00
benoit
c12520cc61 - change MASTER_SITES and HOMEPAGE
- bump REVISION

Problem noticed by Barry Grumbine, thanks.
2012-08-27 16:16:28 +00:00
stu
bee9cc1f47 Use MODULES for Tcl/Tk.
Remove maintainer per maintainer's request.

Ok sthen@
2012-08-26 17:41:16 +00:00
sthen
3875e272a2 sync wantlib 2012-08-23 16:02:37 +00:00
sthen
9f9069554b sync wantlib 2012-08-23 15:50:05 +00:00
sthen
1c17f4df2b restore p5- prefix in PKGNAME
sync wantlib
use SHARED_ONLY rather than NOT_FOR_ARCHS=${NO_SHARED_ARCHS}

ok benoit@
2012-08-23 14:44:39 +00:00
lteo
f3289e209f MuPDF has combined several of their command line tools into a single
tool called mubusy, so update pkg/DESCR accordingly.  mudraw remains a
separate binary.

OK sthen@ (maintainer)
2012-08-23 01:21:04 +00:00
ajacoutot
276dca6870 Update to libxmlsd-0.9.0.
from David Hill (maintainer).
2012-08-19 06:08:17 +00:00