Initial import of MIME-Types-1.001

perl module to manage MIME types
---
A start for a more detailed data-structure to keep knowledge about
various data types are defined by MIME.  Some basic treatments with
mime types are implemented.

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.
This commit is contained in:
shell 2002-07-11 09:22:45 +00:00
parent 97579be3fb
commit 86eb7e28ca
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/07/11 09:22:45 shell Exp $
COMMENT= "perl module to manage MIME types"
DISTNAME= MIME-Types-1.001
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (MIME-Types-1.001.tar.gz) = 596dfb483f6c44e922e37ad6e4d3f09f
RMD160 (MIME-Types-1.001.tar.gz) = b97014f9c3d2a616804ff140eaceadf148d3b9cb
SHA1 (MIME-Types-1.001.tar.gz) = a5e839bf69dd3744a6adc0e911906cb30feb968d

View File

@ -0,0 +1,7 @@
A start for a more detailed data-structure to keep knowledge about
various data types are defined by MIME. Some basic treatments with
mime types are implemented.
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.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/07/11 09:22:45 shell Exp $
${P5SITE}/MIME/Type.pm
${P5SITE}/MIME/Types.pm
man/man3p/MIME::Type.3p
man/man3p/MIME::Types.3p