aboutsummaryrefslogtreecommitdiff
path: root/misc/rubygem-mimemagic
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-02 16:55:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-02 16:55:06 +0000
commitf4dfee865cf3134e54b6ac69d76acf0dc7a61d16 (patch)
tree5cfbecc58beb0dd8d7cce133044a4dbc3e889dcb /misc/rubygem-mimemagic
parent3c8948022bcdc15913ea0bec6aab83d58fee9b36 (diff)
downloadports-f4dfee865cf3134e54b6ac69d76acf0dc7a61d16.tar.gz
ports-f4dfee865cf3134e54b6ac69d76acf0dc7a61d16.zip
Notes
Diffstat (limited to 'misc/rubygem-mimemagic')
-rw-r--r--misc/rubygem-mimemagic/Makefile18
-rw-r--r--misc/rubygem-mimemagic/distinfo2
-rw-r--r--misc/rubygem-mimemagic/pkg-descr4
3 files changed, 24 insertions, 0 deletions
diff --git a/misc/rubygem-mimemagic/Makefile b/misc/rubygem-mimemagic/Makefile
new file mode 100644
index 000000000000..b4fb3ad8fec2
--- /dev/null
+++ b/misc/rubygem-mimemagic/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= mimemagic
+PORTVERSION= 0.3.0
+CATEGORIES= misc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ports@michael-fausten.de
+COMMENT= MIME detection by extension or content in pure ruby
+COMMENT= Detects the mime type of a file by extension or by content
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/misc/rubygem-mimemagic/distinfo b/misc/rubygem-mimemagic/distinfo
new file mode 100644
index 000000000000..d5a1191ce68e
--- /dev/null
+++ b/misc/rubygem-mimemagic/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/mimemagic-0.3.0.gem) = a9a1de1e5750b4e59d1126a84dd67ae55595feda835f1659e3fe686917c13480
+SIZE (rubygem/mimemagic-0.3.0.gem) = 354816
diff --git a/misc/rubygem-mimemagic/pkg-descr b/misc/rubygem-mimemagic/pkg-descr
new file mode 100644
index 000000000000..12da3a261677
--- /dev/null
+++ b/misc/rubygem-mimemagic/pkg-descr
@@ -0,0 +1,4 @@
+MimeMagic is a library to detect the mime type of a file by extension or by
+content. It uses the mime database provided by freedesktop.org.
+
+WWW: https://github.com/minad/mimemagic