[MacPorts] howto/ShareArchives2 modified

MacPorts noreply at macports.org
Wed Sep 7 08:21:03 PDT 2011


Changed page "howto/ShareArchives2" by arno+macports at alum.wpi.edu from 138.162.0.42*
Page URL: <https://trac.macports.org/wiki/howto/ShareArchives2>
Diff URL: <https://trac.macports.org/wiki/howto/ShareArchives2?action=diff&version=11>
Revision 11
Comment: Minor grammar and naming corrections.

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/ShareArchives2
=========================================================================
--- howto/ShareArchives2 (version: 10)
+++ howto/ShareArchives2 (version: 11)
@@ -7,13 +7,13 @@
 
 == Introduction ==
 
-Users with multiple machines can save significant compilation effort by installing pre-built ports from binary archives that have been assembled on another system. Under previous MacPorts releases this [wiki:howto/ShareArchives involved] enabling archive mode on all systems, manually transferring archives, and sometimes manually unpacking the archive before proceeding with the installation. MacPorts 2.0.0 introduces features which permanently enables archive mode and includes support for fetching archives from local or remote sources.
+Users with multiple machines can save significant compilation effort by installing pre-built ports from binary archives that have been assembled on another system. Under previous MacPorts releases this [wiki:howto/ShareArchives involved] enabling archive mode on all systems, manually transferring archives, and sometimes manually unpacking the archive before proceeding with the installation. MacPorts 2.0.0 introduces features which permanently enable archive mode and includes support for fetching archives from local or remote sources.
 
 == Installation ==
 
 Note, this HowTo assumes a MacPorts installation prefix of '''/opt/local'''. If you have installed to an alternate location, please update the paths accordingly.
 
-Also, the installation steps will refer to a '''build''' and '''installation''' systems. The '''build''' system compiles, signs, and shares ports and archives. Each '''installation''' system retrieves the archives and installs the port, without having to compile anything.
+Also, the installation steps will refer to '''build''' and '''installation''' systems. The '''build''' system compiles, signs, and shares ports and archives. Each '''installation''' system retrieves the archives and installs the port, without having to compile anything.
 
 === Step 1: '''Generate signing keys''' ===
 
@@ -44,7 +44,7 @@
 
 === Step 2: '''Let's sign some packages''' ===
 
-Now that the keys are generated, we can test signing a package. Any archive will do; the following example uses '''archive.tbz'''. Your example should specify the full path to the private key, the archive, and the archive signature that should be named identically to the input archive and suffixed with '''.rmd160'''.
+Now that the keys are generated, we can test signing a package. Any file will do; the following example uses '''archive.tbz'''. Your example should specify the full path to the private key, the archive, and the archive signature that should be named identically to the input archive and suffixed with '''.rmd160'''.
 
 {{{
 openssl dgst -ripemd160 -sign local-privkey.pem -out archive.tbz2.rmd160 archive.tbz2
@@ -146,7 +146,7 @@
 
 You'll also want the lighttpd service to run at all times so your client machines are not deprived of access to the port archives. A simple LaunchD task will handle this:
 
-'''/Library/LaunchDaemons/org.macports.share-archives.plist'''
+'''/Library/LaunchDaemons/org.macports.lighttpd.share-archives.plist'''
 {{{
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
@@ -155,7 +155,7 @@
     <key>KeepAlive</key>
     <true/>
     <key>Label</key>
-    <string>org.macports.share-archives</string>
+    <string>org.macports.lighttpd.share-archives</string>
     <key>LowPriorityIO</key>
     <true/>
     <key>Nice</key>

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on howto/ShareArchives2. If it was not you, please
report to .


More information about the macports-changes mailing list