r5055 - in /packages/libmime-types-perl/trunk: ChangeLog MANIFEST META.yml Makefile.PL debian/changelog 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
Fri Apr 13 19:18:52 UTC 2007


Author: gregoa-guest
Date: Fri Apr 13 19:18:52 2007
New Revision: 5055

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

Removed:
    packages/libmime-types-perl/trunk/version
Modified:
    packages/libmime-types-perl/trunk/ChangeLog
    packages/libmime-types-perl/trunk/MANIFEST
    packages/libmime-types-perl/trunk/META.yml
    packages/libmime-types-perl/trunk/Makefile.PL
    packages/libmime-types-perl/trunk/debian/changelog
    packages/libmime-types-perl/trunk/lib/MIME/Type.pm
    packages/libmime-types-perl/trunk/lib/MIME/Type.pod
    packages/libmime-types-perl/trunk/lib/MIME/Types.pm
    packages/libmime-types-perl/trunk/lib/MIME/Types.pod

Modified: packages/libmime-types-perl/trunk/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/ChangeLog?rev=5055&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/ChangeLog (original)
+++ packages/libmime-types-perl/trunk/ChangeLog Fri Apr 13 19:18:52 2007
@@ -1,10 +1,16 @@
 Revision history for Perl extension MIME::Types.
 
 Unless explicitly stated differently are all changes produced by
-Mark Overmeer <mimetypes at overmeer.net>
+Mark Overmeer <perl at overmeer.net>
 
 **** Inform Austin Ziegler < mime-types at halostatue.ca> at each release, to
 **** update his Ruby port of the module.
+
+version 1.19: Sun Mar 25 17:09:38 CEST 2007
+
+	- converted to use OODoc 0.99
+
+	- removed mkdist, mkdoc, README.oodoc, version
 
 version 1.18: Fri Nov 17 21:20:20 CET 2006
 

Modified: packages/libmime-types-perl/trunk/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/MANIFEST?rev=5055&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/MANIFEST (original)
+++ packages/libmime-types-perl/trunk/MANIFEST Fri Apr 13 19:18:52 2007
@@ -1,5 +1,6 @@
 ChangeLog
 MANIFEST
+META.yml                                 Module meta-data (added by MakeMaker)
 Makefile.PL
 README
 lib/MIME/Type.pm
@@ -10,5 +11,3 @@
 t/11typeol.t
 t/20types.t
 t/30export.t
-version
-META.yml                                 Module meta-data (added by MakeMaker)

Modified: packages/libmime-types-perl/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/META.yml?rev=5055&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/META.yml (original)
+++ packages/libmime-types-perl/trunk/META.yml Fri Apr 13 19:18:52 2007
@@ -1,8 +1,8 @@
 # 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.18
-version_from: version
+version:      1.19
+version_from: 
 installdirs:  site
 requires:
     Test::More:                    0.47

Modified: packages/libmime-types-perl/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/Makefile.PL?rev=5055&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/Makefile.PL (original)
+++ packages/libmime-types-perl/trunk/Makefile.PL Fri Apr 13 19:18:52 2007
@@ -3,9 +3,29 @@
 require 5.005;
 
 WriteMakefile
