New port, mail/rubygem-mini_mime: Minimal mime type library

WWW: https://github.com/discourse/mini_mime
This commit is contained in:
Joseph Mingrone 2017-08-05 02:48:54 +00:00
parent d4ce0abca8
commit 264d26289a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447382
4 changed files with 27 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1501901117
SHA256 (rubygem/mini_mime-0.1.3.gem) = d2510acf3af92ac904036b19e711c986bdcb2c14704d9ff35f426dfb599602ea
SIZE (rubygem/mini_mime-0.1.3.gem) = 32768

View file

@ -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