svn commit: r385188 - in head/misc: . rubygem-mimemagic

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 2 16:55:08 UTC 2015


Author: sunpoet
Date: Sat May  2 16:55:06 2015
New Revision: 385188
URL: https://svnweb.freebsd.org/changeset/ports/385188

Log:
  - Add rubygem-mimemagic 0.3.0
  
  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
  
  PR:		199689
  Submitted by:	Michael Fausten <ports at michael-fausten.de>

Added:
  head/misc/rubygem-mimemagic/
  head/misc/rubygem-mimemagic/Makefile   (contents, props changed)
  head/misc/rubygem-mimemagic/distinfo   (contents, props changed)
  head/misc/rubygem-mimemagic/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sat May  2 16:55:01 2015	(r385187)
+++ head/misc/Makefile	Sat May  2 16:55:06 2015	(r385188)
@@ -394,6 +394,7 @@
     SUBDIR += rubygem-iesd
     SUBDIR += rubygem-mime-types
     SUBDIR += rubygem-mime-types1
+    SUBDIR += rubygem-mimemagic
     SUBDIR += rubygem-rabbit
     SUBDIR += rubygem-vpim
     SUBDIR += rump

Added: head/misc/rubygem-mimemagic/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/rubygem-mimemagic/Makefile	Sat May  2 16:55:06 2015	(r385188)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	mimemagic
+PORTVERSION=	0.3.0
+CATEGORIES=	misc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ports at 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>

Added: head/misc/rubygem-mimemagic/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/rubygem-mimemagic/distinfo	Sat May  2 16:55:06 2015	(r385188)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/mimemagic-0.3.0.gem) = a9a1de1e5750b4e59d1126a84dd67ae55595feda835f1659e3fe686917c13480
+SIZE (rubygem/mimemagic-0.3.0.gem) = 354816

Added: head/misc/rubygem-mimemagic/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/rubygem-mimemagic/pkg-descr	Sat May  2 16:55:06 2015	(r385188)
@@ -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


More information about the svn-ports-head mailing list