Commit graph

6578 commits

Author SHA1 Message Date
rodent
41671aae61 +p5-HTML-FormatText-WithLinks-AndTables +p5-HTML-FormatText-WithLinks
+p5-Locale-Maketext-Gettext
2013-07-06 01:08:47 +00:00
rodent
ffeba85478 Import p5-HTML-FormatText-WithLinks-AndTables-0.02 as textproc/p5-HTML-FormatText-WithLinks-AndTables.
Converts HTML to Text with tables in tact.
2013-07-06 01:05:56 +00:00
rodent
d7a62e0a76 Import p5-HTML-FormatText-WithLinks-0.14 as textproc/p5-HTML-FormatText-WithLinks.
HTML to text conversion with links as footnotes.
2013-07-06 01:04:38 +00:00
rodent
455647bb31 Import p5-Locale-Maketext-Gettext-1.28 as textproc/p5-Locale-Maketext-Gettext.
Joins the gettext and Maketext frameworks.
2013-07-06 01:01:37 +00:00
ryoon
a479395e39 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
wen
5998443e24 Update to 1.04
Add LICENSE
Fix path of perl

Upstream changes:
1.04      2013-05-08
	- fix tests to work on older perls

1.03      2013-05-08
	- update copyright info
	- require 5.8 (let me know if this is a problem for you)
	- improve tests
	- hopefully fix failing test on windows
	- improve code readability
	- remove DEBUG for private _is_debug method

1.02      2013-05-07
	- convert to dzil and adopt
