Add two new USES: desktop-file-info and shared-mime-info

Submitted by:	kwm
Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2013-04-16 21:15:54 +00:00
parent 03b909d397
commit ef190cbbb2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41443

View file

@ -39,6 +39,20 @@
information see <xref linkend="using-cmake"/>.</entry>
</row>
<row>
<entry><literal>desktop-file-info</literal></entry>
<entry>none</entry>
<entry>Implies that the port uses the
<application>update-desktop-database</application> from
<filename role="package">devel/desktop-file-utils</filename>.
This uses will automaticly add a post-install step in such a way
that the port itself still can specify there own post-install step
if needed. It also insert lines into the plist for package
install and removal to run
<application>update-desktop-database</application>.</entry>
</row>
<row>
<entry><literal>fuse</literal></entry>
<entry>none</entry>
@ -71,6 +85,21 @@
will only set QMAIL variables for the port to use.</entry>
</row>
<row>
<entry><literal>shared-mime-info</literal></entry>
<entry>none</entry>
<entry>Implies that the port uses
<application>update-mime-database</application> from
<filename role="package">misc/shared-mime-info</filename>. This
uses will automaticly add a post-install step in such a way that
the port itself still can specify there own post-install step if
needed. It also insert lines into the plist for package install
and removal to run
<application>update-mime-data</application> with the correct
arguments.</entry>
</row>
<row>
<entry><literal>zenoss</literal></entry>
<entry>none</entry>