Commit graph

8445 commits

Author SHA1 Message Date
mef
b7831b0735 Fix PLIST inconsistency after recent update to 5.3.7, sorry. 2016-09-12 14:06:08 +00:00
taca
5f84ee3fc6 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
taca
3397ab6729 Add patch files, too. 2016-09-11 16:07:55 +00:00
taca
92a43e1d5f Update groonga to 6.0.8.
Changes from 4.1.1 to 6.0.8 are too many to write here, please refer:
groonga.org/docs/news.html.
2016-09-11 16:06:53 +00:00
kamil
eba39d3b6b Reset maintainer to pkgsrc-users@NetBSD.org
Change requested by Frederic Cambus.
2016-09-11 15:59:29 +00:00
bsiegert
fa3aa847c2 Revbump all Go packages after the Go 1.7.1 update. 2016-09-10 19:47:19 +00:00
taca
461c9ce450 Fix build problem.
* Make MASTER_SITES empty to avoid fetching 404 site.
* Introduce DIST_SUBDIR reflecting DISTFILE change with the same file name.
2016-09-09 02:13:59 +00:00
joerg
852712577b Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-09-08 15:19:16 +00:00
wiz
e14f9d3c7b Rename soelim to msoelim (per comment in upstream example) to fix
conflict with groff.

Requested by jperkin.

Bump PKGREVISION.
2016-09-07 18:50:05 +00:00
joerg
6dbbadabde lang/php/ext.mk overrides EGDIR with an absolute path, so drop
definition here and adjust post-install command.
2016-09-05 20:14:28 +00:00
wiz
6deda50e13 OpenBSD does not support zaurus any longer.
Bump version.