2013-07-05 00:17:32 +00:00
sno
ba6a441056 Updating package for CPAN distribution Lingua-EN-Inflect-Phrase in
textproc/p5-Lingua-EN-Inflect-Phrase from 0.10nb2 to 0.18.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.18 2012-12-27 00:09:43
        - fix meta repository info (RT#82274)

0.17 2012-12-25 14:09:56
        - fix for ordinal number phrases, 'first release' was singularizing to
          'first releases' (RT#82242)

0.16  2012-11-05 02:43:34
        - bump up Lingua::EN::Tagger dep again due to unescaped braces in
          regexes

0.15  2012-09-27 22:17:00
        - fix uninitialized warnings on older perls

0.14  2012-09-24 03:56:10
        - add $prefer_nouns config variable, defaulting to 1, which allows the
          recognition of phrases such as 'source splits'
        - much better number handling, in both number and word form

0.13  2012-08-30 05:30:04
        - bump Lingua::EN::Tagger dep to 0.20 due to unescaped braces in regexes

0.12  2012-01-10 22:44:02
        - fix "statuses" -> "status"

0.11  2011-12-18 06:25:33
        - fix "aliases" and "referral logs" (RT#73242)
2013-07-03 16:48:06 +00:00
sno
611f78b4d8 Updating package for CPAN distribution Lingua-EN-Tagger in
textproc/p5-Lingua-EN-Tagger from 0.20nb2 to 0.23.

Upstream changes:
0.23            Aaron Coburn            10/1/12
        Fixed errors in threads tests

0.21            Aaron Coburn            9/27/12
        Escaped some more curly braces in regex
        patterns (see below). Made memoize module
        support threads.
2013-07-03 16:20:54 +00:00
sno
80a73717a5 Updating package for CPAN distribution Lingua-EN-Inflect in
textproc/p5-Lingua-EN-Inflect from 1.893nb2 to 1.895.

Upstream changes:
1.895  Wed Sep 12 00:27:54 2012
    - Fixed a POD nit (thanks Gregor)
    - Added 'words_below', 'comma', and 'comma_every' options to NO()
      (Thanks Lady Aleena).

1.894  Thu Jun 14 10:22:30 2012
    - Fixed several dozen obscure plurals (thanks Tom)
    - Greatly improved the list of prepositions (thanks Tom)
    - Several minor doc nits cleaned up
    - Fixed 'miniseries', 'tv series' etc (thanks Lady Aleena)
    - NON-BACKWARDS COMPATIBLE CHANGE:
      WORDLIST now always add spaces around its final conjunction.
      Please report any cases where this is an adverse change.
2013-07-03 16:18:43 +00:00
sno
feefdd6d48 Adding SUBDIR's for 5-Lingua-EN-FindNumber, p5-Lingua-EN-Number-IsOrdinal,
p5-Lingua-EN-Words2Nums and p5-String-Compare-ConstantTime.
2013-07-03 16:16:28 +00:00
sno
ec6e955f19 Adding package for CPAN distribution String-Compare-ConstantTime version
0.300 into textproc/p5-String-Compare-ConstantTime.

This module provides one function, equals (not exported by default).

You should pass this function two strings of the same length. It will
return true if they are string-wise identical and false otherwise, just
like eq. However, comparing any two differing strings will take a fixed
amount of time, unlike eq.

NOTE: If the lengths of the strings are different, equals will return
false right away. Also, comparing two identical strings will take a
different amount of time than comparing two differing strings.
2013-07-03 16:13:38 +00:00
sno
34f838885b Adding package for CPAN distribution Lingua-EN-Number-IsOrdinal version
0.04 into textproc/p5-Lingua-EN-Number-IsOrdinal.

This module will tell you if a number, either in words or as digits, is a
cardinal or ordinal number.

This is useful if you e.g. want to distinguish these types of numbers found
with Lingua::EN::FindNumber and take different actions.
2013-07-03 16:11:42 +00:00
sno
46f20a21af Adding package for CPAN distribution Lingua-EN-FindNumber version 1.2
into textproc/p5-Lingua-EN-FindNumber.

This module provides a regular expression for finding numbers in English
text. It also provides functions for extracting and manipulating such
numbers.
2013-07-03 16:09:52 +00:00
sno
877aa98ca5 Adding package for CPAN distribution Lingua-EN-Words2Nums version 0.18
into textproc/p5-Lingua-EN-Words2Nums.

This module converts English text into numbers. It supports both ordinal
and cardinal numbers, negative numbers, and very large numbers.

The main subroutine, which is exported by default, is words2nums(). This
subroutine, when fed a string, will attempt to convert it into a number.
If it succeeds, the number will be returned. If it fails, it returns undef.
2013-07-03 16:06:25 +00:00
jaapb
86eb94cc69 Added buildlink3 file to package 2013-07-03 10:53:06 +00:00
marino
cf9b437985 textproc/xmlada: Update from version 4.2.0.0 to version 4.4.0.0
Full change text can be found in features-XX in the distfile, but the
main changes are:

NF-440-LB01-017 attributeGroup support in simple type extensions (2012-11-08)
NF-43-KC20-003 License updated to GPL3 (2011-12-20)
NF-43-KC07-033 Documentation converted to Sphinx (2011-12-08)
NF-43-KC01-026 Schema: Ignore unsupported xsd:unique (2011-12-01)
NF-42-K708-021 Schema: Improved multi-tasking support (2011-07-26)
NF-42-K429-012 Schema: Ignore unsupported schema elements (2011-08-16)
NF-42-J818-003 New input source for streaming sockets (2010-12-16)
2013-07-02 22:13:56 +00:00
rodent
9168465392 +cityhash 2013-07-02 11:23:36 +00:00
rodent
6e4ef1f7e7 Import cityhash-1.1.1 as textproc/cityhash.
CityHash provides hash functions for strings. The functions mix the input bits
thoroughly but are not suitable for cryptography.
2013-07-02 11:22:21 +00:00
rodent
b5555984c7 Set MAINTAINER=pkgsrc-users@; This package was packaged in pkgsrc-wip
by Kamel Derouiche <jihbed@users.sourceforge.net>
2013-07-02 11:15:55 +00:00
rodent
a4aff363e4 +py-anyjson 2013-07-02 11:12:59 +00:00
rodent
afd968730b Import py27-anyjson-0.3.3 as textproc/py-anyjson.
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used
2013-07-02 11:11:29 +00:00
rodent
adaa43feca +LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1 2013-06-28 08:57:27 +00:00
rodent
7fe9d25860 Updated to latest release, 4.6.0. MASTER_SITES changed, but other than that
nothing else relative to pkgsrc. There are hundred of additions in
doc/ChangeLog. Most have to do with adding more words and cleanup/fixes.
2013-06-28 08:35:30 +00:00
rodent
ee5c6bc523 Updated to latest release, 0.3.2. ${SORT} and ${CAT} are no longer used
by package. Updated patch to reflect changes in source file.

From CHANGELOG:

0.3.2   * zdpo (en): small words update, improved "make clean"
        * verkarsky (sk): integration od 3 letters Slovak words

        * zdpo (sk): drobné aktualizácie, vylep¹ený príkaz "make clean"
        * verkarsky (sk): integrácia 3-písmenkových slovenských výrazov
          do slovníka

2005.09.06
0.3.1   * fred: remove install.sh

        * zdpo: words words words

2005.09.01
0.3.0   * zdpo: Licence change/extension to GPL(v2), LGPL (v2.1) and MPL (1.1).
        Details can be found at http://www.opensource.org/licenses/.

        * zdpo (sk): Roz¹írenie licencie na GPL(v2), LGPL (v2.1) a MPL (1.1).
        Anglické znenie licencií nájdete na
        http://www.opensource.org/licenses/. Preklady GPL a LGPL nájdete
        na www.gnu.sk a www.gnu.cz
2013-06-28 08:30:19 +00:00
dholland
471042e5ec lang/mono-basic, not lang/mono2-basic. 2013-06-24 05:32:28 +00:00
sno
f69d2f9539 Updating package for Perl Module Text::CSV_XS in similar named CPAN
distribution from 0.99 to 1.01 because of serious upstream isse fixed.

Upstream changes since 0.99:
1.01	- 2013-06-16, H.Merijn Brand
    - Cache not re-read on getline_all (RT#86155)

1.00	- 2013-06-13, H.Merijn Brand
    * Fix automatic UTF-8 in getline/parse for SV's with \0
2013-06-22 09:27:01 +00:00
wiz
39d41ac603 Fix perl interpreter path in installed files. Bump PKGREVISION. 2013-06-18 19:24:20 +00:00
wiz
a84df624e6 Fix build with perl-5.18. 2013-06-18 19:24:07 +00:00
wiz
6b5de29e04 Fix python interpreter path in installed files. 2013-06-17 13:33:47 +00:00
wiz
a9864a7b15 Make mono packages depend on lang/mono2 instead of lang/mono.
The latter contains the unstable version 3 of mono, which breaks many mono
packages.

Bump dependencies and PKGREVISIONs.

Ok during freeze: gdt@
2013-06-17 12:44:53 +00:00
taca
d98b05d78e Update ruby-diff-lcs to 1.2.4.
=== 1.2.4 / 2013-04-20

* Bugs fixed:
  * A bug was introduced after 1.1.3 when pruning common sequences at the start
    of comparison. Paul Kunysch (@pck) fixed this in pull request 18. Thanks!
    https://github.com/halostatue/diff-lcs/pull/18
* The Rubinius (1.9 mode) bug in rubinius/rubinius#2268 has been fixed by the
  Rubinius team two days after it was filed. Thanks for fixing this so quickly!
  https://github.com/rubinius/rubinius/issues/2268
* Switching to Raggi's hoe-gemspec2 for gemspec generation.

== 1.2.3 / 2013-04-11

* Bugs Fixed:
  * The new encoding detection for diff output generation (added in 1.2.2)
    introduced a bug if the left side of the comparison was the empty set.
    Originally found in rspec/rspec-expectations#238 and
    rspec/rspec-expectations#239. Jon Rowe developed a reasonable heuristic
    (left side, right side, empty string literal) to avoid this bug.
    https://github.com/rspec/rspec-expectations/pull/238
    https://github.com/rspec/rspec-expectations/pull/239
* There is a known issue with Rubinius in 1.9 mode reported in
  rubinius/rubinius#2268 and demonstrated in the Travis CI builds. For all
  other tested platforms, diff-lcs is considered stable. As soon as a suitably
  small test-case can be created for the Rubinius team to examine, this will be
  added to the Rubinius issue around this.
  https://github.com/rubinius/rubinius/issues/2268
  https://travis-ci.org/halostatue/diff-lcs/jobs/6241195

== 1.2.2 / 2013-03-30

* Bugs Fixed:
  * Diff::LCS::Hunk could not properly generate a difference for comparison
    sets that are not US-ASCII-compatible because of the use of literal regular
    expressions and strings. Jon Rowe (JonRowe) found this in
    rspec/rspec-expectations#219 and provided a first pass implementation in
    diff-lcs#15. I've reworked it because of test failures in Rubinius when
    running in Ruby 1.9 mode. This coerces the added values to the encoding of
    the old dataset (as determined by the first piece of the old dataset).
    https://github.com/rspec/rspec-expectations/issues/219
    https://github.com/halostatue/diff-lcs/pull/15
* Adding Travis CI testing for Ruby 2.0.
2013-06-16 17:21:49 +00:00
jaapb
c5807b086f - Updated package to also install the cmxs (dynamic link) file. 2013-06-16 09:45:19 +00:00
ryoon
635f196268 Fix PKGNAME. 2013-06-16 09:10:23 +00:00
ryoon
38beb025fc Update to 0.94.4
* HOMEPAGE and MASTER_SITES are changed to Debian's alioth.

Changelog:
unknown
2013-06-16 09:08:52 +00:00
jaapb
927ebd9618 Added new ocaml-csv package to Makefile 2013-06-15 20:56:34 +00:00
jaapb
f764a97de3 Added new package, textproc/ocaml-csv. A pure OCaml library that supports
comma separated values.
2013-06-15 20:53:03 +00:00
wiz
017958b831 Install url_handler.sh, from Dario Niedermann on pkgsrc-users.
Fix bash call in script and add run-time-dependency on bash for the script.

Bump PKGREVISION.
2013-06-14 08:53:57 +00:00
obache
351e36fe9f Update ruby-json-pure to 1.8.0
2013-05-13 (1.8.0)
  * Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
    Lafortune <github_rocks@marc-andre.ca>. Thanks!
  * Applied patches by Yui NARUSE <naruse@airemix.jp> to suppress warning with
    -Wchar-subscripts and better validate UTF-8 strings.
  * Applied patch by ginriki@github to remove unnecessary if.
  * Add load/dump interface to JSON::GenericObject to make
        serialize :some_attribute, JSON::GenericObject
    work in Rails active models for convenient SomeModel#some_attribute.foo.bar
    access to serialised JSON data.
2013-06-13 13:18:08 +00:00
obache
5568a96dba Update ruby-json to 1.8.0.
2013-05-13 (1.8.0)
  * Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
    Lafortune <github_rocks@marc-andre.ca>. Thanks!
  * Applied patches by Yui NARUSE <naruse@airemix.jp> to suppress warning with
    -Wchar-subscripts and better validate UTF-8 strings.
  * Applied patch by ginriki@github to remove unnecessary if.
  * Add load/dump interface to JSON::GenericObject to make
        serialize :some_attribute, JSON::GenericObject
    work in Rails active models for convenient SomeModel#some_attribute.foo.bar
    access to serialised JSON data.
2013-06-13 13:15:49 +00:00
wiz
ab5a823feb Remove GNU_CONFIGURE_LIBDIR.
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir="
and only used by 10 packages.
2013-06-12 12:35:35 +00:00
jaapb
f83786b11a - Patched package to compile with new version of net/ocamlnet 2013-06-11 14:52:39 +00:00
ryoon
e9ccb273f6 Update to 1.12
Changelog:
1.12 (2012/12/22)
 * Fix error handling (Eric Leblond)
 * Put operation in try pass. (Eric Leblond)
 * Don't ignore header files (Frédéric Yhuel)
 * Don't rm temporary .cocci file in verbose mode (Frédéric Yhuel)
2013-06-11 14:05:24 +00:00
wen
fc8d4e436d Update to 1.30
Update DEPENDS

Upstream changes:
1.30  Tue Jun 11 00:06:02 2013
    - catch up Text::CSV_XS 0.99
    (except for diag_verbose and allow_unquoted_escape)
    * TODO: Documents and tests in the next version
2013-06-11 07:42:37 +00:00
wen
deb034db4f Update to 0.99
Upstream changes:
0.99	- 2013-06-05, H.Merijn Brand
    * Documents return value of bind_columns without arguments
    * Fix automatic UTF-8 in getline/parse

0.98	- 2013-06-03, H.Merijn Brand
    * Clarify eol documentation
    * Move error_input to XS
2013-06-11 07:38:22 +00:00
rodent
21ba7816c7 Fix hardcoded ${INSTALL} path with SUBST. Likely fixes install failure on
SunOS.
2013-06-09 22:59:13 +00:00
obache
6d82a1e238 gmake is required for SunOS. 2013-06-09 07:02:14 +00:00
ryoon
b5be0eeb0c Update to 1.2.1
Changelog:
Version 1.2.1 - March 2013, by Martin von Gagern

        Added Esperanto translation.
        Updated Czech, German, Spanish, Finnish, Galician, Italian, Dutch, Polish, Slovenian, Serbian, Swedish, Ukrainian and Vietnamese translations.
        Updated gnulib.
        Recreated build system using recent versions of autotools. This will avoid security issues in "make distcheck" target. (CVE-2012-3386)
2013-06-09 06:10:22 +00:00
wiz
9857186f24 Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
schmonz
b2b945f2d6 The revived rss2email (not yet in pkgsrc) requires Python 3.2 or
higher, and depends on this, so this must work with Python 3.2 or
higher.
2013-06-06 01:57:55 +00:00
schmonz
7d35495b6e Update to 3.200.3. No changelog provided. Summarized highlights
from the git log:

* allow module to be imported
* set UTF-8 as default encoding
* better handling of Google Docs HTML
* better handling of more edge-case inputs
* nitpicky bugfixes to whitespace, emphasis, etc.
* new config options
2013-06-06 01:52:01 +00:00