r4283 - in /packages/libmime-types-perl/branches/upstream/current: ChangeLog MANIFEST META.yml README lib/MIME/Type.pm lib/MIME/Type.pod lib/MIME/Types.pm lib/MIME/Types.pod version

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Nov 19 19:44:01 CET 2006


Author: gregoa-guest
Date: Sun Nov 19 19:44:01 2006
New Revision: 4283

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4283
Log:
Load /tmp/tmp.cusXQ11721/libmime-types-perl-1.18 into
packages/libmime-types-perl/branches/upstream/current.

Modified:
    packages/libmime-types-perl/branches/upstream/current/ChangeLog
    packages/libmime-types-perl/branches/upstream/current/MANIFEST
    packages/libmime-types-perl/branches/upstream/current/META.yml
    packages/libmime-types-perl/branches/upstream/current/README
    packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm
    packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod
    packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm
    packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod
    packages/libmime-types-perl/branches/upstream/current/version

Modified: packages/libmime-types-perl/branches/upstream/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/ChangeLog?rev=4283&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/ChangeLog (original)
+++ packages/libmime-types-perl/branches/upstream/current/ChangeLog Sun Nov 19 19:44:01 2006
@@ -5,6 +5,15 @@
 
 **** Inform Austin Ziegler < mime-types at halostatue.ca> at each release, to
 **** update his Ruby port of the module.
+
+version 1.18: Fri Nov 17 21:20:20 CET 2006
+
+	- [David Nesting] application/atom+xml and image/svg+xml
+
+	- [Islue Hu] audio/3gpp2 and video/3gpp2
+
+	- [Stephen Steneken] application/octet-stream += dmg, so, dll
+	  and videa/x-flv.
 
 version 1.17: Sun Aug 13 10:32:37 CEST 2006
 

Modified: packages/libmime-types-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/MANIFEST?rev=4283&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libmime-types-perl/branches/upstream/current/MANIFEST Sun Nov 19 19:44:01 2006
@@ -1,6 +1,5 @@
 ChangeLog
 MANIFEST
-META.yml                                 Module meta-data (added by MakeMaker)
 Makefile.PL
 README
 lib/MIME/Type.pm
@@ -12,3 +11,4 @@
 t/20types.t
 t/30export.t
 version
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: packages/libmime-types-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/META.yml?rev=4283&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/META.yml (original)
+++ packages/libmime-types-perl/branches/upstream/current/META.yml Sun Nov 19 19:44:01 2006
@@ -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:         MIME-Types
-version:      1.17
+version:      1.18
 version_from: version
 installdirs:  site
 requires:

Modified: packages/libmime-types-perl/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/README?rev=4283&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/README (original)
+++ packages/libmime-types-perl/branches/upstream/current/README Sun Nov 19 19:44:01 2006
@@ -8,7 +8,7 @@
 
 The first special data item is whether a data type is binary
 or ascii.  This is required for correctly encoding e-mail
-attachments, and implemented for the Mail::Box v2.01 module.
+attachments, and implemented for the Mail::Box module.
 
 Improvements and additions please to
        Mark Overmeer, <mimetypes at overmeer.net>

Modified: packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm?rev=4283&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm (original)
+++ packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm Sun Nov 19 19:44:01 2006
@@ -1,6 +1,6 @@
 package MIME::Type;
 use vars '$VERSION';
-$VERSION = '1.17';
+$VERSION = '1.18';
 
 use strict;
 

Modified: packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod?rev=4283&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod (original)
+++ packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod Sun Nov 19 19:44:01 2006
@@ -82,11 +82,11 @@
 Create (I<instantiate>) a new MIME::Type object which manages one
 mime type.
 
--Option    --Defined in     --Default
+ Option    --Defined in     --Default
  encoding                     <depends on type>
  extensions                   []
  simplified                   <derived from type>
- system                       C<undef>
+ system                       undef
  type                         <required>
 
 . encoding '7bit'|'8bit'|'base64'|'quoted-printable'
@@ -289,7 +289,7 @@
 
 =head1 COPYRIGHTS
 
-Module version 1.17.
+Module version 1.18.
 Written by Mark Overmeer (mimetypes at overmeer.net).  See the ChangeLog for
 other contributors.
 

Modified: packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm?rev=4283&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm (original)
+++ packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm Sun Nov 19 19:44:01 2006
@@ -1,7 +1,7 @@
 
 package MIME::Types;
 use vars '$VERSION';
-$VERSION = '1.17';
+$VERSION = '1.18';
 
 use strict;
 
@@ -42,7 +42,7 @@
 
             next if $args->{only_complete} && ! $extensions;
             my $extent = $extensions ? [ split /\,/, $extensions ] : undef;
