Commit Graph

253 Commits

Author SHA1 Message Date
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
pvalchev
bda660862f Remove p5-MIME-Base64 dependencies as it's stock with perl now 2002-11-27 06:49:42 +00:00
margarida
bf10719bc8 Add p5-Convert-TNEF;
Add p5-Convert-UUlib.
2002-11-25 03:16:12 +00:00
margarida
4750e79bda Add p5-Convert-UUlib
--
Perl interface to the uulib library
(uudeview/uuenview)

From: Ibrahim Khalifa <ibo@toontown.org>

brad@ ok
2002-11-25 03:12:28 +00:00
margarida
8ba6210991 Add p5-Convert-TNEF
--
Perl module that deals with TNEF (Transport Neutral Encapsulation Format) files.

From: Ibrahim Khalifa <ibo@toontown.org>

brad@ ok
2002-11-25 03:04:33 +00:00
pvalchev
81e4bd38c0 remove .packlist from those puppies, too 2002-11-25 02:45:36 +00:00
kevlo
a247f85612 add RUN_DEPENDS; pointed out by avsm@ 2002-10-24 01:58:04 +00:00
espie
a1105c7bca Bump to v 1.2.3 2002-10-22 21:06:27 +00:00
naddy
27822ba589 * upstream version has changed: don't slurp in whole file
* bump version
2002-09-18 21:41:51 +00:00
brad
7ed63b76fe - no more chmod 777
- link iconv binary like the HP-UX example instead of using brain dead libtool
2002-09-17 01:33:05 +00:00
brad
410ae9bae6 remove local changes to libtool made by libiconv authors
which make dirs with mode 777.
--
Brought to my attention by: Mike Pechkin <mpech@prosoft.org.lv>
2002-09-17 01:25:03 +00:00
naddy
1097b9bf61 Honor CFLAGS, LOCALBASE; some clean-up. 2002-09-12 20:21:34 +00:00
avsm
eabc6eedae update to wv-0.7.2 2002-09-08 12:15:04 +00:00
espie
c3ba82640f Update to new version, working better than the last.
(I still need to add some caching somewhere)
2002-08-22 12:18:52 +00:00
naddy
78b1720bcc SECURITY fixes, submitted by Nick Nauwelaerts <nick@wanadoo.be>:
* Fix buffer overflow.  (Obtained from Debian)
* Strip leading "../" when creating new files.  (Obtained from Debian)

Clean-up by yours truly:

* Parameter parsing fix.  (Obtained from Debian)
* Prefer native getopt() and MD5 functions over the included ones.
* Make munpack synopsis agree with actual parameters.
* Respect CC.
2002-08-09 01:15:19 +00:00
shell
50b76a2cbe Updated to html2wml-0.4.9 2002-07-15 04:00:40 +00:00
brad
b4ca66198e add HOMEPAGE 2002-07-13 23:59:12 +00:00
pvalchev
7d09f4fb4b Revert last commit until explanation is given. 2002-06-27 15:43:24 +00:00
kevlo
a7872823af fix checksum error; Pointed out by Armani Liao <armani@mail.e-mailto.cc>. 2002-06-27 03:16:00 +00:00
espie
72c910b631 Minor update 2002-06-17 21:08:15 +00:00
brad
8695839788 fix installation of libiconv. 2002-06-13 03:45:57 +00:00
brad
b2ead3af8d revert PLIST 2002-06-13 03:07:33 +00:00
brad
66f710dc44 upgrade to libiconv 1.8 2002-06-10 04:41:48 +00:00
wilfried
ada8c6169b clean up REGRESS_DEPENDS/REGRESS_TARGET/NO_REGRESS 2002-06-09 05:24:27 +00:00
espie
a53ab61a01 forgotten 2002-05-28 14:14:43 +00:00
espie
171bba4675 Bump to new releases.
libdvdread can now use an official libdvdcss.
2002-05-28 14:14:15 +00:00
espie
3c08c3c943 Kill a few SUBDIR. 2002-05-13 18:50:36 +00:00
espie
2b7c75e086 Move perl manpages where they belong, from section 3 to section 3p.
NOTE THAT /usr/local/man/man3p MUST EXIST FOR THIS TO WORK.
UPDATE /etc/mtree/BSD.local.dist AND RUN IT ACCORDINGLY !!!
2002-04-16 19:25:01 +00:00
naddy
20de392348 Do not install outside fake root. 2002-04-08 22:26:02 +00:00
naddy
e5230d5c9f Add missing RCS Id. 2002-04-07 01:54:47 +00:00
espie
c7c34c2206 Bump NEED_VERSION 2002-03-21 20:46:23 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
brad
c7f8f8be1d use MAKE_ENV when running regression tests 2002-03-13 16:40:27 +00:00
kevlo
6d6da4598a - upgrade to version 0.15
- bump NEED_VERSION
- add regression test
2002-02-06 02:53:44 +00:00
jsyn
761cbdadd6 sort 2002-01-24 23:02:29 +00:00
kevlo
12245054f6 - upgrade to version 0.11
- bump NEED_VERSION
- add regression test
2002-01-19 16:40:22 +00:00
brad
e74171d319 - rename checksums file
- takeover as MAINTAINER
- add regress
2002-01-07 15:13:42 +00:00
shell
ce09e478a4 completed dependence, add p5-XML-Checker 2002-01-05 23:15:17 +00:00
shell
fad73ae1da Upgraded to html2wml-0.4.8
- Regen patch
- use distinfo
- Add p5-XML-LibXML to DEPENDS

