Date: Sat, 2 May 2015 16:55:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385188 - in head/misc: . rubygem-mimemagic Message-ID: <201505021655.t42Gt7Sv069776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505021655.t42Gt7Sv069776>