Commit graph

870 commits

Author SHA1 Message Date
obache
15fd639ec2 Added p5-JSON. 2007-04-30 01:42:44 +00:00
obache
a901e81ae1 Import p5-JSON version 1.11.
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-30 01:41:31 +00:00
tnn
94e884b989 Merge platform-specific PLISTs. Suggested by <joerg> 2007-04-12 10:27:15 +00:00
tnn
2feda77560 Add custom PLIST for OSF1, due to libiconv installing a preloadable_libiconv.so
like it does on SunOS.
2007-04-11 19:29:17 +00:00
obache
a690855a1e Update skf to 1.95.0.
This is maintenance release.
2007-04-08 05:04:38 +00:00
obache
aed6110a04 Change my mail address to @NetBSD.org. 2007-04-01 01:58:36 +00:00
wiz
6eaa530983 Update to 1.11:
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-20 00:44:52 +00:00
rillig
bcb5770f00 ... and a patch for NetBSD 3.0. 2007-03-18 20:41:50 +00:00
rillig
9796feb67d Updated libwpd to 0.8.9.
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-18 20:41:27 +00:00
wennmach
ab0c92ec35 Update txt2html to version 2.44.
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-15 23:00:22 +00:00
tonio
b5b82b80c8 update converters/bibtex2html to 1.85
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-03-02 21:20:14 +00:00
wiz
1a9ae5b387 Update to 2.09:
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.
2007-02-27 13:48:05 +00:00
wiz
ec856f7400 Update to 1.08:
1.08 Sat Dec 16 23:27:13 CET 2006
	- URGENT update, the lastr elease did not
          decode files correctly, usually not at all.
        - the last patch was, of course, completely bogus.
          (sorry. looked simple...).

1.07 Sun Dec 10 17:41:46 CET 2006
	- fixed an uninitialised variable based on analysis
          and patch by Mark Martinec.

1.06 Tue Dec  6 00:56:05 CET 2005
        - fix a number of int/long format errors in the encoding part and
          fix some signed/unsigned char problems of unknown relevance,
          reported by Jonas Smedegaard.
        - new EXPERIMENTAL options OPT_RBUF and OPT_WBUF to set default
          stdio buffer size for reading and writing files.
2007-02-27 09:03:27 +00:00
obache
ba044a5e4a Update skf to 1.94.7.
* fix dyn_table improper bound check.
  * fix euro sign in GBK is not properly output.
  * delete old-hangul-location code, for it is not working.
  * nec/ibm gaiji coding fixed.
  * Mac OS X porting issue fixed.
  * rpm compatibility issue fixed.
  # debian compatibility issue fixed
2007-02-27 02:29:40 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
abs
5fc24fbdde add p5-MIME-Base64-URLSafe 2007-02-21 12:23:11 +00:00
abs
a87171c344 Import convertors/MIME-Base64-URLSafe-0.01:
This module is a perl version of python's URL-safe base64 encoder
/ decoder.

When embedding binary data in URL, it is preferable to use base64
encoding. However, two characters ('+' and '/') used in the standard
base64 encoding have special meanings in URLs, often leading to
re-encoding with URL-encoding, or worse, interoperability problems.

To overcome the problem, the module provides a variation of base64
codec compatible with python's urlsafe_b64encode / urlsafe_b64decode.

Modification rules from base64:

    use '-' and '_' instead of '+' and '/'
    no line feeds
    no trailing equals (=)
2007-02-21 12:21:45 +00:00
obache
141e89db9c jcode.pl's official page exists! 2007-02-01 14:41:04 +00:00
rillig
fc99a64e14 This package is not MAKE_JOBS_SAFE. 2007-01-30 11:27:44 +00:00
rillig
23e369a8f9 Made the Makefile a little simpler. 2007-01-18 11:51:33 +00:00
wiz
0d1c6e4a58 Update to 1.10:
1.10
- now use from_to instead of utf8::decode (which is experimental
  and might vanish in the future) to check for valid UTF-8
- updates and cleanups of testsuite and include "0" filename
- fix "0" filename bugs
- take into account that charset name "utf-8" resolves to "utf-8-strict"
  in recent Perl versions
