Commit graph

1548 commits

Author SHA1 Message Date
obache
37d1bed530 Add chinese to category 2014-12-04 12:03:28 +00:00
joerg
ff321b08ab Support cwrappers for packages appending arguments in the wrappers. 2014-12-01 12:39:16 +00:00
wiz
2797d93b66 Update to 0.1.1:
libcdr 0.1.1

* Fix several problems found by Coverity.
* Fix crash when NULL is passed as input stream.
* Fix various crashes and hangs when reading broken files found with the
  help of american-fuzzy-lop.
* Only export public symbols on Linux.
2014-12-01 11:15:21 +00:00
obache
b45e9f7b3c + opencc 2014-12-01 00:06:30 +00:00
obache
dfed64fbca Import opencc-0.4.2 as converters/opencc.
Open Chinese Convert (OpenCC) is an opensource project for conversion between
Traditional Chinese and Simplified Chinese, supporting character-level
conversion, phrase-level conversion, variant conversion and regional idioms
among Mainland China, Taiwan and Hong kong.
2014-12-01 00:05:38 +00:00
joerg
f3a435d1c1 Disable some warnings from clang that prevent the Boost detection. 2014-11-29 00:44:49 +00:00
szptvlfn
01e6374124 Bump PKGREVISION for hs-transformers-0.4.2.0 2014-11-23 12:52:31 +00:00
dholland
9784fa8643 Unbreak non-macos build after previous. 2014-11-22 20:01:57 +00:00
bsiegert
0270eaf127 Unbreak help2man build on Mac OS X Tiger. Put the localized info pages
into the "nls" option.

PKGREVISION++.

Patch provided by Sevan Janiyan in PR pkg/49059.
2014-11-22 14:59:59 +00:00
mef
ecd1054c68 1.18 Tue May 27 22:04:23 2014
- XSUB is now deprecated and removed. see perl 5.20.0,
      perldelta, Internal Changes, deprecation of uvuni_to_utf8 etc.
    - Thank you for everything !!
2014-11-20 11:08:45 +00:00
mef
b43cba4748 1.07 Tue May 27 23:18:23 2014
- XS: for the world without utf8n_to_uvuni().

1.06  Tue May 27 21:11:09 2014
    - 0.67's improved discontiguous contractions is invalidated by default
      and is supported as a parameter 'long_contraction.'

