Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-09-10 05:53:02 +00:00
archivers Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
audio Reset PKGREVISION after update. 2017-09-08 08:50:40 +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 Update chat/mcabber to 1.1.0 2017-09-09 14:19:25 +00:00
comms Comment out dead sites. 2017-09-06 10:40:25 +00:00
converters Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
cross Update PLIST for installation into cross/ change from more than a year ago. 2017-09-09 17:17:51 +00:00
databases Fix compat #define to expand to something that actually exists. Should 2017-09-09 17:13:50 +00:00
devel Must set OCAML_USE_OPAM for OPAM_INSTALL_FILES to do anything. 2017-09-10 05:53:02 +00:00
distfiles
doc gdbm; nios2-gcc3; pluma; wl; window; labltk update 2017-09-10 02:49:19 +00:00
editors Depend on bash properly, noted by wiz. Ride previous bump. 2017-09-09 22:37:49 +00:00
emulators clang 5.x is not less than 4.x. 2017-09-09 22:52:55 +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 Explicitly depend on msgfmt. Use += for USE_TOOLS, it's a list. Don't 2017-09-09 14:40:24 +00:00
geography Another day, another C++ syntax change. 2017-09-09 23:57:36 +00:00
graphics Needs py-test-runner to build. 2017-09-10 00:01:58 +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 Remove stray patch patching file from some other source tree. 2017-09-10 00:12:16 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Update to 2.214 2017-09-10 02:07:29 +00:00
math Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
mbone Comment out dead sites. 2017-09-06 10:40:25 +00:00
meta-pkgs Add tex-csvsimple 2017-09-08 22:25:26 +00:00
misc Wants curses and not just termcap. 2017-09-10 01:01:34 +00:00
mk Moved jbuilder detection forward so it deals with opam properly 2017-09-08 22:18:46 +00:00
multimedia Requires -fheinous-gnu-extensions with clang. 2017-09-10 00:28:28 +00:00
net Don't conflict with NetBSD's libintl.h. 2017-09-09 22:47:35 +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 Switch to internal poppler due to reports of crashes from the last change. 2017-09-09 17:06:51 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Fix one set of C++ build errors, but I don't know what to do about the 2017-09-10 01:49:40 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils Add CONFIG_ARMV8_SWITCH_TO_EL1 to Kconfig so it can be used in a configs 2017-09-09 23:21:29 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update to 1.2.8 2017-09-09 06:15:37 +00:00
time Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
wm Follow a redirect. 2017-09-07 07:54:25 +00:00
www No substantive changes, but a lot of patches to make package work with 2017-09-08 17:14:34 +00:00
x11 Update to 8.06.3; fixes build with current pkgsrc ocaml. (Except I had 2017-09-10 02:36:08 +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.