1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- 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/
This commit is contained in:
TAKATSU Tomonari 2015-08-08 06:01:28 +00:00
parent fe5b42e193
commit 0d4b941f74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393712
4 changed files with 23 additions and 0 deletions

View File

@ -3,6 +3,7 @@
COMMENT = Miscellaneous utilities
SUBDIR += R-cran-mime
SUBDIR += achievo
SUBDIR += aclgen
SUBDIR += amanda-client

16
misc/R-cran-mime/Makefile Normal file
View File

@ -0,0 +1,16 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $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 <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (mime_0.3.tar.gz) = b36faa83b5cddfbf53283322dbc1a42f2d306f04b7be0679591b2a86d04f2ec5
SIZE (mime_0.3.tar.gz) = 12289

View File

@ -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/