[134984] trunk/base/doc

cal at macports.org cal at macports.org
Sun Apr 12 13:57:35 PDT 2015


Revision: 134984
          https://trac.macports.org/changeset/134984
Author:   cal at macports.org
Date:     2015-04-12 13:57:35 -0700 (Sun, 12 Apr 2015)
Log Message:
-----------
base: enable pubkeys.conf.5, generate roff from asciidoc

Modified Paths:
--------------
    trunk/base/doc/Makefile.in

Added Paths:
-----------
    trunk/base/doc/pubkeys.conf.5

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2015-04-12 20:57:05 UTC (rev 134983)
+++ trunk/base/doc/Makefile.in	2015-04-12 20:57:35 UTC (rev 134984)
@@ -91,6 +91,7 @@
 
 MAN5=		\
 		macports.conf.5 \
+		pubkeys.conf.5 \
 		sources.conf.5 \
 		variants.conf.5 \
 

Added: trunk/base/doc/pubkeys.conf.5
===================================================================
--- trunk/base/doc/pubkeys.conf.5	                        (rev 0)
+++ trunk/base/doc/pubkeys.conf.5	2015-04-12 20:57:35 UTC (rev 134984)
@@ -0,0 +1,86 @@
+'\" t
+.TH "PUBKEYS\&.CONF" "5" "2015\-04\-12" "MacPorts 2\&.3\&.99" "MacPorts Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+pubkeys.conf \- public key configuration file of the MacPorts system
+.SH "DESCRIPTION"
+.sp
+\fBpubkeys\&.conf\fR is the configuration file used by the MacPorts system to locate the public keys used to verify the integrity and authenticity of
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+the tree of port definitions,
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+downloaded pre\-built binary archives, and
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+MacPorts updates\&.
+.RE
+.sp
+The file is read by the \fBport\fR command\&. Lines beginning with \fI#\fR are comments, empty lines are ignored\&. All other lines must contain absolute paths of PEM\-encoded RSA public keys for use by OpenSSL\&.
+.sp
+MacPorts comes pre\-configured with its official public key\&. The authenticity of the public key file is provided by the MacPorts installer, which is cryptographically signed with an Apple Developer ID of one of the MacPorts developers\&. Unless you want to provide your own separate ports tree or your own pre\-built binary archives, there is no need to modify the \fBpubkeys\&.conf\fR file\&.
+.SH "FILES"
+.PP
+${prefix}/etc/macports/pubkeys\&.conf
+.RS 4
+Standard system\-wide MacPorts public key configuration file\&.
+.RE
+.sp
+User\-specific configuration of public keys is not supported\&.
+.SH "SEE ALSO"
+.sp
+\fBport\fR(1), \fBmacports.conf\fR(5)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2015 The MacPorts Project
+Clemens Lang <cal at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150412/00577e87/attachment-0001.html>


More information about the macports-changes mailing list