r57961 - in /trunk/libbusiness-onlinepayment-perl: Changes META.yml OnlinePayment.pm README TODO debian/changelog debian/source/ debian/source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat May 15 23:52:58 UTC 2010


Author: jawnsy-guest
Date: Sat May 15 23:52:52 2010
New Revision: 57961

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57961
Log:
Only documentation changes, no upload necessary
IGNORE-VERSION: 3.00-1
* New upstream release
* Use new 3.0 (quilt) source format

Added:
    trunk/libbusiness-onlinepayment-perl/TODO
      - copied unchanged from r57960, branches/upstream/libbusiness-onlinepayment-perl/current/TODO
    trunk/libbusiness-onlinepayment-perl/debian/source/
    trunk/libbusiness-onlinepayment-perl/debian/source/format
Modified:
    trunk/libbusiness-onlinepayment-perl/Changes
    trunk/libbusiness-onlinepayment-perl/META.yml
    trunk/libbusiness-onlinepayment-perl/OnlinePayment.pm
    trunk/libbusiness-onlinepayment-perl/README
    trunk/libbusiness-onlinepayment-perl/debian/changelog

Modified: trunk/libbusiness-onlinepayment-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-perl/Changes?rev=57961&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-perl/Changes (original)
+++ trunk/libbusiness-onlinepayment-perl/Changes Sat May 15 23:52:52 2010
@@ -1,4 +1,8 @@
 Revision history for Perl extension Business::OnlinePayment.
+
+3.00     Mon Aug 17 15:55:11 PDT 2009
+        - It finally happened.
+        - doc: add repo info
 
 3.00_09  Mon Jul 21 20:44:08 PDT 2008
         - doc: Allowable values of account_type

Modified: trunk/libbusiness-onlinepayment-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-perl/META.yml?rev=57961&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-perl/META.yml (original)
+++ trunk/libbusiness-onlinepayment-perl/META.yml Sat May 15 23:52:52 2010
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Business-OnlinePayment
-version:      3.00_09
+version:      3.00
 version_from: OnlinePayment.pm
 installdirs:  site
 requires:

Modified: trunk/libbusiness-onlinepayment-perl/OnlinePayment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-perl/OnlinePayment.pm?rev=57961&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-perl/OnlinePayment.pm (original)
+++ trunk/libbusiness-onlinepayment-perl/OnlinePayment.pm Sat May 15 23:52:52 2010
@@ -6,7 +6,7 @@
 
 require 5.005;
 
-$VERSION = '3.00_09';
+$VERSION = '3.00';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 # Remember subclasses we have "wrapped" submit() with _pre_submit()
@@ -579,10 +579,34 @@
 
 Phil Lobbes E<lt>phil at perkpartners dot comE<gt>
 
+=head1 HOMEPAGE
+
+Homepage:  http://420.am/business-onlinepayment/
+
+Development:  http://420.am/business-onlinepayment/ng.html
+
 =head1 MAILING LIST
 
 Please direct current development questions, patches, etc. to the mailing list:
 http://420.am/cgi-bin/mailman/listinfo/bop-devel/
+
+=head1 REPOSITORY
+
+The code is available from our public CVS repository:
+
+  export CVSROOT=":pserver:anonymous at cvs.freeside.biz:/home/cvs/cvsroot"
+  cvs login
+  # The password for the user `anonymous' is `anonymous'.
+  cvs checkout Business-OnlinePayment
+
+Or on the web:
+
+  http://freeside.biz/cgi-bin/viewvc.cgi/Business-OnlinePayment/
+
+Many (but by no means all!) processor plugins are also available in the same
+repository, see:
+
+  http://freeside.biz/cgi-bin/viewvc.cgi/
 
 =head1 DISCLAIMER
 

Modified: trunk/libbusiness-onlinepayment-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-perl/README?rev=57961&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-perl/README (original)
+++ trunk/libbusiness-onlinepayment-perl/README Sat May 15 23:52:52 2010
@@ -1,10 +1,10 @@
-*****************************************************************************
-* Copyright (c) 1999-2004 Jason Kohles.                                     *
-* Copyright (c) 2004 Ivan Kohler                                            *
-* Copyright (c) 2007 Freeside Internet Services, Inc.
-* All rights reserved. This program is free software; you can redistribute  *
-* it and/or modify it under the same terms as Perl itself.                  *
-*****************************************************************************
+Copyright (c) 1999-2004 Jason Kohles
+Copyright (c) 2004 Ivan Kohler
+Copyright (c) 2007-2009 Freeside Internet Services, Inc.
+
+All rights reserved. This program is free software; you can redistribute
+it and/or modify it under the same terms as Perl itself.
+
 
 Business::OnlinePayment is a generic interface for processing payments through
 online credit card processors, online check acceptance houses, etc.  (If you

Modified: trunk/libbusiness-onlinepayment-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-perl/debian/changelog?rev=57961&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-perl/debian/changelog (original)
+++ trunk/libbusiness-onlinepayment-perl/debian/changelog Sat May 15 23:52:52 2010
@@ -1,5 +1,13 @@
-libbusiness-onlinepayment-perl (3.00~09-2) UNRELEASED; urgency=low
+libbusiness-onlinepayment-perl (3.00-1) UNRELEASED; urgency=low
 
+  Only documentation changes, no upload necessary
+  IGNORE-VERSION: 3.00-1
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Use new 3.0 (quilt) source format
+
+  [ Ivan Kohler ]
   * Take over for the Debian Perl Group
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Changed:
@@ -12,7 +20,7 @@
   * dh-make-perl refresh
   * Update list of available processor modules in Suggests:
 
- -- Ivan Kohler <ivan-debian at 420.am>  Sat, 01 May 2010 16:20:08 -0700
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 15 May 2010 20:31:09 -0400
 
 libbusiness-onlinepayment-perl (3.00~09-1) unstable; urgency=low
 

Added: trunk/libbusiness-onlinepayment-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-perl/debian/source/format?rev=57961&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-perl/debian/source/format (added)
+++ trunk/libbusiness-onlinepayment-perl/debian/source/format Sat May 15 23:52:52 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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