New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81652


Ignore:
Timestamp:
08/03/11 05:46:03 (4 years ago)
Author:
jmr@…
Message:

guide: make section on archives more accurate for current version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc-new/guide/xml/using.xml

    r78318 r81652  
    705705      MacPorts. Binary archives allow MacPorts utilities to begin installation 
    706706      after the destroot phase and install and activate a port on the target 
    707       system. Binary archives are created using the <command>port</command> 
    708       command as shown.</para> 
     707      system. Binary archives are created whenever a port is installed, and can also 
     708      be downloaded from a server.</para> 
    709709 
    710710      <programlisting><prompt>%%</prompt> <userinput>sudo port -d archive logrotate</userinput></programlisting> 
     
    712712      <para>Debug output is shown below.</para> 
    713713 
    714       <screen>---&gt;  Creating logrotate-3.7_0.i386.tgz 
     714      <screen>---&gt;  Creating logrotate-3.7_0.i386.tbz2 
    715715 
    716716[ ... trimmed ... ] 
     
    732732./opt/local/sbin/ 
    733733./opt/local/sbin/logrotate 
    734 ---&gt;  Archive logrotate-3.7_0.i386.tgz packaged 
     734---&gt;  Archive logrotate-3.7_0.i386.tbz2 packaged 
    735735DEBUG: Executing archive_finish 
    736736---&gt;  Archive for logrotate 3.7_0 packaged</screen> 
    737737 
    738738      <para>Binary archive files are placed in 
    739       <filename>${prefix}/var/macports/packages/</filename>. The archive file 
     739      <filename>${prefix}/var/macports/software/</filename>. The archive file 
    740740      type is set in the <filename>macports.conf</filename> file. The default 
    741       format is .tgz; other options are: tar, tbz, tbz2, tlz, xar, zip, cpgz, 
     741      format is .tbz2; other options are: tar, tbz, tbz2, tgz, tlz, txz, xar, zip, cpgz, 
    742742      cpio.</para> 
    743743    </section> 
Note: See TracChangeset for help on using the changeset viewer.