Dependence not yet completed, it need XML::Checker which
need a more recent version of p5-XML-DOM and p5-XML-Parser.
2002-01-01 13:11:36 +00:00
brad
bc1ef0ed5c simplify libiconv LIB_DEPENDS entry 2001-11-27 17:44:04 +00:00
wilfried
ed9c344725 fix master site path 2001-11-02 16:03:59 +00:00
espie
3a02051fb6 Add libdvdcss, so that it's referenced in the INDEX. 2001-11-02 15:26:00 +00:00
espie
ac3539acb4 Example code to show how to decrypt DVDs. 2001-11-02 15:22:08 +00:00
brad
4aa1a2bd85 better comment. 2001-10-28 06:34:24 +00:00
brad
179bab50b0 add missing libtool patches. 2001-10-25 18:59:10 +00:00
kevlo
1a8a8249f2 sort PLIST 2001-10-25 09:25:26 +00:00
kevlo
2183f07ab4 upgrade to version 0.14 2001-10-25 09:24:36 +00:00
brad
485d356cab use %B 2001-10-25 04:09:14 +00:00
brad
d98c6fd73a use gettext module. 2001-10-25 01:46:18 +00:00
naddy
2cefc91fbf fix package list; pointed out by shell@ 2001-10-17 21:57:08 +00:00
brad
e846d541ce fix HOMEPAGE URL to have a page that actually exists now. 2001-10-10 19:01:38 +00:00
espie
e06dfa9b25 regression tests for the whole converters directory.
Fix utterly bogus ppmtoTbmp dependencies.
Convert dependencies to new format.
2001-10-07 15:34:10 +00:00
espie
3f44e46ecc Full testsuite, this includes a dependency on python and some looong wait. 2001-10-07 14:19:54 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
brad
92d8464766 use iconv module. 2001-09-24 18:16:28 +00:00
brad
5f7d8adc3a add comment explaining why we have a RUN_DEPENDS entry here. 2001-09-24 17:17:02 +00:00
brad
d3723c9d2f Add iconv/gettext modules. 2001-09-23 05:29:47 +00:00
brad
84d3edd335 - sync libtool patches
- bump NEED_VERSION
2001-09-23 03:08:50 +00:00
kevlo
593ce2f0c7 upgrade to version 0.13 2001-09-08 06:47:15 +00:00
brad
f89e73e731 fix 2 typos 2001-08-31 20:44:08 +00:00
brad
d7b70dc45a upgrade to libiconv 1.7
--
Based on port from maintainer, libtool syncing by me.
2001-08-27 13:17:16 +00:00
kevlo
ba0ca4c7d4 +p5-Text-Iconv 2001-08-18 03:59:16 +00:00
kevlo
7d589bad8e Initial import of Text-Iconv-1.2
The Text::Iconv module provides a Perl interface to the iconv()
function as defined by the Single UNIX Specification.  The convert()
method converts the encoding of characters in the input string from
the fromcode codeset to the tocode codeset, and returns the result.
2001-08-18 03:58:41 +00:00
avsm
60622e673c + wv 2001-08-11 00:52:18 +00:00
avsm
062c231a3b initial import of wv-0.6.5
--

wv is a library which allows access to Microsoft Word files. It can
load and parse the word 2000, 97, 95 and 6 file formats. These are
the file formats known internally as Word 9, 8, 7 and 6. Work is
underway to support reading earlier formats as well: Word 2 docs
are converted to plaintext.
2001-08-11 00:51:31 +00:00
angelos
9a9593d938 Update to 3.6, and use libintl; from heko@iki.fi 2001-08-02 19:00:56 +00:00
shell
df63ea081f Upgrade to 0.4.6
- Bump VERSION
- Remove NO_CONFIGURE reported
2001-08-02 06:36:46 +00:00
kevlo
7330ba6d74 upgrade to version 0.11 2001-07-15 10:13:08 +00:00
avsm
4dfad6ef44 + xlhtml 2001-07-13 15:18:03 +00:00
avsm
136372fb0c initial import of xlhtml-0.2.9.8
--
xlHtml is an Excel 95 and later file converter. Its HTML output can
be used as a Netscape Plugin to let you view xls e-mail attachments.
It can also extract regions of a spreadsheet and convert the
spreadsheet to pure text rather than html.
2001-07-13 15:16:17 +00:00
shell
029d1276f2 Upgrade to 0.4.5
- Forget do-install part
 - Use GMAKE
 - Add patch
2001-06-23 04:37:24 +00:00
pvalchev
e8a2398d62 Remove deprecated LICENSE_TYPE and set appropriate # comments
with its contents.
2001-06-20 01:43:11 +00:00
kevlo
0b1ed12551 - upgrade to version 5.40
- add HOMEPAGE
--
Ok'd by maintainer
2001-06-12 07:09:28 +00:00
shell
e75fd8ad35 - Upgrade to 0.4.3 2001-06-04 06:04:55 +00:00
espie
c44b7d0b60 New version, tag it 1.1.
Diff shows a different usage notice, and recognition of rpm 4.
2001-06-02 12:45:39 +00:00
shell
278c9469f0 SUBDIR += ppmtoTbmp 2001-06-01 05:42:40 +00:00
shell
d82d3f0d15 Initial import of ppmtoTbmp-1.2
Submitted by Dorqus Maximus <dorqus@bsdfreek.com>
---
programs that convert between ppm and Pilot bitmap formats
2001-06-01 05:41:32 +00:00
shell
650707c6a7 oops.. forgot to change ARCH to MACHINE_ARCH
bump VERSION
2001-05-21 03:06:15 +00:00
shell
7ead3c9252 Upgrade to 0.4.2 2001-05-21 02:52:46 +00:00
kevlo
91c2366615 upgrade to version 0.10 2001-05-20 12:57:07 +00:00