Commit graph

1197 commits

Author SHA1 Message Date
tonio
9b98699aa6 Add a build dependency on dvipsk, to build the manual.ps file, as it is no more
provided by plain latex
2009-02-21 15:53:04 +00:00
joerg
5c9e2e583d Fix native_libs.txt issue. Bump revision. 2009-02-17 15:35:45 +00:00
joerg
2ff0c19a2e Supports DESTDIR 2009-02-16 19:26:00 +00:00
dholland
c643c8c681 Update to 1.6.
pkgsrc changes:

- Destdir support.
- Include fixes for implicit function declarations probably broken on LP64.
- Fix for 64-bit time_t world in netbsd-current.
- Fix some pkglint.
- Suppress warning about mktemp() on NetBSD; usage checked.

Upstream changes:

1.6 -- Jul 21 2003
Use automake and a little bit of autoconf

convert K&R declarations/definitions to ANSI

Fixed buffer overflow in getParam and getDispositionFilename (debian patch)
Fixed possible crash in ParseContent (debian patch)

fix typo in getDispositionFilename (from Steve Friedl)

use system strcasecmp and getopt where possible.

use O_EXCL where available when creating files.
2009-02-15 20:12:17 +00:00
wiz
91743b6af6 Update to 1.14, requested by Björn Jacke in private mail.
1.14
- this release is once more dedicated to Perl::Encode. There is no
way to do a check for valid UTF-8 which works with all Perl releases
from 5.8.0 up to 5.10.0. We now have to test which code works in
our Perl's Encode version and then decide which code path to go.
2009-02-15 09:48:25 +00:00
obache
cb8f95b94b pkgsrc@ => pkgsrc-users@. 2009-02-11 11:45:24 +00:00
joerg
e2107c85f6 Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
jschauma
65e9c90d89 Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now.  Sorry. :-(
2009-01-23 21:14:16 +00:00
obache
5f1dfd5d76 Update nkf to 2.09.
While here, add support of self test if PKGSRC_RUN_TEST=YES,
and let p5-nkf to sync with nkf.

Changes:
 * Add -Z4 option.  Convert JIS X 0208 KANA to JIS X 0201 KANA (ZENKAKU to HANKAKU).
 * Add -g=0, -g=1, --guess=0 and --guess=1 option.
   guesses linefeed code.
 * Add some comple option.  See also config.h for more information.
 * Some bug fixes.
 * Change license from original one to zlib's one.
 * Change SCM from CVS to Git.
2009-01-22 08:50:12 +00:00
he
4ea16cc598 Update from version 1.18 to 1.19.
Upstream changes:

1.19    2009-01-15
        * Make JSON::Syck optional and deprecated. (perigrin)
        * Added tests for string escapes. (semifor)
2009-01-18 22:52:42 +00:00
wiz
d2e0dec47c + help2man. 2009-01-17 20:43:51 +00:00
wiz
3981d721a1 Initial import of help2man-1.36.4, packaged for wip by arved, various fixes
by shattered and bsadewitz.

help2man is a tool for automatically generating simple manual pages from
program output.

It is intended to provide an easy way for software authors to include a
manual page in their distribution without having to maintain that document.

Given a program which produces resonably standard --help and --version
outputs, help2man will attempt to re-arrange that output into something
which resembles a manual page.
2009-01-17 20:43:27 +00:00
wiz
3241a569c1 Update to 1.13:
1.13
- move non fatal Perl bug checks into the help screen output
- fix Perl warnings when wrong/unknown charset is used
- run check for some essential Encode functionality at every startup
- add --fixdouble option to only fix files that are double-UTF-8 encoded
- add --parsable option to allow convmv output parsable suggestions for external tools to to something with it
- add --preserve-mtimes option to restore mtimes of parent directories
- allow an argv to be a symlink
- don't checksum deleted files in tar ball and use sha256 now
- allow skippig of certain test suite tests, useful for OS X to skip NFC/NFD related stuff, for example "make test SKIPTESTS=nfd-test,someothertest" will skip that test(s)
2009-01-08 16:14:16 +00:00
obache
64eb5b6351 Update skf to 1.95.6.
ChangeLog:
 * fix nkf compatibility
 * re-define UTF-16BR/LE as no BOM
 * unbuffer case queue check bug fix.
 * rpm spec updates.
2008-12-25 01:01:00 +00:00
obache
8c06103433 Drop maintainershop.
I'm not using this package, will do better to be maintained same as other perl
modules.
2008-12-22 05:31:36 +00:00
he
c82795938f Update from version 2.23nb1 to 1.231.
Upstream changes:

2.231 Thu Nov 20 04:59:08 CET 2008
	- work around 5.10.0 magic bugs where manipulating magic values
          (such as $1) would permanently damage them as perl would
          ignore the magicalness, by making a full copy of the string,
          reported by Dmitry Karasik.
        - work around spurious wanrings under older perl 5.8's.
2008-12-17 00:10:55 +00:00
he
657543c52b Update from version 1.17nb1 to 1.18.
Upstream changes:

1.18	2008-11-12
	* Removed JSON::PC support as it's been removed from CPAN (perigrin)
2008-12-17 00:06:31 +00:00
minskim
2256a8e1c3 Support user-destdir. 2008-12-07 02:05:50 +00:00
minskim
79359c4e7b Add TECkit. 2008-11-24 02:12:46 +00:00
minskim
07e179d0c7 Import TECkit.
TECkit is a low-level toolkit intended to be used by other
applications that need to perform encoding conversions (e.g., when
importing legacy data into a Unicode-based application).  The primary
component of the TECkit package is therefore a library that performs
conversions; this is the "TECkit engine".  The engine relies on
mapping tables in a specific binary format (for which documentation is
available); there is a compiler that creates such tables from a
human-readable mapping description (a simple text file).
2008-11-24 02:09:31 +00:00
snj
d7f58b4676 Note in PYTHON_VERSIONS_ACCEPTED that this is part of python24. 2008-11-23 23:37:18 +00:00
taca
ee43593a4d make MAKE_JOBS_SAFE to NO. 2008-11-10 05:06:45 +00:00
obache
16eec45bc2 MAKE_JOBS_SAFE=no, per PR 39781. 2008-10-22 02:35:45 +00:00
he
17b9460617 Update from version 1.11nb1 to 1.12.
Upstream changes:

1.12 Mon Oct 13 14:11:01 CEST 2008
	- use the yencode filesize as additional matching criterium
          to avoid false matches.
        - made the example decoder more verbose w.r.t. error handling.
        - removed potentially confusing decide_temp calls from
          example decoder.
2008-10-20 21:55:32 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
5d68fe0184 Update from version 2.22.22 to 2.23.
Upstream changes:

2.23 Mon Sep 29 05:08:29 CEST 2008
	- fix a compilation problem when perl is not using char * as, well,
          char *.
	- use PL_hexdigit in favour of rolling our own.
2008-10-12 21:26:34 +00:00
wiz
c1d008c6ee Add py-chardet. 2008-10-08 09:39:19 +00:00
wiz
60c8f7980e Import wip/py-chardet-1.0.1:
Character encoding auto-detection in Python.

Packaged for wip by bartoszkuzma.
2008-10-08 09:38:46 +00:00
joerg
0665aa2efa Switch to x11/wxGTK26{,-contrib}. 2008-09-22 20:21:03 +00:00
epg
2953ef302b EGG_NAME now defaults to ${DISTNAME} so don't set it here. 2008-09-12 07:08:47 +00:00
jnemeth
11083d2183 add and enable py-simplejson 2008-09-11 21:24:01 +00:00
mjl
840959f0bb Use egg.mk instead of manually infer egg name and add destdir support.
Thanks to Eric Gillespie epg@ for the patch.
2008-09-11 16:32:06 +00:00
mjl
bb61515a6a Enable c language for building sped up library version. 2008-09-10 14:01:35 +00:00
mjl
e7aea0795e Correct package name. 2008-09-10 13:56:40 +00:00
mjl
52773d0467 Import py-simplejson 1.9.2
simplejson is a simple, fast, extensible JSON encoder/decoder for Python

simplejson is compatible with Python 2.3 and later with no external
dependencies. It covers the full JSON specification for both encoding and
decoding, with unicode support. By default, encoding is done in an encoding
neutral fashion (plain ASCII with \uXXXX escapes for unicode characters).

The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).