-                    
+
             my $simplified = MIME::Type->simplified($type);
             push @{$list{$simplified}}, MIME::Type->new
               ( type       => $type
@@ -126,7 +126,7 @@
     $self->create_type_index unless keys %type_index;
     return values %type_index;
 }
-                                                                                
+
 #-------------------------------------------
 
 
@@ -136,7 +136,7 @@
 
     return keys %type_index;
 }
-                                                                                
+
 #-------------------------------------------
 
 
@@ -205,12 +205,13 @@
 # Internet media type registry is at
 # http://www.iana.org/assignments/media-types/
 
-$mime_type_definitions = <<MIMETYPES;
+$mime_type_definitions = <<__MIMETYPES__;
 application/activemessage
 application/andrew-inset		ez
 application/appledouble					base64
 application/applefile					base64
 application/atomicmail
+application/atom+xml			atom		8bit
 application/batch-SMTP
 application/beep+xml
 application/cals-1840
@@ -249,7 +250,7 @@
 application/news-transmission
 application/ocsp-request	orq
 application/ocsp-response	ors
-application/octet-stream	bin,dms,lha,lzh,exe,class,ani,pgp	base64
+application/octet-stream bin,dms,lha,lzh,exe,class,ani,pgp,so,dll,dmg	base64
 application/oda			oda
 application/ogg			ogg
 application/parityfec
@@ -371,7 +372,7 @@
 application/vnd.groove-vcard
 application/vnd.hbci		hbci,hbc,kom,upa,pkd,bpd
 application/vnd.hhe.lesson-player	les
-application/vnd.hp-HPGL		plt,hpgl	
+application/vnd.hp-HPGL		plt,hpgl
 application/vnd.hp-hpid
 application/vnd.hp-hps
 application/vnd.hp-PCL
@@ -600,7 +601,7 @@
 application/x-excel
 application/x-fractals
 application/x-futuresplash	spl
-application/x-ghostview		
+application/x-ghostview
 application/x-gtar		gtar,tgz,tbz2,tbz		base64
 application/x-gunzip
 application/x-gzip		gz				base64
@@ -670,7 +671,8 @@
 application/x-x509-ca-cert	crt				base64
 application/zip			zip				base64
 audio/32kadpcm
-audio/3gpp			3gpp
+audio/3gpp
+audio/3gpp2
 audio/AMR			amr				base64
 audio/AMR-WB			awb				base64
 audio/basic			au,snd				base64
@@ -730,7 +732,7 @@
 audio/vnd.nuera.ecelp7470	ecelp7470
 audio/vnd.nuera.ecelp9600	ecelp9600
 audio/vnd.octel.sbc
-audio/vnd.qcelp	
+audio/vnd.qcelp
 audio/vnd.rhetorex.32kadpcm
 audio/vnd.sealedmedia.softseal.mpeg	smp3,smp,s1m
 audio/vnd.vmx.cvsd
@@ -755,6 +757,7 @@
 image/png			png				base64
 image/prs.btif
 image/prs.pti
+image/svg+xml			svg				8bit
 image/t38
 image/targa			tga
 image/tiff-fx
@@ -874,7 +877,8 @@
 text/x-sgml				sgml,sgm			8bit
 text/x-vCalendar			vcs				8bit
 text/x-vCard				vcf				8bit
-video/3gpp				3gp,3gpp
+video/3gpp				3gp,3gpp			base64
+video/3gpp2				3g2,3gpp2			base64
 video/BMPEG
 video/BT656
 video/CelB
@@ -911,6 +915,7 @@
 video/vnd.sealed.swf			sswf,ssw
 video/vnd.vivo				viv,vivo
 video/x-fli				fli				base64
+video/x-flv				flv				base64
 video/x-ms-asf				asf,asx
 video/x-ms-wmv				wmv
 video/x-msvideo				avi				base64
@@ -926,6 +931,6 @@
 vms:text/plain				doc				8bit
 mac:application/x-macbase64		bin
 
-MIMETYPES
+__MIMETYPES__
 
 1;

Modified: packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod?rev=4283&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod (original)
+++ packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod Sun Nov 19 19:44:01 2006
@@ -45,7 +45,7 @@
 implementation, it does not matter whether you create this object often
 within your program, but in the future this may change.
 
--Option       --Defined in--Default
+ Option       --Defined in--Default
  only_complete              <false>
 
 . only_complete BOOLEAN
@@ -197,7 +197,7 @@
 
 =head1 COPYRIGHTS
 
-Module version 1.17.
+Module version 1.18.
 Written by Mark Overmeer (mimetypes at overmeer.net).  See the ChangeLog for
 other contributors.
 

Modified: packages/libmime-types-perl/branches/upstream/current/version
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/version?rev=4283&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/version (original)
+++ packages/libmime-types-perl/branches/upstream/current/version Sun Nov 19 19:44:01 2006
@@ -1,1 +1,1 @@
-$VERSION='1.17';
+$VERSION='1.18';




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