[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[RFR] Description of new tcltrf package



Hi!

I'm preparing new tcltrf package for Debian and asking someone to
review its description.

Current description is the following:
---------------------------------------------------------------------------------
Package: tcltrf
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.4 | tclsh
Description: Tcl data transformations library (runtime)
This package contains an extension to Tcl, which provides various
data transformations. The collection of provided transformation
procedures includes:
 * generation of message digests (hash values, checksums): MD2,
   MD5, SHA/SHS, SHA-1, HAVAL, RIPEMD-128, -160, CRC (polynomial
   used by PGP), ADLER (based upon zlib);
 * conversion from and to various data encodings: dual, octal,
   hexadecimal representation, uuencoding, base64-encoding,
   ASCII85-encoding;
 * a Reed-Solomon error correcting coder;
 * compression/decompression based on zlib and libbz2.
.
This package contains runtime library to be used in Tcl programs.
.
Homepage: http://tcltrf.sourceforge.net/

Package: tcltrf-dev
Architecture: any
Section: libdevel
Depends: tcltrf (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Tcl data transformations library (development files)
This package contains an extension to Tcl, which provides various
data transformations. The collection of provided transformation
procedures includes:
 * generation of message digests (hash values, checksums): MD2,
   MD5, SHA/SHS, SHA-1, HAVAL, RIPEMD-128, -160, CRC (polynomial
   used by PGP), ADLER (based upon zlib);
 * conversion from and to various data encodings: dual, octal,
   hexadecimal representation, uuencoding, base64-encoding,
   ASCII85-encoding;
 * a Reed-Solomon error correcting coder;
 * compression/decompression based on zlib and libbz2.
.
This package contains files to be used for development of C-based extensions,
which use Trf library.
.
Homepage: http://tcltrf.sourceforge.net/
---------------------------------------------------------------------------------

Best wishes!
--
Sergei Golovan



Reply to: