debian/0000755000000000000000000000000012231177220007163 5ustar debian/watch0000644000000000000000000000012311766424700010222 0ustar version=3 http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-([0-9.]*)\.tar\.gz debian/links0000644000000000000000000000057411766424700010246 0ustar usr/share/man/man3/Tk::UserGuide.3pm.gz usr/share/man/man3/perl-tk.3pm.gz usr/share/man/man3/Tk::getOpenFile.3pm.gz usr/share/man/man3/getOpenFile.3pm.gz usr/share/man/man3/Tk::getOpenFile.3pm.gz usr/share/man/man3/getSaveFile.3pm.gz usr/share/man/man3/Tk::palette.3pm.gz usr/share/man/man3/bisque.3pm.gz usr/share/man/man3/Tk::palette.3pm.gz usr/share/man/man3/setPalette.3pm.gz debian/rules0000755000000000000000000000247612153150365010260 0ustar #!/usr/bin/make -f # -*-makefile-*- # debian/rules file for perl-tk DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk PERL ?= /usr/bin/perl package := $(firstword $(shell dh_listpackages)) prefix := $(CURDIR)/debian/$(package) version := $(shell dpkg-parsechangelog | \ sed -ne 's/^Version: *\([0-9]\+:\)*//p') tag: cvs tag -c -F $(subst .,_,debian_version_$(version)) ifeq ($(findstring -,$(version)),) cvs tag -c -F $(subst .,_,upstream_version_$(version)) endif config: config-stamp config-stamp: dh_testdir $(PERL) Makefile.PL XFT=1 INSTALLDIRS=vendor PERL=$(PERL) touch $@ build-arch: build build-indep: build build: config build-stamp build-stamp: $(MAKE) LD_RUN_PATH= touch $@ clean: checkroot -rm -rf *-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_clean binary-indep: checkroot build binary-arch: checkroot build dh_clean dh_installdirs $(MAKE) pure_install DESTDIR=$(prefix) -rm -rf $(prefix)/usr/bin/gedi dh_installdocs README README.linux VERSIONS dh_installexamples dh_installchangelogs Changes dh_link dh_strip dh_compress dh_fixperms dh_perl dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch checkroot: dh_testdir dh_testroot .PHONY: binary binary-indep binary-arch clean checkroot build config debian/examples0000644000000000000000000000021011766424700010727 0ustar gedi demos/browse demos/color_editor demos/composite demos/dialog demos/hello demos/ixset demos/rmt demos/rolodex demos/timer demos/tom debian/copyright0000644000000000000000000001341611766425770011145 0ustar perl-tk for DEBIAN ---------------------- This is a set of perl modules which provide access to the Tk graphics library from perl. This package was put together by Rob Browning , from the original sources, which which can be obtained from any CPAN site. See the README and INSTALL files for locations, or check out www.perl.com for all things perl. The only real change to the upstream source was the addition of the debian/* files. Copyright: perl/Tk: Copyright (c) 1995-1996 Nick Ing-Simmons. All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, with the exception of the files in the pTk sub-directory which have separate terms derived from those of the orignal Tk4.0 sources and/or Tix. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. See pTk/license.terms for details of this Tk license, and pTk/Tix.license for the Tix license. pTk/license.terms: This software is copyrighted by the Regents of the University of California, Sun Microsystems, Inc., and other parties. The following terms apply to all files associated with the software unless explicitly disclaimed in individual files. The authors hereby grant permission to use, copy, modify, distribute, and license this software and its documentation for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. No written agreement, license, or royalty fee is required for any of the authorized uses. Modifications to this software may be copyrighted by their authors and need not follow the licensing terms described here, provided that the new terms are clearly indicated on the first page of each file where they apply. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. RESTRICTED RIGHTS: Use, duplication or disclosure by the government is subject to the restrictions as set forth in subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software Clause as DFARS 252.227-7013 and FAR 52.227-19. pTk/Tix.license: Tix License Terms Copyright 1993 - 1995 Ioi Kim Lam, All rights reserved. The following terms apply to all files associated with the software unless explicitly disclaimed in individual files. RE-DISTRIBUTION OF THE TIX SOFTWARE IN ELECTRONIC FORMAT(S) Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation, in electronic format(s), for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. Parts of this software is based on the Tcl/Tk software copyrighted by the Regents of the University of California, Sun Microsystems, Inc., and other parties. The original license terms of the Tcl/Tk software distribution is included in the file pTk/license.terms. RE-DISTRIBUTION OF THE TIX DOCUMENTATION IN PRINTED FORMAT Permission is hereby granted, without written agreement and without license or royalty fees, to distribute the documentation of this software in printed format(s), for any purpose, under the following conditions: 1. Existing copyright notices must be retained in all copies. 2. This notice must be included verbatim in any distributions. 3. No fees exceeding the cost of printing the documentation can be charged to the recipient of the printed copies. DISCLAIMER OF ALL WARRANTIES IN NO EVENT SHALL THE AUTHOR OF THIS SOFTWARE BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHOR OF THIS SOFTWARE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHOR OF THIS SOFTWARE SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE AUTHOR OF THIS SOFTWARE HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. _________________________________________________________________ Last modified Jul 23 20:45 --- Serial 806555651 Perl is distributed under the Artistic and GNU Public licences. A copy of the Artistic licence may be found at /usr/share/common-licenses/Artistic A copy of the GNU Public Licence may be found at /usr/share/common-licenses/GPL-2 debian/source/0000755000000000000000000000000012146476622010500 5ustar debian/source/format0000644000000000000000000000001411766427316011711 0ustar 3.0 (quilt) debian/source/lintian-overrides0000644000000000000000000000042112146474525014056 0ustar perl-tk source: outdated-autotools-helper-file PNG/libpng/config.sub 2005-12-23 perl-tk source: outdated-autotools-helper-file PNG/libpng/config.guess 2005-12-23 # The above two files, while present in the package, are not used (or built) and # thus can be safely ignored. debian/patches/0000755000000000000000000000000012153145671010622 5ustar debian/patches/70-spellings.patch0000644000000000000000000003330212146755455014101 0ustar Fix spelling errors in comments and man pages --- a/pTk/mTk/win/tkWinFont.c +++ b/pTk/mTk/win/tkWinFont.c @@ -250,7 +250,7 @@ if (TkWinGetPlatformId() == VER_PLATFORM_WIN32_NT) { /* * If running NT, then we will be calling some Unicode functions - * explictly. So, even if the Tcl system encoding isn't Unicode, + * explicitly. So, even if the Tcl system encoding isn't Unicode, * make sure we convert to/from the Unicode char set. */ --- a/pod/tixWm.pod +++ b/pod/tixWm.pod @@ -27,7 +27,7 @@ widget. Normally this command is called to convert a L widget into a L widget. The newly-converted frame widget is un-mapped from the screen. To make it appear inside its parent, you -must call a geometry manager (e.g. grid or pack) explictly. +must call a geometry manager (e.g. grid or pack) explicitly. =item I<$widget>-EB --- a/pod/mega.pod +++ b/pod/mega.pod @@ -345,7 +345,7 @@ method with this name. Therefore one can't ``I'' any of the methods listed in L. A common problematic method is B. In this case -one as to explicitely redirect the method. +one as to explicitly redirect the method. sub bind { my $self = shift; --- a/pod/UserGuide.pod +++ b/pod/UserGuide.pod @@ -504,7 +504,7 @@ Semantically nothing changes, as the series of codepoints stays the same, but things will change when variables with high-bit iso-8859-1 characters will be passed to the "outer" world. In this case you have -to explicitely mark the encoding of your output stream if using IO, or +to explicitly mark the encoding of your output stream if using IO, or encode the variables using L for other style of communication. This is the theory, now some examples. --- a/PNG/zlib/as400/readme.txt +++ b/PNG/zlib/as400/readme.txt @@ -106,6 +106,6 @@ Remember that most foreign textual data are ASCII coded: this implementation does not handle conversion from/to ASCII, so - text data code conversions must be done explicitely. + text data code conversions must be done explicitly. Always open zipped files in binary mode. --- a/pod/after.pod +++ b/pod/after.pod @@ -62,7 +62,7 @@ =head1 Changing a B timer interval -It's posible to change a B timer's delay value, or even cancel +It's possible to change a B timer's delay value, or even cancel any timer, using the B