From owner-svn-ports-head@freebsd.org Sat Aug 8 06:01:30 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 B03AF9AC14F; Sat, 8 Aug 2015 06:01:30 +0000 (UTC) (envelope-from tota@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 7C70518C9; Sat, 8 Aug 2015 06:01:30 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t7861UTW071543; Sat, 8 Aug 2015 06:01:30 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t7861TVW071538; Sat, 8 Aug 2015 06:01:29 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201508080601.t7861TVW071538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 8 Aug 2015 06:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393712 - in head/misc: . R-cran-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: Sat, 08 Aug 2015 06:01:30 -0000 Author: tota Date: Sat Aug 8 06:01:28 2015 New Revision: 393712 URL: https://svnweb.freebsd.org/changeset/ports/393712 Log: - Add new port: misc/R-cran-mime Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems. WWW: https://cran.r-project.org/web/packages/mime/ Added: head/misc/R-cran-mime/ head/misc/R-cran-mime/Makefile (contents, props changed) head/misc/R-cran-mime/distinfo (contents, props changed) head/misc/R-cran-mime/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat Aug 8 05:23:28 2015 (r393711) +++ head/misc/Makefile Sat Aug 8 06:01:28 2015 (r393712) @@ -3,6 +3,7 @@ COMMENT = Miscellaneous utilities + SUBDIR += R-cran-mime SUBDIR += achievo SUBDIR += aclgen SUBDIR += amanda-client Added: head/misc/R-cran-mime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/R-cran-mime/Makefile Sat Aug 8 06:01:28 2015 (r393712) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= mime +PORTVERSION= 0.3 +CATEGORIES= misc +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Map Filenames to MIME Types + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include Added: head/misc/R-cran-mime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/R-cran-mime/distinfo Sat Aug 8 06:01:28 2015 (r393712) @@ -0,0 +1,2 @@ +SHA256 (mime_0.3.tar.gz) = b36faa83b5cddfbf53283322dbc1a42f2d306f04b7be0679591b2a86d04f2ec5 +SIZE (mime_0.3.tar.gz) = 12289 Added: head/misc/R-cran-mime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/R-cran-mime/pkg-descr Sat Aug 8 06:01:28 2015 (r393712) @@ -0,0 +1,4 @@ +Guesses the MIME type from a filename extension using the data +derived from /etc/mime.types in UNIX-type systems. + +WWW: https://cran.r-project.org/web/packages/mime/