From owner-svn-doc-head@FreeBSD.ORG Tue Apr 16 21:15:54 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ADF92C7C; Tue, 16 Apr 2013 21:15:54 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 86D7C17D4; Tue, 16 Apr 2013 21:15:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3GLFsgf011087; Tue, 16 Apr 2013 21:15:54 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3GLFsUK011086; Tue, 16 Apr 2013 21:15:54 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201304162115.r3GLFsUK011086@svn.freebsd.org> From: Eitan Adler Date: Tue, 16 Apr 2013 21:15:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41443 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 21:15:54 -0000 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 @@ + desktop-file-info + none + + Implies that the port uses the + update-desktop-database from + devel/desktop-file-utils. + 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 + update-desktop-database. + + + fuse none @@ -72,6 +86,21 @@ + shared-mime-info + none + + Implies that the port uses + update-mime-database from + misc/shared-mime-info. 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 + update-mime-data with the correct + arguments. + + + zenoss none Implies the port uses