svn commit: r41443 - head/en_US.ISO8859-1/books/porters-handbook

Eitan Adler eadler at FreeBSD.org
Tue Apr 16 21:15:54 UTC 2013


Author: eadler
Date: Tue Apr 16 21:15:54 2013
New Revision: 41443
URL: http://svnweb.freebsd.org/changeset/doc/41443

Log:
  Add two new USES: desktop-file-info and shared-mime-info
  
  Submitted by:	kwm
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/uses.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Tue Apr 16 20:37:27 2013	(r41442)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Tue Apr 16 21:15:54 2013	(r41443)
@@ -40,6 +40,20 @@
 </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>
 
@@ -72,6 +86,21 @@
 </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>
   <entry>Implies the port uses <filename


More information about the svn-doc-all mailing list