Commit graph

5793 commits

Author SHA1 Message Date
fhajny
73d7817cdc Added graphics/p5-GraphViz2 and dependencies 2012-03-08 11:39:52 +00:00
fhajny
57bce12096 Import p5-Text-Xslate-1.5.7 as textproc/p5-Text-Xslate.
Xslate is a template engine, tuned for persistent applications, safe
as an HTML generator, and with rich features.
2012-03-08 11:30:01 +00:00
fhajny
6e450a23c5 Import p5-XML-Tiny-2.06 as textproc/p5-XML-Tiny.
XML::Tiny is a simple lightweight parser for a subset of XML.
2012-03-08 11:26:53 +00:00
fhajny
3ee61c3336 Import p5-XML-Bare-0.47 as textproc/p5-XML-Bare.
This module is a 'Bare' XML parser. It is implemented in C. The parser itself
is a simple state engine that is less than 500 lines of C. The parser builds
a C struct tree from input text. That C struct tree is converted to a Perl
hash by a Perl function that makes basic calls back to the C to go through
the nodes sequentially.
2012-03-08 11:26:03 +00:00
joerg
78b76f86e0 Don't install cat page. Bump version. 2012-03-08 01:12:07 +00:00
minskim
c9a4ef8bc9 Reduce tex2page's dependencies on TeX. 2012-03-07 00:33:55 +00:00
joerg
2c726b49a6 Don't install cat pages. Bump revision. 2012-03-06 23:27:15 +00:00
sno
1b2823e182 Updating package for CPAN module Text::CSV_XS in textproc/p5-Text-CSV_XS
from 0.85 to 0.86.

