svn commit: r393712 - in head/misc: . R-cran-mime

TAKATSU Tomonari tota at FreeBSD.org
Sat Aug 8 06:01:30 UTC 2015


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 <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	mime
+PORTVERSION=	0.3
+CATEGORIES=	misc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Map Filenames to MIME Types
+
+LICENSE=	GPLv2
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

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/


More information about the svn-ports-all mailing list