2007-01-14 16:25:25 +00:00
obache
830ce53e05 Add MASTER_SITE_SOURCEFORGE_JP to MASTER_SITES. 2007-01-08 13:34:12 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
obache
96098f809d Update skf to 1.94.6.
v1.94.6     2006-12-29
            fix JIS X-0213 batch table miss.
	    remove UHC from man (not supported in 1.94).
2007-01-02 17:46:53 +00:00
obache
4da9c48f56 Update skf to 1.94.5.
Changes:
v1.94.5     2006-12-16
            HKSCS table type error fix. JIS X-0213 further table fix.
v1.94.4     2006-11-05
            re-fix patch3 issue.
v1.94.3     2006-11-02
            fix crash by single shift when G1 table is defined and can't read.
v1.94.2     2006-10-30
            fix nls feature broke on patch 1.
v1.94.1     2006-10-27
            JEF/IBM DBCS HOST output fix.
	    partial fix for cp943/cp932 treatment inconsistency. Further bound check.
	    fix crash when output char. table can't properly read.
2007-01-02 12:39:39 +00:00
rillig
6e63d13d49 Fixed PKGMANDIR. 2006-12-19 13:28:20 +00:00
joerg
0c95a735ee DESTDIR support. 2006-12-15 18:03:42 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
obache
2af5aaaf33 Update rss2html to 0.8.2. Patch provided by maintainer in PR 35215.
This new release adds support for libcurl. This fixes a problem in chunked encoding.
And adds https support.
2006-12-09 02:05:24 +00:00
cbiere
e2c55a18b0 Added c++ to USE_LANGUAGES because configure (unnecessarily) looks for
a working C++ preprocessor and the build breaks if there's a non-working
CC in PATH otherwise.
2006-12-03 11:20:12 +00:00
jschauma
721b60b433 Instead of setting compiler flags in each package if it uses C99,
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing.
May need to be reviewed/added for other compilers.
ok rillig@
2006-12-02 22:32:59 +00:00
wiz
415b95be37 Update to 0.8.7:
CHANGES:
0.8.6 - 0.8.7
- Revert the alignment fix, in order to mimick the way WP for Mac renders
  the documents (Fridrich)
- Support for WP Mac 1.x documents (Fridrich)
- Fix memory leak in standalone converters (Andrew Ziem)
- Miscellaneous code cleanups (Fridrich)

0.8.5 -> 0.8.6
- Initial support of WP Mac 2.x documents (Fridrich)
- Fix an alignment bug where alignment was propagated from multicolumn
  sections into following single column sections (Fridrich)
- Initial conversion of headers/footers in WP42 parser (Fridrich)
- Fix some parser errors in WP42 parser; now we seek to the right place
  and parse correctly all functions (Fridrich)
- Fixed crash in wpd2foo if invoked with non-existing filename (Jody Goldberg)
- Assure that the table we send to the listener implementation is a valid
  table independent of how messy the table is in the WP document (Fridrich)
- Fix situations where there is no tab position information in WPUs inside
  the tabulator function; the fallback works now even if the position is 0
  like in WP6 for DOS documents.
- Try not to crash under any circumstance by sanitizing the code and throwing
  exception in illogical, but in WP documents very real, situations (sum1,
  Fridrich)
- Make every implementation of WPXInputStream that we use return !0 if a seek
  fails; be more paranoiac with the result of read functions (sum1, Fridrich)
- Ignore corrupted prefix packets in WP5 documents (Fridrich)
- Try to convert as much information as possible even in corrupted WP3, WP5 and
  WP6 documents (Fridrich) - Libwpd now converts many documents that make crash
  WordPerfect itself.
- Fine-tune the WP42 document detection. Detect as many WP42 files as possible
  while still discarding plain text documents (Fridrich, Marc)
- Let the WP6 parser not die if the prefix packet it refers to is corrupted or
  absent (Fridrich)
- Fix hangs while parsing a corrupted WP6ExtendedDocumentSummaryPacket (sum1,
  Fridrich)
- General improvement of libwpd's conversion-success-rate and extensive QA with
  more than 46'000 real life documents (Mr. SUM1)