Upstream changes:
0.86	- 2012-01-22, H.Merijn Brand
    * Introduce quote_binary attribute
    * Update copyright to 2012
    * Versions
    * Fixed a utf8::decode on undef (found by perl-5.15.7)
    * Fixed localized $/ interference with other handles (RT#74216)
2012-03-05 13:36:52 +00:00
minskim
ded6fe2ac7 Reduce harmony's dependencies on TeX. 2012-03-05 04:41:17 +00:00
minskim
3c7ebcfcaa Reduce rubber's dependencies on TeX. 2012-03-05 04:02:30 +00:00
minskim
5074e8dcaa Update HOMEPAGE. 2012-03-05 03:52:53 +00:00
martin
79596c2de5 Update libxml++ to 2.34.2 - various bugfixes, documentation and compile
(warning) fixes, see the ChangeLog for details.
2012-03-04 21:37:32 +00:00
minskim
abb5d5dc06 Sync makeindexk with TeX Live 2011.
Changes:
	* sortid.c (compare_string): Cast strcoll() args to 'char *' to
	avoid 'differ in signedness' warnings.
	* mkind.c (mk_getc): new fn to accept both LF and CRLF.
2012-03-04 17:50:16 +00:00
taca
e21cf679b7 Remove mecab-base09 package which was needed by php-mecab. 2012-03-04 02:30:58 +00:00
taca
28f54a0f5a Remove mecab09-base. 2012-03-04 02:30:17 +00:00
taca
277f6d99cb Update php-mecab pacakge to 0.5.0.
* Support MecCab 0.99.
* Support PHP 5.4 (don't check safe mode).

Change MASTER_SITES to github.
2012-03-04 01:49:13 +00:00
minskim
b51ad7bae7 Sync mendexk with TeX Live 2011.
Code cleanup only.
2012-03-03 22:13:39 +00:00
wiz
b630ed46ca More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
7253021fd8 Update to 0.50.2:
intltool 0.50.2
===============

intltool 0.50.2 is another minor release improving backwards compatibility.
Only one bug is fixed in this release:

 * Use --no-translations only if intltool >= 0.50 is available (#903340).
   Patch contributed by Hib Eris (https://launchpad.net/~hiberis).

intltool 0.50.1
===============

intltool 0.50.1 is a minor release with the following improvements:

 * Support AM_SILENT_RULES (#402516).
   Patch contributed by Hib Eris (https://launchpad.net/~hiberis).

 * Improve support for extracting messages from GSettings files (#922685).
   Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).

 * Support attribute tag extraction for Glade/GtkBuilder files (#923841).
   Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).

 * Start including a ChangeLog in tarballs and provide a NEWS file (#924386).
   This introduces a soft dependency on "bzr": it's only required for
   maintainers who wish to regenerate a ChangeLog file from the bzr checkout.

 * Fix quoting of XGETTEXT variable when setting MSGMERGE and GENPOT
   in Makefile (#900738).
   Patch contributed by Matthias Klose (https://launchpad.net/~doko).


intltool 0.50.0
===============

intltool 0.50.0 is a major bug fix release.

Among the fixes, the following stand out:

 * Bug #580526
   Finally, support for gsettings gschema.xml files is merged in, which
   should enable maintainers to get a slightly simpler build setup
   (i.e. no need to use NOMERGE rule anymore, and you can have intltool
   directly extract translations from .gschema.xml files).

 * Bug #790574:
   Let xgettext extract Scheme strings out, and add support for
   `intltool-update -m` to find files with marked strings.

 * Bug #806006:
   Improve handling of quotes in `intltool-update -m` so you get less
   (no?) warnings about mismatched quotes, and Python processing doesn't
   get messed up with docstrings and similar.

 * Bug #520986:
   One for the translators—messages are extracted in the order they appear
   in original files now, thus allowing translators to infer more of the
   context from the ordering.
2012-03-03 00:34:40 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
b5f8a549b5 Uses cdefs. 2012-03-02 16:47:10 +00:00
hans
c4438429b8 Uses cdefs and fts. 2012-03-02 16:23:01 +00:00
hans
7f59b4560b Fix build on SunOS.
- use dirent.h instead of sys/dir.h
- use FILENAME_MAX instead of NAME_MAX
- use uintXX_t instead of u_intXX_t
2012-03-02 12:11:01 +00:00
hans
b051fc5ec1 Recursive bump from devel/boost-libs update. 2012-02-29 16:32:19 +00:00
hans
4e45ad0a65 Set CFLAGS.SunOS to get a XPG6 iconv to fix the build of preconv. 2012-02-29 13:34:24 +00:00
hans
302c11edc0 Revert libiconv buildlink change, breaks on systems with builtin iconv. 2012-02-29 13:33:00 +00:00
obache
d8ec0881af No need to buildlink with mecab-base, just BUILD_DEPENDS is sufficient.
Bump PKGREVISION.
2012-02-29 09:10:06 +00:00
wiz
42251abe9c + regxml (hi apb). 2012-02-28 23:32:33 +00:00
apb
262b5fa22d Add regxml, from Nhat Minh Le's 2009 Google Summer of Code project.
regxml is a collection of command-line utilities for XML stream
manipulation.  The xmlgrep and xmlsed commands are fast and
memory-efficient commands for editing tasks similar to what
grep(1) and sed(1) can do on text files.
2012-02-28 17:17:57 +00:00
hans
24cc9e5571 Buildlink against converters/libiconv instead of just depending on it.
Fixes a build problem seen on SunOS, and shouldn't negatively affect
other systems.
2012-02-28 15:09:04 +00:00
obache
743f6943c7 Update groonga to 1.3.0.
Release 1.3.0 - 2012/01/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported dynamic DB key table change by
  GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.
* Added ``--with-default-db-key`` configure option that
  specifies the default DB key table.
* Supported "" value for geo point data types. It's interpreted as "0x0".
* Added column name to cast error message.
* Inhibit file information for stdin on load error.
* Enabled write-strings warnings and suppress those
  warnings. [Suggested by montywi]
* Marked MessagePack output format as supported. [#1215]
* Added ``const`` to ``void *`` of ``*_set_value()``.
* Enabled warning flags on C and C++.
* Supported ``--with-libevent`` without value configure option.
* ``grn_table_get()`` supported grn_db. [#1242]
* [rpm] Removed needless groogna-munin-plugins dependency
  from groonga-server. [#1251] [Suggested by Masaharu IWAI]
* [rpm] Removed needless groogna-doc dependency
  from groonga. [#1251] [Suggested by Masaharu IWAI]
* [dat] Supported repair by ``grn_dat_repair()``.
* ``grn_table_at()`` supported grn_db.
* [suggest] Removed unstable mark.
* [suggest][complete] Supported normalized value search in prefix-search.
* Added experimental offline index build. It's disabled by
  default for now. You can enable it by
  USE_OFFLINE_INDEXER=yes environment variable.
* Added internal API ``grn_obj_path_by_id()`` for mroonga.
* [suggest][httpd] Passed unknown parameters to groonga.
* [output][xml] Added a newline before ``</RESULT>`` for readability.
* [doc][output] Added documentation about output format type.
* Added ``table_rename``. [#1234]
* Added ``column_rename``. [#1234]
2012-02-27 11:59:52 +00:00
obache
43f6d4b4b8 Update mecab to 0.993.
2012-01-27 MeCab 0.993
* Fix to works well for MeCab::Tagger::formatNode()
* To reduce stack size, save almost of local variables(arrays) to heap.

2012-01-14 MeCab 0.992
* Fix typos in source codes.

2012-01-14 MeCab 0.991
* Fix parse error with null strings or space strings.
* Fix failure for creation of user dictionaries.

2011-12-24 MeCab 0.99
* Add MeCab::Model MeCab::Lattice classes.
  Improve usabilities on multi threads environment. Multiple threads can parse
  with shareing same dictionary.
* Remove function for automatic dictionary reference share when refereing same
  dictionaly (You can do same works with MeCab::Model).
* Add function for atomic dictionaly update in parsing. Model::swap()
* Change Windows version to Unicode binary.
* Remove experimental online learning, HMM and EM learning codes.
* Remove MeCab::Node:(begin|end)_node_list members.
* minor bug fixes.
2012-02-27 11:53:06 +00:00
obache
a28f5aecc6 add mecab-base09. 2012-02-27 11:29:09 +00:00
obache
b6b64c9d18 require mecab 0.9. 2012-02-27 11:25:39 +00:00
obache
ecac6e1f5a Re-import textproc/mecab-base version 0.98 as textproc/mecab-base09. 2012-02-27 11:24:13 +00:00
hans
a41aa04f07 Fix build with options lynx or w3m.
Don't use sed directly at do-extract, instead use SUBST at post-patch.
Change patch-aa to apply against the original source.
2012-02-25 14:07:59 +00:00
fhajny
131e4c1a77 Added p5-Text-Affixed, p5-Text-Ngram, p5-Lingua-Identify 2012-02-24 09:43:08 +00:00
fhajny
8b153e8467 Import p5-Lingua-Identify-0.50 as textproc/p5-Lingua-Identify.
Lingua::Identify identifies the language a given string or file is written in.
2012-02-24 09:40:52 +00:00
fhajny
655decf2e5 Import p5-Text-Ngram-0.14 as textproc/p5-Text-Ngram.
n-Gram analysis is a field in textual analysis which uses sliding window
character sequences in order to aid topic analysis, language determination
and so on. The n-gram spectrum of a document can be used to compare and
filter documents in multiple languages, prepare word prediction networks,
and perform spelling correction.
2012-02-24 09:40:06 +00:00
fhajny
88f9d09636 Import p5-Text-Affixes-0.07 as textproc/p5-Text-Affixes.
This module exports a method that is useful for factory classes.
2012-02-24 09:39:43 +00:00
wiz
3bae89626e Bump version for unintended commit of changes. 2012-02-22 15:33:16 +00:00
wiz
6aa41fe860 Mention putty-devel successor. 2012-02-22 15:31:34 +00:00
drochner
4ff4945d41 build the library thread-aware, i.e. use <pthread.h> but do not
link against libpthread. (It doesn't create threads, just uses
locking.) This seems to be wanted by some applications, eg vlc
issues a warning on startup (with no visible consequences afaict,
but anyway).
I hope this works for other OSes too. If not, we should probably
add support for these cases to mk/pthread.bl3.mk.
bump PKGREV
2012-02-22 11:10:17 +00:00
sbd
ce0836e679 Files listed in CHECK_FILES_SKIP should not be in the PLIST.
Bump PKGREVISION.
2012-02-21 02:26:02 +00:00
hans
d76285a838 Fix build on SunOS. 2012-02-16 19:54:38 +00:00
hans
147b70ca2c Don't look for glib2 in the default paths to avoid finding the wrong one. 2012-02-16 19:53:53 +00:00
hans
bd23a9db5b Make sure the correct install tool is used. 2012-02-16 19:51:23 +00:00
hans
7c204874ae Fix build on SunOS. 2012-02-16 19:49:04 +00:00
hans
8086dbdcc4 Uses pod2man. 2012-02-16 19:48:22 +00:00
gls
9633fbb7bd Update textproc/dblatex to 0.3.2.
pkgsrc changes:
- set LICENSE

upstream changes:

Release 0.3.2
-------------

Some new features or improvements.

Add the HTML table support. See HTML Tables for more details.

Add the parameters:

- default.table.rules: parameter related to the new HTML table
support.

Improve the setup.py script in order to be able to build and
distribute a dblatex egg package. See PyPI Install for more details.

Full support of the --quiet option.

Add the ability to pass a user defined index style file to dblatex through
the option --indexstyle.

Make dblatex working in paranoid mode in order to function correctly with
the TexLive 2010 distribution (output files only in the current directory).

Some bug fixes.

Release 0.3.1
-------------

Mainly a bug fix release.

Improve the table rendering by adding the support to the tabularx
environment and improving the automatic column width feature.
See Automatic Width and Table LaTeX Styles

Add the parameters:

- linenumbering.scope.

- linenumbering.default.

- linenumbering.everyNth.

- table.default.tabstyle.

A number of bug fixes.
2012-02-15 22:06:02 +00:00