Index: CHANGES =================================================================== --- CHANGES (revision 317699) +++ CHANGES (working copy) @@ -10,6 +10,29 @@ All ports committers are allowed to commit to this file. +20130508: +AUTHOR: kwm@FreeBSD.org + + * Two new USES macro's to handle mime data of ports. + + USES= desktop-file-utils to handle MimeType in .desktop files that + are installed in share/applications. + USES= shared-mime-info for supporting mime xml files installed in + share/mime/packages/. + + The desktop-file-utils USES is only needed if the .desktop files + installed by the port has a MimeType field. + With this USES the use of USE_GNOME=desktopfileutils is deprecated. + + The shared-mime-info USES handles mime types xml files. + Please note that only the packages/${NAME}.xml file should be listed in + the plist. The shared-mime-info port will clean up the share/mime/* + directories and generated files. + + Both USES have there own post-install and code that adds @exec/@unexec + lines to the pkg-plist. So when a port switches to the USES they can be + removed from the port. + 20130507: AUTHOR: bapt@FreeBSD.org