2021-09-19 18:43:27 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
mail/ruby-mime-types-data: update to 3.2021.0901
3.2021.0901 (2021-09-01)
* Updated the Apache and IANA media registry entries as of release date.
* Added file extension for WebVTT text format. #46.
|
2021-02-28 16:21:39 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
mail/ruby-mime-types-data: update to 3.2021.0225
3.2021.0225 / 2021-02-25
* Updated the Apache and IANA media registry entries as of release date.
* Added file extension for AVIF video format. #40.
|
2021-02-13 14:53:30 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
mail/ruby-mime-types-data: update to 3.2021.0212
3.2021.0212 / 2021-02-12
* Updated the IANA media registry entries as of release date.
* Added a new rake task (release:automatic) that downloads and converts
the data from Apache and IANA; if there are changes detected, it updates
the release version, changelog, manifest, and gemspec and commits the
changes to git.
|
2021-01-11 14:53:16 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
mail/ruby-mime-types-data: update to 3.2020.1104
## 3.2020.1104 / 2020-11-04
- Updated the IANA media registry entries as of release date.
- Added `application/x-zip-compressed`. [#36][].
- Updated the contributing guide to include information about the release
process as described in [#18][].
- Corrected a misspelling of Yoran Brondsema's name. Sorry, Yoran. [#35][].
|
2020-05-25 16:01:30 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
mail/ruby-mime-types-data: update to 3.2020.05.12
Update ruby-mime-types-data to 3.2020.05.12.
## 3.2020.05.12 / 2020-05-12
- Updated the IANA media registry entires as of release date.
- Added file extensions for HEIC image types. [#34][].
|
2020-04-27 16:33:50 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
mail/ruby-mime-types-data: update to 3.2020.0425
Update ruby-mime-types-data to 3.2020.0425.
3.2020.04.25 / 2020-04-25
* Updated the IANA media registry entires as of release date.
* Added several RAW image types based on data from GNOME RAW
Thumbnailer. #33 fixing #32.
* Added audio/wav. #31.
* Added a type for Smarttech notebook files. #30.
* Added an alias for audio/m4a files. #29.
* Added application/x-ms-dos-executable. #28.
|
2019-11-02 16:07:16 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
mail/ruby-mime-types-data: update to 3.2019.1009
Update ruby-mime-types-data to 3.2019.1009.
pkgsr change: Add "USE_LANGUAGES= # none".
## 3.2019.0331 / 2019-03-31
* Updated the IANA media registry entries as of release date.
* Added support for `application/wasm` with extension `.wasm`. [#21][]
* Fixed `application/ecmascript` extensions. [#20][]
|
2018-09-23 17:40:47 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
mail/ruby-mime-types-data: update to 3.2018.0812
## 3.2018.0812 / 2018-08-12
* Added `.xsd` extension to `text/xml`. [#10][]
* Added `.js` and `.mjs` extensions to `text/ecmascript` and
`text/javascript`. [#11][]
* Added `.ipa` extension to `application/octet-stream`. [#12][]
* Moved extensions `.markdown` and `.md` and added `.mkd` extension to
`text/markdown`. [#13][]
* Because of a bug found with mime-types 3 before 3.2.1, this version
requires mime-types 3.1 or later to manage data.
* Updated the IANA media registry entries as of release date. The biggest
major change here is the addition of the `font/` top-level media type.
* MIME type changes not introduced by pull requests will no longer be
individually tracked.
* Clarified that the YAML editable format is not shipped with the Ruby gem
for size considerations.
|
2016-07-29 23:38:37 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Import mime-types-data-3.2016.0521 as mail/ruby-mime-types-data
mime-types-data provides a registry for information about MIME media
type definitions. It can be used with the Ruby mime-types library or
other software to determine defined filename extensions for MIME
types, or to use filename extensions to look up the likely MIME type
definitions.
|