New port, mail/rubygem-mini_mime: Minimal mime type library
WWW: https://github.com/discourse/mini_mime
This commit is contained in:
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
|
@ -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
|
||||
|
|
18
mail/rubygem-mini_mime/Makefile
Normal file
18
mail/rubygem-mini_mime/Makefile
Normal 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>
|
3
mail/rubygem-mini_mime/distinfo
Normal file
3
mail/rubygem-mini_mime/distinfo
Normal 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
|
5
mail/rubygem-mini_mime/pkg-descr
Normal file
5
mail/rubygem-mini_mime/pkg-descr
Normal 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
|
Loading…
Reference in a new issue