[BACK]Return to ports.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/ports.html between version 1.38 and 1.39

version 1.38, 2000/09/15 16:12:20 version 1.39, 2000/09/19 18:44:23
Line 75 
Line 75 
 Adding a package is as easy as  Adding a package is as easy as
 <code>pkg_add pkgname.tgz</code>.  <code>pkg_add pkgname.tgz</code>.
 If you are grabbing packages off a single source (a package repository),  If you are grabbing packages off a single source (a package repository),
 set PKG_PATH to that repository URL.  set PKG_PATH to that repository URL, in order to grab dependencies.
   
 <p>  <p>
 For instance, to install the gimp package for the 2.7 release on an i386  For instance, to install the gimp package for the 2.7 release on an i386
Line 83 
Line 83 
   
 <pre>  <pre>
     # setenv PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/2.7/packages/i386/      # setenv PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/2.7/packages/i386/
     # pkg_add gimp-1.1.17.tgz      # pkg_add ${PKG_PATH}gimp-1.1.17.tgz
 </pre>  </pre>
   
 <h3><font color=#0000e0>Managing installed packages</font></h3>  <h3><font color=#0000e0>Managing installed packages</font></h3>

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39