Commit Graph

232 Commits

Author SHA1 Message Date
kevlo
ea47bb5d44 +py-iconvcodec 2003-12-30 09:23:44 +00:00
kevlo
7a3595445f Initial import iconvcodec-1.1.2.
This is universal unicode codec using iconv for Python.
2003-12-30 09:22:33 +00:00
kevlo
d6c7b94dae add license. Pointed out by Xavier Santolaria <xavier@santolaria.net> 2003-12-30 02:01:12 +00:00
kevlo
87a2a2a0d4 +py-cjkcodecs 2003-12-29 07:36:07 +00:00
kevlo
cb040a73c6 Initial import of py-cjkcodecs 1.0.2.
Py-cjkcodecs is a Python unicode codecs for Chinese, Japanese and Korean
encodings.
2003-12-29 07:34:58 +00:00
brad
e4e9e1c46b add wv2 2003-12-27 08:40:54 +00:00
brad
e28eff7756 add wv2 0.2.1
wv2 is a library which allows access to Microsoft Word files. It
is a rewrite of the wv library.
2003-12-27 08:40:01 +00:00
naddy
6f34a01f10 overhaul p5-Date-* and p5-Time-* plists 2003-12-24 01:07:54 +00:00
naddy
7ccc4e4a47 overhaul plists of p5-Convert-* ports 2003-12-24 00:36:55 +00:00
brad
4ba1a540f7 upgrade to libiconv 1.9.1 2003-12-24 00:08:02 +00:00
naddy
3f63cbf3ac @dirrm shared directories 2003-12-16 16:42:30 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
sturm
c2cbcd9729 don't install .packlist
from Han Boetes <han at mijncomputer dot nl>
2003-11-23 14:13:20 +00:00
jolan
31d861b868 Update to 1.2.8.
NOTE: This enables key caching by default, and the naming scheme was
changed to prevent conflicts.
2003-10-30 01:00:54 +00:00
naddy
f57c5b1eb8 Non-standard getopt() usage forces us to fall back to the included version.
From: Yozo TODA <yozo@v007.vaio.ne.jp>, who also submitted the port.
2003-09-30 19:41:09 +00:00
naddy
96762579b4 +qprint 2003-09-29 21:32:46 +00:00
naddy
f4657901ac Import qprint 1.0.
QPRINT is a simple command-line filter which encodes and decodes
files in Quoted-Printable encoding as defined in RFC 1521.
2003-09-29 21:31:24 +00:00
sturm
84f68ea798 add {REGRESS,RUN}_DEPENDS
from maintainer ibrahim khalifa, ok naddy@
2003-08-24 20:31:23 +00:00
naddy
fd8261605f remove more cruft 2003-08-18 22:19:27 +00:00
naddy
7a8d03c16a update to 1.3; mostly from Xavier Santolaria <xavier@santolaria.net> 2003-08-18 21:06:59 +00:00
espie
89b2fe1eef zap extra space 2003-08-13 14:56:31 +00:00
brad
c8f8a1f8ef These Perl modules come with OpenBSD as of 3.3. 2003-07-22 21:33:56 +00:00
lebel
60f5dfc5fb don't need .packlist 2003-05-30 17:48:39 +00:00
lebel
1f9b86384e run thru fmt -72 2003-05-30 17:48:09 +00:00
lebel
96c11c2cbc depends on p5-Jcode 2003-05-30 15:34:55 +00:00
lebel
d10da7caf6 +p5-Jcode 2003-05-30 15:33:49 +00:00
lebel
65a11c3b27 initial import of p5-Jcode-0.83:
--
Jcode.pm is a Perl module that handles various Japanese charsets. It has all
features available on jcode.pl-2.10 PLUS

- Object-oriented approach on Japanese text handling 
- mime header handling 
- Unicode feature (UCS2 and UTF8) 

WWW: http://openlab.ring.gr.jp/Jcode/
2003-05-30 15:33:21 +00:00
lebel
e3b253e762 fix COMMENT 2003-05-30 15:05:54 +00:00
lebel
a66967a7de +p5-Unicode-Map 2003-05-30 15:05:01 +00:00
lebel
78fcde681d depends on p5-Unicode-Map 2003-05-30 15:04:42 +00:00
lebel
6e5d510f06 duh, forgot distinfo 2003-05-30 15:03:37 +00:00
lebel
11a5495fe4 initial import of p5-Unicode-Map-0.112:
--
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.

For historical reasons this module coexists with Unicode::Map8.  Please use
Unicode::Map8 unless you need to care for two byte character sets, e.g. chinese
GB2312.  Anyway, if you stick to the basic functionality (see documentation)
you can use both modules equivalently.

Practically this module will disappear from earth sooner or later as Unicode
mapping support needs somehow to get into perl's core. If you like to work on
this field please don't hesitate contacting Gisle Aas!

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. Refer to mkmapfile or file REGISTRY in
the Unicode::Map hierarchy.
2003-05-30 15:02:53 +00:00
lebel
36df8b8add +p5-Unicode-MapUTF8 2003-05-30 14:47:13 +00:00
lebel
e368b86b5e initial import of converters/p5-Unicode-MapUTF8 1.08:
--
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.

As with most things Perlish - if you give it a few big chunks of text to
chew on instead of lots of small ones it will handle many more
characters per second.

By design, it can be easily extended to encompass any new charset
encoding conversion modules that arrive on the scene.
2003-05-30 14:46:19 +00:00
kevlo
625ea019c0 upgrade to 0.17 2003-05-23 08:03:06 +00:00
kevlo
358df4e1b4 upgrade to 0.52 2003-05-23 08:01:56 +00:00
kevlo
2c0b2d76c5 upgrade to version 2.07 2003-05-23 08:00:28 +00:00
naddy
96179d573e There is no reason we cannot put these up for FTP. 2003-05-19 00:10:36 +00:00
avsm
3e20dc9618 fix on our current ELF ld, which seems to require all symbols
to be resolved (even unused ones?).  this fixes the php4 build;
pkgname has been bumped.

patch from wilfried@
2003-04-27 21:00:21 +00:00
espie
92da5e5856 new vversion, minor changes 2003-03-28 18:15:10 +00:00
espie
da5df45bfb explain how to use the cache 2003-02-25 01:17:36 +00:00
espie
253a75a612 and finally, cache support. Compatible with mplayer. 2003-02-25 01:10:27 +00:00
kevlo
2a1f44c925 upgrade to version 0.12 2003-01-08 05:16:50 +00:00
kevlo
40ed310bf5 upgrade to version 0.3101 2003-01-08 05:14:49 +00:00
kevlo
8904abf6ff upgrade to version 0.16 2003-01-08 05:13:14 +00:00
fgsch
8b5f0695ca chau NEED_VERSION. 2002-12-29 19:37:52 +00:00
pvalchev
28df32cffe this has no license, hence no redistribution is allowed 2002-12-23 07:58:13 +00:00
pvalchev
3101b76380 Remove Angelos from maintainer per his request 2002-12-23 00:37:49 +00:00
naddy
8948311f28 kill accidental run dependencies on gmake 2002-12-01 02:53:24 +00:00
pvalchev
a8b1cdaf8c IGNORE: comes with perl 2002-11-27 06:50:49 +00:00