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:
parent
fe5b42e193
commit
0d4b941f74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393712
@ -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
16
misc/R-cran-mime/Makefile
Normal 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>
|
2
misc/R-cran-mime/distinfo
Normal file
2
misc/R-cran-mime/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (mime_0.3.tar.gz) = b36faa83b5cddfbf53283322dbc1a42f2d306f04b7be0679591b2a86d04f2ec5
|
||||
SIZE (mime_0.3.tar.gz) = 12289
|
4
misc/R-cran-mime/pkg-descr
Normal file
4
misc/R-cran-mime/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user