Changeset 81652
- Timestamp:
- 08/03/11 05:46:03 (4 years ago)
- File:
-
- 1 edited
-
trunk/doc-new/guide/xml/using.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc-new/guide/xml/using.xml
r78318 r81652 705 705 MacPorts. Binary archives allow MacPorts utilities to begin installation 706 706 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> 709 709 710 710 <programlisting><prompt>%%</prompt> <userinput>sudo port -d archive logrotate</userinput></programlisting> … … 712 712 <para>Debug output is shown below.</para> 713 713 714 <screen>---> Creating logrotate-3.7_0.i386.t gz714 <screen>---> Creating logrotate-3.7_0.i386.tbz2 715 715 716 716 [ ... trimmed ... ] … … 732 732 ./opt/local/sbin/ 733 733 ./opt/local/sbin/logrotate 734 ---> Archive logrotate-3.7_0.i386.t gzpackaged734 ---> Archive logrotate-3.7_0.i386.tbz2 packaged 735 735 DEBUG: Executing archive_finish 736 736 ---> Archive for logrotate 3.7_0 packaged</screen> 737 737 738 738 <para>Binary archive files are placed in 739 <filename>${prefix}/var/macports/ packages/</filename>. The archive file739 <filename>${prefix}/var/macports/software/</filename>. The archive file 740 740 type is set in the <filename>macports.conf</filename> file. The default 741 format is .t gz; 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, 742 742 cpio.</para> 743 743 </section>
Note: See TracChangeset
for help on using the changeset viewer.

