r53394 - in /trunk/libtk-dirselect-perl: Build.PL Changes DirSelect.pm MANIFEST META.yml Makefile.PL README debian/changelog debian/control debian/copyright lib/ t/ test.pl

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Sat Feb 27 16:45:23 UTC 2010


Author: ddumont-guest
Date: Sat Feb 27 16:45:16 2010
New Revision: 53394

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53394
Log:
new upstream release. Ready for upload

Added:
    trunk/libtk-dirselect-perl/Build.PL
      - copied unchanged from r53393, branches/upstream/libtk-dirselect-perl/current/Build.PL
    trunk/libtk-dirselect-perl/META.yml
      - copied unchanged from r53393, branches/upstream/libtk-dirselect-perl/current/META.yml
    trunk/libtk-dirselect-perl/lib/
      - copied from r53393, branches/upstream/libtk-dirselect-perl/current/lib/
    trunk/libtk-dirselect-perl/t/
      - copied from r53393, branches/upstream/libtk-dirselect-perl/current/t/
Removed:
    trunk/libtk-dirselect-perl/DirSelect.pm
    trunk/libtk-dirselect-perl/test.pl
Modified:
    trunk/libtk-dirselect-perl/Changes
    trunk/libtk-dirselect-perl/MANIFEST
    trunk/libtk-dirselect-perl/Makefile.PL
    trunk/libtk-dirselect-perl/README
    trunk/libtk-dirselect-perl/debian/changelog
    trunk/libtk-dirselect-perl/debian/control
    trunk/libtk-dirselect-perl/debian/copyright

Modified: trunk/libtk-dirselect-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-dirselect-perl/Changes?rev=53394&op=diff
==============================================================================
--- trunk/libtk-dirselect-perl/Changes (original)
+++ trunk/libtk-dirselect-perl/Changes Sat Feb 27 16:45:16 2010
@@ -1,48 +1,51 @@
-Revision history for Perl extension Tk::DirSelect.
-
-1.11 (2005-08-19)
-    * DirTree no longer resets to cwd after a rename.
-
-1.10 (2005-08-17)
-    * Under Tk v804+, make BrowseEntry not look disabled just because it's
-      readonly.
-    * Added context menu for creating, renaming and deleting directories.
-
-1.09 (2004-10-22)
-    * Pass additional arguments to Show() on to Popup().
-    * For Show() default the initial directory to cwd only when first argument
-      is undef, not false. (Just in case someone actually has a directory
-      named '0')
-
-1.08 (2004-10-22)
-    * On Win32, added a work-around for scrollbars sometimes appearing disabled.
-
-1.07 (2004-05-21)
-    * On Win32, added a work-around for inability to see other folders in the 
-      root directory of the drive containing the initial directory. Reselecting 
-      the drive from the drop menu now displays contents properly. (The root 
-      cause of the bug is in DirTree or one of its parent classes...)
-    * Fixed $VERSION in DirSelect.pm (Oops.)
-
-1.06 (2004-05-20)
-    * Add Tk as dependancy in Makefile.PL. Should be beyond obvious to
-      end users, but automated test sites aren't as smart. :)
-
-1.05 (2004-05-20)
-    * First CPAN release.
-    * Added a patch for HList behavior changes around Tk 804.025. Corrects
-      the problem where Show() returned an ARRAY ref instead of a string.
-
-1.04 (2004-05-19)
-    * Cleaned up guts (no longer recreates a DirTree for each drive change)
-    * Generate drive list upon display, not creation.
-    * Initial directory now an argument to Show() (not creation)
-    * Better display of initial directory.
-    * Changed title from default, allow user to set (at creation)
-
-1.03 (2004-05-19)
-    * Maintenance taken over by Michael Carman.
-    * Use a BrowseEntry instead of buttons for Win32 drives
-    * Restores cwd after finished.
-    * Better passthrough of args to DirTree.
-    * Lots of miscellaneous tweaks.
+Revision history for Tk-DirSelect
+
+1.12 (2010-02-17)
+    * Dual-licensed under Artistic 2.0 and GPL.
+
+1.11 (2005-08-19)
+    * DirTree no longer resets to cwd after a rename.
+
+1.10 (2005-08-17)
+    * Under Tk v804+, make BrowseEntry not look disabled just because it's
+      readonly.
+    * Added context menu for creating, renaming and deleting directories.
+
+1.09 (2004-10-22)
+    * Pass additional arguments to Show() on to Popup().
+    * For Show() default the initial directory to cwd only when first argument
+      is undef, not false. (Just in case someone actually has a directory
+      named '0')
+
+1.08 (2004-10-22)
+    * On Win32, added a work-around for scrollbars sometimes appearing disabled.
+
+1.07 (2004-05-21)
+    * On Win32, added a work-around for inability to see other folders in the 
+      root directory of the drive containing the initial directory. Reselecting 
+      the drive from the drop menu now displays contents properly. (The root 
+      cause of the bug is in DirTree or one of its parent classes...)
+    * Fixed $VERSION in DirSelect.pm (Oops.)
+
+1.06 (2004-05-20)
+    * Add Tk as dependancy in Makefile.PL. Should be beyond obvious to
+      end users, but automated test sites aren't as smart. :)
+
+1.05 (2004-05-20)
+    * First CPAN release.
+    * Added a patch for HList behavior changes around Tk 804.025. Corrects
+      the problem where Show() returned an ARRAY ref instead of a string.
+
+1.04 (2004-05-19)
+    * Cleaned up guts (no longer recreates a DirTree for each drive change)
+    * Generate drive list upon display, not creation.
+    * Initial directory now an argument to Show() (not creation)
+    * Better display of initial directory.
+    * Changed title from default, allow user to set (at creation)
+
+1.03 (2004-05-19)
+    * Maintenance taken over by Michael Carman.
+    * Use a BrowseEntry instead of buttons for Win32 drives
+    * Restores cwd after finished.
+    * Better passthrough of args to DirTree.
+    * Lots of miscellaneous tweaks.