The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
2008-09-10 13:53:29 +00:00
obache
c52bc95a3e Update skf to 1.95.5.
skf (1.95.5) experimental; urgency=low

  * fix ASCII output definition.
  * fix enbug which prevents some codeset's table loading.
  * fix punycode decode on UTF-8 input does not work.

skf (1.95.4) experimental; urgency=low

  * fix packaging to allow Ubuntu directory hierarchy.
  * fix manpath issue on cygwin
  * fix po spelling error
2008-08-13 14:20:06 +00:00
taca
fad62de206 Update p5-Jcode package to 2.7.
fixed: mime_encode doesn't work properly
	patch appled but the default value of $lf is reverted.
	http://rt.cpan.org/Ticket/Display.html?id=29049
2008-08-12 14:35:37 +00:00
obache
f7cdadd368 Update p5-JSON to 2.12.
2.12  Wed Jul 16 11:14:35 2008
	[JSON]
	- made compatible with JSON::XS 2.22

	[JSON::PP]
	- fixed the incremental parser in negative nest level
	    (pointed and patched by Yuval Kogman)

2.11  Tue Jun 17 14:30:01 2008
	[JSON::PP]
	- fixed the decoding process which checks number.
	    regarded number like chars in Unicode (ex. U+FF11) as [\d].
	- enhanced error messages compatible to JSON::XS.
2008-08-12 09:17:28 +00:00
he
4971200302 Update from version 2.21 to 2.22.22.
Pkgsrc changes:
 o Use JSON/ subdir on master site instead of author dir.
 o Use 2.22.22 as version number instead of 2.2222.

Upstream changes:
2.2222 Sun Jul 20 18:49:00 CEST 2008
	- same game again, broken 5.10 finds yet another assertion
          failure, and the workaround causes additional runtime warnings.
          Work around the next assertion AND the warning. 5.10 seriously
          needs to adjust it's attitude against working code.

2.222 Sat Jul 19 06:15:34 CEST 2008
	- you work around one -DDEBUGGING assertion bug in perl 5.10
          just to hit the next one. work around this one, too.

2.22 Tue Jul 15 13:26:51 CEST 2008
	- allow higher nesting levels in incremental parser.
        - error out earlier in some cases in the incremental parser
          (as suggested by Yuval Kogman).
        - improve incr-parser test (Yuval Kogman).
2008-08-04 13:32:42 +00:00
he
7e07b31d4f Update from version 1.16 to 1.17.
Pkgsrc change:
 o Changed to JSON/ sub-dir instead of author subdir

Upstream changes:
1.17    2008-07-05
	* Added documentation indicating that allow_blessed works
	  for most useful cases (Robin Berjon)

        * Added support for obtaining the underlying representations for
          true/false in JSON.
2008-08-04 13:26:18 +00:00
dholland
60b651ec81 Fix (well, hack around) broken amd64 build caused by misuse of va_list. 2008-08-02 21:00:29 +00:00
bjs
bfc903377e Update to fribidi 0.10.9 and point ${MASTER_SITES} toward a working URL.
Changes since 0.10.4:

* Minor bugfix.
* Update to Unicode Character Database 5.0.0
* Fixed type sizes when stdint.h is not available.
* Fixed type sizes on 64-bit architectures.
* We have moved to http://fribidi.org/, hosted on freedesktop.org.
2008-08-02 11:35:41 +00:00
rhaen
b04c296db4 - updated to 1.11
ChangeLog:
1.11 Fri Jun 13 15:32:30 CEST 2008
	- don't ask.

1.10 Fri Jun 13 14:22:42 CEST 2008
	- fix an infinite-looping problem when scanning in freestyle
          mode (testcase provided by Pieter Geens).

1.09 Fri May 25 19:38:11 CEST 2007
        - create something sensible, trust a windows program to fuck
          it up: work around literal "(null)" filenames in yenc-encoded
          files.
        - some minor cleanups.
2008-07-17 09:57:10 +00:00
mishka
c1c9887eb8 Use my NetBSD.org email - I read it much more regulary than any others. 2008-07-15 15:33:45 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
kim
d9501f1ac0 Added converters/p5-JSON-XS-VersionOneAndTwo 2008-06-22 12:40:12 +00:00
kim
fa6d3da282 Add JSON::XS::VersionOneAndTwo - Support versions 1 and 2 of JSON::XS 2008-06-22 12:37:37 +00:00
taca
689dcae31b Support PKG_DESTDIR_SUPPORT. 2008-06-22 06:04:43 +00:00
taca
216fbf1672 Fix destdir installation problem, noted by private mail from joerg@. 2008-06-21 10:12:59 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
taca
bc6a807511 Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:42:24 +00:00
gavan
5c0861f5ae New package: qrencode 3.0.3
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of
2D symbology that can be scanned by handy terminals such as a mobile phone
with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters,
and is highly robust.

This package installs a library and a command line tool.

Package from Alaric Snell-Pym, with some improvements by me.
2008-06-15 10:33:38 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
taca
7adddea018 Add and enable p5-Unicode-Map and p5-Unicode-MapUTF8. 2008-06-11 14:18:15 +00:00
taca
9865b81ad4 Importing p5-Unicode-MapUTF8 version 1.11, based on wip package.
Provides an adapter layer between core routines for converting to and from
UTF8 and other encodings.  In essence, a way to give multiple existing
Unicode modules a single common interface so you don't have to know
the underlaying implementations to do simple UTF8 to-from other character
set encoding conversions.  As such, it wraps the Unicode::String,
Unicode::Map8, Unicode::Map and Jcode modules in a standardized and
simple API.

This also provides general character set conversion operation based
on UTF8 - it is possible to convert between any two compatible and
supported character sets via a simple two step chaining of conversions.
2008-06-11 14:17:10 +00:00
taca
97fac187c2 Importing p5-Unicode-Map version 0.112, based on wip package.
This module converts strings from and to 2-byte Unicode UCS2 format. All
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding.
To transform these use Unicode::String.

This module can't deal directly with utf8. Use Unicode::String to convert
utf8 to utf16 and vice versa.

Character mapping is according to the data of binary mapfiles in
Unicode::Map hierarchy. Binary mapfiles can also be created with this module,
enabling you to install own specific character sets.
2008-06-11 14:12:29 +00:00
obache
12908a4bbb Update p5-JSON to 2.10.
2.10  Tue Jun  3 18:42:11 2008
	[JSON]
	- made compatible with JSON::XS 2.21
	    * updated the document.
	- added an item pointed by rt#32361 to the doc.

	[JSON::PP] [JSON::PP58] [JSON::PP56] [JSON::PP5005]
	- made compatible with JSON::XS 2.21
	    * added incr_reset
	- removed useless codes.


