Date: Thu, 8 Aug 2002 22:08:24 -0300 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: freebsd-doc@FreeBSD.org Cc: Alexey Zelkin <phantom@FreeBSD.ORG>, Will Andrews <will@csociety.org> Subject: Add "Using KDE" text to porter's handbook Message-ID: <20020809010846.50173.qmail@exxodus.fedaykin.here>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
This patch adds some entries to the empty "Using KDE"
section. These entries were revised by some kde developers but I
am CCing Will Andrews who acts as liason to KDE in the proj.
This is just a little start on a section to the porters
handbook.
Patch against doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
As often, please revise content, text, grammar and tagging.
Regards,
--
Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
Computer Science Undergraduate | FreeBSD Committer | CS Developer
flames to beloved devnull@someotherworldbeloworabove.org
feature, n: a documented bug | bug, n: an undocumented feature
[-- Attachment #2 --]
--- book.sgml.orig Thu Aug 8 20:58:02 2002
+++ book.sgml Thu Aug 8 21:56:46 2002
@@ -2831,7 +2831,61 @@
<sect1>
<title>Using KDE</title>
- <para></para>
+ <table frame="none">
+ <title>Variables for ports that use KDE</title>
+
+ <tgroup cols="2">
+ <tbody>
+ <row>
+ <entry><makevar>USE_QT_VER</makevar></entry>
+
+ <entry>The port uses Qt toolkit. Possible values are
+ <userinput>1, 2 and 3</userinput>; each specify the
+ major version of Qt to use. Sets both
+ <makevar>MOC</makevar> and
+ <makevar>QTCPPFLAGS</makevar>to default appropriate
+ values.</entry>
+ </row>
+
+ <row>
+ <entry><makevar>USE_KDELIBS_VER</makevar></entry>
+
+ <entry>The port uses KDE libraries. Possible values are
+ <userinput>1, 2 and 3</userinput>; each specify the
+ major version of KDE to use. Implies
+ <makevar>USE_QT_VER</makevar> of the appropriate
+ version.</entry>
+ </row>
+
+ <row>
+ <entry><makevar>USE_KDEBASE_VER</makevar></entry>
+
+ <entry>The port uses KDE base. Possible values are
+ <userinput>1, 2 and 3</userinput>; each specify the
+ major version of KDE to use. Implies
+ <makevar>USE_KDELIBS_VER</makevar> of the appropriate
+ version.</entry>
+ </row>
+
+ <row>
+ <entry><makevar>MOC</makevar></entry>
+
+ <entry>Set to the path of <command>moc</command>.
+ Default set according to <makevar>USE_QT_VER</makevar>
+ value.</entry>
+ </row>
+
+ <row>
+ <entry><makevar>QTCPPFLAGS</makevar></entry>
+
+ <entry>Set the <makevar>CPPFLAGS</makevar> to use when
+ processing Qt code. Default set according to
+ <makevar>USE_QT_VER</makevar> value.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
</sect1>
<sect1>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020809010846.50173.qmail>
