-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
797 changed files
with
130,185 additions
and
97,800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
MANIFEST | ||
Makefile.PL | ||
Tk.pm | ||
README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
use ExtUtils::MakeMaker; | ||
WriteMakefile(NAME => Bundle::Tk, VERSION => '1.00'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bundle::Tk - CPAN Bundle for Tk and its dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.