2.09  Sun Apr 20 20:45:33 2008
	[JSON]
	- made compatible with JSON::XS 2.2
	- changed pod section totally.

	[JSON::PP] 2.20001
	- made compatible witg JSON::XS 2.2
	    * lifted the log2 rounding restriction of max_depth and max_size.
	    * incremental json parsing (EXPERIMENTAL).
	    * allow_unknown/get_allow_unknown methods.
	- the version format was changed.
	    X.YYZZZ =>  X.YY is the same as JSON::XS. ZZZ is the PP own version.
	- changed pod section totally.

2.08  Sat Apr 12 22:49:39 2008
	[JSON]
	- fixed JSON::Boolean inheritance mechanism.
            If the backend is XS with support_by_pp mode and using PP only
            support method, JSON::Boolean did not work correctly.
            Thanks to hg[at]apteryx's point.

	[JSON::PP] 2.07
	- Now split into JSON::PP58 for Perl 5.8 and lator.
	- made an error message compatible to JSON::XS
            did not croak when TO_JSON method returns same object as passed.

	[JSON::PP58]
	- modified for Perls post 5.8.0 that don't have utf8::is_utf8.
	    Thanks to Andreas Koenig.

2.07  Sat Feb 16 15:52:29 2008
	[JSON]
	- experimentally added -convert_blessed_universally to define
	    UNIVERSAL::TO_JSON subroutine.

              use JSON -convert_blessed_universally;
              $json->convert_blessed->encode( $blessed );

	- and as_nonbleesed is obsoleted (not yet removed). OK?
	- fixed t/04_pretty.t.
2008-06-04 14:19:58 +00:00
obache
32edcede91 Marked as DESTDIR ready. 2008-06-04 14:14:03 +00:00
obache
7ad9518743 Update p5-JSON-XS to 2.21.
While here, marked as DESTDIR ready.

2.21 Tue Jun  3 08:43:23 CEST 2008
	- (hopefully) work around a perl 5.10 bug with -DDEBUGGING.
	- remove the experimental status of the incremental parser interface.
	- move =encoding around again, to avoid bugs with search.cpan.org.
          when can we finally have utf-8 in pod???
        - add ->incr_reset method.

2.2  Wed Apr 16 20:37:25 CEST 2008
	- lifted the log2 rounding restriction of max_depth and max_size.
	- make booleans mutable by creating a copy instead of handing out
          the same scalar (reported by pasha sadri).
   	- added support for incremental json parsing (still EXPERIMENTAL).
	- implemented and added a json_xs command line utility that can convert
          from/to a number of serialisation formats - tell me if you need more.
        - implement allow_unknown/get_allow_unknown methods.
        - fixed documentation of max_depth w.r.t. higher and equal.
	- moved down =encoding directive a bit, too much breaks if it's the first
          pod directive :/.
        - removed documentation section on other modules, it became somewhat
          outdated and is nowadays mostly of historical interest.

2.1  Wed Mar 19 23:23:18 CET 2008
        - update documentation here and there: add a large section
          about utf8/latin1/ascii flags, add a security consideration
          and extend and clarify the JSON and YAML section.
        - medium speed enhancements when encoding/decoding non-ascii chars.
        - minor speedup in number encoding case.
	- extend and clarify the section on incompatibilities
          between YAML and JSON.
        - switch to static inline from just inline when using gcc.
        - add =encoding utf-8 to the manpage, now that perl 5.10 supports it.
        - fix some issues with UV to JSON conversion of unknown impact.
        - published the yahoo locals search result used in benchmarks as the
          original url changes so comparison is impossible.
2008-06-04 14:13:23 +00:00
dholland
6580891cf3 Fix insecure-temporary-files, as reported in Debian bug 480972.
PKGREVISION++.
2008-06-01 21:46:37 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
reed
523bb0352c New package: odt2txt 2008-04-17 12:39:36 +00:00
reed
68e3869e53 New package: odt2txt
odt2txt is a small, command-line tool which extracts the text out
of OpenDocument Texts, as produced by OpenOffice.org, KOffice,
StarOffice, and others.  It supports multiple output encodings, has
locale support, and is able to substitute unknown characters.

(After I packaged this I also found o3read already packaged.)
2008-04-17 12:33:55 +00:00
wiz
c68e1b8de3 Update to 1.2.5, changes unknown. 2008-04-14 23:49:43 +00:00
wiz
e32076591e Update to 0.8.14:
0.8.13 - 0.8.14
- Fix some warnings due to unused variables
- Fix a warning due to a name hiding.
- Fix two loops with corrupted documents (Thank you, sum1!)

0.8.12 - 0.8.13
- Implement readahead in the WPXStreamImplementation class (Jan Holesovsky, Fridrich)
- Fix some memory issues properly (each class deletes what it allocated) (Fridrich)
- Work around an issue with relative seeks backward and certain versions of libstdc++
  in the buffered stream implementation (Fridrich, sum1)
- Fix a problem of conversion of some page breaks due to an unreachable block in the
  code (Fridrich)
- Fix a crasher in a rare case of a footnote/endnote being defined in a table and the
  footnote/endnote having itself a table (Fridrich).
- Fix some null pointer crashes with corrupted documents in table code and in cases where
  there is no prefix ID present (sum1, Fridrich).
- Fix a out of bounds array in parsing WP5 extended characters with broken documents
  (sum1).
- Remove some abuse of pointers (Fridrich).
- In "wpd2raw --callback", return "-1" if no one callback was called (Fridrich).
- Fix some issues with incorrect indents in some rear cases (Fridrich).
- Fix some signedness problems (Fridrich).

0.8.11 - 0.8.12
- Enable building of statically linked tools even when a shared library is built,
  useful for scripting the creation of win32 release packages (Robert Staudinger,
  Fridrich Strba)
- Package also the tools automatically for win32 (Fridrich)
- Do not build doxygen documentation on win32 unless explicitely asked for it (Fridrich)
- Convert Tab Set function for WP5 parser (Fridrich)
- Basic conversion of tabulators and indents in WP3 parser (Smokey Ardisson, Fridrich)
- Basic conversion of tabulators and indents in WP5 parser (Fridrich)
- Convert the most usual Macintosh fonts from fontId to font name in WP1 parser
  (Hubert Figuiere, Fridrich)
- Fix compilation with the upcoming gcc 4.3 (Rene Engelhard, Fridrich)

0.8.10 - 0.8.11
- Fix incorrect conversion of tables with cells spanning more then 127 rows due to
  incorrect information in the file-format (Fridrich)
- Fix incorrect reading of font name information in prefix packets (Fridrich)
- Fixing http://bugzilla.abisource.com bug #10957: Bad -L flags in Makefile.am break
  compiling if different libwpd version is already installed (Daniel Mack)
- Fixing http://bugzilla.abisource.com bug #10958: Risky -I ordering (Daniel Mack)
- Making a proper release win32 (MinGW) binaries crosscompilation on Linux possible and
  smooth (Fridrich)

0.8.9 - 0.8.10
- Fix a locale dependency in our float to string conversion (Fridrich)
- Enhance our reading of document meta data for WP6 (David Hislop)
- Fix some sillies and be gracious with documents with corrupted prefix packets (Fridrich)
- Prevent the heuristic typedetection from throwing (Fridrich)
- Add a new stream implementation based on C++ streams, rendering libgsf dependency
  very optional; deprecate GSFInputStream (Fridrich)