Modified: trunk/libtk-dirselect-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-dirselect-perl/MANIFEST?rev=53394&op=diff
==============================================================================
--- trunk/libtk-dirselect-perl/MANIFEST (original)
+++ trunk/libtk-dirselect-perl/MANIFEST Sat Feb 27 16:45:16 2010
@@ -1,6 +1,11 @@
-Changes
-DirSelect.pm
-Makefile.PL
-MANIFEST
-README
-test.pl
+Build.PL
+Changes
+MANIFEST
+README
+lib/Tk/DirSelect.pm
+Makefile.PL
+t/00-load.t
+t/manifest.t
+t/pod-coverage.t
+t/pod.t
+META.yml

Modified: trunk/libtk-dirselect-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-dirselect-perl/Makefile.PL?rev=53394&op=diff
==============================================================================
--- trunk/libtk-dirselect-perl/Makefile.PL (original)
+++ trunk/libtk-dirselect-perl/Makefile.PL Sat Feb 27 16:45:16 2010
@@ -1,11 +1,15 @@
-use 5.004;
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-    'NAME'         => 'Tk::DirSelect',
-    'VERSION_FROM' => 'DirSelect.pm',
-    'PREREQ_PM'    => {'Tk' => 800},
-    ($] >= 5.005 ?
-      (ABSTRACT_FROM => 'DirSelect.pm',
-       AUTHOR        => 'Michael J. Carman <mjcarman at mchsi.com>') : ()),
-);
+# Note: this file was auto-generated by Module::Build::Compat version 0.3603
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+          'PL_FILES' => {},
+          'INSTALLDIRS' => 'site',
+          'NAME' => 'Tk::DirSelect',
+          'EXE_FILES' => [],
+          'VERSION_FROM' => 'lib/Tk/DirSelect.pm',
+          'PREREQ_PM' => {
+                           'Test::More' => 0,
+                           'Tk' => 0
+                         }
+        )
+;