1.05  Sat May 24 16:30:42 2014
    - XS: avoid unused expression 1; for no-op.
      (see [rt.cpan.org #95866] compilation noise)
2014-11-20 11:07:15 +00:00
mef
9d89fec585 2.27300
- fixed a problem about substr in perl 5.8.6 and below
          many people report this issue and patched by haarg[at]haarg.org
2014-11-20 11:04:15 +00:00
mef
926e63c271 1.003002 - 2014-11-16
- correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003001 - 2014-11-13
 - fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003_000 - 2014-10-30
 - add :legacy tag to support legacy apps

1.002006 - 2014-10-22
 - add some additional test diagnostics, to help find bad version combinations
   of JSON backends

1.002005 - 2014-10-12
 - fix "can I haz XS?" logic precedence in Makefile.PL
 - added the ':all' export tag
 - removed dependency on Safe::Isa
 - repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git

1.002004 - 2014-10-11
 - support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
   dependency
 - new is_bool() interface

1.002003 - 2014-10-07
 - document how to use booleans
2014-11-20 09:25:50 +00:00
mef
d81065c9cf 1.38 2014-09-29 16:42:08Z
- real fix to tests from 1.37

1.37      2014-09-29 16:29:44Z
    - fix tests to use a higher precedence operator, to avoid confusing newer
      Test::More::cmp_ok.

1.36      2014-08-26 05:54:35Z
    - many improvements to tests and their coverage
    - $ENV{JSON_ANY_CONFIG} can no longer override constructor arguments

1.35      2014-08-16 00:51:05Z
    - clarify deprecation status in documentation
2014-11-20 09:23:30 +00:00
mef
a6cd440090 0.11 2014/06/01 21:07:03
[BUGFIXES]
         * Unit-test floating-point numbers with approx delta tests; use
           Test::Number::Delta (RT94761)
2014-11-20 09:19:39 +00:00
obache
39b9cd704d Update skf to 1.99.10
skf (1.99.10)

  * fix -X meant -x in skf-compatible mode
  * [Security] fix s_in crashes due to inproper G0 table handling
  * fix python detection on cygwin mode
2014-11-20 09:11:21 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
prlw1
ea8985031e Remove libgee0.8.
libgee now contains the most recent version of libgee, which follows
the 0.8 API. If in the future, that API changes, we can copy libgee
back to libgee0.8, and carry on updating libgee.
2014-11-03 18:45:42 +00:00
wiz
58ff790ed1 Update to 7.1:
2014-10-06: Version 7.1

  * New: Option -i, --info to print file information.
    This new option prints number of DOS, Unix, and Mac line breaks, the byte
    order mark, and if the file is text or binary. And it can print the names
    of files that would be converted.

2014-09-09: Version 7.0

  * New: automated self-tests.
  * New: option -u to keep UTF-16 encoding.
  * New: option -v to print information about BOMs and converted line breaks.
  * Change: stdio mode does not automatically set quiet mode.
  * Change: stdio mode does not automatically force conversion of binaries.
    An error is returned when the stdin stream contains a binary symbol.
  * Bugfix: dos2unix -l created DOS line breaks from Mac line breaks.
  * Bugfix: system error number was not always returned.
  * Bugfix: an Unicode input file disabled 7bit and iso mode for next input files.
  * Bugfix: mac2unix help text, options -b and -r.
  * The code has been cleaned up.
2014-10-27 08:48:59 +00:00
wiz
644c151b75 Update to 3.6.5:
Version 3.6.5 released 2014-10-24

* Importing bug fix for reference leak when an error occurs during
  dict encoding
  https://github.com/simplejson/simplejson/issues/109
2014-10-27 08:44:45 +00:00
szptvlfn
9b07cabdd2 Bump PKGREVISION for hs-vector-0.10.12.1 2014-10-18 21:28:58 +00:00
ryoon
543a0ccf6b Remove unused pacthes.
Thank you, Richard PALO.
2014-10-15 13:50:14 +00:00
ryoon
f7e550c4ca Update to 0.7.0
* Change to 0.8.0 branch
* Change license to mpl-2.0 from mit

Changelog:
Add some more formats.
2014-10-13 21:43:20 +00:00
wiz
31a1c5f44b Update to 1.46.4:
help2man (1.46.4) unstable; urgency=medium

  * Include architecture.mk and buildflags.mk into rules to replace the
    multiple calls to dpkg-architecture and to pick up the correct
    hardening flags.
  * Add $(LDFLAGS) when building preload to pick up -z relro (see
    https://wiki.debian.org/Hardening).
  * Minor correction to Norwegian Bokmaal translation.
  * Minor correction to Brazilian Portuguese translation.
  * Escape dashes in --name flag for groff (see lintian tag:
    hyphen-used-as-minus-sign).
  * Fix example using AM_MISSING_PROG in documentation: this macro no
    longer requires the third argument.
2014-10-12 15:21:28 +00:00
wiz
dd6c1cef88 Update to 2.3.0:
Changes not found.
2014-10-12 14:52:36 +00:00
jaapb
1e2c6eff15 Revbump for ocaml 4.02.0.
(Some packages omitted because they will be updated to new versions)
2014-10-09 19:14:03 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
wiz
87161c842d Update to 3.6.4:
Version 3.6.4 released 2014-09-29

* Important bug fix for dump when only sort_keys is set
  https://github.com/simplejson/simplejson/issues/106
2014-10-05 14:53:55 +00:00
wiz
10d1ad954d Update to 1.46.3:
help2man (1.46.3) unstable; urgency=medium

  * Update Serbian translation (thanks to Мирослав Николић).
  * Add Spanish translation (thanks to Antonio Ceballos).

 -- Brendan O'Dea <bod@debian.org>  Sun, 21 Sep 2014 19:01:16 +1000
2014-10-01 12:12:28 +00:00
szptvlfn
75be48599d Bump PKGREVISION for hs-text-1.2.0.0 2014-09-13 22:23:27 +00:00
szptvlfn
3ec010fefe + hs-aeson 2014-09-07 21:09:17 +00:00
szptvlfn
a4278f969a Import aeson-0.7.0.6 as converters/hs-aeson,
packaged for wip.

A JSON parsing and encoding library optimized for ease of use and high
performance.
To get started, see the documentation for the Data.Aeson module.
(A note on naming: in Greek mythology, Aeson was the father of Jason.)
2014-09-07 21:07:53 +00:00
wiz
7905fde8d0 Update to 1.46.2:
Version 1.46		July 7, 2014

  * Add German, Ukranian and Polish translations of info documentation.
  * Add Hungarian and Norwegian Bokmaal translations.
2014-09-07 20:18:55 +00:00
obache
8fda7a7a19 Update skf to 1.99.9.
skf (1.99.9)

  * fix nkf compatible mode applied on inappropriate situation
  * fix k_in setting is ignored
  * fix "ansel" doesn't properly defined
  * fix document incorrectly declared UTF-16 as little endian.
2014-09-06 04:55:44 +00:00
jperkin
d48ab4092e Ensure 'cd dir && make' rules are executed in a sub-shell, allowing us to
remove MAKE_JOBS_SAFE=no.  We can't depend on gmake due to circular
dependencies.
2014-09-02 10:07:23 +00:00
szptvlfn
9da944d0cd make it clear what package depend on
discussed with wiz@.
2014-08-29 14:08:38 +00:00
rodent
ccff70dbc8 Version 1.0.9, released on 2014-08-12
=====================================

* Don't crash when gradients are applied to paths
2014-08-29 02:40:00 +00:00
wiz
8f81eacbb8 Update to 3.6.3:
Version 3.6.3 released 2014-08-18

* Documentation updates
  https://github.com/simplejson/simplejson/issues/103
2014-08-25 18:26:40 +00:00
adam
72ed0307eb Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
wiz
ce350da0c5 Update to 3.6.2:
Version 3.6.2 released 2014-08-09

* Documentation updates

Version 3.6.1 released 2014-08-09

* Documentation updates
2014-08-10 14:55:08 +00:00
obache
54ca7f0cae Update libkkc to 0.3.4.
Update translations
    Port to libgee 0.8 API
    rom-kana: Retain partial input when "convert-*" commands are called
    rom-kana: Assign "ly<X>" to HIRAGANA SMALL LETTER <X>
2014-08-10 02:27:24 +00:00
rodent
7cdf4e9a36 Version 1.0.8, released on 2014-07-14
=====================================

* Don't create an atomic layer for transparent tags with no children
2014-08-07 01:13:18 +00:00
wiz
3f71981680 Update to 3.6.0:
Version 3.6.0 released 2014-07-21

* Automatically strip any UTF-8 BOM from input to more closely
  follow the latest specs
  https://github.com/simplejson/simplejson/pull/101
2014-07-29 11:48:06 +00:00
wiz
200d46dfde Update to 1.46.1:
Version 1.46		July 7, 2014

  * Add German, Ukranian and Polish translations of info documentation.
  * Add Hungarian and Norwegian Bokmaal translations.
2014-07-29 11:46:56 +00:00
wiz
a277c39530 Update to 3.5.3:
Version 3.5.3 released 2014-06-24

* Fix lower bound checking in scan_once / raw_decode API
  https://github.com/simplejson/simplejson/issues/98
2014-07-27 00:00:43 +00:00
wiz
77db403dbe Update to 0.3.0. Ride libwpd bump.
0.2.x -> 0.3.0
- switch to librevenge
- add support for Works Spreadsheet
- add support for Works Database
- miscellaneous fixes and cleanups
2014-07-23 06:29:53 +00:00
wiz
52eb9436bf Bump ABI depends. Ride libwpd bump. 2014-07-23 06:29:15 +00:00
wiz
ba3dc2b4d3 Update to 0.3.1. Ride libwpd bump.
13/5/2014
- add code to create embedded spreadsheet
- AppleWorks/ClarisWorks: send page's embedded spreadsheets as spreadsheet (instead of table)
2014-07-23 06:20:48 +00:00