- Allow building of wpd2foo tools by Micro$oft Visual studio (David Hislop, Fridrich)
2008-04-14 13:38:43 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
joerg
37963f36a5 Fix DESTDIR. 2008-04-07 18:04:21 +00:00
joerg
a6c71ce45f Fix DESTDIR. 2008-04-07 16:33:54 +00:00
joerg
6069a7403f Use symbolic link instead of hard link and fix DESTDIR support at the
same time.
2008-04-07 16:19:16 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
jlam
43112f64cf Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 05:51:07 +00:00
rillig
b32b7657bb Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
2008-02-28 11:58:47 +00:00
abs
181c5d1c9b Update convertors/JSON-Any to 1.16
Changes since 1.08:

1.16    2008-02-13
    * JSON::Any now compatible with both versions of JSON::XS  (Simon Wistow)
    * Document that calling 'use JSON::Any ();' is a bad idea
    * Make JSON.pm required unless a supported JSON package is already installed

1.15	2008-01-02
    * Update the config params for JSON and JSON/XS configuration
    * Update JSON handler to always pass in the -support_by_pp option
      if you don't want support_by_pp then don't use JSON.pm ...
    *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.14	2007-12-20
    * Fix for the new JSON/JSON::XS 2.0
    *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.13	2007-11-06
    * Fix 10_unicode.t to skip_all if no supported unicode backend is found
     (reported by Andreas König)

1.12	2007-10-22
    * Fix issue with 05-JSON-Syck.t so we can pass our tests again

1.11	17 Oct 2007
    * fix issue with JSON::Syck when using Object API as reported by Miyagawa

1.10	12 Oct 2007
    * fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917

1.09	10 Oct 2007
    * also test for is_utf8() - nothingmuch
    * improve unicode test	- nothingmuch
    * add utf8 support for JSON::{Converter,Parser}	- nothingmuch
    * Add a test for unicode strings	- nothingmuch
2008-02-28 09:15:12 +00:00
jlam
1ba751eba2 Greatly simplify the logic that tries to determine whether -lintl
needs -liconv in order to satisfy linkage requirements.  This is now
patterned after the approach taken with readline and termlib.

Examples on NetBSD for a package that includes only
gettext-lib/buildlink3.mk:

PREFER_NATIVE=	yes
PREFER_PKGSRC=	# empty
# This uses the native gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	yes
PREFER_PKGSRC=	iconv
# This uses the native gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	yes
PREFER_PKGSRC=	gettext
# This uses the pkgsrc gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	yes
PREFER_PKGSRC=	gettext iconv
# This uses the pkgsrc gettext and pkgsrc iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl -liconv"

PREFER_NATIVE=	# empty
PREFER_PKGSRC=	yes
# This uses the pkgsrc gettext and pkgsrc iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl -liconv"

PREFER_NATIVE=	iconv
PREFER_PKGSRC=	yes
# This uses the pkgsrc gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	gettext
PREFER_PKGSRC=	yes
# This uses the native gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	gettext iconv
PREFER_PKGSRC=	yes
# This uses the native gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"
2008-02-27 22:10:34 +00:00
jlam
3b4358fe5a Whitespace. 2008-02-27 19:32:55 +00:00
wiz
ec6c84b338 Add commented out license: GPLv2 or v3. 2008-02-16 13:17:12 +00:00
obache
3ba595ab94 Update p5-JSON to 2.06.
This version is DESTDIR ready.

2.06  Fri Feb  8 16:21:59 2008
	[JSON::PP] 2.06
	- enhanced the XS compatibility for pretty-printing
	    and the indent handling was broken!


2.05  Tue Feb  5 13:57:19 2008
	[JSON::PP] 2.05
	- enhanced some XS compatibilities for de/encode.
	- now decode_error can dump high (>127) chars.
	- enhanced the XS combatilbity of the decoding error.
	- fixed the utf8 checker while decoding (is_valid_utf8).
	- implemented utf8::downgrade in JSON::PP56.
	- enhanced utf8::encode in JSON::PP56.
	- made utf8::downgrade return a true in JSON::PP5005.


2.04  Sat Jan  5 16:10:01 2008
	[JSON]
	- fixed a document typo pointed by kawasaki@annocpan
	- make DATA handle closed for error mssages in support_by_pp mode.
	- switched JSON::Backend::XS::Supportable wrapper de/encode
             to changing symbolic tables for croak messages and speed.
	- fixed support_by_pp setting

	[JSON::PP] 2.04
	- enhanced the error message compatiblity to XS.
2008-02-13 02:49:06 +00:00
heinz
b4589e651f Updated to version 1.12.
Pkgsrc changes:
  - The packages supports installation to DESTDIR.
  - No more requirement for coreutils/findutils and patch-ab.
  - Switched to predefined REPLACE_SH instead of using subst.mk directly.
  - Cosmetic changes for MAKEFLAGS.
  - The shell script mk/check/check-portability.sh gets confused by some of
    the file names in the test archive: skip them.
  - Extracting files from testsuite.tar often fails on Darwin (with HFS?)
    so we skip this part.
  - Extract test archive with pax, it is available on every pkgsrc system.
  - Submitted patch-aa to author of convmv long ago.

Changes since version 1.10:
===========================
1.12
- now work with Perl 5.10 using an eval block
- GPL v2 and v3 now

1.11
- test suite compares sorted results of find to fix false alarms on some systems
- test suite now uses tar instead of cp for copying.
- fix a y/n mixup
- at startup we check if Perl::Encode is not too broken (bugs 37757 and 49830
  for now). Recent Perl releases are terribly broken. If this won't improve,
  I'll have to rewrite convmv in a language with more stable core functionality
  :-|. If you are distributor of convmv, please run make test before packaging
  to make sure you don't ship convmv with a broken Perl release.
2008-02-11 23:28:45 +00:00
obache
e4571189bc Honor PKGMANDIR and add DESTDIR support. 2008-01-21 03:04:30 +00:00
obache
6a591ebe4e Update skf to 1.95.3.
patch 3

1. It is corrected that the setting related to fold is not cleared with --reset.
2. The bug to which the line feed code cannot be judged correctly only for one
   line the input is corrected.
