Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 0e12e44da9 Changes 4.0.1:
This is a bug-fix release.
2017-07-11 19:47:37 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM to 2017-07-11 19:41:20 +00:00
chat
comms
converters
cross
databases Deal with former namespace pollution from libbson. 2017-07-11 19:35:51 +00:00
devel Changes 4.0.1: 2017-07-11 19:47:37 +00:00
distfiles
doc Updated lang/nodejs4 to 4.8.4 2017-07-11 19:16:56 +00:00
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang Changes 4.0.1: 2017-07-11 19:47:37 +00:00
licenses
mail
math
mbone
meta-pkgs
misc
mk Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM to 2017-07-11 19:41:20 +00:00
multimedia
net
news
packages
parallel
pkgtools
print Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM to 2017-07-11 19:41:20 +00:00
regress
security
shells
sysutils
templates
textproc Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM to 2017-07-11 19:41:20 +00:00
time Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM to 2017-07-11 19:41:20 +00:00
wm
www
x11
Makefile
pkglocate
README

$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $

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.