Commit Graph

2991 Commits

Author SHA1 Message Date
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
avsm
faa7dea406 bump ocaml-xml-light REVISION to account for the earlier PLIST change;
prodded by ajacoutot@
2012-08-18 23:02:37 +00:00
avsm
17267501e9 +ocaml-text
+ocaml-xmlm
2012-08-18 22:52:31 +00:00
avsm
b9dd37022f initial import of ocaml-xmlm-1.1.0
From: Christopher Zimmermann <madroach@gmerlin.de>
--
Xmlm is an OCaml module for streaming XML IO. It aims at making XML
processing robust and painless. The streaming interface can process
documents without building an in-memory representation. It lets the
programmer translate its data structures to XML documents and
vice-versa. Functions are provided to easily transform arborescent
data structures to/from XML documents.
2012-08-18 22:51:21 +00:00
avsm
2a6e96791c initial import of ocaml-text-0.6, a library for dealing with unicode characters
From Christopher Zimmermann <madroach@gmerlin.de>
--
OCaml-Text is a library for dealing with ``text'', i.e. sequence of
unicode characters, in a convenient way

It supports:

  - character encoding/decoding using iconv
  - manipulation of text as UTF-8 encoded strings
  - localised text functions such as compare, upper, ...
  - human readable regular expression inside patterns
2012-08-18 22:49:29 +00:00
avsm
dda70b738c update to hevea-1.10
* use new PROPERTY ocaml_native
* patch Makefile / config.sh to respect environment variables

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:47:00 +00:00
avsm
525475822f update ocaml-xml-light to use the ocaml_native property.
no PLIST change, so no rev bump

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:31:20 +00:00
avsm
9ce0b926a6 update to ocaml-rss-2.0
* new MASTER_SITES and HOMEPAGE
* use new PROPERTY ocaml_native
* patch to support install on bytecode-only arch

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:28:53 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
gonzalo
3412ef731c Little update for diffstat to 1.55.
Tested on i386.

Ok sthen@
2012-08-17 13:57:59 +00:00
sthen
a7ec13dacf update to MuPDF 1.1 2012-08-17 13:30:16 +00:00
jasper
bd2bb76c04 could use VMEM_WARNING 2012-08-12 18:07:59 +00:00
jasper
2ba32d710b tweak do-regress 2012-08-12 17:26:30 +00:00
edd
9c4020c69a link py-prettytable 2012-08-11 12:13:36 +00:00
edd
a7b09a4d76 Attempt two at importing py-prettytable. Kludged my last commit with an
incorrect import path. Looks like permission was denied for the import, so
it didn't happen (?).

The import was OK gsoares@
2012-08-11 12:12:00 +00:00
naddy
2fe0e477e3 remove unused file 2012-08-09 21:02:40 +00:00
sthen
3dd655709c py-docutils has some modules which need pygments; add a run dep. From dhill. 2012-08-09 08:48:46 +00:00
ajacoutot
a55100ca9c Update to libxmlsd-0.8.1.
from David Hill (maintainer)
2012-08-07 07:33:55 +00:00
naddy
ba89129c80 no need for groff 2012-08-05 13:47:04 +00:00
sthen
98a15bad85 update to py-docutils 0.9.1, from dhill - llvm 3.2 will want this 2012-08-05 12:32:01 +00:00
naddy
1663a22640 no need for groff 2012-08-05 00:16:50 +00:00
espie
863d8ad10e use ocaml.port.mk 2012-08-04 16:30:04 +00:00
giovanni
da2d8d2eca Update to 2.0.4
Maintainer timed out
2012-07-19 14:56:59 +00:00
kili
906c8a2c57 Fix build with poppler-0.20. 2012-07-13 15:05:47 +00:00
ajacoutot
cf56c00b44 Fix RCS ids, no pkg change. 2012-07-13 07:23:20 +00:00
ajacoutot
3dec0929d0 Remove VERSION, it's unused.
Set the GPL version in the marker.

no pkg change.
2012-07-11 13:49:01 +00:00
zinke
6f115e73d6 link textproc/cloc 2012-07-11 13:29:09 +00:00
zinke
7a4f85f82c import cloc-1.56
Description:
cloc counts blank lines, comment lines, and physical lines of source
code in many programming languages. Given two versions of a code base,
cloc can compute differences in blank, comment, and source lines.

ok edd@ gonzalo@
2012-07-11 13:26:13 +00:00
kili
ce5f101601 Re-enable calibre; adjust dependencies and wantlib.
ok sthen@
2012-07-10 18:33:18 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
ajacoutot
4ad1879c15 Unbreak on sparc.
spotted by sebastia@
2012-07-09 22:50:18 +00:00
ajacoutot
2aea829618 Fix build on big endian platforms.
breakage reported by Markus Lude
2012-07-05 10:05:34 +00:00
landry
354048edd9 Fix build on hppa, don't assume we have gcc atomics depending on a given
GNUC version. Fallback to mutex code on hppa.
2012-07-04 09:03:16 +00:00
steven
0af7829ea8 make this work again, more or less. 2012-06-29 21:03:35 +00:00
jeremy
d931b17c3f Update ruby-nokogiri to 1.5.5. Fixes an XXE security issue. 2012-06-29 16:41:53 +00:00
rpointel
fc05848416 regen PLIST to permit to build with Python 3.2.3, bump revision. 2012-06-27 19:01:51 +00:00
sthen
31d3638da4 +p5-LaTeX-Encode 2012-06-27 10:58:10 +00:00
sthen
bb51797759 imports ports/textproc/p5-LaTeX-Encode, merged from submissions by Andrew Fresh
and Chris Bennett. Earlier version OK landry@

TeX::Encode exports the function 'latex_encode' which encodes
characters in a string, that would be incorrectly interpreted by
LaTeX.
2012-06-27 10:57:54 +00:00
sthen
c3e962a498 +p5-LaTeX-Driver 2012-06-27 08:57:49 +00:00
sthen
0f1285be32 import textproc/p5-LaTeX-Driver, merged from submissions by Andrew Fresh
and Chris Bennett.

The LaTeX::Driver module takes care of running and re-running latex on
a LaTeX document so that forward references, tables of contents, and
lists of figures and tables are resolved.  It will also run bibtex and
makeindex if it detects that a bibliography or in index have been
specified, and will re-run latex again one or more times until the
formatting of the document has stabilized.

landry@ ok to import (though slight tweaks since the version he saw).
2012-06-27 08:54:27 +00:00
naddy
9e8139cc2d use bsd.port.arch.mk, gcc3 is gone; ok benoit@ 2012-06-22 16:56:22 +00:00
landry
160ba5d561 Previous maintainer agreed (between two drinks) he was not really taking
care of it. ajacoutot@ takes maintainership.
2012-06-22 09:51:22 +00:00
ajacoutot
23e85ac2f3 Update to icu4c-49.1.2.
tested by jasper@ in a bulk, thanks!
ok jasper@
2012-06-22 07:07:14 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
jeremy
4615eb12b0 Update to nokogiri 1.5.3. 2012-06-07 15:35:58 +00:00
ajacoutot
403cb2c106 Update to gtranslator-2.91.5. 2012-06-07 12:58:39 +00:00
ajacoutot
35882a6904 Remove xpdf-utils (replaced by poppler-utils). Only keep pdfdetach(1) which
is not in poppler.

input from and ok kili@
2012-06-06 18:28:22 +00:00