From jmc@OpenBSD.org.
2016-09-03 18:19:40 +00:00
wen
e9389d5388 Update to 1.25
Upstream changes:
1.25	- 2016-08-28, H.Merijn Brand
    * Allow lc, uc, and coderef for csv () headers attribute
    * Document for eof when the last line has an error (RT#115954)
    * Allow csv () to call header () with all supported arguments
    * Add some docs for bind_columns
2016-09-03 07:59:31 +00:00
wen
de59fcb945 Update to 1.34
Upstream changes:
1.34  2016-08-26 08:40:00 MANWAR
      - Corrected HelveticaBold font width.
2016-09-03 07:55:05 +00:00
wiz
a605f9bec0 + py-jsonrpclib 2016-09-02 16:27:01 +00:00
wiz
49c55647fa Import py-jsonrpclib-0.1.7 as textproc/py-jsonrpclib.
Packaged for wip by Jonathan Schleifer, with improvements by
K.I.A.Derouiche and myself.

This library is an implementation of the JSON-RPC specification.
It supports both the original 1.0 specification, as well as the
new (proposed) 2.0 spec, which includes batch submission, keyword
arguments, etc.
2016-09-02 16:26:32 +00:00
wiz
273f3b6363 Updated py-yaml to 3.12.
* Wheel packages for Windows binaries.
* Adding an implicit resolver to a derived loader should not affect
  the base loader (fixes issue #57).
* Uniform representation for OrderedDict across different versions
  of Python (fixes issue #61).
* Fixed comparison to None warning (closes issue #64).
2016-09-01 17:01:46 +00:00
wiz
bb243d53d3 Updated miller to 4.5.0.
4.5.0

Customizable output format for redirected output

In a natural follow-on to the 4.4.0 redirected-output feature, the
4.5.0 release allows your tap-files to be in a different output
format from the main program output.

For example, using

mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat",
$*' then ...

the input is CSV, the output is pretty-print tabular, but the
tee-files output is written in JSON format. Likewise --ofs, --ors,
--ops, --jvstack, and all other output-formatting options from the
main help at mlr -h and/or man mlr default to the main command-line
options, and may be overridden with flags supplied to mlr put and
mlr tee.

4.4.0

Redirected output, row-value shift, and other features

The principal feature of Miller 4.4.0 is redirected output. Inspired
by awk, Miller lets you tap/tee your data as it's processed, run
output through subordinate processes such as gzip and jq, split a
single file into multiple files per an account-ID column, and so
on.

Details:
http://johnkerl.org/miller/doc/reference.html#Redirected-output_statements_for_put

Other features:

    mlr step -a shift allows you to place the previous record's
    values alongside the current record's values:
    http://johnkerl.org/miller/doc/reference.html#step

    mlr head, when used without the group-by flag (-g), stops after
    the specified number of records has been output. For example,
    even with a multi-gigabyte data file, mlr head -n 10 hugefile.dat
    will complete quickly after producing the first ten records
    from the file.

    The sec2gmtdate verb, and sec2gmtdate function for filter/put,
    is new: please see
    http://johnkerl.org/miller/doc/reference.html#sec2gmtdate and
    http://johnkerl.org/miller/doc/reference.html#Functions_for_filter_and_put.

    sec2gmt and sec2gmtdate both leave non-numbers as-is, rather
    than formatting them as (error). This is particularly relevant
    for formatting nullable epoch-seconds columns in SQL-table
    output: if a column value is NULL then after sec2gmt or
    sec2gmtdate it will still be NULL.

    The dot operator has been universalized to work with any data
    type and produce a string. For example, if the field n has
    integers, then instead of typing mlr put '$name = "value:".string($n)'
    you can now simply domlr put '$name = "value:".$n'. This is
    particularly timely for creating filenames for redirected
    print/dump/tee/emit output.

    The online documents now have a copy of the Miller manpage:
    http://johnkerl.org/miller/doc/manpage.html

    Bugfix: inside filter/put, $x=="" was distinct from isempty($x).
    This was nonsensical; now both are the same.
2016-09-01 16:25:51 +00:00
wiz
a63fbf7df1 Updated libyaml to 0.1.7.
Changes not found.
2016-09-01 16:22:02 +00:00
wiz
c11f04fd73 No more sparc on OpenBSD.
From jmc@OpenBSD.

Bump version.
2016-09-01 16:18:59 +00:00
wiz
6aab02082e Updated iso-codes to 3.70.
iso-codes 3.70
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Mon, 29 Aug 2016

  [ ISO 3166-2 ]
  * Update name for ES-SS to Gipuzkoa, thanks to Albert Cervera
    for the bug report. Closes: alioth#315433

  [ ISO 3166-2 translations ]
  * German by Dr. Tobias Quathamer
  * Spanish by Dr. Tobias Quathamer
  * French by Dr. Tobias Quathamer

  [ ISO 639-2 translations ]
  * Swedish by Anders Jonsson (TP)
2016-09-01 16:06:44 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
wiz
2f75871a54 Add ALTERNATIVES file for py-vobject. 2016-08-27 15:45:35 +00:00
wiz
fcd949ffd1 Updated py-vobject to 0.9.3.
26 August 2016

vobject 0.9.3 released

Release Notes

    Fixed use of doc in setup.py for -OO mode
    Added python3 compatibility for base64 encoding
    Fixed ORG fields with multiple components
    Handle pytz timezones in iCalendar serialization
    Use logging instead of printing to stdout

13 March 2016

vobject 0.9.2 released

Release Notes

    Better line folding for utf-8 strings
    Convert unicode to utf-8 to be StringIO compatible

16 February 2016

vobject 0.9.1 released

Release Notes

    Removed lock on dateutil version (>=2.4.0 now works)

3 February 2016

vobject 0.9.0 released

Release Notes

    Python 3 compatible
    Updated version of dateutil (2.4.0)
    More comprehensive unit tests available in tests.py
    Performance improvements in iteration
    Test files are included in PyPI download package

28 January 2016

vobject 0.8.2 released

Release Notes

    Removed unnecessary ez_setup call from setup.py
2016-08-27 15:45:19 +00:00
wiz
869db93ae6 Updated py-lxml to 3.6.4.
3.6.4 (2016-08-20)
==================

* GH#204, LP#1614693: build fix for MacOS-X.


3.6.3 (2016-08-18)
==================

* LP#1614603: change linker flags to build multi-linux wheels


3.6.2 (2016-08-18)
==================

* LP#1614603: release without source changes to provide cleanly built Linux wheels
2016-08-22 14:01:35 +00:00
markd
7fe3cb69a2 Update KDE Frameworks to 5.25.0
5.22:
Sonnet
* Install parsetrigrams tool for cross compiling
* hunspell: Load/Store a personal dictionary
* Support hunspell 1.4
* configwidget: notify about changed config when ignored words updated
* settings: don't immediately save the config when updating ignore list
* configwidget: fix saving when ignore words updated
* Fix failed to save ignore word issue

5.24:
Sonnet
* Mark helper exe as non-gui app
* Allow nsspellcheck to be compiled on mac per default

5.25:
Sonnet
* hunspell: Clean up code for searching for dictionaries, add XDG dirs
* Try to fix language filter usage of language detection a bit
2016-08-21 21:26:01 +00:00
bsiegert
3d38b5140e Revbump packages using Go for Go 1.7 release. 2016-08-20 09:21:44 +00:00
wiz
411f7cfda2 + py-loremipsum. 2016-08-20 07:20:07 +00:00
wiz
a8af4e574b Import py-loremipsum-1.0.5 as textproc/py-loremipsum.
The purpose of this package is to generate random (plausible) text
sentences and paargraphs based on a dictionary and a sample text.
By default this package will generate Lorem Ipsum style text, but
you can customize the generator to effectively load any dictionary
and any sample text you like.
2016-08-20 07:19:51 +00:00
wiz
32610f9611 Fix CATEGORY. 2016-08-20 07:17:31 +00:00
wiz
6f8ab3c464 No more armish in OpenBSD. From jmc@OpenBSD
Bump version.
2016-08-19 21:58:47 +00:00
wen
1d944f1c07 Update to 0.30
Upstream changes:
0.30 2016-08-17

* Source repo moved from Subversion to Github
* Add -p to pdfstamp
* Add -g, -p, -u to pdfbklt
* Bug fixes
*    Wasn't installing on Windows Perl 5.22 and up
*    [rt.cpan.org] #116492: make install fails under Strawberry Perl
*    [rt.cpan.org] #110855: Fix pod2man errors
*    [rt.cpan.org] #86452: Parse error reading array
*    [rt.cpan.org] #78351: Invalid version format (non-numeric data)
*    [rt.cpan.org] #41085: ASCII85 decode broken
*    [rt.cpan.org] #35871: lzw compression fixup
*    [rt.cpan.org] #32210: pdfstamp patch for use strict
*    [rt.cpan.org] #31353: adding first test
*    fix Dict::read_stream() to write long streams to file as intended
*    fix LZWDecode to handle streams longer than 4096 bytes
*    close INFILE at start of release()
*    Fix Dict to allow single stream filters rather than requiring an array
2016-08-19 03:18:28 +00:00
ryoon
1e152a4d02 Update to 0.48
Changelog:
        ___  _  _    ___
__   __/ _ \| || |  ( _ )
\ \ / / | | | || |_ / _ \  Thanks for the patches, guys
 \ V /| |_| |__   _| (_) |
  \_/  \___(_) |_|  \___/      (released 2016-06-17)

SGML:
 * Use OpenSP as an underlying engine instead of the deprecated SP
   Thanks to Neil Roeth (Debian's 809477, 280882)

Translations:
 * Update Japaneese, thanks to Takuma Yamada.
 * Fix formating issue in pt translation (noticed by Lintian).
2016-08-18 12:52:39 +00:00
richard
5ffdd36234 update to relatorio-0.6.3
CHANGES:
0.6.3 - 20160629
* Update calcext:value-type with the same guessed type
* Register MarkupTemplate for 'markup' mimetype instead of 'xml'
2016-08-17 14:56:56 +00:00
ryoon
e925ae38b7 Update to 0.1.6
Changelog:
libodfgen 0.1.6
- All:
    + Support hatching fills.
    + Handle visibility and printability of objects.
    + Compute print orientation from page dimensions.
    + Allow to specify list label font and font size.
- Drawing/Presentation:
    + Handle fill properties in openPage(), allowing to set page
      background.
- Spreadsheet:
    + Correctly emit merged cells.
    + Allow graphics anchored to a sheet cell.
    + Handle repeated rows/columns, specified by properties
      table:number-rows-repeated and table:number-columns-repeated.
    + Add matrix operators ({, } and |).
    + Handle more cell attributes.
    + Increase precision of generated numbers.
- Text:
    + Allow to set header/footer style.
- Other improvements and fixes.
2016-08-15 18:52:10 +00:00
mef
d55f35a309 Updated textproc/iso-codes to 3.69
----------------------------------
iso-codes 3.69
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Tue, 2 Aug 2016

  [ ISO 3166-2 ]
  * Fix typo for PH-NEC (Negros Occidental), thanks to Anders Jonsson
    for the bug report.
  * Update name for ES-BI to "Bizkaia", thanks to Albert Cervera
    for the bug report. Closes: alioth#315432

  [ ISO 3166-2 translations ]
  * Swedish by Josef Andersson (TP)
  * French by Christian Perrier
  * German by Dr. Tobias Quathamer

  [ ISO 3166-1 translations ]
  * French by Christian Perrier

  [ ISO 15924 translations ]
  * French by Christian Perrier

  [ ISO 4217 translations ]
  * Croatian by Božidar Putanec (TP)
2016-08-14 10:53:48 +00:00
bsiegert
37407fd20d New package, go-runewidth-0.0.1.
go-runewidth provides the RuneWidth and StringWidth functions to get
the fixed width of a Unicode rune or string.
2016-08-13 20:21:08 +00:00
wen
1666dd7ef7 Update to 1.0.4
Upstream changes:
1.0.4 - support single-line comments from Konstantin Tokarev
2016-08-12 11:57:55 +00:00
fhajny
7b641a8b27 Update textproc/erlang-stringprep to 1.0.6.
Version 1.0.6
- Use p1_utils v1.0.4

Version 1.0.5
- Fix compilation on rebar3

Version 1.0.4
- Use p1_utils v1.0.4
2016-08-12 09:44:20 +00:00
fhajny
c3ab978686 Update textproc/erlang-fast_yaml to 1.0.6.
Version 1.0.6
- Update to p1_utils 1.0.5

Version 1.0.5
- Rebar 3 compatibility

Version 1.0.4
- Update to p1_utils 1.0.4
2016-08-12 09:38:37 +00:00
fhajny
3019119dee Update textproc/erlang-fast_xml to 1.1.15.
Version 1.1.15
- Update to p1_utils 1.0.5

Version 1.1.14
- Erlang OTP R19 compliance
- Fix compilation on rebar3

Version 1.1.13
- Use p1_utils 1.0.4

Version 1.1.12
- Generator improvements

Version 1.1.11
- Now properly includes Elixir lib/ directory in hex.pm package

Version 1.1.10
- Split build in two steps to fix link step on Ubuntu
- Clean Makefile.mix to remove duplicated code

Version 1.1.9
- Fix Linux build with Mix

Version 1.1.8
- Package priv/lib structure to make sure everything is properly
  build by mix

Version 1.1.7
- Fix indent issue in Mix Makefile

Version 1.1.6
- Add missing Makefile.mix file in rebar hex.pm package
  description
- Make sure priv dir is created when building with mix and
  included in package dir list

Version 1.1.4
This is an Elixir friendly update:
- Add ability to return maps instead of xmlel record
- Add ability to tell parser to return Elixir structs instead of
  records
- Add Elixir tests
2016-08-12 09:34:59 +00:00
mef
6403506e08 Updated textproc/latex2html 2008 to 2016
----------------------------------------
Following is the part of Chnages, for recent ones only
#--------- v2016
#
#               - config: fix parsing of version number for pnmcrop
#               - config: fix uninitialized argument in error messages
#               - longtable: fix duplicate caption
#                 https://bugs.debian.org/310702
#               - pstoimg: fix pstoimg -depth 24 -flip cw
#                 https://bugs.debian.org/612126
#
#--------- v2015 apply patches from Debian
#
#               - add-abnt.patch
#               - add-floatflt-ins.patch
#               - add-url.patch
#               - eurosym.patch
#               - fix-gs-stderr.patch
#               - fix-image-types.patch
#               - fix-mathend-mark.patch
#               - fix-pdfoutput.patch
#               - fix-romanian.patch
#               - fix-spaces-in-filenames.patch
#               - fix-typos.patch
#               - html-version-4.patch
#               - l2hconf-fix-shebang.patch
#               - latex2html-fix-authoraddress.patch
#               - latex2html-fix-defined.patch
#               - makefiles-fixes.patch
#               - manpages.patch
#               - manual-fix-address.patch
#               - match-multiline.patch
#               - override-dvips-dot-in-filename-problem.patch
#               - pstoimg-dont-use-rgb-txt.patch
#               - pstoimg-fix-borders.patch
#               - pstoimg-fix-file-pattern.patch
#               - pstoimg-match-gray.patch

(pkgsrc changes)
 - Drop patch-aa, upstream fixed
2016-08-11 00:15:53 +00:00
wen
0549451393 Update to 2.86
Upstream changes:
$Revision: 2.86 $ $Date: 2016/08/10 18:08:45 $
! encoding.pm t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t
  t/encoding.t t/jperl.t
  Fixed: #116196: [PATCH] Synchronize encoding.pm with blead
  https://rt.cpan.org/Ticket/Display.html?id=116196
! Byte/Makefile.PL
  Patched: #111421: Won't build with statically built perls
  https://rt.cpan.org/Public/Bug/Display.html?id=111421
! Encode.xs encoding.pm
  Pulled: Fixes for 5.8.x compilation failures
  https://github.com/dankogai/p5-encode/pull/60
! Encode.xs
  Patched: RT#116817 [PATCH] Avoid a C++ comment
  https://rt.cpan.org/Ticket/Display.html?id=116817
2016-08-10 23:41:44 +00:00
mef
894b331179 Updated textproc/p5-Encode to 2.85
----------------------------------
Revision: 2.85 Date: 2016/08/04 03:15:58
! Encode.pm bin/enc2xs bin/encguess bin/piconv bin/ucmlint bin/unidump
  Pulled: CVE-2016-1238: avoid loading optional modules from .
  https://github.com/dankogai/p5-encode/pull/58
! Encode.pm t/utf8warnings.t
  Pulled: Rethrow 'utf8' warnings in from_to as well #57
  https://github.com/dankogai/p5-encode/pull/57
! Encode.xs
  Pulled and fixed:
    Encode::utf8: Performance optimization for strict UTF-8 encoder #56
  https://github.com/dankogai/p5-encode/pull/56
! t/Encode.t
  s/use Test/use Test::More/
! t/Encode.t t/decode.t
  Skip tests that pass typeglobs to decode if perl < v5.16
! Encode.xs t/cow.t
  Patched: #115540 (from_to affecting COW strings)
  https://rt.cpan.org/Ticket/Display.html?id=115540
! Encode.xs t/Encode.t t/decode.t
  Merged: RT#115168:
    [PATCH] Passing regex globals to decode() results in wrong result
  https://rt.cpan.org/Ticket/Display.html?id=115168
! Makefile.pl
  Pulled: t/encoding-locale.t fails with Test::More@0.80 or before.
  https://github.com/dankogai/p5-encode/pull/55
! Encode.pm
  Pulled: In-place modifications made explicit in docs for encode(),
  decode() and decode_utf8()
  https://github.com/dankogai/p5-encode/pull/54
2016-08-09 13:50:45 +00:00
mef
c9a430217d Updated textproc/p5-Lingua-EN-Sentence to 0.30
----------------------------------------------
0.30 Aug 08 2016
    used github as repository
        added more abbreviations
        set the default character set to en_US.UTF-8
        added example/demo.pl script
2016-08-09 13:46:25 +00:00
fhajny
cbc328df6d Update textproc/libfastjson to 0.99.4.
0.99.4 2016-08-03
- fix tautology comparison in tautology in
  `fjson_object_iter_equal`
  Thanks to Andres Stieger for the patch
- improve build system to handle slightly older autoconf versions
- fix build problems with gcc6
  Thanks to Andres Stieger for the patch

0.99.3 2016-07-11
- new dependency: autoconf-archive
- exit() is no longer called in unexpected situations
  The previous code called exit on some occasions and did not
  give the caller a chance to do any cleanup or handling on
  it's own. This has completely been removed. Note that it was
  very unlikely that this problem affected a caller, as exit()
  was only called under very rare circumstances (e.g. OOM).
- fjson_version now returns configure VERSION
  This avoid inconsistency.
- removal of Windows and Android bits
  Thanks to Michael Biebl for the patch.
- fixes of the build system
  Thanks to Michael Biebl for the patch.
- dropped support for Windows and Android as we do not target
  these platforms
- "make distcheck" now works
- fix invalid Unicode representation for some non US-ASCII
  characters when printed as string. Note that this could
  potentially also lead to a segfault
2016-08-09 11:48:59 +00:00
fhajny
542466a3c4 Update textproc/sphinxsearch to 2.2.11.
This is a maintenance release with over 70 bug fixes and small
improvements., just to mention a few:

- max_matches option did not affect facet queries #2348
- support for Connector/J 5.1.36+ #2365
- UTF-8 support for extended wildcards (?,%) #2451
- group by aliased  for JSON array #2452
- multi query with profiling enabled #2394
- ping to bad ha mirror pause accept thread at daemon #2363
- windows service does not handle system shutdown #2497
- 64-bit values comparison for ALL/ANY/INDEXOF functions #2437
- count(*) statement vs space characters at facet #2420
- better SphinxQL logs #2462, #2435
- lcs calculation for large delta position #2398
- official packages for Ubuntu 16.04 LTS
- added missing logrotate for some Debian/Ubuntu packages
- Ubuntu 16.04, Debian Jessie, RHEL/CentOS 7 packages use systemd
  service script
2016-08-09 09:40:40 +00:00
fhajny
490424c237 Update textproc/py-xlsxwriter to 0.9.3.
- Added check to :func:`add_table` to prevent duplicate header names
  which leads to a corrupt Excel file.
2016-08-09 09:13:54 +00:00
nros
05cca2d066 email style fix 2016-08-07 11:44:42 +00:00
ryoon
e37b97fe3c Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
leot
de6d3b55a6 Instead of using find(1) in font/devpdf/Makefile.sub just use grep(1) following
what upstream does (`-maxdepth' option can be problematic on some platforms).

Should fix pkg/51332 reported by Hiroshi Hakoyama

From <maya>
2016-08-03 10:31:28 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
wiz
9189b38b50 Use github framework properly so PR 51386 can be avoided in the future. 2016-08-02 23:35:46 +00:00
wiz
4886d70540 Add comment explaining how to work around two of the three test failures. 2016-08-02 23:24:39 +00:00
wiz
3f62e6c6c5 Recursive PKGREVISION bump for poppler-0.46.0 shlib major bump. 2016-08-01 14:23:55 +00:00
wiz
c1637ce2f2 Updated py-lxml to 3.6.1.
3.6.1 (2016-07-24)
==================

Features added
--------------

* GH#180: Separate option ``inline_style`` for Cleaner that only removes ``style``
  attributes instead of all styles.  Patch by Christian Pedersen.

* GH#196: Windows build support for Python 3.5.  Contribution by Maximilian Hils.

Bugs fixed
----------

* GH#199: Exclude ``file`` fields from ``FormElement.form_values`` (as browsers do).
  Patch by Tomas Divis.

* GH#198, LP#1568167: Try to provide base URL from ``Resolver.resolve_string()``.
  Patch by Michael van Tellingen.

* GH#191: More accurate float serialisation in ``objectify.FloatElement``.
  Patch by Holger Joukl.

* LP#1551797: Repair XSLT error logging. Patch by Marcus Brinkmann.
2016-08-01 10:51:30 +00:00
wen
a2200d48f5 Update to 1.95
Upstream changes:
1.95    2016-07-30
    - Hopefully fix RT#116461
        - https://rt.cpan.org/Public/Bug/Display.html?id=116461
        - Makefile.PL shouldn't run "pkg-config libexslt" if LIBS or INC were
        provided
        - Thanks to NWELLNHOF for the report and a suggested fix.
2016-07-31 12:33:23 +00:00
wen
4c11b3bb7a Update to 1.131
Upstream changes:
1.131   2016-07-29
    - Merge pull-request from Zac Bentley to speed up boolean tests.
        - https://github.com/shlomif/Text-Table/pull/4
        - Closes https://github.com/shlomif/Text-Table/issues/3
2016-07-30 23:40:47 +00:00
mef
1f0154eb68 Added textproc/p5-Alien-Base version 0.004 2016-07-30 13:18:31 +00:00
mef
75cf606395 Import p5-Alien-Base-0.004 as textproc/p5-Alien-Base.
Alien::Base::ModuleBuild - A Module::Build subclass for building Alien::
modules and their libraries
2016-07-30 13:16:23 +00:00
mef
2bfe1b1977 Updated textproc/p5-Lingua-EN-Inflect to 1.900
----------------------------------------------
1.900  Wed Jul 27 20:03:35 2016
    - Fixed POD example (thanks, Rik!)
    - Fixed recalcitrant doc nit (humble apologies, Lady Aleena)
2016-07-30 12:59:07 +00:00
mef
db262c17ad Updated textproc/ispell-de to 20160407
--------------------------------------
(from: igerman98-20160407/Documentation/Changes)
  since 20151222:
  - some new words
  - check for broken GNU grep during build
2016-07-30 12:54:52 +00:00
wen
206dd086f2 Update to 0.6
Upstream changes:
CHANGES IN highr VERSION 0.6

NEW FEATURES

	o `hilight()` can deal with multibyte characters that cannot represented in
	the system native encoding now (on Windows)

BUG FIXES

	o blank lines before/after code are preserved in the hilight() output now
	(thanks, Terry Therneau)
2016-07-28 14:25:34 +00:00
wiz
61a3f4f6fb Updated odt2tex to 0.0.13.
2016-07-27 v0.0.13

    Fixed some possible memleaks, thanks Valgrind again
    Included Patch from Thomas Klausner fixing Makefile glitches
2016-07-28 10:26:33 +00:00
wiz
d4e1b8cabd pkglint cleanup. Make better use of github framework. Add upstream
bug report URL to patch.
2016-07-28 09:54:59 +00:00
cheusov
bcedabedfb cvstomd: Add GITHUB_TAG that fixes "fetch" stage 2016-07-28 09:49:04 +00:00
cheusov
add02586c1 + csvtomd 2016-07-27 23:21:31 +00:00
cheusov
5c15f90078 imported csvtomd-1.1.0
I built csvtomd to convert one or more CSV files into nicely-padded
Markdown tables. Now you can build your tables in Excel and convert
them for use in GitHub, Bitbucket, or Mou Markdown files without
having to construct them by hand.
2016-07-27 23:15:45 +00:00
kamil
257c1aaa51 Add textproc/jo 2016-07-26 17:30:18 +00:00
kamil
24e79483a3 Import jo-1.0 as textproc/jo
jo creates a JSON string on stdout from words given it as arguments or
read from stdin.  Without option -a it generates an object whereby each
word is a key=value (or key@value) pair with key being the JSON object
element and value its value.  jo attempts to guess the type of value in
order to create number (using strtod(3)), string, or null values in
JSON.

Originally packaged in pkgsrc-wip by Frederic Cambus.
2016-07-26 17:29:22 +00:00
mef
701f8d8092 Updated textproc/p5-XML-LibXML to 2.0128
----------------------------------------
2.0128  2016-07-24
    - Hopefully add the .pod files again as they were missing from 2.0127.
        - https://github.com/shlomif/perl-XML-LibXML/issues/3
        - Thanks to Paul Howarth for the report.
        - This was caused by ExtUtils::Manifest just warning that the files
        referenced in the "MANIFEST" file were not present and still
        continuing to prepare the archive as usual. A "do-what-I-don't-want-to"
        thing.
2016-07-26 14:16:49 +00:00
mef
f8ea53ae52 Updated textproc/{p5-,py-,ruby-,}cabocha to 0.69
------------------------------------------------
2015/01/24 0.69
    Convert Chunk::(head_pos|func_pos|token_size|tokens_pos) to size_t
    Fix buffer overflow of FreeList
2016-07-26 13:38:02 +00:00
richard
e5cc7467a7 Relax python2.7 restriction by applying some 3to2 rules involving unicode/UTF-8 2016-07-26 13:37:28 +00:00
wiz
727ba8437a + odt2tex. 2016-07-26 12:54:17 +00:00
wiz
e78d3dc10c Import odt2tex-0.0.12 as textproc/odt2tex.
odt2tex is a simple command line tool that converts ODT (Libre/OpenOffice
text documents) to LaTeX .tex input files. It is released under the
MIT license and written in plain C depending only on two further
libraries: libzip and expat.
2016-07-26 12:53:11 +00:00
wen
e8976836ec Update to 1.33
Upstream changes:
1.33  2016-07-22 12:00:00 MANWAR
      - Updated pod for package PDF::Font describing constructor.
2016-07-26 12:37:07 +00:00
wen
58125c0058 Update to 4.07
Upstream changes:
podlators 4.07 (2016-03-20)

    [Pod::Man] Avoid undefined variable warnings when determining the
    title for a Perl module at the top level of a distribution.  Thanks,
    Dave Mitchell.  (#112625)

    [Pod::Man] Fix font resets with nroff when fixed-width fonts are used
    in the label for an =item.  Previously, italic was being ended with
    \f(CW even in nroff mode, which, with groff, only changes the font to
    fixed-width and doesn't reset to a non-italic font.  Thanks, Paul
    Townsend.  (#98199)

    [Pod::Man] Suppress warnings about a missing Encode module if
    PERL_CORE is set in the environment.  Due to build ordering during
    Perl core builds, Encode is expected to not yet be available during
    the build step that sets PERL_CORE.  Thanks, Dave Mitchell.
2016-07-26 12:32:23 +00:00
wen
2d6522d5ab Update to 1.18
Upstream changes:
1.18 Fri Jul  8 14:52:26 UTC 2016
 - Apply PR/161 @perlpunk++

1.17 Tue Jul  5 20:20:55 UTC 2016
 - Use Mo 0.40

1.16 Sun Jul  3 10:53:06 PDT 2016
 - Apply PR/158 by @bgruening++
 - Fix VERSION issue
2016-07-26 00:10:05 +00:00
wen
f15f3d06b2 Update to 0.63
Upstream changes:
0.63 Fri Jul  8 14:40:35 UTC 2016
 - Apply PR/48 by @perlpunk++
 - Fixes memory leaks
2016-07-26 00:03:02 +00:00
wen
568e8e13cc Update to 1.16
Upstream changes:
- 1.16 G6LM4EST Tue Jun 21 04:14:28:29 -0500 2016
      * stopped using my old fragile package generation and manually updated
      all distribution files (though Dist::Zilla should let me generate much
      again)

      * updated license to GPLv3+

      * fixed 00pod.t and 01podc.t to eval the Test modules from issue and
      patch: HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=85592 (Thanks
      again MichielB.)

      * replaced all old '&&' with 'and' in POD

    - 1.14 G6JMERCY Sun Jun 19 14:27:12:34 -0500 2016
      * separated old PT from VERSION to fix non-numeric issue:
      HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=56073 (Thanks to
      Slaven.)

      * removed Unicode from POD but added encoding utf8 anyway to pass
      tests and resolve issues:
      HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=92434 and
      HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=85592 (Thanks to
      Sudhanshu and MichielB.)
2016-07-25 23:57:09 +00:00
wen
3477d702e5 Update to 0.11
Upstream changes:
0.11
    - Remove warning on new Perl
    - Fix count of spaces when there were tabs and spaces at the start of string
2016-07-25 23:43:16 +00:00
wen
b2f9b98ea2 Update to 1.24
Upstream changes:
1.24	- 2016-07-09, H.Merijn Brand
    * Fix typo in docs example code (issue#4, joevak)
    * Set auto-wrap on for csv2xls with embedded newlines
    * Add examples/csv2xlsx, the MSExcel-2007+ version of csv2xls
      Includes new feature to merge multiple CSV's into a single xlsx
    * Slight modification in examples
    * Fix parse error in complex option combo (RT#115953)
2016-07-25 23:40:45 +00:00
wen
077ba6cb50 Update to 0.76
Upstream changes:
0.76 2016-07-06
 * Added 'reset_macros' option to Text::BibTeX::File, in order
   to remove all defined macros (except months)

0.76_02 2016-07-05
 * Fix issue with binmode not being copied in Clone method.
 * Make month abbreviations available always, and not only when
   using Text::BibTeX::Bib.
 * Added docs to supported options for Text::BibTeX::Entry.

0.76_01 2016-07-04
 * Solved nasty bug when using lvalues as parameters (substr).
 * Added tests.

0.75 2016-07-03
 * Stable version with bytes/utf-8 support.

0.75_05 2016-07-02
 * Get 5.8.x back aboard;

0.75_04 2016-07-01
 * Fixed reference to empty function name;

0.75_03 2016-06-30
 * Rename split_list to isplit_list, and creaed split_list wrapper;
 * Added normalization option;

0.75_02 2016-06-25
 * Minor fix for some perl version parsing problems.

0.75_01 2016-06-24
 * Added binmode option. Should allow unicode handling directly.

0.74 2016-06-15
 * Get perl 5.8.x back.

0.73 2016-06-14
 * Change some documentation in order to use ->new method, instead
   of older 'new Class()' approach;
 * Add sensible default values to Text::BibTeX::NameFormat to reduce
   the amount of segmentation faults for users forgetting arguments.
2016-07-25 23:33:03 +00:00
rillig
d51f82f7dc Moved documentation from share/doc/html to share/doc/gdome2. Fixed pkglint
warnings. Bumped PKGREVISION.
2016-07-24 21:02:45 +00:00
rillig
e542dd932a Fixed pkglint warnings about variable indentation. 2016-07-24 20:04:10 +00:00
wiz
03cbcaeaed Updated p5-XML-LibXML to 2.0127.
2.0127  2016-07-22
    - Make sure t/release-kwalitee.t and other tests do not run by default.
        - Only with AUTHOR_TESTING or RELEASE_TESTING specified.
        - Thanks to Lance Wicks for the pull request.
        - https://rt.cpan.org/Ticket/Display.html?id=115586
        - https://rt.cpan.org/Ticket/Display.html?id=115859
2016-07-24 06:30:42 +00:00
wen
ecc582f0dd Update to 0.13
Upstream changes:
0.13  2016-04-17
      - Eliminate a warning "Negative repeat count does nothing" in recent
      perl5s in the test suite.
            - https://rt.cpan.org/Ticket/Display.html?id=113841
            - Thanks to KENTNL for the report and SREZIC for some guidance.
2016-07-24 06:22:22 +00:00
wen
044e725396 Update to 2016060801
Upstream changes:
Version 2016060801 Wed Jun  8 14:40:04 CEST 2016
+ Removed the optional leading 0 from Australian postal codes -- use -lax
  to enable this feature.
+ Improved the patterns for Belgian, Danish, Greenlandic, Swiss, Italian,
  German, French, and Norwegian postal codes, only matching actual
  valid codes.
  This implies rewriting their tests from scratch.
+ Added patterns for postal codes for Liechtenstein, Luxembourg,
  Monaco, San Marino, and Vatican City.
+ 2315992 tests in 73 files.
2016-07-24 06:17:08 +00:00
nros
849c041b77 Update qore-xml-module to version 0.5.
Patches have been applied upstream.

release notes:
This release of the yaml module includes bug fixes and major new features
such as:

* Support for the DataStream Protocol allowing point-to-point data streaming
  over HTTP using YAML-serialized chunks of data;
  the following user modules support this:
   - DataStreamClient
   - DataStreamRequestHandler
   - DataStreamUtil
* new function naming convention
2016-07-22 12:39:22 +00:00
nros
326b701103 Update qore-xml-module to version 1.3.
Release notes:

This release contains major new functionality and many bugfixes over
the previous version; major features include:

* SaxIterator class
* FileSaxIterator class
* massive improvements in SOAP compatibility support entailing significant
  changes in the following modules:
  - WSDL
  - SoapClient
  - SoapHandler
* QUnit-based testing infrastructure
2016-07-22 12:22:43 +00:00
sevan
b5808b6e1b Need to link to realtime library to obtain nanosleep(2).
Closes PR pkg/51307 - tested by Hiroshi Hakoyama.
2016-07-20 23:42:12 +00:00
cheusov
a9d9df2947 + csvutils 2016-07-20 23:16:37 +00:00
cheusov
854a2a0571 Import csvutils from WIP.
csvutils is a set of command-line utilities for managing CSV data using the libcsv library.
2016-07-20 23:15:52 +00:00
cheusov
9bf651b016 + libcsv 2016-07-20 23:01:21 +00:00
cheusov
a8eb6a04c8 Import libcsv from wip
libcsv is a small, simple and fast CSV library written in pure ANSI C89
that can read and write CSV data. It provides a straight-forward interface
using callback functions to handle parsed fields and rows and can parse
improperly formatted CSV files.
2016-07-20 23:00:13 +00:00
mef
2048a4ce0a Updated textproc/p5-Template-Plugin-Latex 3.06 to 3.09
#------------------------------------------------------------------------
# Version 3.09
# -----------------------------------------------------------------------
* Add 3.08 Changelog item

#------------------------------------------------------------------------
# Version 3.08
# -----------------------------------------------------------------------
* Fixed test case
* Updated README and MANIFEST files

#------------------------------------------------------------------------
# Version 3.07
# -----------------------------------------------------------------------
* Tests no longer obfuscate the fact they didn't run
* Tests now explicitly run pdflatex or xelatex (adjusting to LaTeX::Driver)
2016-07-20 14:53:09 +00:00
nros
a23af9fbca Update qore-json-module to version 1.5.
Patches have been applied upstream.

Release notes:

 * serialize binary values as base64-encoded strings
 * user modules moved to top-level qore module directory from
   version-specific module directory since they are valid for multiple
   versions of qore
 * serialize nan, +/-inf as null according to the JSON spec
 * added detection for invalid JSON-RPC calls and added a more
   user-friendly error message in the JsonRpcHandler module
 * new functions added conforming to Qore's function naming convention,
   old camel-case functions deprecated
 * JSON tests ported to QUnit
 * Qore 0.8.12 required as a minimum to build
 * JSON output is more compact; fewer extransous whitespaces are used
2016-07-20 13:05:12 +00:00
mef
3f32b0efff - Added following package on BUILD_DEPENDS for make test
p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
2016-07-20 11:21:02 +00:00
taca
a348b58044 Update pear-Console_Talbe to 1.3.0.
* Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter
  Frenssen PR #13).
2016-07-19 15:08:21 +00:00
mef
24c57277b2 Updated textproc/p5-String-Errf to 0.008
----------------------------------------
0.008     2016-07-04 11:37:17-04:00 America/New_York
          - switch from JSON to JSON::MaybeXS
2016-07-19 11:58:19 +00:00
jdolecek
d6986d58f5 update the MESSAGE - php module configuration is provided automatically now, no need to include instruction about modifying php.ini 2016-07-17 15:51:37 +00:00