r48168 - in /trunk/libsocket-multicast6-perl: Build.PL Changes MANIFEST META.yml Makefile.PL Multicast6.xs debian/changelog lib/Socket/Multicast6.pm lib/Socket/Multicast6.xs ppport.h t/10-socket-options.t t/20-pack-ipv6-mreq.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Dec 3 23:50:12 UTC 2009


Author: gregoa
Date: Thu Dec  3 23:50:07 2009
New Revision: 48168

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

Added:
    trunk/libsocket-multicast6-perl/Build.PL
      - copied unchanged from r48167, branches/upstream/libsocket-multicast6-perl/current/Build.PL
    trunk/libsocket-multicast6-perl/lib/Socket/Multicast6.xs
      - copied unchanged from r48167, branches/upstream/libsocket-multicast6-perl/current/lib/Socket/Multicast6.xs
    trunk/libsocket-multicast6-perl/t/20-pack-ipv6-mreq.t
      - copied unchanged from r48167, branches/upstream/libsocket-multicast6-perl/current/t/20-pack-ipv6-mreq.t
Removed:
    trunk/libsocket-multicast6-perl/Makefile.PL
    trunk/libsocket-multicast6-perl/Multicast6.xs
    trunk/libsocket-multicast6-perl/ppport.h
Modified:
    trunk/libsocket-multicast6-perl/Changes
    trunk/libsocket-multicast6-perl/MANIFEST
    trunk/libsocket-multicast6-perl/META.yml
    trunk/libsocket-multicast6-perl/debian/changelog
    trunk/libsocket-multicast6-perl/lib/Socket/Multicast6.pm
    trunk/libsocket-multicast6-perl/t/10-socket-options.t

Modified: trunk/libsocket-multicast6-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/Changes?rev=48168&op=diff
==============================================================================
--- trunk/libsocket-multicast6-perl/Changes (original)
+++ trunk/libsocket-multicast6-perl/Changes Thu Dec  3 23:50:07 2009
@@ -1,11 +1,17 @@
 Revision history for Perl extension Socket::Multicast6.
+
+0.04  Sat Nov 28 23:54:08 GMT 2009
+    - Added missing test to the manifest
+
+0.03  Mon Nov 23 21:02:39 GMT 2009
+    - Minor changes to documentation
+    - Changed build system to use Module::Build
 
 0.02  Mon Sep 25 16:52:17 BST 2006
     - Now imports SSM/Protocol-Independent Multicast symbols
     - Rewrote part of pack_ip_mreq()
     - Added pack_ip_mreq_source() and test for it
 
+0.01  Wed Sep 13 14:51:53 BST 2006
+    - original version based on Socket::Multicast version 0.01
 
-0.01  Wed Sep 13 14:51:53 BST 2006
-	- original version based on Socket::Multicast version 0.01
-

Modified: trunk/libsocket-multicast6-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/MANIFEST?rev=48168&op=diff
==============================================================================
--- trunk/libsocket-multicast6-perl/MANIFEST (original)
+++ trunk/libsocket-multicast6-perl/MANIFEST Thu Dec  3 23:50:07 2009
@@ -1,12 +1,12 @@
+Build.PL
 Changes
 lib/Socket/Multicast6.pm
-Multicast6.xs
-ppport.h
-Makefile.PL
+lib/Socket/Multicast6.xs
 MANIFEST
 README
 t/00-Socket-Multicast.t
 t/10-socket-options.t
 t/20-pack-ip-mreq.t
+t/20-pack-ipv6-mreq.t
 t/30-pack-ip-mreq-source.t
 META.yml

Modified: trunk/libsocket-multicast6-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/META.yml?rev=48168&op=diff
==============================================================================
--- trunk/libsocket-multicast6-perl/META.yml (original)
+++ trunk/libsocket-multicast6-perl/META.yml Thu Dec  3 23:50:07 2009
@@ -1,15 +1,29 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Socket-Multicast6
-version:      0.02
-version_from: lib/Socket/Multicast6.pm
-installdirs:  site
+---
+name: Socket-Multicast6
+version: 0.04
+author:
+  - |-
+    Based on L<Socket::Multicast> by Jonathan Steinert, E<lt>hachi at cpan.orgE<gt>
+    Socket::Multicast6 by Nicholas J Humfrey, E<lt>njh at cpan.orgE<gt>
+abstract: Constructors and constants for IPv4 and IPv6 multicast socket operations.
+license: perl
+resources:
+  license: http://dev.perl.org/licenses/
 requires:
-    ExtUtils::Constant:            0
-    ExtUtils::MakeMaker:           0
-    Socket:                        0
-    Socket6:                       0
-    Test::More:                    0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+  Socket: 0
+  Socket6: 0.19
+  Test::More: 0
+  perl: 5.6.1
+build_requires:
+  Devel::PPPort: 0
+  ExtUtils::CBuilder: 0
+  ExtUtils::Constant: 0
+  Module::Build: 0.20
+provides:
+  Socket::Multicast6:
+    file: lib/Socket/Multicast6.pm
+    version: 0.04
+generated_by: Module::Build version 0.280801
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.2.html
+  version: 1.2

Modified: trunk/libsocket-multicast6-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/debian/changelog?rev=48168&op=diff
==============================================================================
--- trunk/libsocket-multicast6-perl/debian/changelog (original)
+++ trunk/libsocket-multicast6-perl/debian/changelog Thu Dec  3 23:50:07 2009
@@ -1,5 +1,5 @@
-libsocket-multicast6-perl (0.02-1) UNRELEASED; urgency=low
+libsocket-multicast6-perl (0.04-1) UNRELEASED; urgency=low
 
   * Initial release (closes: #525006).
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 15 Nov 2009 16:27:27 +0100
+ -- gregor herrmann <gregoa at debian.org>  Fri, 04 Dec 2009 00:48:49 +0100

Modified: trunk/libsocket-multicast6-perl/lib/Socket/Multicast6.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/lib/Socket/Multicast6.pm?rev=48168&op=diff
==============================================================================
--- trunk/libsocket-multicast6-perl/lib/Socket/Multicast6.pm (original)
+++ trunk/libsocket-multicast6-perl/lib/Socket/Multicast6.pm Thu Dec  3 23:50:07 2009
@@ -5,7 +5,7 @@
 use vars qw(@ISA $VERSION);
 use Carp;
 
-our $VERSION = '0.02';
+our $VERSION = '0.04';
 
 require XSLoader;
 XSLoader::load('Socket::Multicast6', $VERSION);
@@ -187,7 +187,8 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2006 by Jonathan Steinert, Nicholas J Humfrey
+Copyright (C) 2006 Nicholas J Humfrey
+Copyright (C) 2006 Jonathan Steinert
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.6.1 or,

Modified: trunk/libsocket-multicast6-perl/t/10-socket-options.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/t/10-socket-options.t?rev=48168&op=diff
==============================================================================
--- trunk/libsocket-multicast6-perl/t/10-socket-options.t (original)
+++ trunk/libsocket-multicast6-perl/t/10-socket-options.t Thu Dec  3 23:50:07 2009
@@ -1,7 +1,7 @@
 use Test::More tests => 14;
 
-use Socket qw/ AF_INET /;
-use Socket6 qw/ AF_INET6 IPPROTO_IP IPPROTO_IPV6 /;
+use Socket;
+use Socket6;
 use Socket::Multicast6 qw/ :all /;
 
 my @socket_options = (




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