0.8.4 -> 0.8.5
- Conversion of font face, size and colour in WP5 parser, including the
  default font information (Fridrich)
- Conversion of foot/endnotes in WP5.x format (Fridrich)
- Conversion of headers/footers in WP3 and WP5 parsers (Fridrich)
- Prevent negative paragraph margins due to page margin change.
  Removes the ugly text-border lines running across the text in
  OpenOffice.org (Fridrich)
- Make page margins constant between two hard page breaks (Fridrich)
- Convert page margin changes into section margins in multi-column sections
- Move absolute position values in multicolumn sections from whatever column
  they are in into  the first one. Fixes the off-page position of the second
  table in 05mechanicalservice.wpd (Fridrich)
- Defer page span change to the end of the current paragraph if it is
  opened in order to prevent a paragraph break where it is not there in the
  original document (Fridrich)
- Fix http://bugzilla.abisource.com/show_bug.cgi?id=10105, an incorrect
  conversion of table alignment in WP3.x file format (Fridrich)
- Fix small issue with incorrect number of pages in page-spans (Fridrich)
- Fix an issue with "==" operator for WPXPageSpan classes. The result is now
  the same independent on the order of the operands (Fridrich)
- Fix http://bugzilla.abisource.com/show_bug.cgi?id=10279, a crash if a table
  from the middle of the tableList is in footnote and/or endnote (Marc, Fridrich)
- Add an option "--info" to wpd2text; called with this option, wpd2text dumps the
  information of the document instead of converting it. This could be useful for
  beagle (Fridrich)
- Refactoring of the listener structure and split of WPXListener into WPXContentListener
  and WPXStylesListener (Fridrich, Marc and Cyrille Moureaux as a guest star)
2006-11-18 22:02:28 +00:00
joerg
d19f5ff58f DESTDIR support. Use modular Xorg for wv.
XXX Remove pre-install in libiconv?
2006-11-14 13:55:34 +00:00
joerg
8e7838bc28 DESTDIR support. 2006-11-03 22:19:54 +00:00
adam
86d00754b4 Changes 1.2.4:
* Fixes crash on malicious documents
* Better support for DateTimePicture fields
2006-10-31 20:06:08 +00:00
minskim
8a1b51dabd This package installs perl scripts; add a runtime dependency on perl.
Bump PKGREVISION.
2006-10-29 18:07:48 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
wiz
18e3283474 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
obache
888c9a3e48 Update skf to 1.94.0.
ChangeLog:
(1) Implement fmt equivalent folding with forming.
(2) Making Ruby Extension, Perl Extension is enabled.
(3) Making rpm package is enabled.
(4) New encoding: GB18030, GBK, BIG5-Plus,
    IBM DBCS(ibm930,3,5,7), cp5022(0,2,3), cp51932.
(5) With cp932, cp51932, change to set use-ms-compat,
    kana-enable and use-compat automatically.
2006-10-01 15:09:15 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
taca
ac45d65b90 Remove ruby-iconv since it merged to ruby18-base. 2006-09-07 15:44:29 +00:00
taca
3602458e1d Remove ruby-iconv since it was merged to ruby18-base. 2006-09-07 15:44:03 +00:00
wiz
a6e5f0abb5 Update to 0.4.6, provided by Shaun Amott in PR 34485:
------------------------------------------------------------------------
2002-03-21      Don Moore <bboy@bboy.net>
        * ypost:
                Fixed =yend trailer, 0.45 omitted the "part=" field
                (thanks to Stephen Lee for noticing this).
------------------------------------------------------------------------
2006-09-06 20:44:12 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
obache
322141a908 Enable locale feature. 2006-09-01 14:04:41 +00:00
taca
cd6a8422d3 Update skf pacakge to 1.93.11.
* fix crash when specify --html-sanitize on Unicode output.
	* fix U+222a and U+2229 in MS-gaiji area is swapped.

Patch was provided by PR pkg/34251 from OBATA Akio.
2006-08-24 15:45:05 +00:00
minskim
e8eef53ed8 Do not build this package with python24, which already includes this. 2006-08-23 11:28:37 +00:00
minskim
4cd37c8b4a Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed
shortly.
2006-08-10 03:21:39 +00:00