Skip to content

Commit

Permalink
import Tk 402.000 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   Tk
git-cpan-version:  402.000
git-cpan-authorid: NI-S
git-cpan-file:     authors/id/N/NI/NI-S/Tk402.000.tar.gz
  • Loading branch information
Nick Ing-Simmons authored and eserte committed May 29, 2010
1 parent f961fba commit 9c3a341
Show file tree
Hide file tree
Showing 797 changed files with 130,185 additions and 97,800 deletions.
13 changes: 7 additions & 6 deletions Bitmap/Bitmap.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Bitmap.o: Bitmap.c ../tkGlue.def ../pTk/tkPort.h ../pTk/tkConfig.h \
../pTk/tkInt.h ../pTk/tk.h ../pTk/Lang.h ../pTk/tkVMacro.h \
../pTk/Lang.m ../pTk/Lang_f.h ../pTk/Lang.t ../pTk/tk.m ../pTk/tk_f.h \
../pTk/tk.t ../pTk/Xlib.h ../pTk/Xlib.m ../pTk/Xlib_f.h ../pTk/Xlib.t \
../pTk/tkInt.m ../pTk/tkInt_f.h ../pTk/tkInt.t ../tkGlue.h \
../tkGlue.m ../tkGlue_f.h ../tkGlue.t
Bitmap.o: Bitmap.c ../tkGlue.def ../pTk/tkPort.h ../pTk/Lang.h \
../pTk/tkConfig.h ../pTk/tk.h ../pTk/tkUnixPort.h ../pTk/tkInt.h \
../pTk/tkVMacro.h ../pTk/Lang.m ../pTk/Lang_f.h ../pTk/Lang.t \
../pTk/tk.m ../pTk/tk_f.h ../pTk/tk.t ../pTk/Xlib.h ../pTk/Xlib.m \
../pTk/Xlib_f.h ../pTk/Xlib.t ../pTk/tkInt.m ../pTk/tkInt_f.h \
../pTk/tkInt.t ../tkGlue.h ../pTk/tkOption.h ../pTk/tkOption_f.h \
../pTk/tkOption.t ../tkGlue.m ../tkGlue_f.h ../tkGlue.t
2 changes: 1 addition & 1 deletion Bitmap/Bitmap.xs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 1995-1996 Nick Ing-Simmons. All rights reserved.
Copyright (c) 1995-1997 Nick Ing-Simmons. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
*/
Expand Down
4 changes: 4 additions & 0 deletions Bundle/MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MANIFEST
Makefile.PL
Tk.pm
README
2 changes: 2 additions & 0 deletions Bundle/Makefile.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
use ExtUtils::MakeMaker;
WriteMakefile(NAME => Bundle::Tk, VERSION => '1.00');
1 change: 1 addition & 0 deletions Bundle/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bundle::Tk - CPAN Bundle for Tk and its dependencies
34 changes: 34 additions & 0 deletions Bundle/Tk.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
package Bundle::Tk;

$VERSION = '1.00'

1;

__END__
=head1 NAME
Bundle::Tk - CPAN Bundle for Tk and its dependencies
=head1 SYNOPSIS
C<perl -MCPAN -e 'install Bundle::Tk'>
=head1 CONTENTS
ExtUtils::MakeMaker - should be in perl disribution
Net::NNTP - for proto news reader, also pulls in rest of Net::* which LWP needs
Mail::Internet - for news again
LWP - for tkweb
Tk - Tk itself!
=head1 DESCRIPTION
=head1 AUTHOR
Nick Ing-Simmons
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 1995-1996 Nick Ing-Simmons. All rights reserved.
Copyright (c) 1995-1997 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
Expand Down
13 changes: 7 additions & 6 deletions Canvas/Canvas.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Canvas.o: Canvas.c ../tkGlue.def ../pTk/tkPort.h ../pTk/tkConfig.h \
../pTk/tkInt.h ../pTk/tk.h ../pTk/Lang.h ../pTk/tkVMacro.h \
../pTk/Lang.m ../pTk/Lang_f.h ../pTk/Lang.t ../pTk/tk.m ../pTk/tk_f.h \
../pTk/tk.t ../pTk/Xlib.h ../pTk/Xlib.m ../pTk/Xlib_f.h ../pTk/Xlib.t \
../pTk/tkInt.m ../pTk/tkInt_f.h ../pTk/tkInt.t ../tkGlue.h \
../tkGlue.m ../tkGlue_f.h ../tkGlue.t
Canvas.o: Canvas.c ../tkGlue.def ../pTk/tkPort.h ../pTk/Lang.h \
../pTk/tkConfig.h ../pTk/tk.h ../pTk/tkUnixPort.h ../pTk/tkInt.h \
../pTk/tkVMacro.h ../pTk/Lang.m ../pTk/Lang_f.h ../pTk/Lang.t \
../pTk/tk.m ../pTk/tk_f.h ../pTk/tk.t ../pTk/Xlib.h ../pTk/Xlib.m \
../pTk/Xlib_f.h ../pTk/Xlib.t ../pTk/tkInt.m ../pTk/tkInt_f.h \
../pTk/tkInt.t ../tkGlue.h ../pTk/tkOption.h ../pTk/tkOption_f.h \
../pTk/tkOption.t ../tkGlue.m ../tkGlue_f.h ../tkGlue.t
2 changes: 1 addition & 1 deletion Canvas/Canvas.xs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 1995-1996 Nick Ing-Simmons. All rights reserved.
Copyright (c) 1995-1997 Nick Ing-Simmons. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
*/
Expand Down
Loading

0 comments on commit 9c3a341

Please sign in to comment.