diff options
author | wiz <wiz> | 2013-10-06 16:05:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-10-06 16:05:32 +0000 |
commit | ad2adbd6c574ed1798d5ef47b64ade3bf712e611 (patch) | |
tree | a0fddafa02c6d4b8f982b018c02f4219b3d648cb /databases | |
parent | 44feee946fb64425ccd2b639bfefb8ceab44466f (diff) | |
download | pkgsrc-ad2adbd6c574ed1798d5ef47b64ade3bf712e611.tar.gz |
Update to 1.2:
shared-mime-info 1.2 (2013-09-30)
* Mime-type changes:
- Use IANA registered application/sql type for SQL
- Add test for text/x-python
- Added *.pyx as Pyrex/Cython variant of text/x-python
- Lower the priority of the *png glob on Apple PNGs
- Add magic for Kobo e-book reader
- Add another magic for EPub books
- Add missing globs and tests for OpenPGP files
- Add MIME types for raw disk images
- Add video/x-matroska-3d mime-type
- Use application/vnd.adobe.flash.movie for SWF
- Use application/vnd.nintendo.snes.rom for SNES ROMs, associate *.sfc with them
- Fix shebang matches for shell scripts
- Remove *.ogv as a glob for Theora videos as they might not be Theora
- Improve detection of Perl scripts
- Add more aliases for Photoshop images
- Add Microsoft Publisher mime-type
- Correct JPEG2000 definition
* Check for errors when saving files, and ensure that files
are saved to disk before carrying on.
* Don't use access() to check for writability
* Rename configure.in to configure.ac
Diffstat (limited to 'databases')
-rw-r--r-- | databases/shared-mime-info/Makefile | 5 | ||||
-rw-r--r-- | databases/shared-mime-info/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/shared-mime-info/Makefile b/databases/shared-mime-info/Makefile index 074b2bd85a0..f0694766e65 100644 --- a/databases/shared-mime-info/Makefile +++ b/databases/shared-mime-info/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2013/03/15 21:50:14 wiz Exp $ -# +# $NetBSD: Makefile,v 1.55 2013/10/06 16:05:32 wiz Exp $ -DISTNAME= shared-mime-info-1.1 +DISTNAME= shared-mime-info-1.2 CATEGORIES= databases MASTER_SITES= http://people.freedesktop.org/~hadess/ EXTRACT_SUFX= .tar.xz diff --git a/databases/shared-mime-info/distinfo b/databases/shared-mime-info/distinfo index 0d8b97eb971..bbc7b67feb6 100644 --- a/databases/shared-mime-info/distinfo +++ b/databases/shared-mime-info/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2013/03/15 21:50:14 wiz Exp $ +$NetBSD: distinfo,v 1.23 2013/10/06 16:05:32 wiz Exp $ -SHA1 (shared-mime-info-1.1.tar.xz) = 752668b0cc5729433c99cbad00f21241ec4797ef -RMD160 (shared-mime-info-1.1.tar.xz) = 8d0c916690b43e5de99f7a3abc12e579833ab61c -Size (shared-mime-info-1.1.tar.xz) = 506660 bytes +SHA1 (shared-mime-info-1.2.tar.xz) = 4c1598e30c632f1f9e825d95da7e3a1f47a32948 +RMD160 (shared-mime-info-1.2.tar.xz) = fb1dca4b9f866dc1c6cc9ac4bab066a2a5bc69b6 +Size (shared-mime-info-1.2.tar.xz) = 514612 bytes SHA1 (patch-aa) = a3df00b2bf0607c6295ef3d08111af6cee0574f7 |