[BACK]Return to README CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/Attic/README between version 1.18 and 1.19

version 1.18, 2005/05/07 22:18:28 version 1.19, 2017/03/02 09:51:35
Line 1 
Line 1 
 $NetBSD$  $NetBSD$
   
   pkgsrc is a framework for building software on UNIX-like systems.
   
   To use, bootstrap using:
   % cd pkgsrc/bootstrap/
   % ./bootstrap
   
   build packages, use:
   % cd pkgsrc/category/package-name
   % $PREFIX/bin/bmake install
   
   Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)
   
   Bugs and patches can be filed in the follow link (use category 'pkg'):
   https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd
   
   To fetch the main CVS repository:
   % cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc
   
   It's also possible to contribute through pkgsrc wip (work in progress), for
   more information, see http://pkgsrc.org/wip/users/
   
 Please see doc/pkgsrc.txt for information.  Please see doc/pkgsrc.txt for information.

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>