summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2007-12-27use GNU iconv on DragonFly, should fix the error seen in bulk builddrochner1-1/+7
2007-12-17There is no obvious reason for USE_GNU_ICONV, and I haven't found one bydrochner1-2/+1
code inspection, so remove it. approved by markd (a while ago)
2007-12-16Changes 1.5:adam2-11/+9
When encoding with FORCE_BINARY_IO mode in effect, the explicit "\r\n" end of line sequence caused double carriage returns in the output, because the output text file is subject to expansion of LF to CR/LF line terminators. I made the "eol" sequence conditional on FORCE_BINARY, so that just a line feed is written to streams which will expand it.
2007-12-12Reset maintainer on his request.wiz1-2/+2
2007-12-03Fixes HOMEPAGE.obache1-2/+2
2007-12-03Update p5-JSON to 1.15.obache2-6/+6
1.15 Wed Nov 14 14:52:31 2007 [JSON] - modified a bug (rt#28434: UTF-8 handling severly broken) but recommend to use JSON::PP instead of JSON (with JSON::Converter) as JSON::Converter's utf8 handling is incomplete. - fixed rt#29139 (unary boolean negation generates) objToJson([!1]) => [""] objToJson([!!1]) => ["1"] - fixed doc (rt#21038: QuotApos documentation is flawed) [JSON::PP] - updated JSON::PP for compatible to JSON::XS 1.52 adding max_size, relaxed, allow_blessed, convert_blessed, filter_json_object, filter_json_single_key_object - modified a JSON::PP bug (rt#29988 JSON::PP recursion depth bug) - Now JSON::PP's max_depth default value is 512. - Now JSON::PP mapping policy is compatible to JSON::XS - JSON:PP's allow_tie is obsoleted.
2007-12-02Update to 1.3, changes unknown.wiz2-9/+7
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz1-5/+2
2007-12-01Update converters/bibtex2html to 1.88tonio2-6/+7
Changes: Version 1.88, 20/11/2007 ======================== o new option -revkeys to number entries in reverse order (patch by Walter Guttmann) o fixed bug with '\ ' (backslash space) introduced in version 1.82 (shows up with -s gerplain) o \c{C}, \"y, \"Y (patch by John Kewley) o \k (using unicode entities, patch by John Kewley) Version 1.87, 16/07/2007 ======================== o \hat o \mathfrak (supported but no font change, as for \mathcal ad \mathbb) o \~a, \~A, \~o, and \~O o -- translated to – and --- to — Version 1.86, 21/03/2007 ======================== o more accents macros: \oe \OE \~ \v \' \r
2007-11-29Update to 1.12:wiz6-42/+29
New in libiconv-1.12-cp932.patch: * Changed CP932 converter to use exact mapping table. * Added WINDOWS-31J, csWINDOWS31J, SJIS-OPEN, SJIS-WIN as aliases for CP932. * Added EUCJP-MS converter. * Added EUC-JP-MS, EUCJP-OPEN, EUCJP-WIN as aliases for EUCJP-MS. New in 1.12: * The iconv program is now licensed under the GPL version 3, instead of the GPL version 2. The libiconv library continues to be licensed under LGPL. * Added RK1048 converter. * On AIX, an existing system libiconv no longer causes setlocale() to fail. * Upgraded EUC-KR, JOHAB to include the Korean postal code sign.
2007-11-11Added commented-out LICENSE=something.martti1-1/+2
2007-11-07Fix version detection when the version number contains capital letters.minskim1-5/+5
2007-10-28Add cp932-patch which was ja-patch as PKG_OPTION and enabled default.taca3-10/+21
Bump PKGREVISION.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam17-17/+0
can handle packages having no PLIST files.
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2007-10-10Fixed build.rillig2-2/+4
2007-09-30Reset maintainer -- shell@ is inactive.wiz1-2/+2
2007-09-29Fixed gcc4 error messages.rillig2-1/+17
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz3-6/+6
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz3-6/+6
2007-09-18Added support for installation to DESTDIR.heinz1-6/+10
2007-09-12Update p5-JSON to 1.14.obache2-6/+6
1.14 Thu May 10 15:32:18 2007 - added 'TRANSITION PLAN' - updated JSON::PP (latin1 and decode_prefix are added for JSON::XS comatible) 1.13 Sun May 6 14:03:31 2007 - fixed round-trip handling for Perl5.9.4 (Thanks to andreas.koenig and Nicholas Clark) - added overload operator 'eq', 'ne', '==' and '!=' for JSON::NotString (JSON::Literal for JSON::PP) (rt#26923 by Ryan M 1.12 Thu May 3 18:32:28 2007 - fixed loose quoting bug in JSON::Parser. (Thanks to Allen Day and his - fixed round-trip problem (pointed by Marc Lehmann's JSON::XS) (However, only in the case of non autoconv mode) - updated JSON::PP now can be used in Perl 5.8, 5.6, 5.005 (There is functional restric added allow_bigint (Thanks to Adam Sussman's patch) added self_encode, singlequote, allow_barekey
2007-09-11update to JSON-Any-1.08nb1 - default to pulling in p5-JSON-XSabs1-3/+4
2007-09-11Add p5-JSON-XSabs1-1/+2
2007-09-11Import converters/p5-JSON-XS-1.5 into pkgsrc:abs4-0/+31
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons.
2007-09-07In retrospect as we currently only have one JSON converter in pkgsrc, thisabs1-3/+3
package should probably depend on it.. PoLS. Ride with the initial commit version.
2007-09-07add p5-JSON-Anyabs1-1/+2
2007-09-07Import converters/p5-JSON-Any-1.08 into pkgrsc:abs5-0/+40
This module will provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed.
2007-08-31Minor changes to this package:agc1-14/+8
+ change PKGNAME to "fondu" - the old name, "fondu_src" didn't really cut it for me + enable DESTDIR support + use a shell loop to install the package - CSE
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-07-28Update skf to 1.95.1.obache2-8/+8
Changes: (1) Fixes cp5022x/51932 boundary check miss. (2) Fixes man formatting miss. (3) Fixes packaging miss for debian pacakge.
2007-06-26Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail.rillig1-3/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz6-10/+12
affected packages.
2007-06-02Don't require c99 in USE_LANGUAGES. libiconv builds fine with gccschmonz1-2/+9
2.95.4 on FreeBSD 4.11 without it; with it, pkgsrc wants gcc3-c, which results in a circular dependency. The addition of c99 to USE_LANGUAGES appears to have been intended to benefit IRIX with MIPSPro, so also restore the old behavior of appending "-c99" to CFLAGS in that case.
2007-05-30Conflict with p5-jcode, as this package was previously called. From taca.schmonz1-2/+4
2007-05-29Bump PKGREVISION for p5-jcode -> jcode-perl renaming.schmonz1-3/+3
2007-05-29Rename p5-jcode to jcode-perl (SVR4: jcopl) so it can be checkedschmonz6-9/+8
out on a case-insensitive filesystem without interference from p5-Jcode. Discussed on tech-pkg@.
2007-05-23Update to 1.5.5:xtraeme3-7/+12
txt2man-1.5.5 21-mar-2007 * txt2man: correct layout of C structures in synopsis * src2man: genrate manpages for C types/struct definitions txt2man-1.5.4 16-mar-2007 * bookman: Added copyright * src2man: Added copyright. Fix cover page handling. Add origin comment in generated manpages. txt2man-1.5.3 15-mar-2007 * bookman: better handling of header and footers of cover page. * src2man: date can now be set. * txt2man: date can now be set. Better handling of C function prototypes. txt2man-1.5.2 28-feb-2007 * txt2man: fix synopsis handling. txt2man-1.5.1 25-oct-2006 * src2man: search if the function prototype is defined in corresponding '.h' include file, and if yes, add a '#include "file.h"' statement in synopsis. * src2man: allow to force SYNOPSIS sections in comment blocks. * bookman: reads the file list from stdin in no arg is supplied. * Makefile: specify commands path (in current dir) when generating doc. txt2man-1.5 16-oct-2006 * txt2man: fix indentation. * bookman: new command to generate a book from manpages. * src2man: new command to extract manpages from source files. * Makefile: update and fix rules.
2007-04-30Added p5-JSON.obache1-1/+2
2007-04-30Import p5-JSON version 1.11.obache4-0/+26
This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, See to http://www.JSON.org/. JSON-RPC http://json-rpc.org/
2007-04-12Merge platform-specific PLISTs. Suggested by <joerg>tnn5-8/+11
2007-04-11Add custom PLIST for OSF1, due to libiconv installing a preloadable_libiconv.sotnn1-0/+2
like it does on SunOS.
2007-04-08Update skf to 1.95.0.obache4-343/+408
This is maintenance release.
2007-04-01Change my mail address to @NetBSD.org.obache2-4/+4
2007-03-20Update to 1.11:wiz9-61/+39
New in 1.11: * The iconv program has new options --unicode-subst, --byte-subst, --widechar-subst that allow to specify substitutions for characters that cannot be converted. * The iconv program now understands long options: long option equivalent to --from-code -f --to-code -t --list -l --silent -s * The CP936 converter is now different from the GBK converter: it has changed to include the Euro sign and private area characters. CP936 is no longer an alias of GBK. * Updated GB18030 converter to include all private area characters. * Updated CP950 converter to include the Euro sign and private area characters. * Updated CP949 converter to include private area characters. * Updated the BIG5-HKSCS converter. The old BIG5-HKSCS converter is renamed to BIG5-HKSCS:1999 and updated to Unicode 4. New converters BIG5-HKSCS:2001 and BIG5-HKSCS:2004 are added. BIG5-HKSCS is now an alias for BIG5-HKSCS:2004. * Added a few irreversible mappings to the CP932 converter. * Tidy up the list of symbols exported from libiconv (assumes gcc >= 4.0).
2007-03-18... and a patch for NetBSD 3.0.rillig1-0/+20
2007-03-18Updated libwpd to 0.8.9.rillig2-6/+7
CHANGES: 0.8.8 - 0.8.9 - Fix http://qa.openoffice.org/issues/show_bug.cgi?id=74134, a bug in WP1 document type detection where we could try to seek to a negative place in document (Fridrich) - Fix a regression wrt. 0.8.7 preventing the conversion of tab table in WP1 and WP3 file-format (Fridrich) - Fixed several overflow bugs reported by iDefense. An attacker could create a carefully crafted Word Perfect file that could cause an application linked with libwpd, such as OpenOffice, to crash or possibly execute arbitrary code if the file was opened by a victim. (CVE-2007-0002) (iDefense's Sean Larsson, Fridrich) 0.8.7 - 0.8.8 - Add unit tests for the stream class (Fridrich & Andrew Ziem) - Ignore foot/endnotes that are referenced inside other foot/endnotes (Fridrich); fixes http://www.openoffice.org/issues/show_bug.cgi?id=71487 - Handle graciously unsupported password-protected documents; (Fridrich) fixes http://www.openoffice.org/issues/show_bug.cgi?id=72307 - Remove warnings on main OpenOffice.org platforms (Fridrich) - Remove some potential memory leaks in the WPXPropertyList class and optimize the WPXPropertyList subscription operator (Fridrich) - When possible, pass WPXStrings by reference instead of passing them by copy (Fridrich) - Refactor WPXString to not cast from and to void*; refactor WPXPropertyList and WPXPropertyListVector classes as to save a bunch of virtual calls (Fridrich)
2007-03-15Update txt2html to version 2.44.wennmach5-51/+32
The old version of txt2html was so outdated that it makes little sense to list the changes. Most importantly, the new version now has major revision number 2, which is due to the fact that HTML::TextToHTML and the official txt2html were merged. Lots of subsequent added features and bug fixes. The updated package was prepared by Aleksey Cheusov in wip. Closes PR pkg/35469.
2007-03-02update converters/bibtex2html to 1.85tonio2-6/+6
Version 1.85, 2/11/2006 ======================= o fixed HTML output in f_bib.html: <pre> no more enclosed in <p>; bibtex fields now typeset in lowercase; added links back to f.html o macros \textin (<sub>), \textsu (<sup>), \textsi (<i>), and macros \textln, \textos, \textdf, \textsw without translation o fixed bug in --quiet under Windows o option -t now sets the title of f_bib.html too (and of entries files when used with -multiple) Version 1.84, 19/10/2006 ======================== o improved support for MRNUMBER of AMS styles: only first word used in URL link Version 1.83, 13/09/2006 ======================== o support for DOI links: a field "DOI = {xxx}" will be recognized, if any, and a link to http://dx.doi.org/xxx will be displayed; option -no-doi turns it off and option -doi-prefix <url> sets a different prefix for the DOI urls o macro \H (Hungarian umlauts) o new option -linebreak to insert a linebreak between an entry and its links o new option -use-table to enforce the use of a table (to be used _after_ -no-keys if needed)
2007-02-27Update to 2.09:wiz2-7/+6
2005-10-26 Gisle Aas Release 2.09 Simplified and reworked documentation. Unicode::CharName::uname() did not work for chars > 0xFFFF. 2005-10-25 Gisle Aas Release 2.08 Unicode::String now provide utf16le() and utf32le() constructors. Corresponding methods also available. Unicode::CharName updated with Unicode 4.1 data.