Commit Graph

20801 Commits

Author SHA1 Message Date
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
lebel
bdeec35bc0 +p5-Proc-ProcessTable 2003-05-30 14:42:34 +00:00
lebel
08d56bf157 initial import of sysutils/p5-Proc-ProcessTable 0.38:
--
Perl interface to the unix process table.

(had this in my tree for god knows who long, so here it goes).
2003-05-30 14:41:39 +00:00
naddy
2949621db7 Fold x11/rclock as a subpackage into x11/rxvt. ok ish@ 2003-05-30 11:18:01 +00:00
sturm
cf316e3cda update to getmail 3.1.7
- experimental message filter code removed (didn't work, use procmail)
- bugfix in getmail_mbox
- bugfix for bugfix and bugfix for bugfix for bugfix
2003-05-30 09:45:09 +00:00
kevlo
43e5fd65aa update to version 3.20 2003-05-30 08:47:53 +00:00
kevlo
ef3d69814a upgrade to version 1.7 2003-05-30 08:46:17 +00:00
avsm
7b21c90820 +mason-book 2003-05-29 23:53:05 +00:00
avsm
dd45c5a841 initial import of mason-book-1.0 (open publication license)
--
The "Embedding Perl in HTML with Mason" book documents the HTML::Mason
framework in detail, including chapters on component syntax, Mason
object APIs, a sample site walk-through, recipes, and details on
Mason's advanced features and how to use them.
2003-05-29 23:52:29 +00:00
naddy
88b3b77041 +zope-logger 2003-05-29 23:27:26 +00:00
naddy
852732e830 Import Zope Logger 1.0.3.
Submitted by Xavier Santolaria <xavier@santolaria.net>.

The Logger Product adds the <dtml-log> tag, so that DTML code may 
send messages directly to Zope's logging subsystem. 
One use of this tag is to help debug complex DTML and ZSQL methods.
2003-05-29 23:25:11 +00:00
naddy
17c2edb10c +mod_text2html 2003-05-29 22:46:52 +00:00
naddy
7b94877361 Import mod_text2html 1.0.
Submitted by Xavier Santolaria <xavier@santolaria.net>.

mod_text2html is an Apache module.  It is written in C and was
designed to replace Apache's internal text/plain handler.
2003-05-29 22:45:38 +00:00
avsm
b2055466bd +p5-DBD-CSV 2003-05-29 18:18:25 +00:00
avsm
eba95df152 initial import of p5-DBD-CSV-0.2002
From Chris Kuethe <ckuethe@ualberta.ca> with fixes from me
--
The DBD::CSV module is yet another driver for the DBI (Database
independent interface for Perl). This one is based on the SQL
"engine" SQL::Statement and the abstract DBI driver DBD::File and
implements access to so-called CSV files (Comma separated values).
Such files are mostly used for exporting MS Access and MS Excel
data.
2003-05-29 18:17:47 +00:00
avsm
7223fa71a0 +p5-Text-CSV_XS 2003-05-29 16:53:36 +00:00
avsm
f50a1a9912 initial import of p5-Text-CSV_XS-0.23
from Chris Kuethe <ckuethe@ualberta.ca>
--
Text::CSV_XS provides facilities for the composition and decomposition
of comma-separated values. An instance of the Text::CSV_XS class
can combine fields into a CSV string and parse a CSV string into
fields.
2003-05-29 16:52:03 +00:00
avsm
8f95fa7510 +ghc 2003-05-29 16:39:21 +00:00
avsm
5854c73dfa initial import of ghc-5.04.3, which takes the "longest compilation
time" award from mozilla and gcc3

From Don Stewart <dons@cse.unsw.edu.au> with tweaks from me

(i386 only for the moment)
--
The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98.

GHC compiles Haskell to either native code or C. It implements
numerous experimental language extensions to Haskell, including
concurrency, a foreign language interface, several type-system
extensions, exceptions, and so on. GHC comes with a generational
garbage collector, a space and time profiler, and a comprehensive
set of libraries.
2003-05-29 16:38:31 +00:00
sturm
a8768ece35 honour CFLAGS and CXXFLAGS 2003-05-29 16:02:32 +00:00
sturm
b6354c8048 +apsfilter
+hpijs
2003-05-29 11:15:26 +00:00
sturm
3d1afedbe8 ups 2003-05-29 11:14:24 +00:00
sturm
37fa5e692b Initial import of hpijs 1.3.1
The Hewlett-Packard Co. Linux Inkjet Driver Project is an add-on to the
GNU Ghostscript application. This driver is based on the Hewlett Packard
Appliance APDK for deskjet printers.

WWW: http://hpinkjet.sourceforge.net/

from Benjamin Lerman <benjamin.lerman@ambre.net>
2003-05-29 11:12:16 +00:00
sturm
e5d0722d41 Initial import of apsfilter 7.2.5
Apsfilter is the number one magic filter for printing under Unix
environment. Its highly configurable and most flexible by global
and printer dependend config files and allowing users to choose
between different print options with lpr on the commandline to get
easy control over layout, speed and quality of the printing process.
Apsfilter supports PS (Postscript) printer and non-PS capable printer
by using Ghostscript as PS emulator. Printing on locally connected
(serial, parallel, USB) and on network printer like Unix-, Windows-,
Novell and AppleTalk remote printer is supported.

WWW: http://www.apsfilter.org/

from Benjamin Lerman <benjamin.lerman@ambre.net>
2003-05-29 11:09:46 +00:00
avsm
ecfde3419c +p5-Pod-Simple 2003-05-28 23:15:10 +00:00
avsm
20fa7ad306 initial import of p5-Pod-Simple-0.96
--
Pod::Simple is a Perl library for parsing text in the Pod ("plain
old documentation") markup language that is typically used for
writing documentation for Perl and for Perl modules. The Pod format
is explained in the perlpod man page; the most common formatter is
called "perldoc".
2003-05-28 23:14:32 +00:00
avsm
ecd0a70169 +p5-Pod-Escapes 2003-05-28 23:12:53 +00:00
avsm
2790cd3add initial import of p5-Pod-Escapes-1.03
--
This module provides things that are useful in decoding Pod E<...>
sequences. It is intended to be used by Pod parsers and/or formatters.
2003-05-28 23:12:16 +00:00
avsm
009b8bf84e nit; lowercase start of comment 2003-05-28 22:28:45 +00:00
avsm
cfc50d03f8 update to php4-4.3.2; pretty much the same as the final RC 2003-05-28 19:29:14 +00:00
avsm
6ff33acdf3 dont link libkrb, and add com_err. its still broken since com_err
is static though
2003-05-28 19:27:34 +00:00
fgsch
21c8c4e4b3 update to simh 2.10-4. 2003-05-28 16:31:07 +00:00
lebel
1e4c052555 +freedt 2003-05-28 15:40:04 +00:00
lebel
f4f5b767ff initial import of sysutils/freedt-0.17:
--
freedt is a reimplementation of Dan Bernstein's daemontools under the GNU GPL,
sharing no code with the original implementation.

It currently includes feature-equivalent replacements for argv0, envdir,
envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan, svstat
and recordio. It also includes dumblog (a simple multilog replacement),
mkservice (a script for automatically creating service directories), anonidentd
(an anonimising identd implementation) and ratelimit (a bandwidth-limiting
filter along the lines of recordio). All the tools include usage messages; for
instance, do "ratelimit -h" for a brief rundown of the options.

Please note that this package is not a drop-in replacement for daemontools; the
internal state files in service directories are different, and the error
messages (and a few of the options) aren't quite the same. 

WWW: http://azz.us-lot.org/code/freedt.html
2003-05-28 15:39:26 +00:00
avsm
9ce5eaaf9d +docbook-guide 2003-05-28 14:40:26 +00:00
avsm
12261a03b3 initial import of docbook-guide-2.0.8
--
DocBook: The Definitive Guide, written by Norman Walsh and Leonard
Muellner and published by O'Reilly & Associates, Inc., is the
official documentation for the DocBook technical documentation
framework.
2003-05-28 14:39:47 +00:00
avsm
92542f9a5a +books 2003-05-28 13:47:04 +00:00
avsm
564549e3a1 initial import of cvs-guide-1.21
--
CVS (Concurrent Versions System) is free software for version control
and networked collaboration.  This book assumes no previous knowledge
of CVS, but a working knowledge of Unix and software development
will help.
2003-05-28 13:46:17 +00:00
avsm
bf5e4da048 add a books/ subdirectory for freely available documentation to
be packaged

ok millert@, pval@
2003-05-28 13:44:56 +00:00
todd
776b70bc18 more malloc -> calloc; fixes a 'cm add' fault 2003-05-28 13:27:48 +00:00
todd
dad1d51d85 note to self x2: fully test, and look at other examples first next time
builds fully now
2003-05-28 12:54:48 +00:00
avsm
1a6c5dbb3d update to docbook-4.2; the new one is the XML version 2003-05-28 00:10:56 +00:00