This module provides basic functions for handling mime-types. It can

handle matching mime-types against a list of media-ranges.  See
section 14.1 of the HTTP specification [RFC 2616] for a complete
explanation:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1

WWW: http://search.cpan.org/dist/Parse-MIME/
This commit is contained in:
Jun Kuriyama 2015-08-23 11:55:18 +00:00
parent 8e545a44b0
commit 0faa045b9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395087
5 changed files with 31 additions and 0 deletions

View File

@ -414,6 +414,7 @@
SUBDIR += p5-POE-Component-Client-SMTP
SUBDIR += p5-POE-Component-SMTP
SUBDIR += p5-POE-Filter-Transparent-SMTP
SUBDIR += p5-Parse-MIME
SUBDIR += p5-Parse-Syslog-Mail
SUBDIR += p5-Qmail-Envelope
SUBDIR += p5-SES

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= Parse-MIME
PORTVERSION= 1.003
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to parse mime-types
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Parse-MIME-1.003.tar.gz) = cc0a77e88a0ed5712d1b682d30d209b66d3c2cd64e83274ebcacc5bd1e4368bf
SIZE (Parse-MIME-1.003.tar.gz) = 13282

View File

@ -0,0 +1,7 @@
This module provides basic functions for handling mime-types. It can
handle matching mime-types against a list of media-ranges. See
section 14.1 of the HTTP specification [RFC 2616] for a complete
explanation:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1
WWW: http://search.cpan.org/dist/Parse-MIME/

View File

@ -0,0 +1,2 @@
%%PERL5_MAN3%%/Parse::MIME.3.gz
%%SITE_PERL%%/Parse/MIME.pm