r2921 - in /packages/libtk-gbarr-perl/branches/upstream/current: ./
alpha/ examples/ t/
segre-guest at users.alioth.debian.org
segre-guest at users.alioth.debian.org
Thu Jun 8 19:35:42 UTC 2006
Author: segre-guest
Date: Thu Jun 8 19:35:34 2006
New Revision: 2921
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2921
Log:
Load /tmp/tmp.VoOxQ32002/libtk-gbarr-perl-2.07 into
packages/libtk-gbarr-perl/branches/upstream/current.
Added:
packages/libtk-gbarr-perl/branches/upstream/current/META.yml
Modified:
packages/libtk-gbarr-perl/branches/upstream/current/Changes
packages/libtk-gbarr-perl/branches/upstream/current/Cloth.pm
packages/libtk-gbarr-perl/branches/upstream/current/FireButton.pm
packages/libtk-gbarr-perl/branches/upstream/current/MANIFEST
packages/libtk-gbarr-perl/branches/upstream/current/Makefile.PL
packages/libtk-gbarr-perl/branches/upstream/current/NumEntry.pm
packages/libtk-gbarr-perl/branches/upstream/current/NumEntryPlain.pm
packages/libtk-gbarr-perl/branches/upstream/current/README
packages/libtk-gbarr-perl/branches/upstream/current/alpha/iframe (props changed)
packages/libtk-gbarr-perl/branches/upstream/current/examples/firebutton (props changed)
packages/libtk-gbarr-perl/branches/upstream/current/examples/numentryplain (props changed)
packages/libtk-gbarr-perl/branches/upstream/current/t/0basic.t (props changed)
packages/libtk-gbarr-perl/branches/upstream/current/t/0firebutton.t (props changed)
packages/libtk-gbarr-perl/branches/upstream/current/t/2numentry.t (props changed)
packages/libtk-gbarr-perl/branches/upstream/current/t/3cloth.t (props changed)
packages/libtk-gbarr-perl/branches/upstream/current/t/6numentry.t (props changed)
Modified: packages/libtk-gbarr-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-gbarr-perl/branches/upstream/current/Changes?rev=2921&op=diff
==============================================================================
--- packages/libtk-gbarr-perl/branches/upstream/current/Changes (original)
+++ packages/libtk-gbarr-perl/branches/upstream/current/Changes Thu Jun 8 19:35:34 2006
@@ -1,3 +1,6 @@
+*** Release 2.07
+ - fixed foreground propagation in Tk::NumEntry
+
*** Release 2.06
- documented NumEntryPlain's -command option
- added -browsecmd option to NumEntryPlain
Modified: packages/libtk-gbarr-perl/branches/upstream/current/Cloth.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-gbarr-perl/branches/upstream/current/Cloth.pm?rev=2921&op=diff
==============================================================================
--- packages/libtk-gbarr-perl/branches/upstream/current/Cloth.pm (original)
+++ packages/libtk-gbarr-perl/branches/upstream/current/Cloth.pm Thu Jun 8 19:35:34 2006
@@ -8,14 +8,14 @@
## Base class for the creation of all cloth objects
##
-## $Id: Cloth.pm,v 2.2 2001/08/08 09:06:16 eserte Exp $
+## $Id: Cloth.pm,v 2.3 2003/10/22 21:33:17 eserte Exp $
package Tk::Cloth;
use strict;
use vars qw($VERSION);
-$VERSION = sprintf("%d.%02d", q$Revision: 2.2 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.3 $ =~ /(\d+)\.(\d+)/);
package Tk::Cloth::Object;
@@ -515,7 +515,7 @@
Graham Barr E<lt>F<gbarr at pobox.com>E<gt>
-Current maintainer is Slaven Rezic E<lt>F<slaven.rezic at berlin.de>E<gt>.
+Current maintainer is Slaven Rezic E<lt>F<slaven at rezic.de>E<gt>.
=head1 COPYRIGHT
Modified: packages/libtk-gbarr-perl/branches/upstream/current/FireButton.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-gbarr-perl/branches/upstream/current/FireButton.pm?rev=2921&op=diff
==============================================================================
--- packages/libtk-gbarr-perl/branches/upstream/current/FireButton.pm (original)
+++ packages/libtk-gbarr-perl/branches/upstream/current/FireButton.pm Thu Jun 8 19:35:34 2006
@@ -1,5 +1,5 @@
# POD after __END__
-# $Id: FireButton.pm,v 1.4 2001/08/08 09:06:21 eserte Exp $
+# $Id: FireButton.pm,v 1.5 2003/10/22 21:33:11 eserte Exp $
package Tk::FireButton;
@@ -10,7 +10,7 @@
use vars qw(@ISA $VERSION);
@ISA = qw(Tk::Derived Tk::Button);
-$VERSION = sprintf("%d.%02d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.5 $ =~ /(\d+)\.(\d+)/);
Construct Tk::Widget 'FireButton';
@@ -219,7 +219,7 @@
The code was extracted from Tk::NumEntry and slightly modified
by Achim Bohnet E<gt>ach at mpe.mpg.deE<gt>. Tk::NumEntry's author
is Graham Barr E<gt>gbarr at pobox.comE<gt>. The current maintainer is
-Slaven Rezic E<gt>slaven.rezic at berlin.deE<gt>.
+Slaven Rezic E<gt>slaven at rezic.deE<gt>.
=cut
Modified: packages/libtk-gbarr-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-gbarr-perl/branches/upstream/current/MANIFEST?rev=2921&op=diff
==============================================================================
--- packages/libtk-gbarr-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libtk-gbarr-perl/branches/upstream/current/MANIFEST Thu Jun 8 19:35:34 2006
@@ -29,3 +29,4 @@
t/3cloth.t
t/5tframe.t
t/6numentry.t
+META.yml Module meta-data (added by MakeMaker)
Added: packages/libtk-gbarr-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-gbarr-perl/branches/upstream/current/META.yml?rev=2921&op=file
==============================================================================
--- packages/libtk-gbarr-perl/branches/upstream/current/META.yml (added)
+++ packages/libtk-gbarr-perl/branches/upstream/current/META.yml Thu Jun 8 19:35:34 2006
@@ -1,0 +1,11 @@
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
+name: Tk-GBARR
+version: 2.07
+version_from:
+installdirs: site
+requires:
+ Tk: 402.002
+
+distribution_type: module
+generated_by: ExtUtils::MakeMaker version 6.30
Modified: packages/libtk-gbarr-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-gbarr-perl/branches/upstream/current/Makefile.PL?rev=2921&op=diff
==============================================================================
--- packages/libtk-gbarr-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libtk-gbarr-perl/branches/upstream/current/Makefile.PL Thu Jun 8 19:35:34 2006
@@ -29,31 +29,35 @@
PREREQ_PM => { 'Tk' => '402.002' }, # Tk/NumEntry need it
NAME => 'Tk::GBARR',
DISTNAME => 'Tk-GBARR',
- VERSION => "2.06",
+ VERSION => "2.07",
PM => \%pm,
'dist' => {
COMPRESS => 'gzip -9f',
SUFFIX => '.gz',
#DIST_DEFAULT => 'all tardist',
},
+ ABSTRACT => 'Additional Tk widgets (NumEntry, FireButton, Cloth...)',
);
sub MY::postamble {
- my $rules = "";
- if (defined $ENV{USER} && $ENV{USER} eq 'eserte') {
- $rules .= <<'EOF';
-release :: dist
- cpan-upload $(DISTVNAME).tar$(SUFFIX)
+ my $postamble = "";
+
+ if (defined $ENV{USER} && $ENV{USER} eq 'eserte' && $^O =~ /bsd/i && -f "../../perl.release.mk") {
+ $postamble .= <<'EOF';
+
+.include "../../perl.release.mk"
+.include "../../perl.cvs.mk"
EOF
- }
+ }
+
if (0) { # not yet XXX
- $rules .= '
+ $postamble .= '
demo :: pure_all
$(FULLPERL) -w -I$(SITELIBEXP)/Tk/demos/widget_lib -I$(SITEARCHEXP)/Tk/demos/widget_lib -Mblib demos/date.pl
';
}
- $rules;
+ $postamble;
}
Modified: packages/libtk-gbarr-perl/branches/upstream/current/NumEntry.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-gbarr-perl/branches/upstream/current/NumEntry.pm?rev=2921&op=diff
==============================================================================
--- packages/libtk-gbarr-perl/branches/upstream/current/NumEntry.pm (original)
+++ packages/libtk-gbarr-perl/branches/upstream/current/NumEntry.pm Thu Jun 8 19:35:34 2006
@@ -1,4 +1,4 @@
-# $Id: NumEntry.pm,v 2.4 2003/01/13 23:06:40 eserte Exp $
+# $Id: NumEntry.pm,v 2.6 2006/05/23 21:08:08 eserte Exp $
package Tk::NumEntry;
@@ -9,7 +9,7 @@
use vars qw(@ISA $VERSION);
@ISA = qw(Tk::Derived Tk::Frame);
-$VERSION = sprintf("%d.%02d", q$Revision: 2.4 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.6 $ =~ /(\d+)\.(\d+)/);
Construct Tk::Widget 'NumEntry';
@@ -79,7 +79,7 @@
-borderwidth => ['SELF' => "borderWidth", "BorderWidth", 2 ],
-relief => ['SELF' => "relief", "Relief", "sunken" ],
-background => ['CHILDREN' => "background", "Background", Tk::NORMAL_BG ],
- -foreground => ['CHILDREN' => "background", "Background", Tk::BLACK ],
+ -foreground => ['CHILDREN' => "foreground", "Foreground", Tk::BLACK ],
-buttons => ['METHOD' => undef, undef, 1 ],
-state => ['CHILDREN' => "state", "State", "normal" ],
-repeatdelay => [[$binc,$bdec]
@@ -195,7 +195,7 @@
Graham Barr <F<gbarr at pobox.com>>
-Current maintainer is Slaven Rezic <F<slaven.rezic at berlin.de>>.
+Current maintainer is Slaven Rezic <F<slaven at rezic.de>>.
=head1 ACKNOWLEDGEMENTS
Modified: packages/libtk-gbarr-perl/branches/upstream/current/NumEntryPlain.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-gbarr-perl/branches/upstream/current/NumEntryPlain.pm?rev=2921&op=diff
==============================================================================
--- packages/libtk-gbarr-perl/branches/upstream/current/NumEntryPlain.pm (original)
+++ packages/libtk-gbarr-perl/branches/upstream/current/NumEntryPlain.pm Thu Jun 8 19:35:34 2006
@@ -1,4 +1,4 @@
-# $Id: NumEntryPlain.pm,v 1.9 2003/01/13 23:05:41 eserte Exp $
+# $Id: NumEntryPlain.pm,v 1.10 2003/10/22 21:32:59 eserte Exp $
package Tk::NumEntryPlain;
@@ -9,7 +9,7 @@
use vars qw(@ISA $VERSION);
@ISA = qw(Tk::Derived Tk::Entry);
-$VERSION = sprintf("%d.%02d", q$Revision: 1.9 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.10 $ =~ /(\d+)\.(\d+)/);
Construct Tk::Widget 'NumEntryPlain';
@@ -296,7 +296,7 @@
by Achim Bohnet E<lt>ach at mpe.mpg.deE<gt>. B<Tk::NumEntry>'s author
is Graham Barr E<lt>gbarr at pobox.comE<gt>.
-Current maintainer is Slaven Rezic E<lt>slaven.rezic at berlin.deE<gt>.
+Current maintainer is Slaven Rezic E<lt>slaven at rezic.deE<gt>.
=head1 COPYRIGHT
Modified: packages/libtk-gbarr-perl/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-gbarr-perl/branches/upstream/current/README?rev=2921&op=diff
==============================================================================
--- packages/libtk-gbarr-perl/branches/upstream/current/README (original)
+++ packages/libtk-gbarr-perl/branches/upstream/current/README Thu Jun 8 19:35:34 2006
@@ -36,7 +36,7 @@
or to the current maintainer
- Slaven Rezic <slaven.rezic at berlin.de>
+ Slaven Rezic <slaven at rezic.de>
Copyright (c) 1997-1998 Graham Barr <gbarr at pobox.com>. All rights reserved.
This program is free software; you can redistribute it and/or modify it
Propchange: packages/libtk-gbarr-perl/branches/upstream/current/alpha/iframe
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Jun 8 19:35:34 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/libtk-gbarr-perl/branches/upstream/current/examples/firebutton
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Jun 8 19:35:34 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/libtk-gbarr-perl/branches/upstream/current/examples/numentryplain
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Jun 8 19:35:34 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/libtk-gbarr-perl/branches/upstream/current/t/0basic.t
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Jun 8 19:35:34 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/libtk-gbarr-perl/branches/upstream/current/t/0firebutton.t
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Jun 8 19:35:34 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/libtk-gbarr-perl/branches/upstream/current/t/2numentry.t
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Jun 8 19:35:34 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/libtk-gbarr-perl/branches/upstream/current/t/3cloth.t
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Jun 8 19:35:34 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/libtk-gbarr-perl/branches/upstream/current/t/6numentry.t
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Jun 8 19:35:34 2006
@@ -1,0 +1,1 @@
+*
More information about the Pkg-perl-cvs-commits
mailing list