r63906 - in /trunk/libstring-mkpasswd-perl: Build.PL Changes MANIFEST MANIFEST.SKIP META.yml Makefile.PL README bin/mkpasswd.pl debian/changelog lib/String/MkPasswd.pm perl-String-MkPasswd.spec

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Mon Oct 18 05:46:30 UTC 2010


Author: carnil
Date: Mon Oct 18 05:45:56 2010
New Revision: 63906

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63906
Log:
New upstream release

Added:
    trunk/libstring-mkpasswd-perl/Build.PL
      - copied unchanged from r63905, branches/upstream/libstring-mkpasswd-perl/current/Build.PL
Removed:
    trunk/libstring-mkpasswd-perl/MANIFEST.SKIP
    trunk/libstring-mkpasswd-perl/perl-String-MkPasswd.spec
Modified:
    trunk/libstring-mkpasswd-perl/Changes
    trunk/libstring-mkpasswd-perl/MANIFEST
    trunk/libstring-mkpasswd-perl/META.yml
    trunk/libstring-mkpasswd-perl/Makefile.PL
    trunk/libstring-mkpasswd-perl/README
    trunk/libstring-mkpasswd-perl/bin/mkpasswd.pl
    trunk/libstring-mkpasswd-perl/debian/changelog
    trunk/libstring-mkpasswd-perl/lib/String/MkPasswd.pm

Modified: trunk/libstring-mkpasswd-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/Changes?rev=63906&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/Changes (original)
+++ trunk/libstring-mkpasswd-perl/Changes Mon Oct 18 05:45:56 2010
@@ -1,14 +1,20 @@
-Revision history for Perl extension String::MkPasswd.
+Revision history for String::MkPasswd
+
+0.03  Sun Oct 17 22:27:20 PDT 2010
+    - Documentation fix for the --nospecial option in mkpasswd.pl.
+      <https://rt.cpan.org/Ticket/Display.html?id=50183>
+    - Removed MANIFEST.SKIP and RPM spec files.
+    - Added Build.PL, cleaned up Makefile.PL and README.
 
 0.02  Wed Mar 17 08:17:10 PST 2004
-	- Applied changes from Adrian Gee <adrian.gee at anu.edu.au> allowing -minnum,
-	  -minlower, -minupper and -minspecial to be zero in the call to
-	  mkpasswd().
-	- Fixed mkpasswd.pl so it actually works.  It was passing the wrong key
-	  names to mkpasswd(), so the defaults were always used.
-	- Added --no{num,lower,upper,special} options to mkpasswd.pl as
-	  alternatives to --min{num,lower,upper,special}=0.
+    - Applied changes from Adrian Gee <adrian.gee at anu.edu.au> allowing -minnum,
+      -minlower, -minupper and -minspecial to be zero in the call to
+      mkpasswd().
+    - Fixed mkpasswd.pl so it actually works.  It was passing the wrong key
+      names to mkpasswd(), so the defaults were always used.
+    - Added --no{num,lower,upper,special} options to mkpasswd.pl as
+      alternatives to --min{num,lower,upper,special}=0.
 
 0.01  Wed Nov 12 17:29:08 2003
-	- original version; created by h2xs 1.23 with options
-		--compat-version=5.6.1 --omit-autoload --omit-XS --name=String::MkPasswd --use-new-tests
+    - original version; created by h2xs 1.23 with options
+        --compat-version=5.6.1 --omit-autoload --omit-XS --name=String::MkPasswd --use-new-tests

Modified: trunk/libstring-mkpasswd-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/MANIFEST?rev=63906&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/MANIFEST (original)
+++ trunk/libstring-mkpasswd-perl/MANIFEST Mon Oct 18 05:45:56 2010
@@ -1,13 +1,12 @@
+Build.PL
 Changes
+MANIFEST
+META.yml # Will be created by "make dist"
 Makefile.PL
-MANIFEST
-MANIFEST.SKIP
 README
 bin/mkpasswd.pl
 lib/String/MkPasswd.pm
-perl-String-MkPasswd.spec
 t/01use.t
 t/02length.t
 t/03count.t
 t/04fatal.t
-META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libstring-mkpasswd-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/META.yml?rev=63906&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/META.yml (original)
+++ trunk/libstring-mkpasswd-perl/META.yml Mon Oct 18 05:45:56 2010
@@ -1,14 +1,19 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         String-MkPasswd
-version:      0.02
-version_from: lib/String/MkPasswd.pm
-installdirs:  site
-requires:
-    File::Basename:                0
-    Getopt::Long:                  0
-    Test::More:                    0
-    Text::Wrap:                    0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+---
+name: String-MkPasswd
+version: 0.03
+author:
+  - 'Chris Grau <cgrau at cpan.org>'
+abstract: random password generator
+license: perl
+resources:
+  license: http://dev.perl.org/licenses/
+configure_requires:
+  Module::Build: 0.35
+provides:
+  String::MkPasswd:
+    file: lib/String/MkPasswd.pm
+    version: 0.03
+generated_by: Module::Build version 0.35
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4

