Michal Nowak
2018-12-14 b5d850711200e2f97d19be42fd87edd67fac63d7
Update tcllib to 1.19

Version 1.19 brings incompatible API changes to following packages
(http://core.tcl.tk/tcllib/doc/tcllib-1-19/support/releases/history/README-1.19.md):

* cron -> cron
* fumagic -> fileutil::magic::filetype
* fumagic -> fileutil::magic::rt
3 files modified
192 ■■■■ changed files
components/tcl/tcllib/Makefile 13 ●●●●● patch | view | raw | blame | history
components/tcl/tcllib/manifests/sample-manifest.p5m 90 ●●●● patch | view | raw | blame | history
components/tcl/tcllib/tcllib.p5m 89 ●●●● patch | view | raw | blame | history
components/tcl/tcllib/Makefile
@@ -10,20 +10,22 @@
#
# Copyright (c) 2016 Sergey Avseyev
# Copyright (c) 2018, Michal Nowak
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        tcllib
COMPONENT_VERSION=    1.18
COMPONENT_PROJECT_URL=    http://tcllib.sourceforge.net/
COMPONENT_VERSION=    1.19
COMPONENT_PROJECT_URL=    https://core.tcl.tk/tcllib/doc/trunk/embedded/index.html
COMPONENT_SUMMARY=    The standard Tcl library
COMPONENT_FMRI=        tcl/tcllib
COMPONENT_CLASSIFICATION=       Development/Other Languages
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH=    \
    sha256:73ee3067e20663e9401d0291028f9a5ffab8e71c7bbe1673c79edb5f266cfe7c
COMPONENT_ARCHIVE_URL=    http://downloads.sourceforge.net/tcllib/$(COMPONENT_ARCHIVE)
    sha256:4a4f73cc8aca1d6b625717b0ace61205cddaa7768f5f9a0e160dd62abb4177ef
COMPONENT_ARCHIVE_URL=    https://core.tcl.tk/tcllib/uv/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=    TCL
COMPONENT_LICENSE_FILE=    license.terms
@@ -57,4 +59,5 @@
test:        $(TEST_32_and_64)
# Auto-generated dependencies
REQUIRED_PACKAGES += runtime/tcl-8
components/tcl/tcllib/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2017 <contributor>
# Copyright 2018 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -105,6 +105,8 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/debug/heartbeat.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/debug/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/debug/timestamp.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/defer/defer.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/defer/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/des/des.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/des/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/des/tcldes.tcl
@@ -227,7 +229,6 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/cfront.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/cgen.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/filetypes.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/mimetypes.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/rtcore.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/generator/generator.tcl
@@ -260,11 +261,9 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/htmlparse/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/http/autoproxy.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/http/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/content.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/dispatch.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/httpd.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/scgi-app.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpwget/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpwget/wget.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/ident/ident.tcl
@@ -334,10 +333,12 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/mvlinreg.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/numtheory.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/optimize.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/pca.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/pdf_stat.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/plotstat.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/polynomials.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/primes.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/qcomplex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/rational_funcs.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/romannumerals.tcl
@@ -366,21 +367,14 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/namespacex/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/ncgi/ncgi.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/ncgi/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/available_ports.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/generic.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/locateport.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/nettool.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/platform_unix.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/platform_unix_linux.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/platform_unix_macosx.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/platform_windows.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nmea/nmea.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nmea/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/common.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/nns.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/nns_auto.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/nns_cluster.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/server.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nntp/nntp.tcl
@@ -456,6 +450,9 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pop3d/pop3d.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pop3d/pop3d_dbox.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pop3d/pop3d_udb.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/practcl/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/practcl/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/practcl/practcl.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/processman/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/processman/processman.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/profiler/pkgIndex.tcl
@@ -495,8 +492,10 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_pgen.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_c.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_nx.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_oo.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_tcl.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_nx.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_snit.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_tcloo.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_util.tcl
@@ -641,16 +640,12 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tie/tie_rarray.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tiff/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tiff/tiff.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/ensemble.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/event.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/index.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/metaclass.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/option.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/organ.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/pipeline.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool-ui/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool-ui/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool-ui/tool-ui.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/script.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/uuid.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/tool.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool_datatype/datatype.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool_datatype/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/transfer/connect.tcl
@@ -668,6 +663,8 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/try/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/try/throw.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/try/try.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/udpcluster/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/udpcluster/udpcluster.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/uev/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/uev/uevent.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/uev/uevent_onidle.tcl
@@ -808,6 +805,8 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/debug/heartbeat.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/debug/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/debug/timestamp.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/defer/defer.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/defer/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/des/des.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/des/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/des/tcldes.tcl
@@ -930,7 +929,6 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/cfront.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/cgen.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/filetypes.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/mimetypes.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/rtcore.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/generator/generator.tcl
@@ -963,11 +961,9 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/htmlparse/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/http/autoproxy.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/http/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/content.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/dispatch.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/httpd.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/scgi-app.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpwget/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpwget/wget.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/ident/ident.tcl
@@ -1037,10 +1033,12 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/mvlinreg.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/numtheory.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/optimize.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/pca.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/pdf_stat.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/plotstat.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/polynomials.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/primes.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/qcomplex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/rational_funcs.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/romannumerals.tcl
@@ -1069,21 +1067,14 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/namespacex/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/ncgi/ncgi.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/ncgi/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/available_ports.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/generic.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/locateport.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/nettool.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/platform_unix.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/platform_unix_linux.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/platform_unix_macosx.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/platform_windows.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nmea/nmea.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nmea/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/common.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/nns.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/nns_auto.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/nns_cluster.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/server.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nntp/nntp.tcl
@@ -1159,6 +1150,9 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pop3d/pop3d.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pop3d/pop3d_dbox.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pop3d/pop3d_udb.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/practcl/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/practcl/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/practcl/practcl.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/processman/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/processman/processman.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/profiler/pkgIndex.tcl
@@ -1198,8 +1192,10 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_pgen.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_c.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_nx.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_oo.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_tcl.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_nx.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_snit.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_tcloo.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_util.tcl
@@ -1344,16 +1340,12 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tie/tie_rarray.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tiff/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tiff/tiff.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/ensemble.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/event.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/index.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/metaclass.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/option.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/organ.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/pipeline.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool-ui/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool-ui/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool-ui/tool-ui.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/script.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/uuid.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/tool.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool_datatype/datatype.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool_datatype/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/transfer/connect.tcl
@@ -1371,6 +1363,8 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/try/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/try/throw.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/try/try.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/udpcluster/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/udpcluster/udpcluster.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/uev/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/uev/uevent.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/uev/uevent_onidle.tcl
@@ -1508,6 +1502,7 @@
file path=usr/share/man/man1t/debug_timestamp.1t
file path=usr/share/man/man1t/decimal.1t
file path=usr/share/man/man1t/decode.1t
file path=usr/share/man/man1t/defer.1t
file path=usr/share/man/man1t/deleg_method.1t
file path=usr/share/man/man1t/deleg_proc.1t
file path=usr/share/man/man1t/des.1t
@@ -1569,6 +1564,7 @@
file path=usr/share/man/man1t/html.1t
file path=usr/share/man/man1t/html_cssdefaults.1t
file path=usr/share/man/man1t/htmlparse.1t
file path=usr/share/man/man1t/httpd.1t
file path=usr/share/man/man1t/huddle.1t
file path=usr/share/man/man1t/iban.1t
file path=usr/share/man/man1t/ident.1t
@@ -1621,6 +1617,7 @@
file path=usr/share/man/man1t/map_slippy_cache.1t
file path=usr/share/man/man1t/map_slippy_fetcher.1t
file path=usr/share/man/man1t/mapproj.1t
file path=usr/share/man/man1t/markdown.1t
file path=usr/share/man/man1t/math.1t
file path=usr/share/man/man1t/math_geometry.1t
file path=usr/share/man/man1t/matrix.1t
@@ -1637,7 +1634,6 @@
file path=usr/share/man/man1t/me_vm.1t
file path=usr/share/man/man1t/meta.1t
file path=usr/share/man/man1t/mime.1t
file path=usr/share/man/man1t/mimetypes.1t
file path=usr/share/man/man1t/mkzip.1t
file path=usr/share/man/man1t/montecarlo.1t
file path=usr/share/man/man1t/mpexpand.1t
@@ -1665,6 +1661,7 @@
file path=usr/share/man/man1t/numtheory.1t
file path=usr/share/man/man1t/oauth.1t
file path=usr/share/man/man1t/observe.1t
file path=usr/share/man/man1t/oometa.1t
file path=usr/share/man/man1t/ooutil.1t
file path=usr/share/man/man1t/optimize.1t
file path=usr/share/man/man1t/otp.1t
@@ -1676,6 +1673,7 @@
file path=usr/share/man/man1t/page_util_norm_peg.1t
file path=usr/share/man/man1t/page_util_peg.1t
file path=usr/share/man/man1t/page_util_quote.1t
file path=usr/share/man/man1t/pca.1t
file path=usr/share/man/man1t/peg.1t
file path=usr/share/man/man1t/peg_interp.1t
file path=usr/share/man/man1t/picoirc.1t
@@ -1689,6 +1687,7 @@
file path=usr/share/man/man1t/pop3d.1t
file path=usr/share/man/man1t/pop3d_dbox.1t
file path=usr/share/man/man1t/pop3d_udb.1t
file path=usr/share/man/man1t/practcl.1t
file path=usr/share/man/man1t/prioqueue.1t
file path=usr/share/man/man1t/processman.1t
file path=usr/share/man/man1t/profiler.1t
@@ -1730,6 +1729,7 @@
file path=usr/share/man/man1t/pt_pexpression.1t
file path=usr/share/man/man1t/pt_pgen.1t
file path=usr/share/man/man1t/pt_rdengine.1t
file path=usr/share/man/man1t/pt_tclparam_config_nx.1t
file path=usr/share/man/man1t/pt_tclparam_config_snit.1t
file path=usr/share/man/man1t/pt_tclparam_config_tcloo.1t
file path=usr/share/man/man1t/pt_to_api.1t
@@ -1833,6 +1833,7 @@
file path=usr/share/man/man1t/toc_structure.1t
file path=usr/share/man/man1t/token.1t
file path=usr/share/man/man1t/token_shell.1t
file path=usr/share/man/man1t/tool-ui.1t
file path=usr/share/man/man1t/tool.1t
file path=usr/share/man/man1t/tool_dict_ensemble.1t
file path=usr/share/man/man1t/tqueue.1t
@@ -1841,6 +1842,7 @@
file path=usr/share/man/man1t/traverse.1t
file path=usr/share/man/man1t/treeql.1t
file path=usr/share/man/man1t/trim.1t
file path=usr/share/man/man1t/udpcluster.1t
file path=usr/share/man/man1t/uevent.1t
file path=usr/share/man/man1t/uevent_onidle.1t
file path=usr/share/man/man1t/unicode.1t
components/tcl/tcllib/tcllib.p5m
@@ -11,6 +11,7 @@
#
# Copyright 2016 Sergey Avseyev
# Copyright 2018, Michal Nowak
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -113,6 +114,8 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/debug/heartbeat.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/debug/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/debug/timestamp.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/defer/defer.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/defer/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/des/des.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/des/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/des/tcldes.tcl
@@ -235,7 +238,6 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/cfront.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/cgen.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/filetypes.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/mimetypes.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/fumagic/rtcore.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/generator/generator.tcl
@@ -268,11 +270,9 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/htmlparse/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/http/autoproxy.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/http/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/content.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/dispatch.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/httpd.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpd/scgi-app.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpwget/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/httpwget/wget.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/ident/ident.tcl
@@ -342,10 +342,12 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/mvlinreg.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/numtheory.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/optimize.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/pca.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/pdf_stat.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/plotstat.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/polynomials.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/primes.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/qcomplex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/rational_funcs.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/math/romannumerals.tcl
@@ -374,21 +376,14 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/namespacex/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/ncgi/ncgi.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/ncgi/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/available_ports.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/generic.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/locateport.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/nettool.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/platform_unix.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/platform_unix_linux.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/platform_unix_macosx.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nettool/platform_windows.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nmea/nmea.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nmea/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/common.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/nns.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/nns_auto.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/nns_cluster.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nns/server.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/nntp/nntp.tcl
@@ -464,6 +459,9 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pop3d/pop3d.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pop3d/pop3d_dbox.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pop3d/pop3d_udb.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/practcl/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/practcl/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/practcl/practcl.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/processman/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/processman/processman.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/profiler/pkgIndex.tcl
@@ -503,8 +501,10 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_pgen.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_c.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_nx.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_oo.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_tcl.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_nx.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_snit.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_tcloo.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/pt/pt_util.tcl
@@ -649,16 +649,12 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tie/tie_rarray.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tiff/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tiff/tiff.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/ensemble.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/event.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/index.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/metaclass.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/option.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/organ.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/pipeline.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool-ui/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool-ui/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool-ui/tool-ui.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/build.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/script.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/uuid.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool/tool.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool_datatype/datatype.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/tool_datatype/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/transfer/connect.tcl
@@ -676,6 +672,8 @@
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/try/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/try/throw.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/try/try.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/udpcluster/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/udpcluster/udpcluster.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/uev/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/uev/uevent.tcl
file path=usr/lib/$(MACH64)/tcllib$(COMPONENT_VERSION)/uev/uevent_onidle.tcl
@@ -816,6 +814,8 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/debug/heartbeat.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/debug/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/debug/timestamp.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/defer/defer.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/defer/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/des/des.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/des/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/des/tcldes.tcl
@@ -938,7 +938,6 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/cfront.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/cgen.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/filetypes.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/mimetypes.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/fumagic/rtcore.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/generator/generator.tcl
@@ -971,11 +970,9 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/htmlparse/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/http/autoproxy.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/http/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/content.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/dispatch.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/httpd.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpd/scgi-app.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpwget/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/httpwget/wget.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/ident/ident.tcl
@@ -1045,10 +1042,12 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/mvlinreg.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/numtheory.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/optimize.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/pca.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/pdf_stat.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/plotstat.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/polynomials.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/primes.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/qcomplex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/rational_funcs.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/math/romannumerals.tcl
@@ -1077,21 +1076,14 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/namespacex/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/ncgi/ncgi.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/ncgi/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/available_ports.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/generic.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/locateport.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/nettool.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/platform_unix.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/platform_unix_linux.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/platform_unix_macosx.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nettool/platform_windows.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nmea/nmea.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nmea/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/common.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/nns.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/nns_auto.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/nns_cluster.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nns/server.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/nntp/nntp.tcl
@@ -1167,6 +1159,9 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pop3d/pop3d.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pop3d/pop3d_dbox.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pop3d/pop3d_udb.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/practcl/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/practcl/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/practcl/practcl.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/processman/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/processman/processman.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/profiler/pkgIndex.tcl
@@ -1206,8 +1201,10 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_pgen.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_c.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_nx.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_oo.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_rdengine_tcl.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_nx.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_snit.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_tclparam_config_tcloo.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/pt/pt_util.tcl
@@ -1352,16 +1349,12 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tie/tie_rarray.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tiff/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tiff/tiff.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/ensemble.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/event.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/index.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/metaclass.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/option.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/organ.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/pipeline.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool-ui/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool-ui/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool-ui/tool-ui.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/build.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/script.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/uuid.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool/tool.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool_datatype/datatype.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/tool_datatype/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/transfer/connect.tcl
@@ -1379,6 +1372,8 @@
file path=usr/lib/tcllib$(COMPONENT_VERSION)/try/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/try/throw.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/try/try.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/udpcluster/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/udpcluster/udpcluster.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/uev/pkgIndex.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/uev/uevent.tcl
file path=usr/lib/tcllib$(COMPONENT_VERSION)/uev/uevent_onidle.tcl
@@ -1516,6 +1511,7 @@
file path=usr/share/man/man1t/debug_timestamp.1t
file path=usr/share/man/man1t/decimal.1t
file path=usr/share/man/man1t/decode.1t
file path=usr/share/man/man1t/defer.1t
file path=usr/share/man/man1t/deleg_method.1t
file path=usr/share/man/man1t/deleg_proc.1t
file path=usr/share/man/man1t/des.1t
@@ -1577,6 +1573,7 @@
file path=usr/share/man/man1t/html.1t
file path=usr/share/man/man1t/html_cssdefaults.1t
file path=usr/share/man/man1t/htmlparse.1t
file path=usr/share/man/man1t/httpd.1t
file path=usr/share/man/man1t/huddle.1t
file path=usr/share/man/man1t/iban.1t
file path=usr/share/man/man1t/ident.1t
@@ -1629,6 +1626,7 @@
file path=usr/share/man/man1t/map_slippy_cache.1t
file path=usr/share/man/man1t/map_slippy_fetcher.1t
file path=usr/share/man/man1t/mapproj.1t
file path=usr/share/man/man1t/markdown.1t
file path=usr/share/man/man1t/math.1t
file path=usr/share/man/man1t/math_geometry.1t
file path=usr/share/man/man1t/matrix.1t
@@ -1645,7 +1643,6 @@
file path=usr/share/man/man1t/me_vm.1t
file path=usr/share/man/man1t/meta.1t
file path=usr/share/man/man1t/mime.1t
file path=usr/share/man/man1t/mimetypes.1t
file path=usr/share/man/man1t/mkzip.1t
file path=usr/share/man/man1t/montecarlo.1t
file path=usr/share/man/man1t/mpexpand.1t
@@ -1673,6 +1670,7 @@
file path=usr/share/man/man1t/numtheory.1t
file path=usr/share/man/man1t/oauth.1t
file path=usr/share/man/man1t/observe.1t
file path=usr/share/man/man1t/oometa.1t
file path=usr/share/man/man1t/ooutil.1t
file path=usr/share/man/man1t/optimize.1t
file path=usr/share/man/man1t/otp.1t
@@ -1684,6 +1682,7 @@
file path=usr/share/man/man1t/page_util_norm_peg.1t
file path=usr/share/man/man1t/page_util_peg.1t
file path=usr/share/man/man1t/page_util_quote.1t
file path=usr/share/man/man1t/pca.1t
file path=usr/share/man/man1t/peg.1t
file path=usr/share/man/man1t/peg_interp.1t
file path=usr/share/man/man1t/picoirc.1t
@@ -1697,6 +1696,7 @@
file path=usr/share/man/man1t/pop3d.1t
file path=usr/share/man/man1t/pop3d_dbox.1t
file path=usr/share/man/man1t/pop3d_udb.1t
file path=usr/share/man/man1t/practcl.1t
file path=usr/share/man/man1t/prioqueue.1t
file path=usr/share/man/man1t/processman.1t
file path=usr/share/man/man1t/profiler.1t
@@ -1738,6 +1738,7 @@
file path=usr/share/man/man1t/pt_pexpression.1t
file path=usr/share/man/man1t/pt_pgen.1t
file path=usr/share/man/man1t/pt_rdengine.1t
file path=usr/share/man/man1t/pt_tclparam_config_nx.1t
file path=usr/share/man/man1t/pt_tclparam_config_snit.1t
file path=usr/share/man/man1t/pt_tclparam_config_tcloo.1t
file path=usr/share/man/man1t/pt_to_api.1t
@@ -1841,6 +1842,7 @@
file path=usr/share/man/man1t/toc_structure.1t
file path=usr/share/man/man1t/token.1t
file path=usr/share/man/man1t/token_shell.1t
file path=usr/share/man/man1t/tool-ui.1t
file path=usr/share/man/man1t/tool.1t
file path=usr/share/man/man1t/tool_dict_ensemble.1t
file path=usr/share/man/man1t/tqueue.1t
@@ -1849,6 +1851,7 @@
file path=usr/share/man/man1t/traverse.1t
file path=usr/share/man/man1t/treeql.1t
file path=usr/share/man/man1t/trim.1t
file path=usr/share/man/man1t/udpcluster.1t
file path=usr/share/man/man1t/uevent.1t
file path=usr/share/man/man1t/uevent_onidle.1t
file path=usr/share/man/man1t/unicode.1t