[30445] trunk/doc-new/man/xml/portfile.7.xml

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 27 21:18:20 PDT 2007


Revision: 30445
          http://trac.macosforge.org/projects/macports/changeset/30445
Author:   markd at macports.org
Date:     2007-10-27 21:18:19 -0700 (Sat, 27 Oct 2007)

Log Message:
-----------
Add top-level portfile manpage. Original portfile.7 was renamed to portfile.7.orig.

Added Paths:
-----------
    trunk/doc-new/man/xml/portfile.7.xml

Added: trunk/doc-new/man/xml/portfile.7.xml
===================================================================
--- trunk/doc-new/man/xml/portfile.7.xml	                        (rev 0)
+++ trunk/doc-new/man/xml/portfile.7.xml	2007-10-28 04:18:19 UTC (rev 30445)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+<refentry>
+  <refmeta>
+    <refentrytitle>PORTFILE</refentrytitle>
+
+    <manvolnum>7</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>portfile</refname>
+
+    <refpurpose>MacPorts Portfile reference</refpurpose>
+  </refnamediv>
+
+  <refsection>
+    <title>Description</title>
+
+    <para>Portfiles consist of valid TCL and are encoded in UTF-8. They
+    usually contain only simple keyword/value combinations and Tcl extensions
+    as described below, though they may also contain arbitrary TCL code. Every
+    port has a corresponding Portfile, but Portfiles do not completely define
+    a port's installation behavior since the MacPorts base has default port
+    installation characteristics coded within it. Therefore Portfiles need
+    only specify required options and, if necessary, non-default
+    characteristics for a port.</para>
+  </refsection>
+
+  <refsection>
+    <title>Portfile man pages</title>
+
+    <para>The Portfile man pages serve as a reference for all available
+    Portfile keywords, variables, StartupItems, and Tcl extensions. This
+    content is contained in four Portfile man pages:</para>
+
+    <para><citerefentry>
+        <refentrytitle>portfile-global</refentrytitle>
+
+        <manvolnum>7</manvolnum>
+      </citerefentry>, <citerefentry>
+        <refentrytitle>portfile-phase</refentrytitle>
+
+        <manvolnum>7</manvolnum>
+      </citerefentry>, <citerefentry>
+        <refentrytitle>portfile-startupitem</refentrytitle>
+
+        <manvolnum>7</manvolnum>
+      </citerefentry>, <citerefentry>
+        <refentrytitle>portfile-tcl</refentrytitle>
+
+        <manvolnum>7</manvolnum>
+      </citerefentry></para>
+  </refsection>
+
+  <refsection>
+    <title>SEE ALSO</title>
+
+    <para><citerefentry>
+        <refentrytitle>port</refentrytitle>
+
+        <manvolnum>1</manvolnum>
+      </citerefentry>, <citerefentry>
+        <refentrytitle>macports.conf</refentrytitle>
+
+        <manvolnum>5</manvolnum>
+      </citerefentry>, <citerefentry>
+        <refentrytitle>portgroup</refentrytitle>
+
+        <manvolnum>7</manvolnum>
+      </citerefentry>, <citerefentry>
+        <refentrytitle>portstyle</refentrytitle>
+
+        <manvolnum>7</manvolnum>
+      </citerefentry>, <citerefentry>
+        <refentrytitle>porthier</refentrytitle>
+
+        <manvolnum>7</manvolnum>
+      </citerefentry>, <citerefentry>
+        <refentrytitle>file</refentrytitle>
+
+        <manvolnum>n</manvolnum>
+      </citerefentry></para>
+  </refsection>
+
+  <refsection>
+    <title>AUTHORS</title>
+
+    <para>Landon Fuller <email>landonf at macports.org</email></para>
+
+    <para>Juan Manuel Palacios <email>jmpp at macports.org</email></para>
+
+    <para>Mark Duling <email>markd at macports.org</email></para>
+
+    <para>Kevin Van Vechten <email>kevin at opendarwin.org</email></para>
+
+    <para>Jordan K. Hubbard <email>jkh at macports.org</email></para>
+
+    <para>Chris Ridd <email>cjr at opendarwin.org</email></para>
+
+    <para>Kevin Ballard <email>eridius at macports.org</email></para>
+
+    <para>Markus W. Weissmann <email>mww at macports.org</email></para>
+  </refsection>
+</refentry>
\ No newline at end of file

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071027/7f4a31e0/attachment.html


More information about the macports-changes mailing list