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:
parent
97579be3fb
commit
86eb7e28ca
18
mail/p5-MIME-Types/Makefile
Normal file
18
mail/p5-MIME-Types/Makefile
Normal 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>
|
3
mail/p5-MIME-Types/distinfo
Normal file
3
mail/p5-MIME-Types/distinfo
Normal 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
|
7
mail/p5-MIME-Types/pkg/DESCR
Normal file
7
mail/p5-MIME-Types/pkg/DESCR
Normal 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.
|
5
mail/p5-MIME-Types/pkg/PLIST
Normal file
5
mail/p5-MIME-Types/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user