[Pkg-tcltk-commits] r1791 - tcllib/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Feb 10 11:03:49 UTC 2016
Author: sgolovan
Date: 2016-02-10 11:03:49 +0000 (Wed, 10 Feb 2016)
New Revision: 1791
Modified:
tcllib/trunk/debian/control
Log:
[tcllib]
Added descriptions for a few new modules.
Modified: tcllib/trunk/debian/control
===================================================================
--- tcllib/trunk/debian/control 2016-02-10 10:45:36 UTC (rev 1790)
+++ tcllib/trunk/debian/control 2016-02-10 11:03:49 UTC (rev 1791)
@@ -41,6 +41,7 @@
* csv: functions to handle CSV (comma-separated values) data
* debug: debug messages infrastructure
* des: DES and 3DES encryption
+ * dicttool: dictionary tools
* dns: DNS and resolver library-related functions
* docstrip: tools for literate programming, often used with (La)TeX
* doctools: documentation tools
@@ -59,6 +60,8 @@
* html: generate and control HTML tags
* htmlparse: parse HTML strings
* http: HTTP protocol helper modules
+ * httpd: HTTP server
+ * httpwget: tool to download files over HTTP
* ident: client interface to the ident protocol
* imap4: IMAP client
* inifile: parsing of Windows INI files
@@ -72,6 +75,7 @@
* log: functions to log messages with various facilities and levels
* map: mapping utilities
* mapproj: map projection routines
+ * markdown: Markdown processor
* math: Tcl math library
* md4: md4 hashing functions
* md5: md5 hashing functions
@@ -86,6 +90,8 @@
* nntp: Tcl functions for the NNTP protocol
* ntp: functions for an NTP client
* oauth: oauth API base signature
+ * oodialect: build TclOO based DSLs
+ * oometa: data registry service for TclOO classes
* ooutil: utility commands for TclOO
* otp: RFC 2289 a one-time password system
* page: parser generator
@@ -121,6 +127,8 @@
* textutil: string manipulation library
* tie: framework for creating persistent Tcl arrays
* tiff: TIFF image manipulation
+ * tool: dictionary tools
+ * tool::datatype: dictionary tools
* transfer: data transfer facilities
* treeql: tree query language
* try: trap and process errors and exceptions
More information about the Pkg-tcltk-commits
mailing list