summaryrefslogtreecommitdiff
path: root/databases/shared-mime-info
AgeCommit message (Collapse)AuthorFilesLines
2010-02-07Update to 0.71:wiz3-7/+8
shared-mime-info 0.71 (2010-02-01) * Mime-type Changes: - Add magic for FLAC files - Add ICC profiles - Remove duplicate XUL definition - Add IT8.7/2 profiles - Add Apple's HTTP Live Streaming playlists - Add application/pkix-crl - Match *xsl and *xslt to application/xslt+xml - Add *.eml glob for message/rfc822 messages - Add application/vnd.openxmlformats-officedocument.presentationml.slideshow - Update MathML definition - Add application/x-java-keystore and application/x-java-jce-keystore - Add OpenDocument test cases, flat XML file definitions - Make D sources a sub-class of C sources * Specification: - Update version to 0.19 * Other: - Move to git for VCS - Use transifex for translations
2009-10-31Update to 0.70, set LICENSE.wiz4-13/+15
shared-mime-info 0.70 (2009-09-06) * Mime-type Changes: - Add MXF video - Add Google Earth XML files - Add XZ arcgives - Add SPSS formats - Add OpenRaster images - Add glob for OpenType fonts - Add more MPEG-4 video container magic - Add RealMediaFormat videos - Add LZIP archives - Add Kexi mime-types - Add CBT comics - Add Windows theme packs - Add metalink - Better glob for core files - Better magic for graphviz files - Add MRML, CVS, TSV acronyms - Better definition for LZO archives - Fix mime-type/magic for Java archives - Fix MSWinURL magic - Add tar.bz2 as a sub-class of application/x-bzip-compressed-tar - Split Win32 from Unix autostart detection - Better magic for Cisco VPN files - New magic for Word documents - Better glob matching for Makefiles * Specification: - Add glob-deleteall and magic-deleteall support - Add case-sensitive attribute support * Other changes: - fix make call on *BSDs - Better error in update-mime-database when a directory doesn't exist
2009-06-14Remove @dirrm related logic.joerg2-9/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-16cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-23Update to 0.60:wiz4-29/+14
shared-mime-info 0.60 (2009-02-21) * Mime-type Changes: - Add alias for SMIL - Fix SMIL detection - Add Annodex mime-type - Only use .ogg for audio Ogg files - Fix RDF mime-type - Oasis mime-type fixes - Make PICTURES match a picture CD but not "pictures" - Add alias for application/zip - Add Microsoft Document Imaging format - Add magic for 7z archives - Add cb7 comic book archives - Add magic for XCF files - Remove application/x-msi magic - Add audio/x-gsm mime-type - Add MS cab mime-type - Add FictionBook mime-type - Fix PKCS#12 bundles definition (not text files) - Add PKCS#7 and PkiPath mime-types - Add application/vnd.ms-wpl mime-type - Add more aliases for media types - Add alias for text/x-csv - Fix comment for Gnucash files - Make Javascript a sub-class of C - Add *.vapi as a glob for Vala files - Fix image/fits to match IANA - Add Office 2007/OpenXML documents mime-types - Add Pocket Word and AportisDoc document types - Fix MS ICO, and Photoshop image to match IANA * Other changes: - Regenerate the pot file when needed - Some clarifications in the spec - Build fix when srcdir != builddir
2008-10-31PLIST: Don't remove share/mime/packages, handled by DEINSTALL.wiz3-5/+6
DEINSTALL: Try removing share/mime as well. Makefile: PKGREVISION++
2008-10-17Add more transations to PLIST. Bump rev.tnn2-2/+6
2008-10-16update to 0.51drochner4-22/+18
changes: shared-mime-info 0.51 (2008-07-23) * Mime-type Changes: - Strings review shared-mime-info 0.50 (2008-07-22) * Mime-type Changes: - Better magic for a number of image types, from gdk-pixbuf - Add "extended URL format" files - Add MSI (Windows Installer) type - Add tree content types * update-mime-database Changes: - Implement tree content types, in the treemagic file shared-mime-info 0.40 (2008-06-11) * Mime-type Changes: - Add Skencil image - Add OpenOffice extension - Add Lilypond music sheets - Add MO3 compressed tracker files - Add text/x-diff alias for patches - Add text/x-c alias for C source files - Add text/rtf for RTF files - Add *.m3u8 glob for M3U files - Fix problems with Matroska audio/video detection - Fix pack200 magic - Fix detection of some message/rfc822 files - Tighten PBM/PPM/PGM magic to avoid false positives - Make "README*" glob very low - Make application/x-gnuplot a subclass of text/plain - Remove useless fnmatch matches - Remove useless gtkrc mime-type * update-mime-database Changes: - Implement glob weights - Implement reverse suffix tree - Implement icon and generic-icon support - Implement compact suffix tree
2008-06-23revert to 0.30 -- 0.40 appears to be incompatible with gnome-vfs at leastdrochner6-25/+23
2008-06-23try to be friendly to people doing "make update": don't blow awaydrochner1-2/+4
share/mime/packages
2008-06-21Update to 0.40:wiz6-24/+26
shared-mime-info 0.40 (2008-06-11) * Mime-type Changes: - Add Skencil image - Add OpenOffice extension - Add Lilypond music sheets - Add MO3 compressed tracker files - Add text/x-diff alias for patches - Add text/x-c alias for C source files - Add text/rtf for RTF files - Add *.m3u8 glob for M3U files - Fix problems with Matroska audio/video detection - Fix pack200 magic - Fix detection of some message/rfc822 files - Tighten PBM/PPM/PGM magic to avoid false positives - Make "README*" glob very low - Make application/x-gnuplot a subclass of text/plain - Remove useless fnmatch matches - Remove useless gtkrc mime-type * update-mime-database Changes: - Implement glob weights - Implement reverse suffix tree - Implement icon and generic-icon support - Implement compact suffix tree
2008-05-21Update to 0.30:wiz4-15/+15
shared-mime-info 0.30 (2008-05-12) * Mime-type Changes: - Add LZMA archive - Add Eiffel source - Add TTX font - Add EXR image - Add SubViewer subtitle - Add Windows Registry - Add SMAF, XMF and iMelogy ringtones - Add MRML playlists - Add FLTK Fluid - Add NFO info - Add ALZ archive - Add MS Word template - Add GNUNet saved searches - Add MOF - Add CDRDAO TOC - Add magic for KDC Kodak - Add pattern for PCX images - Add pattern for mbox files - Add pattern for AWK scripts - Add more magic for FLAC audio - Add iptables - Add Electronic books - Add Cisco VPN - Add Pack200 archives - Add CMake scripts - Add MS Works document - Update DjVu types - Update Flash video type - Mark RCS files as text/plain - Add an alias for RPM packages - Remove application/x-cgi mime-type - Remove *.exe glob for Unix executables - Remove audio/x-mp3-playlist and make it an alias for MP3 playlists - Remove the useless application/x-dbm type - Remove duplicate *.amr glob from 3GPP files - Add "<Asx" as a pattern for ASX files - Lower XML magic priority so text/html is preferred - Fix magic for application/x-java - Fix up magic for AVI files - Add "*.med" glob to MOD music - Add "*.3gp2" glob for 3GPP audio/video - Fix multiple XML mime-types - Remove duplicate StuffIt archive type - Remove unused text/x-ksysv-log * Other: - Update specification - Add instructions on how to file bugs, and update translations - Update dependencies to GLib 2.6 - Update DTD, require translated comments, require expanded-acronym if acronym is present, require a known value for generic-icon - Small fix to the update-mime-database man page - Ignore unknown fields in update-mime-database - Make sure all the comments are marked for translation - Fix typos in the DTD - Avoid warnings in update-mime-database for the x-content/ mimetypes
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-01-15Update to 0.23:wiz5-17/+18
shared-mime-info 0.23 (2007-12-18) * Mime-type Changes: - Add QTIF QuickTime image - Add SDP stream description - Add Vala source file - Add Atom feed, OPML - Add SAMI, MicroDVD, MPSub, SSA subtitles - Add audio/x-m4b as a sub-class of audio/mp4 - Add *.aac as a suffix for MPEG-4 audio files - Add Compressed Flash detection, add FutureSplash support - Add *.asc as a suffix for PGP armoured keys - Add application/msword as a sub-class of application/x-ole-storage - Don't associate *.htm and *.html to Mozilla bookmarks - Add more aliases for PowerPoint and Word mime-types - Add *.vlc as a suffix for m3u files - Better magic for Word and Office documents - Split Windows Media Station playlists from ASX ones - Fix up JPEG 2000 mime-types * Other: - Add a testsuite in the CVS tree
2007-12-06If the fake update-mime-database is invoked with just "-v" let it reportmarkd1-1/+2
the correct version information.
2007-11-03Remove INCOMPAT_GETTEXT and the automatic rebuilding of the PO files.joerg4-4/+34
This fixes the build on older NetBSD systems in a clean way.
2007-10-29This package requires recent gettext-lib and the one included in NetBSD-3minskim1-1/+3
is too old. Add NetBSD-[123].* to INCOMPAT_GETTEXT so that it avoids using built-in gettext-lib on those platforms. This fixes PR pkg/37157.
2007-10-28Supports DESTDIR.joerg1-1/+2
2007-10-11update to 0.22. Sorry, no changelog available. Will be needed bydrochner4-15/+17
gnome-2.20.
2007-08-29USE_TOOLS+= xgettextgdt1-2/+2
This still fails on netbsd-3 because base gettext is too old.
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma1-7/+2
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-09-03Update to 0.19:wiz2-7/+7
shared-mime-info 0.19 (2006-08-25) * Mime-type Changes: - Add application/powerpoint and application/mspowerpoint as aliases for Powerpoint - Add VHDL mime-type - Add application/mbox for the MBOX mailboxes - Add text/x-txt2tags - Remove *.dat as a glob for MPEG videos - Add Monkey's Audio, AC3, and Musepack mime-types - Fix matching Type1 fonts - Remove useless application/octet-stream mime-type - Add *.mo to application/x-gettext-translation - Add loads of tracker audio files, console ROMs, raw images mime-types - Fix QuickTime Media Links mime-types and detection - Add audio/AMR and audio/AMR-WB mime-types and detection - Add better TeX magic, and more globs - Add better magic for patch files - Fix .jar files' mime-types, and add better magic - Fix magic for MPEG4 audio files - Add an alias for .deb packages - Add application/sieve mime-type - Fix application/javascript's mime-type - Fix text/csv's mime-type * Other: - Add paths to the .pc file
2006-07-10Update to 0.18:wiz3-8/+9
shared-mime-info 0.18 (2006-07-03) * Mime-type Changes: - Add *.qtl to video/quicktime - Add *.wax to audio/x-ms-asx - Add *.mpga to audio/mpeg - Add audio/x-ms-wma (Windows Media Audio) - Add application/xspf+xml (XSPF playlist) - Add a lot of subclassing information - Fix the RSS mime-types - Fix *.asx files' mime-type - Avoid audio/x-ms-asx files being detected as HTML - Avoid application/pdf files being detected as Matlab documents - Clarify C, C++, C# and ObjC mime-types * New translations: - Danish
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam1-3/+3
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-7/+11
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-06-08Needs msgfmt.joerg1-2/+2
2006-05-21Fixed pkglint warnings.rillig2-14/+13
2006-05-08add '-c99' to the CFLAGS when using MIPSProjschauma1-1/+7
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-33/+33
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to 0.17:jmmv3-9/+11
* Mime-types Changes: - Added application/x-cue (CD image cuesheet) - Added application/vnd.ms-access (Access database) - Added application/x-7z-compressed (7-zip archive) - Added application/mathematica (Mathematica) - Added application/x-gedcom (GEDCOM genealogy) - Added application/x-shorten (Shorten audio) - Added video/3gpp (3GPP video) - Added application/docbook+xml (Docbook) - Added application/x-sqlite (SQLite database) - Added application/x-go-sgf (Go saved games) - Added application/x-m4 (M4 scripts) - Added a few Ogg related mime-types - Added application/x-cbr and application/x-cbz (Comic books archives) - Added flv-application/octet-stream (Flash video) - Added application/x-gnuplot (Gnuplot) - Added application/x-srt (Text subtitle files) * New translations: - zh_TW * Spec changes: - Make the mime cache contain an mmappable binary format - Add acronym and expanded-acronym - Add recommendations for duplicate globs handling
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam2-6/+5
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-2/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam2-4/+2
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-09-26Include bsd.prefs.mk before defining CPPFLAGS, as mk.conf may do ajmmv1-1/+3
'CPPFLAGS=...' overriding its value. Fixes PR pkg/30030 by Idar Tollefsen. Allowed by agc@ during freeze.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-29Update to 0.16:wiz3-9/+23
shared-mime-info 0.16 (2004-03-22) * Mime Types Changes: - Added application/mathematica - Added application/stuffit - Fixed application/vnd.lotus-1-2-3 and other office types - Added application/vnd.oasis.opendocument - Even more types now inherit from text/plain - Added text/x-gettext-translation - Fixed up text/x-python * Lots of new translations: - bg eo es eu it ja ms nb pl pt pt_BR ru sq uk zh_CN
2005-03-24Don't check for USE_BUILDLINK3 anymore in these files. These are includedjlam1-5/+3
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-13adapt to latest bsd.pkg.mk changesrecht1-2/+2