summaryrefslogtreecommitdiffstats
path: root/tkimg/base/pkgIndex.tcl.in
diff options
context:
space:
mode:
Diffstat (limited to 'tkimg/base/pkgIndex.tcl.in')
-rw-r--r--tkimg/base/pkgIndex.tcl.in38
1 files changed, 0 insertions, 38 deletions
diff --git a/tkimg/base/pkgIndex.tcl.in b/tkimg/base/pkgIndex.tcl.in
deleted file mode 100644
index a895227..0000000
--- a/tkimg/base/pkgIndex.tcl.in
+++ /dev/null
@@ -1,38 +0,0 @@
-# -*- tcl -*- Tcl package index file
-# --- --- --- Handcrafted, final generation by configure.
-#
-# $Id: pkgIndex.tcl.in,v 1.1.1.1 2016/01/25 21:20:46 joye Exp $
-
-package ifneeded @PACKAGE_TCLNAME@ @PACKAGE_VERSION@ [list load [file join $dir @PKG_LIB_FILE@]]
-
-# Compatibility hack. When asking for the old name of the package
-# then load all format handlers and base libraries provided by tkImg.
-# Actually we ask only for the format handlers, the required base
-# packages will be loaded automatically through the usual package
-# mechanism.
-
-# When reading images without specifying it's format (option -format),
-# the available formats are tried in reversed order as listed here.
-# Therefore file formats with some "magic" identifier, which can be
-# recognized safely, should be added at the end of this list.
-
-package ifneeded Img @PACKAGE_VERSION@ {
- package require img::window
- package require img::tga
- package require img::ico
- package require img::pcx
- package require img::sgi
- package require img::sun
- package require img::xbm
- package require img::xpm
- package require img::ps
- package require img::jpeg
- package require img::png
- package require img::tiff
- package require img::bmp
- package require img::ppm
- package require img::gif
- package require img::pixmap
- package provide Img @PACKAGE_VERSION@
-}
-