Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-09-03 08:36:49 +00:00
archivers Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
audio Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
benchmarks Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
biology Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Revbump for boost update 2017-08-24 20:02:56 +00:00
chat Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
comms Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
converters Fix HOMEPAGE. 2017-09-03 08:11:38 +00:00
cross + aarch64-none-elf-binutils 2017-09-01 20:57:22 +00:00
databases Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
devel Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
distfiles
doc Updated textproc/p5-Lingua-EN-Fathom to 1.19 2017-09-03 08:10:01 +00:00
editors Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
emulators Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
filesystems Revbump for boost update 2017-08-24 20:03:08 +00:00
finance 3.38.0 2017-08-27 12:14:41 +00:00
fonts Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
games Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
geography Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
graphics Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
ham Revbump for boost update 2017-08-24 20:03:08 +00:00
inputmethod Revbump for boost update 2017-08-24 20:03:08 +00:00
lang Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
math Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
misc Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mk Remove references to gnupg21 in preparation for its removal. 2017-08-29 12:11:35 +00:00
multimedia Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
net Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Follow some http redirects. 2017-08-16 20:21:03 +00:00
pkgtools Update "x11-links" package to version 1.06: 2017-09-02 19:17:37 +00:00
print Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
shells Update mksh to R56b. 2017-09-02 18:38:54 +00:00
sysutils Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
time Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
wm Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
www Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
x11 Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$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.