Date: Sun, 23 Aug 2015 11:55:18 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395087 - in head/mail: . p5-Parse-MIME Message-ID: <201508231155.t7NBtIZU083226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sun Aug 23 11:55:18 2015 New Revision: 395087 URL: https://svnweb.freebsd.org/changeset/ports/395087 Log: 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/ Added: head/mail/p5-Parse-MIME/ head/mail/p5-Parse-MIME/Makefile (contents, props changed) head/mail/p5-Parse-MIME/distinfo (contents, props changed) head/mail/p5-Parse-MIME/pkg-descr (contents, props changed) head/mail/p5-Parse-MIME/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sun Aug 23 11:52:12 2015 (r395086) +++ head/mail/Makefile Sun Aug 23 11:55:18 2015 (r395087) @@ -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 Added: head/mail/p5-Parse-MIME/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Parse-MIME/Makefile Sun Aug 23 11:55:18 2015 (r395087) @@ -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> Added: head/mail/p5-Parse-MIME/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Parse-MIME/distinfo Sun Aug 23 11:55:18 2015 (r395087) @@ -0,0 +1,2 @@ +SHA256 (Parse-MIME-1.003.tar.gz) = cc0a77e88a0ed5712d1b682d30d209b66d3c2cd64e83274ebcacc5bd1e4368bf +SIZE (Parse-MIME-1.003.tar.gz) = 13282 Added: head/mail/p5-Parse-MIME/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Parse-MIME/pkg-descr Sun Aug 23 11:55:18 2015 (r395087) @@ -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/ Added: head/mail/p5-Parse-MIME/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Parse-MIME/pkg-plist Sun Aug 23 11:55:18 2015 (r395087) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Parse::MIME.3.gz +%%SITE_PERL%%/Parse/MIME.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508231155.t7NBtIZU083226>