./mail/ruby-mini_mime, Lightweight mime type lookup toy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.5, Package name: ruby31-mini_mime-1.1.5, Maintainer: pkgsrc-users

# MiniMime

Minimal mime type implementation for use with the mail and rest-client gem.


Required to run:
[lang/ruby31-base]

Master sites:

Filesize: 34.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-11 13:06:11 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-mini_mime: update to 1.1.5

1.1.3 (2023-04-08)

* Added fork safety by migrating from seek+read to pread

1.1.4 (2023-08-08)

* Version 1.1.3 had issues on Windows which does not support pread, added a
  polyfill

1.1.5 (2023-08-08)

* Update mime types from upstream
   2021-12-19 15:07:59 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-mini_mime: update to 1.1.2

1.1.0 (2021-04-05)

*MiniMime.lookup_by_extension is now case insensitive

1.1.1 (2021-08-23)

* update mime types from upstream

1.1.2 (2021-10-11)

* update mime types from upstream
   2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356)
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
   2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357)
Log message:
mail: Remove SHA1 hashes for distfiles
   2021-06-03 17:11:53 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
mail/ruby-mini_mime: update to 1.0.3

Since redmine require mini_mime < 1.1, update to latest 1.0.3.

1.0.3 (2021-03-26)
  * Update mime types from upstream
   2019-11-12 15:58:13 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Regen distinfo
   2019-11-02 16:12:26 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
mail/ruby-mini_mime: update to 1.0.2

Update ruby-mini_mime to 1.0.2.

pkgsr change: Add "USE_LANGUAGES=	# none".

08-07-2019
  - Version 1.0.2
  - Update mime types from upstream
   2018-09-23 17:42:43 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-mini_mime: update to 1.0.1

14-08-2018
  - Version 1.0.1
  - Update mime types from upstream
  - Add lookup_by_extension to the public API