Modified: trunk/libstring-mkpasswd-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/Makefile.PL?rev=63906&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/Makefile.PL (original)
+++ trunk/libstring-mkpasswd-perl/Makefile.PL Mon Oct 18 05:45:56 2010
@@ -1,21 +1,15 @@
-use 5.006001;
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-	NAME			=> "String::MkPasswd",
-	VERSION_FROM	=> "lib/String/MkPasswd.pm",
-	PREREQ_PM		=> {
-		"File::Basename"	=>  0,
-		"Getopt::Long"		=>  0,
-		"Test::More"		=>  0,
-		"Text::Wrap"		=>  0,
-	},
-	EXE_FILES		=> [ "bin/mkpasswd.pl" ],
-	($] >= 5.005
-		? (
-			ABSTRACT_FROM	=> "lib/String/MkPasswd.pm",
-			AUTHOR			=> "Chris Grau <cgrau\@cpan.org>",
-		)
-		: ()
-	),
+    NAME          => 'String::MkPasswd',
+    AUTHOR        => 'Chris Grau <cgrau at cpan.org>',
+    VERSION_FROM  => 'lib/String/MkPasswd.pm',
+    ABSTRACT_FROM => "lib/String/MkPasswd.pm",
+    EXE_FILES     => [ 'bin/mkpasswd.pl' ],
+    dist          => { COMPRESS => 'gzip -9f', SUFFIX => 'gz' },
+    clean         => { FILES => 'String-MkPasswd-*' },
 );

Modified: trunk/libstring-mkpasswd-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/README?rev=63906&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/README (original)
+++ trunk/libstring-mkpasswd-perl/README Mon Oct 18 05:45:56 2010
@@ -1,13 +1,10 @@
-String-MkPasswd version 0.02
+String-MkPasswd version 0.03
 ============================
 
 This Perl library defines a single function, mkpasswd(), to generate
 random passwords.  The function is meant to be a simple way for
 developers and system administrators to easily generate a relatively
 secure password.
-
-Also included in this distribution is the example program
-mkpasswd.pl(3pm) and a .spec file for RPM builders.
 
 INSTALLATION
 
@@ -31,7 +28,7 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2003-2004 by Chris Grau
+Copyright (C) 2003-2010 by Chris Grau
 
 This library is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself, either Perl version 5.8.1 or, at
@@ -40,4 +37,4 @@
 AKNOWLEDGEMENTS
 
 Don Libes of the National Institute of Standards and Technology, who
-wrote the Expect example, L<mkpasswd(1)>.
+wrote the Expect example, mkpasswd(1).

Modified: trunk/libstring-mkpasswd-perl/bin/mkpasswd.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/bin/mkpasswd.pl?rev=63906&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/bin/mkpasswd.pl (original)
+++ trunk/libstring-mkpasswd-perl/bin/mkpasswd.pl Mon Oct 18 05:45:56 2010
@@ -93,7 +93,7 @@
 	--nodigits          alias for --digits=0
 	--nolower           alias for --lower=0
 	--noupper           alias for --upper=0
-	--nospecial         alias for --upper=0
+	--nospecial         alias for --special=0
 EOF
 }
 

Modified: trunk/libstring-mkpasswd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/debian/changelog?rev=63906&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/changelog (original)
+++ trunk/libstring-mkpasswd-perl/debian/changelog Mon Oct 18 05:45:56 2010
@@ -1,9 +1,10 @@
-libstring-mkpasswd-perl (0.02-4) UNRELEASED; urgency=low
+libstring-mkpasswd-perl (0.03-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.
 
   [ Salvatore Bonaccorso ]
+  * New upstream release
   * Update my email address.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 28 Jul 2010 14:33:19 -0400

Modified: trunk/libstring-mkpasswd-perl/lib/String/MkPasswd.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/lib/String/MkPasswd.pm?rev=63906&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/lib/String/MkPasswd.pm (original)
+++ trunk/libstring-mkpasswd-perl/lib/String/MkPasswd.pm Mon Oct 18 05:45:56 2010
@@ -19,7 +19,7 @@
 	all	=> [ qw(mkpasswd) ],
 );
 our @EXPORT_OK = @{ $EXPORT_TAGS{all} };
-our $VERSION = "0.02";
+our $VERSION = "0.03";
 our $FATAL = "";
 
 my %keys = (
@@ -302,7 +302,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2003-2004 by Chris Grau
+Copyright (C) 2003-2010 by Chris Grau
 
 This library is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself, either Perl version 5.8.1 or, at




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