3. Inputcode() is added to the perl/ruby enhancing (skf bug#10955).
4. The bug that accesses it under KEIS and another specific condition beyond
   the limits of the array is corrected.

patch 2

(1) The correction of the FOLD_SUPPORT matter that leaks to the release file by
    1.95.1 that the compilation doesn't pass when it is invalid is added.
(2) The judgment condition is mistaken when G3 is replaced at Shift_JIS X 0213
     and the matter with the possibility of crashing is corrected.
(3) The trademark of the SoftBank Co. is corrected.
2008-01-21 02:06:49 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
obache
fbd20b3ce6 Update nkf to 2.08b aka 2.0.8b.
pkgsrc changes:
add DESTDIR support

Changes 2.0.6
== Addition of --ic --oc option
--Ic=<input codeset> --oc=<output codeset> option was added.
Shift_JIS, CP932, EUC-JP, CP51932, eucJP-ms, ISO-2022-JP, UTF-8N(UTF-8),
UTF-8-BOM, UTF-16BE, UTF-16BE-BOM(UTF-16), UTF-16LE, and UTF-16LE-BOM.
UTF8-MAC can be specified for input.

== Addition and change in mapping
The character-code of JIS-affiliated and correspondence with Unicode
decided to be defined. Decode from these to Unicode secures the thing
that conversion in the defined range is correctly done. Conversion in
the range not defined is not secured. Encode from Unicode secures
the thing that conversion in the defined range is correctly done,
conversion in the range not defined is assumed to be an error,
(possible fallback), and Unicode, and an illegal character secures
the skipped thing.

== Addition of fallback option
The --fb-{skip,html,xml,perl,java,subchar} option was added. How the
character that was not able to be converted is treated when
converting it from Unicode into Shift_JIS, EUC-JP, and ISO-2022-JP
can be specified.

== Addition of --no-best-fit-chars option
The character for which the round trip safety is not secured is not
converted at conversion from Unicode. - when Unicode is converted
from Unicode It is possible to use it to convert the UTF form of nkf
when specifying it with x. (If this is not specified if it says
oppositely, a part of character is not preserved. )

When the character string related to passing is converted, this
option is strongly recommended to be specified.

== Addition of --in-place[=SUFFIX] option
--in-place option to renew the time stamp to --overwrite that
maintained the time stamp was added.

== Document of hiragana katakana conversion
Because the document of the hiragana katakana conversion had reversed,
this was corrected. A correct document is as follows.
    -H1    --hiragana katakana > hiragana
    -H2    --katakana hiragana -> katakana
    -H3    --katakana-hiragana katakana <-> hiragana

== Others
"Q" decipherment of encoding and the bug such as fold-margin are corrected.

== 2.0.6a
The permission of the file at the packaging was changed.

Changes 2.0.7
* The character of CP51932 corrects not doing fallback.
* It is corrected not to compile excluding gcc.
* Making to ANSI C.
* The bug around changing line of MIME encode is corrected.
* The binary file came to be also good at base64 by -t2MB.
* Support the conversion of repeating hiragana and katakana sign by -h.
* Support the conversion of V of the hiragana and the katakana by -h.
* DOS and OS/2 1.x support by lukewarm
* OpenWatcom, OS/2, and djgpp V2 support by By lukewarm

Changes 2.0.8
* Support of UTF-32 and CP10001(Microsoft's MacJapanese).
* It supports outside BMP of Unicode.
* The user definition character of the CP932 faction is supported.
* The range of the Shift_JIS emoticon of Softbank Mobile is supported with NTT DoCoMo.
* The line feed code was displayed with --guess.
* It is corrected that the guess when the character-code cannot be fixed with --guess was broken.
* It is corrected to have thrown away SI/SO/ESC at the EUC mode.
* When the input of UTF-8 is encoded in MIME, it is corrected not to be output
correctly.
* Processing was continued even if there was a file that was not able to be read
when two or more files were given.
* Various corrections in CP932 turn

In 2.0.8a in addition to above
* It is corrected not effective of -L.
* It is corrected not to be able to make nkf32.dll.
2008-01-13 13:13:42 +00:00
joerg
61588cbab1 Regen. 2008-01-13 09:31:11 +00:00
joerg
22969025d4 Keep locale_alias symbol and don't hide it when visibility support
exists and libiconv is compiled. This restores symmetry between
libiconv.so, libiconv.a and libintl and fixes the build of gettext-tools
on Linux. Bump revision.
2008-01-13 09:30:57 +00:00
tonio
1ac9cd1b23 Update converters/bibtex2html to 1.89
Version 1.89, 08/01/2008
========================
 o entry types and field names now typeset in lowercase in f_bib.html
 o new option -unicode to use Unicode entities for some macros
   (such as &#9711; for \bigcirc, etc.)
 o new option -html-entities to use HTML entities for some macros
   such as \le, \approx, etc. (patch by Steven G. Johnson)
 o new option -header to insert a header (similar to -footer)
  (patch by Steven G. Johnson)
2008-01-10 18:15:29 +00:00
sketch
203c85cd03 Remove the preprocessor test for 'long long int', it fails with SunPro
causing later compile-time tests to break.  Taken from gnulib change
in http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
2008-01-08 22:08:36 +00:00
obache
489036c022 Update p5-JSON to 2.03.
Changes:
## JSON version 2.00 #####################################################

In this version, JSON was totally rewritten.

  * JSON becomes a wrapper to JSON::XS or JSON::PP!
  * objToJson() and jsonToObj() are obsoleted!
  * $JSON::* variables are no longer available!
  * JSON::Parser and JSON::Converter are deleted from the distribution!
  * JSONRPC* and Apache::JSONRPC are deleted from the distribution!
     Please check JSON::RPC (supports JSON-RPC protocol v1.1 and 1.0).

##########################################################################

2.03  Fri Jan  4 14:10:58 2008
	[JSON]
	- fixed the description - Transition ways from 1.xx to 2.xx.
             $JSON::ConvBlessed compat => $json->allow_blessed->as_nonbleesed
	- support_by_pp supports 'as_nonbleesed' (experimental)
	- clean up the code for saving memory

	[JSON::PP] 2.03
	- Now the allo_bignum flag also affects the encoding process.
            encode() can convert Math::BigInt/Float objects into JSON numbers
	- added as_nonblessed option (experimental)
	- cleaned up internal function names (renamed camel case names)


2.02  Wed Dec 26 11:08:19 2007
	[JSON]
	- Now support_by_pp allows to use indent_length()

	[JSON::PP] 2.02
	- added get_indent_length


2.01  Thu Dec 20 11:30:59 2007
	[JSON]
	- made the object methods - jsonToObj and objToJson
          available for a while with warnings.


2.00  Wed Dec 19 11:48:04 2007
	[JSON]
	- new version!
	- modified Makefile.PL for broken Perls (when PERL_DL_NONLAZY = 1).

	[JSON::PP] 2.0104
	- clean up the document.
	- use 'subs' instead of CORE::GLOBAL for fixing join() in 5.8.0 - 5.8.2
	- enhanced decoding error messages for JSON::XS compatibility.
	- jsonToObj and objToJson warn.


1.99_05  Fri Dec 14 18:30:43 2007
	[JSON]
	- added a description about the Unicode handling to document.

	[JSON::PP] (2.0103)
	- Now the JSON::PP56 unicode handling does not require Unicode::String.
	- Now JSON::PP5005 can de/enocde properly within the Perl 5.005 world.
	- decode() always utf8::decode()ed to strings.
	- decode() returned a big integer as string though the integer is
          smaller than it is so.
	- a bad know how - added the join() wrapper for Perl 5.8.0 - 5.8.2 bug.
	- JSON::PP56 encode() did not handle Unicode properly.
	- added a section about the unicode handling on Perls to JSON::PP doc.


1.99_04  Mon Dec 10 14:28:15 2007
	[JSON]
	- modified the tests and source for Perl 5.005

	[JSON::PP] (2.0102)
	- modified some prototypes in JSON::PP5005.


1.99_03  Mon Dec 10 11:43:02 2007
	[JSON]
	- modified tests and document.
	   in Perl5.8.2 or earlier, decoding with utf8 is broken because of
           a Perl side problem. (join() had a bug.)
	- modified Makefile.PL for Perl 5.005.
	   in the version, 'require JSON' is fail....

	[JSON::PP] (2.0102)
	- modified string decode function.
	- enhanced error messages for compatibility to JSON::XS.
	- enhanced utf8::decode emulator and unpack emulator in JSON::PP56.


1.99_02  Sun Dec  9 05:06:19 2007
        [JSON::PP] (2.0101)
	- decoding with utf8 was broken in Perl 5.10
	    as the behaviour of unpack was changed.
	- added a fake in JSON::PP5005 (bytes.pm)
	- added the missing file JONS::PP::Boolean.pm


1.99_01  Sat Dec  8 12:01:43 2007
	[JSON]
	- released as version 2.0
	   this module is incompatible to 1.xx, so check the document.

        [JSON::PP] (2.01 from 0.97)
	- updated JSON::PP for compatible to JSON::XS 2.01
	- renamed from_json and to_json to decode_json and encode_json
	- added get_* to JSON::PP
	- deleted property() from JSON::PP
	- deleted strict() and added loose()
	- deleted disable_UTF8() and self_encode()
	- renamed singlequote to allow_singlequote
	- renamed allow_bigint to allow_bignum
	- max_depth and max_size round up their arguments.
	- added indent_length and sort_by
2008-01-05 08:15:18 +00:00
obache
6a5d3ceaeb Update p5-JSON-XS to 2.01.
Changes:
2.01 Wed Dec  5 11:40:28 CET 2007
	- INCOMPATIBLE API CHANGE: to_json and from_json have been
          renamed to encode_json/decode_json for JSON.pm compatibility.
          The old functions croak and might be replaced by JSON.pm
          comaptible versions in some later release.

2.0  Tue Dec  4 11:30:46 CET 2007
	- this is supposed to be the first version of JSON::XS
          compatible with version 2.0+ of the JSON module.
          Using the JSON module as frontend to JSON::XS should be
          as fast as using JSON::XS directly, so consider using it
          instead.
	- added get_* methods for all "simple" options.
        - make JSON::XS subclassable.

1.53 Tue Nov 13 23:58:33 CET 2007
	- minor doc clarifications.
        - fixed many doc typos (patch by Thomas L. Shinnick).

1.52 Mon Oct 15 03:22:06 CEST 2007
	- remove =encoding pod directive again, it confuses too many pod
          parsers :/.

1.51 Sat Oct 13 03:55:56 CEST 2007
	- encode empty arrays/hashes in a compact way when pretty is enabled.
	- apparently JSON::XS was used to find some bugs in the
          JSON_checker testsuite, so add (the corrected) JSON_checker tests to
          the testsuite.
        - quite a bit of doc updates/extension.
        - require 5.8.2, as this seems to be the first unicode-stable version.
2008-01-05 08:12:34 +00:00
drochner
0ca6f36905 use GNU iconv on DragonFly, should fix the error seen in bulk build 2007-12-27 15:06:52 +00:00
drochner
cc5a35b165 There is no obvious reason for USE_GNU_ICONV, and I haven't found one by
code inspection, so remove it.
approved by markd (a while ago)
2007-12-17 22:04:38 +00:00
adam
4b2a26a963 Changes 1.5:
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-16 16:14:32 +00:00
wiz
b524dc18ff Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
obache
f949318ea7 Fixes HOMEPAGE. 2007-12-03 06:00:16 +00:00
obache
ef268da60f Update p5-JSON to 1.15.
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-03 05:54:15 +00:00
wiz
e666c1c7b5 Update to 1.3, changes unknown. 2007-12-02 11:56:49 +00:00
wiz
b9ac934295 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 11:54:49 +00:00
tonio
bfb0ca9ab1 Update converters/bibtex2html to 1.88
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 &ndash; and --- to &mdash;

Version 1.86, 21/03/2007
========================
 o more accents macros: \oe \OE \~ \v \' \r
2007-12-01 14:19:35 +00:00
wiz
a53396f3de Update to 1.12:
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-29 17:05:34 +00:00
martti
9afb20a137 Added commented-out LICENSE=something. 2007-11-11 11:35:48 +00:00
minskim
a054bca239 Fix version detection when the version number contains capital letters. 2007-11-07 17:24:28 +00:00
taca
44935f5404 Add cp932-patch which was ja-patch as PKG_OPTION and enabled default.
Bump PKGREVISION.
2007-10-28 02:07:41 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
tnn
24d5b54409 Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +00:00
rillig
c12da468cf Fixed build. 2007-10-10 10:29:27 +00:00
wiz
2f2166a0fb Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
rillig
072c094c7c Fixed gcc4 error messages. 2007-09-29 12:35:11 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
heinz
012774c469 Added support for installation to DESTDIR. 2007-09-18 19:44:40 +00:00
obache
680f56e070 Update p5-JSON to 1.14.
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-12 04:15:06 +00:00
abs
cffe1c7145 update to JSON-Any-1.08nb1 - default to pulling in p5-JSON-XS 2007-09-11 17:16:32 +00:00
abs
6098bc2ecf Add p5-JSON-XS 2007-09-11 16:59:54 +00:00
abs
19823e8ae6 Import converters/p5-JSON-XS-1.5 into pkgsrc:
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-11 16:59:30 +00:00
abs
0545f9aa27 In retrospect as we currently only have one JSON converter in pkgsrc, this
package should probably depend on it.. PoLS.
Ride with the initial commit version.
2007-09-07 12:54:45 +00:00
abs
1ba33c3b37 add p5-JSON-Any 2007-09-07 12:43:40 +00:00
abs
43aae25870 Import converters/p5-JSON-Any-1.08 into pkgrsc:
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-09-07 12:43:17 +00:00
agc
b10bfc62db Minor changes to this package:
+ 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-31 10:47:35 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
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-08-13 08:12:41 +00:00
obache
fd8689c324 Update skf to 1.95.1.
Changes:
 (1) Fixes cp5022x/51932 boundary check miss.
 (2) Fixes man formatting miss.
 (3) Fixes packaging miss for debian pacakge.
2007-07-28 13:57:54 +00:00
rillig
68b84d4b6b Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail. 2007-06-26 09:01:49 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
schmonz
b267578d80 Don't require c99 in USE_LANGUAGES. libiconv builds fine with gcc
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-06-02 06:56:06 +00:00
schmonz
a86d0c4241 Conflict with p5-jcode, as this package was previously called. From taca. 2007-05-30 05:50:04 +00:00
schmonz
b6094287dd Bump PKGREVISION for p5-jcode -> jcode-perl renaming. 2007-05-29 01:07:49 +00:00
schmonz
1434779d82 Rename p5-jcode to jcode-perl (SVR4: jcopl) so it can be checked
out on a case-insensitive filesystem without interference from
p5-Jcode. Discussed on tech-pkg@.
2007-05-29 01:06:26 +00:00
xtraeme
e9e8484f10 Update to 1.5.5:
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-05-23 09:39:13 +00:00
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
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
wiz
bf0ea7072e Update to 1.2.1:
1.2.1 is a minor bugfix release.
2006-07-17 17:02:26 +00:00
rillig
0269c26c02 Added GNU_PROGRAM_PREFIX to BUILD_DEFS and fixed pkglint warnings. 2006-07-17 15:09:59 +00:00
taca
c47c2d84d5 Update p5-Jcode package to 2.06.
#
# $Id: Changes,v 2.6 2006/07/02 07:56:06 dankogai Exp dankogai $
#
$Revision: 2.6 $ $Date: 2006/07/02 07:56:06 $
! Jcode.pm t/regex.t t/tr.t
  Security fix by Hanabusa-san that prevents options from being eval'ed.
  <20060702140740.9DDB.DOT-DANKOGAI@ziro.org>

2.05 2006/05/16 05:00:19
! Jcode.pm t/jfold.t
  Jcode->new('12345678900')->jfold(5) must be ('12345','67890', '0')
  but the trailing 0 was lost.
  Message-Id: <6.2.3.4.2.20060516111520.03407f18@mail.sj.estore.co.jp>

2.04 2006/04/15 04:08:30
! Jcode.pm t/perl581.t
  Fixed: $j->GIVEN_ENCODING not working as advertized.
  Message-Id: <20060414152058.2BCE.KSK@be.to>
  Message-Id: <4355CE4F-6261-458F-8F2F-66BE6831991D@dan.co.jp>

2.03 2005/07/07 04:00:52
! Jcode.pm t/tr.t
  Fixed: $j->tr($from, "a-z/") yields unexpected result
  Message-Id: <20050706114544.D80E.KSK@be.to>
  Message-Id: <530FB8E2-B09D-4BBA-A271-09F0D91AAD79@dan.co.jp>

2.02 2005/06/29 14:00:09
! Jcode.pm t/convert.t
  Addressed: Jcode::convert("constant" ...) croaks
  because  'Modification of a read-only value attempted'.
  Reported by Akira Kawamata via htmllint@ring.gr.jp
  Message-Id: <200506291823.ADF32994.VUONVB@piedey.co.jp>
  Message-Id: <674CABD0-F30B-4244-AFD6-AE9BFA0F3744@dan.co.jp>

2.01 2005/06/20 06:21:06
! Makefile.PL
  vs. ExtUtils::MakeMaker 6.30 -- Thanks, Mike (Castle|Schwern).
  Message-Id: <20050620041227.GE5165@windhund.schwern.org>

2.00 2005/05/16 19:07:51
! Jcode.pm
  2.00 released ex officio!

1.99_07 2005/03/08
! Jcode.pm
  jfold() fixes by nipotan
  http://blog.livedoor.jp/nipotan/archives/15894714.html

1.99_06 2005/02/19
! Jcode.pm Jcode/Nihongo.pod
  tr(), jfold(), m() and s() now accepts flagged UTF-8 strings
  in addition to EUC-JP strings.
! Jcode.pm Jcode/Nihongo.pod t/jfold.t
  More patches by makamaka@donzoko.net.
  Message-Id: <200502180920.j1I9KLvB000550@www231.sakura.ne.jp>

1.99_05 2005/02/18
! Jcode.pm MANIFEST Makefile.PL
+ Jcode/Nihongo.pod t/jfold.t
  Enhancements & Japanese POD with a help from makamaka@donzoko.net.
  Message-Id: <200502161338.j1GDct2I012566@www231.sakura.ne.jp>

1.99_04 2005/02/15
! Jcode.pm
  * Minor pod fixes
  * More field test at http://openlab.jp/Jcode/ before the official release

1.99_03 2005/02/13
! Jcode.pm
  Addressed a bug that Jcode did not handle 'binary' correctly,
  reported by Takahashi-san
+ t/append.t
  Surprisingly, append() was not in the test suite so there.
! Jcode.pm
  * $j->any_encoding feature added via AUTOLOAD.
  * More testings
  * Pod revisions

1.99_02 2005/02/12
- Unicode/_test.pl
  This file was totally unnecessary but got installed via MakeMaker
  so it is now removed from MANIFEST
! Makefile.PL
  Now smarter so that only Jcode.pm is build and installed
  when appropriate (when your perl is 5.8.1 or better).

1.99_01 2005/02/12
! *
  First 2.0-beta.
2006-07-09 13:13:00 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
yyamano
f421418e08 Update to 1.03.10. pkg/33915.
Submitted by OBATA Akio. Thanks!

Changes:
* SJIS bound check is not properly confirmed.
* output default code is not properly defined.
2006-07-04 15:44:13 +00:00
minskim
f23064566e Remove conflicting declaration of malloc(); include stdlib.h instead. 2006-06-21 15:00:51 +00:00
joerg
bdcd8d909f Fix chunk offsets, the isnan part needs math.h, not dlopen. 2006-06-18 19:38:50 +00:00
markd
0b1be9ed86 Update to wv2-0.2.3
* Fixed an integer overflow bug (CVE-2006-2197)
* Applied a patch by Friedemann Kleint (Fa. metis)
  with fixes for Solaris / Sun C++ 5.5 Patch 113817-02 2003/08/29.
  Additionally fixes some tab-related bugs (unique and erase stuff)
2006-06-14 12:45:30 +00:00
tonio
2911cd82e5 Update converters/bibtex2html to 1.82
Version 1.82, 07/06/2006
========================
 o `` and '' translated to &ldquo; and &rdquo;
 o aesthetic changes:
   - no more line break between the entry and the links;
   - more space between an abstract and the next entry
 o improving date parsing: month field such as "2~" # dec is now parsed
 o fixed bug: a space after a macro is now discarded
2006-06-13 07:25:27 +00:00
minskim
301f0fa7e0 Remove conflicting declaration of malloc(); include stdlib.h instead. 2006-06-09 15:34:31 +00:00
minskim
efba70abaf USE_TOOLS+=lex 2006-06-09 15:26:46 +00:00
jlam
536c7f63b3 Explicitly disable NLS. This should fix PLIST problems on Linux,
where glibc has its own gettext functions and the configure script
was picking it up and as a result the install process copied a lot of
*.mo files into ${PREFIX}.
2006-06-08 03:56:21 +00:00
joerg
5fe074f21e Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:52 +00:00
joerg
9557178f0a Needs Python 2.1+ 2006-06-04 12:10:49 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
tonio
cad6b94efd Update converters/bibtex2html to 1.81
Version 1.81, 12/05/2006
========================
 o new option --print-keys to display the sorted keys (and exit)
 o improved date sorting to handle months such as mar # "\slash " # apr
 o no table anymore with -nokeys (only HTML paragraphs)
2006-05-13 08:37:52 +00:00
rillig
0c4f009eb5 Needs C++. 2006-05-12 20:48:37 +00:00
reed
148d1976c1 This uses and depends on "c++". Bump PKGREVISION also. 2006-05-09 15:45:28 +00:00
tonio
a3fec23a4c Update converters/bibtex2html to 1.80
Version 1.80, 15/3/2006
=======================
 o remove leading ./ in front of relative URLs (was introduced a long
   time ago to circumvent an Internet Explorer bug; see below)
 o no more escaping of the character & in URLs

Version 1.79, 22/2/2006
=======================
 o fixed bug with ISO-latin characters in bib2bib conditions
 o fixed bug with implicit abbrevs (jan, feb, etc.)
2006-04-26 07:30:10 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
adrianp
501a1b8595 +p5-Unicode-UTF8simple 2006-04-16 16:13:45 +00:00
adrianp
9756a1c4a7 Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets
This utf-8 converter is written in plain perl and works with hopefully
any perl 5 version. It was mainly written because more recent modules
such as Encode do not work under older Perl 5.0 installations.

Supported encodings:
euc-kr
gb2312
iso-8859-1
iso-8859-2
iso-8859-9
koi8-r
utf-8
windows-1256
2006-04-16 16:12:52 +00:00
schwarz
f6e26041a5 added a hack to work around the conflict of sys/types.h and inttypes.h on
IRIX 5.3.
2006-04-14 21:13:10 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
d71a98aa8e Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
2006-03-30 18:06:17 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
jlam
3a761dbca3 Honor PKGMANDIR. 2006-03-23 03:10:25 +00:00
jlam
741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
reed
cafed071e6 Also mention latex2png and its possibly (not automatically installed)
dependencies.
2006-03-11 03:21:23 +00:00
rillig
c79e4ef71d Fixed pkglint warnings. 2006-03-10 23:21:53 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
kristerw
3a0f87d9f7 Regen hand-edited patch so that the MacOS X patch program may apply it. 2006-03-03 19:52:37 +00:00
recht
5742147380 update to rsshtml-0.8
patch provided by pancake at phreaker dot net (maintainer)
in PR 32857

0.7.8 * 2006/02/14
	- add -n -N and -r (limit number of posts and words per post)
	- support foreach url name format: name@url
	- add link_node number id foreach link (html + xml2doc)
	- add support for RDF like dates.
	- reclean the plain text output format
	- use \r\n instead of just \n. (support for silly http servers).
	- fix HTML output when no pubDate defined.
	- fix support for RDF files.
	- cleanup the txt output format.
	- add substitution pattern and htmlize_string.
	- use <author> foreach item.
	- fix rss generation for planets. Change -P flag.
	- minor fix rss2 generation.
	- add author stuff for the templates
	- fixes for the cdata strings
	- add nopcode template
	- add crontab planet script
	- Add -P flag in cmdline
	- Add support for planets (order posts by date).
	- default html template reads rss2html.css
	- add manpage.
	- Initial support of templates
	- initial enclosure url support (useful for podcast)
	- add 'url' output format, for make pipes happy.
	- fix parser.c again
	- initial import of subst framework.
	- add xml2doc output format
	- initial use of the storage infrastructure.
	- fix <![CDATA parser.
	- finally remove the deprecated parser.
	- fix pubDate output in MXML format.
	- initial port to acr.
	- add GPLv2 license and related stuff properly.
	- initial import of cmptime.c
	- rework on storage framework.
	- fix html entities inside MXML output format.
	- add doblog output information tip in README
	- fix temporally file creation bug.
	- handle description and content:encoded fields.
	- add -n -N and -r (limit number of posts and words per post)
	- support foreach url name format: name@url
	- support for MXML format
	- add some snippets for planet support in the future.
	- implement the new XML parser.
	- initial preparation for mxml format and date ordening. (not working yet)
	- rename -d to -D and -x flag to -d
	- add -L flag (local link translation)
	- fix default prefix to /usr/local (stoned stuff)
	- fix install stuff to use INSTALL_* stuff
	- support for enclosure tag for podcasts
	- podcast RSSs also working
	- integrate Darek's patch that fix description field parsing (-x)
	- order help flags
2006-02-19 20:49:11 +00:00
rillig
b6b9c82135 Added kcc. 2006-02-13 16:09:54 +00:00
heinz
fc26cc6160 Updated to version 1.09.
Pkgsrc changes:
  - Used an absolute path for SUBST_FILES previously, which was wrong.

Changes since version 1.08:
====================================
1.09
- work around broken decode_utf8() in Perl 5.8.7 resp. Encode 2.10 (use
  utf8::decode instead)
- adapt test suite to catch cases like this
- warn about dry test run at start, not just at end of a test run
2006-02-11 17:24:17 +00:00
rillig
b599aca145 Imported kcc from pkgsrc-wip.
Kcc is a kanji code converter and it's a program used to convert between
various encodings used for Japanese character sets. It handles 7bit JIS,
8bit JIS, Shift JIS, EUC, and DEC.

Packaged by OBATA Akio.
2006-02-11 16:49:04 +00:00
adam
0af5d77af8 Changes 0.8.4:
- Fix compilation with gcc >=  4.1.0
- Initial support for tables in WP5.x format
- Fix compilation on MacOSX
- Conversion of font name, size and colour for WP3.x format
- Collapse the LL and HL Listeners into one classe each
- Initial support of tables in WP3.x format including the cell background
  colour
- Conversion of sections with multiple columns in WP3.x format
- Conversion of foot/endnotes in WP3.x format
- Adding an assignment operator to WPXString class as well as trying
  to make it much more a std::string wrapper
2006-02-08 09:42:53 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
0212ee5e1d Update to 2.1.2 at its new master site. Changes from docs:
Version 2.1.2:
       Bug fixes; see ChangeLog for details

Version 2.1:
       Added   support   for  raw  Commodore  C2N  tape  archives.  Renamed  the
       CP/M-related options to -m and -M, so that the C2N-related options can be
       -c and -C.

Version 2.0.5:
       Mikko  Suonio  provided  patches  for  tolerating  truncated T64 and Lynx
       archives.  His  patches  also  handle  single-file T64 archives that have
       number  of  entries  set  to zero, and Lynx archives that have file names
       starting with a space.

Version 2.0.5.1:
       It  was brought to my attention that Lynx 17 on the Commodore 64 and some
       other utilities do not recognize the Lynx archives created by cbmconvert.
       I slightly modified the magic cookie to fix the problem.
2006-02-01 17:38:01 +00:00
minskim
04e9e3ee55 Add skf. 2006-01-31 03:37:17 +00:00
minskim
867244ab81 Import skf from pkgsrc-wip. Packaged by OBATA Akio.
skf is an i18n-capable kanji filter.  It works like i18n enhanced
nkf-1.6.  More specifically, skf is intended to read documents in
various languages and codes using kanji or unicode capable display
devices.  skf provides basic kanji code conversion features, include
to/from JIS, EUC, Shift-JIS, Unicode, and Vendor specific codes.  skf
also includes decoder for various code appears in the Net.  Unlike
nkf, it does not provide broken jis recovery nor mime encoding, but it
has support for ISO-8859's, European domestic set, JIS X-0212/X-0213
code, has IBM/MS vendor specific code support and can add other code
support easily.
2006-01-31 03:35:25 +00:00
adam
54669cc935 buildlink fix 2006-01-26 22:14:50 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00
tv
9f1bf308b8 Use INSTALL_LIB for the library to get +x perm; bump PKGREVISION. 2006-01-20 14:54:03 +00:00
adam
31e5e331c3 Changes 1.2.0:
* Bug fixes
2006-01-18 22:13:59 +00:00
tonio
aab59e3bfc Update bibtex2html to 1.78
Changelog:
- fixed bug with unbalanced brackets in bib2bib/bibtex2html output

Fix pkglint warning about quoted SUBST_MESSAGE
2006-01-13 09:10:41 +00:00
joerg
dfa39b6c05 ferr is a bad name for a global symbol and can't be portably initialised
to stdout anyway, so remove it. Bump revision.
2006-01-11 16:02:24 +00:00
joerg
501ec392ef Needs BROKEN_GETTEXT_DETECTION. 2006-01-10 13:12:56 +00:00
salo
998bd5a5f8 Needs pkg-config to build. 2006-01-05 20:32:25 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
schmonz
19ad6a746d Add and enable p5-MIME-Base32. 2006-01-02 20:03:41 +00:00
schmonz
f0a261c90d Initial import of p5-MIME-Base32, a Perl module similar to p5-MIME-Base64,
yet different in a predictable way.
2006-01-02 20:03:07 +00:00
joerg
72f09d1290 No matherr on DragonFly. 2006-01-02 16:22:49 +00:00
wiz
85066fb114 Update to 3.07:
2005-11-30   Gisle Aas

   Release 3.07

   Use a Makefile.PL that is also suitable for core perl.



2005-11-26   Gisle Aas

   Release 3.06

   Documentation tweaks.

   use XSLoader; perl-5.6 now required.

   Some consting from bleadperl.

   Unbundled the {en,de}code-{base64,qp} utility scripts.
   These are now found in the MIME-Base64-Scripts package.
2006-01-01 22:11:09 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
joerg
21c52d50b7 ffs is a pre-existing symbol e.g. on DragonFly, use a different name. 2005-12-30 17:24:16 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
joerg
188f4ddbbc Fix errno. Use stdlib.h in one place as well. 2005-12-19 00:13:38 +00:00
joerg
d2b29ade85 Fix errno. 2005-12-19 00:06:47 +00:00
rillig
3a3453defa Fixed pkglint warning about absolute filename /bin/sh. The real bug was
missing quotes around the sed(1) replacement expression.
2005-12-06 17:19:21 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00