r75011 - in /branches/upstream/libschedule-at-perl/current: At.pm Changes README

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Thu Jun 2 10:56:37 UTC 2011


Author: ansgar
Date: Thu Jun  2 10:56:00 2011
New Revision: 75011

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75011
Log:
[svn-upgrade] new version libschedule-at-perl (1.12)

Modified:
    branches/upstream/libschedule-at-perl/current/At.pm
    branches/upstream/libschedule-at-perl/current/Changes
    branches/upstream/libschedule-at-perl/current/README

Modified: branches/upstream/libschedule-at-perl/current/At.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libschedule-at-perl/current/At.pm?rev=75011&op=diff
==============================================================================
--- branches/upstream/libschedule-at-perl/current/At.pm (original)
+++ branches/upstream/libschedule-at-perl/current/At.pm Thu Jun  2 10:56:00 2011
@@ -8,7 +8,7 @@
 
 use vars qw($VERSION @ISA $TIME_FORMAT $SHELL);
 
-$VERSION = '1.11';
+$VERSION = '1.12';
 
 $SHELL = '';
 
@@ -337,7 +337,7 @@
 
 =head1 AUTHOR
 
-Jose A. Rodriguez (josear at ac.upc.es)
+Jose A. Rodriguez (jose AT rodriguez.jp)
 
 =cut
 
@@ -462,6 +462,14 @@
 	$AT{'parseJobList'} = sub { $_[0] =~ s/^\s*(.+)\s+\S+\s+\S+\s+(\d+)$/$2_$1/; $_[0] =~ /^(.+)_(.+)$/ };
 }
 
+sub AtCfg_netbsd {  
+        &AtCfg_freebsd;
+}
+
+sub AtCfg_dragonfly {  
+        &AtCfg_freebsd;
+}
+
 sub AtCfg_openbsd {
         &AtCfg_freebsd;
         $AT{'headings'} = [];

Modified: branches/upstream/libschedule-at-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libschedule-at-perl/current/Changes?rev=75011&op=diff
==============================================================================
--- branches/upstream/libschedule-at-perl/current/Changes (original)
+++ branches/upstream/libschedule-at-perl/current/Changes Thu Jun  2 10:56:00 2011
@@ -67,3 +67,6 @@
 
 1.11 Web Dic  9 11:40:11 CET 2010
 	- Added support for $SHELL (Jiří Pavlovský jira AT getnet.cz)
+
+1.12 Wed May 25 11:53:10 MEST 2011
+	- Added support for NetBSD and DragonFly NetBSD (Dan McMahill <dmcmahill AT netbsd.org>)

Modified: branches/upstream/libschedule-at-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libschedule-at-perl/current/README?rev=75011&op=diff
==============================================================================
--- branches/upstream/libschedule-at-perl/current/README (original)
+++ branches/upstream/libschedule-at-perl/current/README Thu Jun  2 10:56:00 2011
@@ -1,8 +1,8 @@
 
  Schedule::At - OS independent interface to the Unix 'at' command
  ===========================================================================
-                                                   Jose A. Rodriguez Garrido
-                                                    josear+perl AT ac.upc.es
+                                                           Jose A. Rodriguez
+                                                        jose AT rodriguez.jp
 
  Sometimes when you write a perl script you have to call an external command.
  That's ok if it's a private script or if you know for sure it will run on a
@@ -31,12 +31,14 @@
 		OpenBSD
 		Solaris 2.10
 		Linux
+		NetBSD
+		DragonFly BSD
  
  You can configure a new OS very easily (read the end of the At.pm module),
  and the mechanism used could be used for configuring and adapting other
- OS dependent commands. Please, feel free to send e-mail to josear AT ac.upc.es
- to discuss this matter, configure Schedule::At for more Operating Systems or
- report bugs.
+ OS dependent commands. Please, feel free to send e-mail to 
+ "jose AT rodriguez.jp" to discuss this matter, configure Schedule::At for 
+ more Operating Systems or report bugs.
 
  Installation
  ---------------------------------------------------------------------------




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