Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2017 02:48:54 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447382 - in head/mail: . rubygem-mini_mime
Message-ID:  <201708050248.v752mssP071779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sat Aug  5 02:48:54 2017
New Revision: 447382
URL: https://svnweb.freebsd.org/changeset/ports/447382

Log:
  New port, mail/rubygem-mini_mime: Minimal mime type library
  
  WWW: https://github.com/discourse/mini_mime

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

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sat Aug  5 01:46:09 2017	(r447381)
+++ head/mail/Makefile	Sat Aug  5 02:48:54 2017	(r447382)
@@ -618,6 +618,7 @@
     SUBDIR += rubygem-mail_room
     SUBDIR += rubygem-mailboxer
     SUBDIR += rubygem-mailfactory
+    SUBDIR += rubygem-mini_mime
     SUBDIR += rubygem-pony
     SUBDIR += rubygem-premailer
     SUBDIR += rubygem-premailer-rails

Added: head/mail/rubygem-mini_mime/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-mini_mime/Makefile	Sat Aug  5 02:48:54 2017	(r447382)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	mini_mime
+PORTVERSION=	0.1.3
+CATEGORIES=	mail rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Lightweight mime type lookup toy
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/mail/rubygem-mini_mime/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-mini_mime/distinfo	Sat Aug  5 02:48:54 2017	(r447382)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1501901117
+SHA256 (rubygem/mini_mime-0.1.3.gem) = d2510acf3af92ac904036b19e711c986bdcb2c14704d9ff35f426dfb599602ea
+SIZE (rubygem/mini_mime-0.1.3.gem) = 32768

Added: head/mail/rubygem-mini_mime/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-mini_mime/pkg-descr	Sat Aug  5 02:48:54 2017	(r447382)
@@ -0,0 +1,5 @@
+MiniMime is a minimal mime type implementation for use with the mail and
+rest-client gems.  It is optimised to minimize memory usage and keeps a
+cache of 100 mime type lookups (and 100 misses).
+
+WWW: https://github.com/discourse/mini_mime



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708050248.v752mssP071779>