From owner-svn-ports-head@freebsd.org Sun Aug 23 11:55:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 640E29C1C7D; Sun, 23 Aug 2015 11:55:20 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48355F9D; Sun, 23 Aug 2015 11:55:20 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7NBtKmR083231; Sun, 23 Aug 2015 11:55:20 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7NBtIZU083226; Sun, 23 Aug 2015 11:55:18 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201508231155.t7NBtIZU083226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Sun, 23 Aug 2015 11:55:18 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2015 11:55:20 -0000 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 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