summaryrefslogtreecommitdiffstats
path: root/tcllib/support/installation/version.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 19:39:39 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 19:39:39 (GMT)
commitea28451286d3ea4a772fa174483f9a7a66bb1ab3 (patch)
tree6ee9d8a7848333a7ceeee3b13d492e40225f8b86 /tcllib/support/installation/version.tcl
parentb5ca09bae0d6a1edce939eea03594dd56383f2c8 (diff)
parent7c621da28f07e449ad90c387344f07a453927569 (diff)
downloadblt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.zip
blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.gz
blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.bz2
Merge commit '7c621da28f07e449ad90c387344f07a453927569' as 'tcllib'
Diffstat (limited to 'tcllib/support/installation/version.tcl')
-rw-r--r--tcllib/support/installation/version.tcl30
1 files changed, 30 insertions, 0 deletions
diff --git a/tcllib/support/installation/version.tcl b/tcllib/support/installation/version.tcl
new file mode 100644
index 0000000..42f6608
--- /dev/null
+++ b/tcllib/support/installation/version.tcl
@@ -0,0 +1,30 @@
+package_version 1.18
+package_name tcllib
+
+dist_exclude config
+dist_exclude modules/ftp/example
+dist_exclude modules/ftpd/examples
+dist_exclude modules/stats
+dist_exclude modules/fileinput
+
+critcl_main tcllibc tcllibc.tcl
+critcl base64c {base64/base64c.tcl base64/uuencode.tcl base64/yencode.tcl}
+critcl crcc {crc/crcc.tcl crc/sum.tcl crc/crc32.tcl}
+critcl jsonc json/jsonc.tcl
+critcl md4c md4/md4c.tcl
+critcl md5c md5/md5c.tcl
+critcl md5cryptc md5crypt/md5cryptc.tcl
+critcl rc4c rc4/rc4c.tcl
+critcl sha1c sha1/sha1c.tcl
+critcl sha256c sha1/sha256c.tcl
+critcl uuid uuid/uuid.tcl
+critcl struct_treec struct/tree_c.tcl
+critcl struct_graphc struct/graph_c.tcl
+critcl struct_setc struct/sets_c.tcl
+critcl struct_stackc struct/stack_c.tcl
+critcl struct_queuec struct/queue_c.tcl
+critcl base32c base32/base32_c.tcl
+critcl base32hexc base32/base32hex_c.tcl
+critcl ipMorec dns/ipMoreC.tcl
+critcl ptc {pt/pt_rdengine_c.tcl pt/pt_parse_peg_c.tcl}
+critcl_notes {Note: you can ignore warnings for tcllibc.tcl, base64c.tcl and crcc.tcl.}