[134982] trunk/base/doc

cal at macports.org cal at macports.org
Sun Apr 12 13:24:40 PDT 2015


Revision: 134982
          https://trac.macports.org/changeset/134982
Author:   cal at macports.org
Date:     2015-04-12 13:24:39 -0700 (Sun, 12 Apr 2015)
Log Message:
-----------
base/doc/{sources,variants}.conf.5: regenerate roff from asciidoc

Modified Paths:
--------------
    trunk/base/doc/sources.conf.5
    trunk/base/doc/variants.conf.5

Modified: trunk/base/doc/sources.conf.5
===================================================================
--- trunk/base/doc/sources.conf.5	2015-04-12 20:24:01 UTC (rev 134981)
+++ trunk/base/doc/sources.conf.5	2015-04-12 20:24:39 UTC (rev 134982)
@@ -23,15 +23,15 @@
 sources.conf \- port definition configuration file of the MacPorts system
 .SH "DESCRIPTION"
 .sp
-\fBsources\&.conf\fR is the configuration file used by the MacPorts system to locate its port definitions\&. The file is read by the \fBport\fR command to find available ports and how to install them\&. Entries in this file are URIs optionally followed by flags in square brackets\&. Each source specification is given on a separate line\&. A grammar in EBNF is given below:
+\fBsources\&.conf\fR is the configuration file used by the MacPorts system to locate its port definitions\&. The file is read by the \fBport\fR command to find available ports and how to install them\&. Lines beginning with \fI#\fR are comments, empty lines are ignored\&. Entries in this file are URIs optionally followed by flags in square brackets\&. Each source specification is given on a separate line\&. A grammar in EBNF is given below:
 .sp
 .if n \{\
 .RS 4
 .\}
 .nf
-<line>  ::= <URI> [ \*(Aq[\*(Aq <flags> \*(Aq]\*(Aq ]
-<flags> ::= <flag> [ \*(Aq,\*(Aq [ \*(Aq \*(Aq | \*(Aq\et\*(Aq ] <flags> ]
-<flag>  ::= \*(Aqdefault\*(Aq | \*(Aqnosync\*(Aq
+line  = URI, [ \*(Aq[\*(Aq, flag, { space, flag }, \*(Aq]\*(Aq ] ;
+flag  = \*(Aqdefault\*(Aq | \*(Aqnosync\*(Aq ;
+space = \*(Aq \*(Aq | \*(Aq\et\*(Aq ;
 .fi
 .if n \{\
 .RE

Modified: trunk/base/doc/variants.conf.5
===================================================================
--- trunk/base/doc/variants.conf.5	2015-04-12 20:24:01 UTC (rev 134981)
+++ trunk/base/doc/variants.conf.5	2015-04-12 20:24:39 UTC (rev 134982)
@@ -33,9 +33,9 @@
 .RS 4
 .\}
 .nf
-line    = variant, { space, variant }
-space   = \*(Aq \*(Aq | \*(Aq\et\*(Aq
-variant = ( \*(Aq+\*(Aq | \*(Aq\-\*(Aq ), name
+line    = variant, { space, variant } ;
+space   = \*(Aq \*(Aq | \*(Aq\et\*(Aq ;
+variant = ( \*(Aq+\*(Aq | \*(Aq\-\*(Aq ), name ;
 .fi
 .if n \{\
 .RE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150412/16f50c9f/attachment.html>


More information about the macports-changes mailing list