Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Bump PKGREVISION.
|
|
an undefined symbol "error". Fix mostly from PR 32253, from Evaldo
Gardenali, six years ago. (sigh)
PKGREVISION -> 6
|
|
|
|
|
|
This is a wrapper library to bring Unicode Normalization Form support
to Ruby/JRuby.
|
|
Unicode Normalization Form support library for CRuby.
|
|
* Remove obsolete patches.
Changelog:
Version 3.2.0 (2011.11.26)
------------------------
* "--dpi" (or "-d") option has been added to qrencode. This option set DPI
information in an output PNG image. (Thanks to David Dahl)
* New option "--enable-thread-safety" has been added to the configure script
that makes the library thread-safe. It is enabled by default.
* QRcode_encodeData(), QRcode_encodeDataMQR, QRcode_encodeDataStructured() have
been added for binary data encoding including '\0'.
* Typo and bug fixes.
* Experimental Micro QR Code support has been added.
* "--micro" (or "-M") option for Micro QR Code has been added to qrencode.
(experimental)
Release Note:
Binary data including '\0' is now supported. To encode a binary data, give "-8"
option to qrencode, and let qrencode obtain data via standard input like
"qrencode -8 -o output.png < binary". "--dpi" and "-d" are also added to embed
DPI information to PNG file.
A bug in the mask pattern evaluation routine has been fixed. In some cases,
libqrencode may generate a different symbol from the one that was generated by
the prior libqrencode because of this bug fix, but the embedded data are not
affected. The symbols generated by the old libqrencode are valid.
Experimental support of Micro QR Code encoder has been added. Some functions
(QRcode_*MQR()) have been added to the library. The command line tool generates
Micro QR Code when "--micro" or "-M" is given.
|
|
|
|
Bump PKGREVISION
|
|
|
|
to update textproc/p5-Text-Sass.
This module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.
|
|
|
|
|
|
Changes from previous:
1.33 Thu Aug 4 23:25:14 EDT 2011
- move build_db() to separate .PL script so that module can be
built even if Class::Accessor and other dependencies aren't
available before Makefile.PL is run.
- list GDBM_File as an explicit dependency, assome distributions
like ActivePerl don't include it even though it is a
core module.
1.32 Thu Jun 30 16:38:32 EDT 2011
- make sure utf8 flag set in output of marc8_to_utf8
1.31 Thu Sep 30 10:53:00 EDT 2010
- minor revision to get v1.3 Changes into the CPAN distro :-)
1.3 Wed Sep 29 10:26:49 EDT 2010
- added latest codetables.xml from
http://www.loc.gov/marc/specifications/codetables.xml (thanks to
Mark Muehlhaeusler for noticing that there were some Arabic updates.
I reapplied the changes that François Charette suggested in v0.98
which are still not present in LC's codetable :-(
|
|
|
|
* fixes decoding of Q-encoded UTF-8 [nkf-bug:55125]
* misc test and document fixes.
|
|
In the Makefile.in, libcharset is copied with pax into lib/ along with
its object files. This overwrites relocatable.lo from libiconv, which
is then relinked against the wrong object. Use "libtool --mode=install cp"
instead to only copy the library.
Should hopefully fix PR pkg/45341.
|
|
Bump PKGREVISION.
Patch was first sent to tech-pkg, no one objected.
|
|
While here, silence pkglint.
|
|
New in 1.14:
* The 'iconv' program now produces its output as soon as it can. It no longer
unnecessarily waits for more input.
* Updated the GB18030 converter to map 25 characters to code points that have
been to Unicode since 2000, rather than to code points in the Private Use
Area.
* Updated the BIG5-HKSCS converter. The old BIG5-HKSCS converter is renamed to
BIG5-HKSCS:2004. A new converter BIG5-HKSCS:2008 is added. BIG5-HKSCS is now
an alias for BIG5-HKSCS:2008.
* Fixed a bug in the conversion to wchar_t.
* Fixed a small bug in the CP1258 converter.
|
|
1.15
- add --dump-options to make it easier to allow people to write a
bash completion file. Let me know when you have one ready :-)
- fix a bug where on case-insensitive filesystems --upper and
--lower did not work because we thought the new file would already
exist (stat "foo" and stat "FOO" are the same, yeah. The obvious
workaround to use "--replace" would delete the files on case-insensitive
filesystems instead, which was even worse. Case conversion should
be working well now, I tested it on Darwin and on case-insensitive
XFS. The latter one is a bit buggy by the way, see
https://bugzilla.kernel.org/show_bug.cgi?id=39512. convmv works
around that bug, too.
|
|
2.32 Thu Aug 11 19:06:38 CEST 2011
- fix a bug in the initial whitespace accumulation.
|
|
|
|
|
|
|
|
|
|
* fix bug 6909: single + and & signs are encoded as the same sequence
|
|
|
|
|
|
* Artificially bump our version number because an upstream author decided to
not play nice. Fixes RT-68690
Changes 1.28:
* Move podspell into xt/
Changes 1.27:
* Add auto_install so feature works again, fixes RT-67169
|
|
* don't accumulate initial whitespace in the incremental buffer
(this can be useful to allow whitespace-keepalive on a tcp
connection without triggering the max_size limit).
* properly croak on some invalid inputs that are not strings
(e.g. undef) when trying to decode a json text
|
|
* made Makefile.PL skipping a installing XS question when set $ENV{PERL_ONLY}
or $ENV{NO_XS}
Changes 2.52:
* fixed to_json
* backport JSON::PP 2.27200
* fixed incr_parse docodeing string more correctly
Changes 2.51:
* import JSON::PP 2.27105 as BackportPP
* fixed documentations
Changes 2.50:
* stable release
|
|
|
|
* avoid a classical buffer overflow in case a progress message is too long.
* this release adds depdencies for snprintf/vsnprintf.
* some uuencode encoders do not generate a final "space" line
before the "end" marker, so do not rely on the line to be there.
|
|
|
|
|
|
|
|
|
|
|
|
* Update MASTER_SITES and HOMEPAGE.
* set LICENSE
* Fix pg-config --cflags output
Changelog:
3.1.1 (2010.2.3)
A bug in data encoder has been fixed.
3.1.0 (2009.6.6)
Various code cleanups and performance improves.
Strict internal error checks have been added.
"--without-tests" has become default setting. Specify "--with-tests" to compile test programs.
Some memory leak bugs have been fixed.
|
|
|
|
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding
of the same name.
|
|
|
|
* Fixes DEPENDS pattern, need -[0-9]* to allow all version.
|
|
* Fix DEPENDS pattern, need -[0-9]* to allow all version.
|
|
|
|
0.9.1 - 0.9.2
- Fix build with gcc 4.6.x (Caolan McNamara)
- Handle graciously corrupted WP6 prefix data (Fridrich)
- Initial conversion of Mac double byte script characters (Fridrich)
- Internally use UCS4 instead of UCS2 (Fridrich)
- Add Arabic character conversion for WP5 parser (Fridrich)
- Allow conversion of one WP character to a sequence of unicode
characters (Fridrich)
- Miscellaneous conversion fixes (Edward Mendelson, Fridrich)
|
|
pkg/43929
|
|
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß
-------------------------------------
This module provides an implentation of the LOC's spec on how to convert
metadata between MARC and Dublin Core format. The spec for converting MARC to
Dublin Core is available at: http://www.loc.gov/marc/marc2dc.html, and from DC
to MARC: http://www.loc.gov/marc/dccross.html.
NB: The conversion cannot be done in a round-trip manner. i.e. Doing a
conversion from MARC to DC, then trying to go back to MARC will not yield the
original record.
|