r75015 - in /trunk/libschedule-at-perl: At.pm Changes README debian/changelog

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Thu Jun 2 11:00:12 UTC 2011


Author: ansgar
Date: Thu Jun  2 11:00:00 2011
New Revision: 75015

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75015
Log:
IGNORE-VERSION: 1.12-1
Adds support for NetBSD, DragonFlx NetBSD

Modified:
    trunk/libschedule-at-perl/At.pm
    trunk/libschedule-at-perl/Changes
    trunk/libschedule-at-perl/README
    trunk/libschedule-at-perl/debian/changelog

Modified: trunk/libschedule-at-perl/At.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libschedule-at-perl/At.pm?rev=75015&op=diff
==============================================================================
--- trunk/libschedule-at-perl/At.pm (original)
+++ trunk/libschedule-at-perl/At.pm Thu Jun  2 11:00: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: trunk/libschedule-at-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libschedule-at-perl/Changes?rev=75015&op=diff
==============================================================================
--- trunk/libschedule-at-perl/Changes (original)
+++ trunk/libschedule-at-perl/Changes Thu Jun  2 11:00: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: trunk/libschedule-at-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libschedule-at-perl/README?rev=75015&op=diff
==============================================================================
--- trunk/libschedule-at-perl/README (original)
+++ trunk/libschedule-at-perl/README Thu Jun  2 11:00: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
  ---------------------------------------------------------------------------

Modified: trunk/libschedule-at-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libschedule-at-perl/debian/changelog?rev=75015&op=diff
==============================================================================
--- trunk/libschedule-at-perl/debian/changelog (original)
+++ trunk/libschedule-at-perl/debian/changelog Thu Jun  2 11:00:00 2011
@@ -1,3 +1,10 @@
+libschedule-at-perl (1.12-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 1.12-1
+  Adds support for NetBSD, DragonFlx NetBSD
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Thu, 02 Jun 2011 12:56:52 +0200
+
 libschedule-at-perl (1.11-1) unstable; urgency=low
 
   * Team upload.




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