-  ( NAME		=> 'MIME::Types'
-  , VERSION_FROM	=> 'version'
-  , PREREQ_PM		=> { Test::More => 0.47 }
-  , AUTHOR              => 'Mark Overmeer'
-  , ABSTRACT            => 'Definition of MIME types'
+  ( NAME      => 'MIME::Types'
+  , VERSION   => '1.19'
+  , PREREQ_PM => { Test::More => 0.47 }
+  , AUTHOR    => 'Mark Overmeer'
+  , ABSTRACT  => 'Definition of MIME types'
   );
+
+### used by oodist during production of distribution
+sub MY::postamble { <<'__POSTAMBLE' }
+
+# for DIST
+RAWDIR          = ../public_html/mimetypes/raw
+DISTDIR         = ../public_html/mimetypes/source
+LICENSE         = artistic
+
+# for POD
+FIRST_YEAR      = 1999,2001
+EMAIL           = perl at overmeer.net
+WEBSITE         = http://perl.overmeer.net/mimetypes/
+
+# for HTML
+HTML_OUTPUT     = ../public_html/mimetypes/html
+HTML_DOCROOT    = /mimetypes/html
+HTML_PACKAGE    = ../public_html/mimetypes/htmlpkg
+
+__POSTAMBLE

Modified: packages/libmime-types-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/debian/changelog?rev=5055&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/debian/changelog (original)
+++ packages/libmime-types-perl/trunk/debian/changelog Fri Apr 13 19:18:52 2007
@@ -1,3 +1,9 @@
+libmime-types-perl (1.19-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 13 Apr 2007 21:17:51 +0200
+
 libmime-types-perl (1.18-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libmime-types-perl/trunk/lib/MIME/Type.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/lib/MIME/Type.pm?rev=5055&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/lib/MIME/Type.pm (original)
+++ packages/libmime-types-perl/trunk/lib/MIME/Type.pm Fri Apr 13 19:18:52 2007
@@ -1,6 +1,10 @@
+# Copyrights 1999,2001-2007 by Mark Overmeer.
+# For other contributors see ChangeLog.
+# See the manual pages for details on the licensing terms.
+# Pod stripped from pm file by OODoc 0.99.
 package MIME::Type;
 use vars '$VERSION';
-$VERSION = '1.18';
+$VERSION = '1.19';
 
 use strict;
 

Modified: packages/libmime-types-perl/trunk/lib/MIME/Type.pod
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/lib/MIME/Type.pod?rev=5055&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/lib/MIME/Type.pod (original)
+++ packages/libmime-types-perl/trunk/lib/MIME/Type.pod Fri Apr 13 19:18:52 2007
@@ -1,9 +1,6 @@
-
 =head1 NAME
 
 MIME::Type - Definition of one MIME type
-
-
 
 =head1 SYNOPSIS
 
@@ -24,7 +21,6 @@
 
  print MIME::Type->simplified('x-appl/x-zip') #  'appl/zip'
 
-
 =head1 DESCRIPTION
 
 MIME types are used in MIME entities, for instance as part of e-mail
@@ -36,9 +32,7 @@
 F<http://www.iana.org/assignments/media-types/>
 and the collection kept at F<http://www.ltsw.se/knbase/internet/mime.htp>
 
-
 =head1 OVERLOADED
-
 
 overload: B<string comparison>
 
@@ -61,19 +55,15 @@
 
 I<Example:> use of stringification
 
-
  my $mime = MIME::Type->new('text/html');
  print "$mime\n";   # explicit stringification
  print $mime;       # implicit stringification
 
 =back
 
-
 =head1 METHODS
 
-
 =head2 Initiation
-
 
 MIME::Type-E<gt>B<new>(OPTIONS)
 
@@ -82,12 +72,12 @@
 Create (I<instantiate>) a new MIME::Type object which manages one
 mime type.
 
- Option    --Defined in     --Default
- encoding                     <depends on type>
- extensions                   []
- simplified                   <derived from type>
- system                       undef
- type                         <required>
+ Option    --Default
+ encoding    <depends on type>
+ extensions  []
+ simplified  <derived from type>
+ system      undef
+ type        <required>
 
 . encoding '7bit'|'8bit'|'base64'|'quoted-printable'
 
@@ -140,7 +130,6 @@
 =back
 
 =head2 Attributes
-
 
 $obj-E<gt>B<encoding>
 
@@ -174,7 +163,6 @@
 
 I<Example:> results of simplified()
 
-
  my $mime = MIME::Type->new(type => 'x-appl/x-zip');
  print $mime->simplified;                     # 'appl/zip'
  print $mime->simplified('text/plain');       # 'text/plain'
@@ -201,7 +189,6 @@
 
 =head2 Knowledge
 
-
 $obj-E<gt>B<equals>(STRING|MIME)
 
 =over 4
@@ -268,9 +255,6 @@
 
 =back
 
-
-
-
 =head1 DIAGNOSTICS
 
 I<Error:> Type parameter is obligatory.
@@ -278,23 +262,16 @@
 When a L<MIME::Type|MIME::Type> object is created, the type itself must be
 specified with the C<type> option flag.
 
-
-
-
-
-
-=head1 REFERENCES
-
-See the Mime::Types website at L<http://perl.overmeer.net/mimetypes/> for more details.
-
-=head1 COPYRIGHTS
-
-Module version 1.18.
-Written by Mark Overmeer (mimetypes at overmeer.net).  See the ChangeLog for
-other contributors.
-
-Copyright (c) 2001-2003 by the author(s). All rights reserved.  This program
-is free software; you can redistribute it and/or modify it under the
-same terms as Perl itself.
-
-
+=head1 SEE ALSO
+
+This module is part of MIME-Types distribution version 1.19,
+built on March 25, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
+
+=head1 LICENSE
+
+Copyrights 1999,2001-2007 by Mark Overmeer.For other contributors see ChangeLog.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+See F<http://www.perl.com/perl/misc/Artistic.html>
+

Modified: packages/libmime-types-perl/trunk/lib/MIME/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/lib/MIME/Types.pm?rev=5055&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/lib/MIME/Types.pm (original)
+++ packages/libmime-types-perl/trunk/lib/MIME/Types.pm Fri Apr 13 19:18:52 2007
@@ -1,7 +1,11 @@
+# Copyrights 1999,2001-2007 by Mark Overmeer.
+# For other contributors see ChangeLog.
+# See the manual pages for details on the licensing terms.
+# Pod stripped from pm file by OODoc 0.99.
 
 package MIME::Types;
 use vars '$VERSION';
-$VERSION = '1.18';
+$VERSION = '1.19';
 
 use strict;
 

Modified: packages/libmime-types-perl/trunk/lib/MIME/Types.pod
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/lib/MIME/Types.pod?rev=5055&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/lib/MIME/Types.pod (original)
+++ packages/libmime-types-perl/trunk/lib/MIME/Types.pod Fri Apr 13 19:18:52 2007
@@ -1,14 +1,11 @@
-
 =head1 NAME
 
 MIME::Types - Definition of MIME types
-
 
 =head1 INHERITANCE
 
  MIME::Types
    is an Exporter
-
 
 =head1 SYNOPSIS
 
@@ -16,7 +13,6 @@
  my $mimetypes = MIME::Types->new;
  my MIME::Type $plaintext = $mimetypes->type('text/plain');
  my MIME::Type $imagegif  = $mimetypes->mimeTypeOf('gif');
-
 
 =head1 DESCRIPTION
 
@@ -29,13 +25,9 @@
 by RFCs and vendors, so the list is long but not complete.  Please
 don't hestitate to ask to add additional information.
 
-
-
 =head1 METHODS
 
-
 =head2 Instantiation
-
 
 MIME::Types-E<gt>B<new>(OPTIONS)
 
@@ -45,8 +37,8 @@
 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
- only_complete              <false>
+ Option       --Default
+ only_complete  <false>
 
 . only_complete BOOLEAN
 
@@ -65,7 +57,6 @@
 =back
 
 =head2 Knowledge
-
 
 $obj-E<gt>B<addType>(TYPE, ...)
 
@@ -104,7 +95,6 @@
 
 I<Example:> use of mimeTypeOf()
 
-
  my MIME::Types $types = MIME::Types->new;
  my MIME::Type  $mime = $types->mimeTypeOf('gif');
 
@@ -132,7 +122,6 @@
 Returns a list of all defined mime-types
 
 =back
-
 
 =head1 FUNCTIONS
 
@@ -163,7 +152,6 @@
 
 I<Example:> use of function by_suffix()
 
-
  use MIME::Types 'by_suffix';
  my ($mediatype, $encoding) = by_suffix 'image.gif';
 
@@ -184,25 +172,16 @@
 
 =back
 
+=head1 SEE ALSO
 
+This module is part of MIME-Types distribution version 1.19,
+built on March 25, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
 
+=head1 LICENSE
 
+Copyrights 1999,2001-2007 by Mark Overmeer.For other contributors see ChangeLog.
 
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+See F<http://www.perl.com/perl/misc/Artistic.html>
 
-
-
-=head1 REFERENCES
-
-See the Mime::Types website at L<http://perl.overmeer.net/mimetypes/> for more details.
-
-=head1 COPYRIGHTS
-
-Module version 1.18.
-Written by Mark Overmeer (mimetypes at overmeer.net).  See the ChangeLog for
-other contributors.
-
-Copyright (c) 2001-2003 by the author(s). All rights reserved.  This program
-is free software; you can redistribute it and/or modify it under the
-same terms as Perl itself.
-
-




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