Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2015 12:03:57 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47542 - in head/en_US.ISO8859-1/books/porters-handbook: plist uses
Message-ID:  <201510121203.t9CC3vI2077616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Oct 12 12:03:57 2015
New Revision: 47542
URL: https://svnweb.freebsd.org/changeset/doc/47542

Log:
  Add USES=terminfo and @terminfo.
  
  Sponsored by:	Absolight
  Differential Revision:	https://reviews.freebsd.org/D3853

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml	Sun Oct 11 13:07:48 2015	(r47541)
+++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml	Mon Oct 12 12:03:57 2015	(r47542)
@@ -436,6 +436,21 @@ PLIST_SUB+=	X11I386="@comment "
 	<filename>/etc/shells</filename>.</para>
     </sect2>
 
+    <sect2 xml:id="plist-keywords-terminfo">
+      <title><literal>@terminfo</literal></title>
+
+      <para>Do not use by itself.  If the port installs
+	<filename><replaceable>*</replaceable>.terminfo</filename>
+	files, add <link linkend="uses-terminfo">USES=terminfo</link>
+	to its <filename>Makefile</filename>.</para>
+
+      <para>On installation and deinstallation, if
+	<command>tic</command> is present, refresh
+	<filename>${PREFIX}/share/misc/terminfo.db</filename> from the
+	<filename><replaceable>*</replaceable>.terminfo</filename>
+	files in <filename>${PREFIX}/share/misc</filename>.</para>
+    </sect2>
+
     <sect2 xml:id="plist-keywords-base">
       <title>Base Keywords</title>
 

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Sun Oct 11 13:07:48 2015	(r47541)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Mon Oct 12 12:03:57 2015	(r47542)
@@ -8,7 +8,7 @@
 
 <!--
 
-  Document up-to date with r396872 revision of the ports tree.
+  Document up-to date with r398827 revision of the ports tree.
 
   This file documents the values of the USES make variable.  The
   format is easy to grasp from the already-added entries below (or use
@@ -1239,6 +1239,18 @@ GSSAPI_NONE_CONFIGURE_ON=	--without-gssa
     </itemizedlist>
   </sect1>
 
+  <sect1 xml:id="uses-terminfo">
+    <title><literal>terminfo</literal></title>
+
+    <para>Possible arguments: (none)</para>
+
+    <para>Adds <link
+	linkend="plist-keywords-terminfo"><literal>@terminfo</literal></link>
+      to the <filename>plist</filename>.  Use when the port installs
+      <filename><replaceable>*</replaceable>.terminfo</filename> files
+      in <filename>${PREFIX}/share/misc</filename>.</para>
+  </sect1>
+
   <sect1 xml:id="uses-tk">
     <title><literal>tk</literal></title>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510121203.t9CC3vI2077616>