Modified: trunk/libtk-dirselect-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-dirselect-perl/README?rev=53394&op=diff
==============================================================================
--- trunk/libtk-dirselect-perl/README (original)
+++ trunk/libtk-dirselect-perl/README Sat Feb 27 16:45:16 2010
@@ -1,78 +1,60 @@
-Tk/DirSelect
-============
-
-This module provides a cross-platform directory selection widget. For 
-systems running Microsoft Windows, this includes selection of local and 
-mapped network drives.
-
-INSTALLATION
-
-To install this module type the following:
-
-   perl Makefile.PL
-   make
-   make test
-   make install
-
-CHANGES
-
-1.11 (2005-08-19)
-    * DirTree no longer resets to cwd after a rename.
-
-1.10 (2005-08-17)
-    * Under Tk v804+, make BrowseEntry not look disabled just because it's
-      readonly.
-    * Added context menu for creating, renaming and deleting directories.
-
-1.09 (2004-10-22)
-    * Pass additional arguments to Show() on to Popup().
-    * For Show() default the initial directory to cwd only when first argument
-      is undef, not false. (Just in case someone actually has a directory
-      named '0')
-
-1.08 (2004-10-22)
-    * On Win32, added a work-around for scrollbars sometimes appearing disabled.
-
-1.07 (2004-05-21)
-    * On Win32, added a work-around for inability to see other folders in the 
-      root directory of the drive containing the initial directory. Reselecting 
-      the drive from the drop menu now displays contents properly. (The root 
-      cause of the bug is in DirTree or one of its parent classes...)
-    * Fixed $VERSION in DirSelect.pm (Oops.)
-
-1.06 (2004-05-20)
-    * Add Tk as dependancy in Makefile.PL. Should be beyond obvious to
-      end users, but automated test sites aren't as smart. :)
-
-1.05 (2004-05-20)
-    * First CPAN release.
-    * Added a patch for HList behavior changes around Tk 804.025. Corrects
-      the problem where Show() returned an ARRAY ref instead of a string.
-
-1.04 (2004-05-19)
-    * Cleaned up guts (no longer recreates a DirTree for each drive change)
-    * Generate drive list upon display, not creation.
-    * Initial directory now an argument to Show() (not creation)
-    * Better display of initial directory.
-    * Changed title from default, allow user to set (at creation)
-
-1.03 (2004-05-19)
-    * Maintenance taken over by Michael Carman.
-    * Use a BrowseEntry instead of buttons for Win32 drives
-    * Restores cwd after finished.
-    * Better passthrough of args to DirTree.
-    * Lots of miscellaneous tweaks.
-
-DEPENDENCIES
-
-  Perl 5.004
-  Tk 800
-  Win32API::File (under Microsoft Windows only)
-
-COPYRIGHT AND LICENCE
-
-Copyright (C) 2000-2001 Kristi Thompson   <kristi at kristi.ca>
-Copyright (C) 2002-2004 Michael J. Carman <mjcarman at mchsi.com>
-
-This library is free software under the terms of the Perl Artistic 
-License.
+Tk-DirSelect
+
+This module provides a cross-platform directory selection widget. For 
+systems running Microsoft Windows, this includes selection of local and 
+mapped network drives.
+
+DEPENDENCIES
+
+    Perl 5.004
+    Tk 800
+    Win32API::File (under Microsoft Windows only)
+
+INSTALLATION
+
+To install this module, run the following commands:
+
+    perl Build.PL
+    ./Build
+    ./Build test
+    ./Build install
+
+Alternatively, you can use the following commands to install with 
+ExtUtils::MakeMaker:
+
+    perl Makefile.PL
+    make
+    make test
+    make install
+
+SUPPORT AND DOCUMENTATION
+
+After installing, you can find documentation for this module with the
+perldoc command.
+
+    perldoc Tk::DirSelect
+
+You can also look for information at:
+
+    RT, CPAN's request tracker
+        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Tk-DirSelect
+
+    AnnoCPAN, Annotated CPAN documentation
+        http://annocpan.org/dist/Tk-DirSelect
+
+    CPAN Ratings
+        http://cpanratings.perl.org/d/Tk-DirSelect
+
+    Search CPAN
+        http://search.cpan.org/dist/Tk-DirSelect/
+
+LICENSE AND COPYRIGHT
+
+Copyright 2000-2001 Kristi Thompson <kristi at kristi.ca>
+Copyright 2002-2005,2010 Michael Carman <mjcarman at cpan.org>
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of either: the GNU General Public License as published
+by the Free Software Foundation; or the Artistic License.
+
+See http://dev.perl.org/licenses/ for more information.

Modified: trunk/libtk-dirselect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-dirselect-perl/debian/changelog?rev=53394&op=diff
==============================================================================
--- trunk/libtk-dirselect-perl/debian/changelog (original)
+++ trunk/libtk-dirselect-perl/debian/changelog Sat Feb 27 16:45:16 2010
@@ -1,3 +1,11 @@
+libtk-dirselect-perl (1.12-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/copyright: updated years and upstream license
+  * debian/control: updated to standard version 3.8.4
+
+ -- Dominique Dumont <dominique.dumont at hp.com>  Sat, 27 Feb 2010 17:43:44 +0100
+
 libtk-dirselect-perl (1.11-2) UNRELEASED; urgency=low
 
   [ Nathan Handler ]

Modified: trunk/libtk-dirselect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-dirselect-perl/debian/control?rev=53394&op=diff
==============================================================================
--- trunk/libtk-dirselect-perl/debian/control (original)
+++ trunk/libtk-dirselect-perl/debian/control Sat Feb 27 16:45:16 2010
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl, perl-tk (>= 800)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominique Dumont <dominique.dumont at hp.com>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Tk-DirSelect/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtk-dirselect-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtk-dirselect-perl/

Modified: trunk/libtk-dirselect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-dirselect-perl/debian/copyright?rev=53394&op=diff
==============================================================================
--- trunk/libtk-dirselect-perl/debian/copyright (original)
+++ trunk/libtk-dirselect-perl/debian/copyright Sat Feb 27 16:45:16 2010
@@ -6,11 +6,11 @@
 
 Files: *
 Copyright: 2000-2001 Kristi Thompson <kristi at kristi.ca>
-    2002-2005 Michael J. Carman <mjcarman at mchsi.com>
-License: Artistic
+    2002-2005,2010 Michael J. Carman <mjcarman at mchsi.com>
+License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2008, Dominique Dumont <dominique.dumont at hp.com>
+Copyright: 2008,2010 Dominique Dumont <dominique.dumont at hp.com>
 License: Artistic | GPL-1+
 
 License: Artistic




More information about the Pkg-perl-cvs-commits mailing list