Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz b5dbf4cd6a Updated p5-IO-Socket-SSL to 2.051.
2.051 2017/09/05
- syswrite: if SSL_write sets SSL_ERROR_SYSCALL but no $! (as seen with
  OpenSSL 1.1.0 on Windows) set $! to EPIPE to propagate a useful error up
  https://github.com/noxxi/p5-io-socket-ssl/issues/62
2017-09-08 08:48:32 +00:00
archivers Comment out dead sites. 2017-09-06 10:40:25 +00:00
audio Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
benchmarks Comment out dead sites. 2017-09-08 06:17:45 +00:00
biology Comment out dead sites. 2017-09-04 18:00:49 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Comment out dead sites. 2017-09-06 10:40:25 +00:00
chat Follow redirects. 2017-09-08 06:16:15 +00:00
comms Comment out dead sites. 2017-09-06 10:40:25 +00:00
converters Comment out dead sites. 2017-09-06 10:40:25 +00:00
cross Deal with absence of limit macros in C++98. 2017-09-04 15:57:01 +00:00
databases 2.4.43: 2017-09-07 15:09:52 +00:00
devel Changes in 3.9.2 since 3.9.1: 2017-09-08 07:56:08 +00:00
distfiles
doc Updated x11/xf86-video-ati to 7.10.0 2017-09-08 08:46:00 +00:00
editors Follow redirect. 2017-09-08 06:25:04 +00:00
emulators Update HOMEPAGE. 2017-09-08 06:27:13 +00:00
filesystems Point to existing, if outdated, HOMEPAGE. 2017-09-08 06:23:13 +00:00
finance Simplify. Mark as only working with python-2.x, and enable python by 2017-09-06 21:08:09 +00:00
fonts + monoid. 2017-09-07 10:36:32 +00:00
games Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
geography Update HOMEPAGE 2017-09-06 11:52:20 +00:00
graphics Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
ham Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
inputmethod Comment out dead sites. 2017-09-06 10:40:25 +00:00
lang Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Remove ifile-procmail. 2017-09-08 07:48:18 +00:00
math Update HOMEPAGE. 2017-09-08 06:24:30 +00:00
mbone Comment out dead sites. 2017-09-06 10:40:25 +00:00
meta-pkgs Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
misc Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
mk Added variable to have ocaml-jbuilder only build certain packages 2017-09-08 08:39:06 +00:00
multimedia Follow some redirects. 2017-09-08 06:14:03 +00:00
net Remove p5-Umph-Prompt. 2017-09-08 06:21:30 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Follow some redirects. 2017-09-06 09:02:59 +00:00
pkgtools Update HOMEPAGE. 2017-09-08 06:29:40 +00:00
print Add tex-knuth-lib dependency 2017-09-08 02:47:24 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Updated p5-IO-Socket-SSL to 2.051. 2017-09-08 08:48:32 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils Follow redirect. 2017-09-08 06:28:35 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Updated expat to 2.2.4. 2017-09-08 07:55:17 +00:00
time Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
wm Follow a redirect. 2017-09-07 07:54:25 +00:00
www Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
x11 Updated xf86-video-ati to 7.10.0. 2017-09-08 08:45: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.