Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-04-13 22:02:39 +00:00
archivers Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
audio mpg123: updated to 1.25.10 2018-04-13 08:20:06 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad Update cad/MyHDL from 0.9.0 to 0.10 2018-04-12 15:08:58 +00:00
chat Fix compilation with libthrift 0.11.0 2018-04-08 10:14:15 +00:00
comms Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
converters Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
devel ruby-gnome2: update to 3.2.4. 2018-04-13 16:31:09 +00:00
distfiles
doc Note update of net/tcl-scotty to 2.1.11nb16. 2018-04-13 19:11:32 +00:00
editors Apparently, I somehow forgot to update this. 2018-04-13 16:37:35 +00:00
emulators suse131_linux: Make this more fetchable. 2018-04-11 06:59:07 +00:00
filesystems fuse-ntfs-3g: added missing commit 2018-04-07 19:46:21 +00:00
finance py-braintree: updated to 3.44.0 2018-04-13 07:36:25 +00:00
fonts Update to 0.9.11pl1 2018-04-09 14:52:43 +00:00
games xmahjongg: force c++03. Fixes build issue (GCC 6.4) 2018-04-10 03:39:17 +00:00
geography earmv7hf gcc also miscompiles ocpnDC::DrawRounderRectangle now 2018-04-13 18:57:29 +00:00
graphics ruby-gnome2: update to 3.2.4. 2018-04-13 16:31:09 +00:00
ham Updated ham/trusted-QSL (tqsl) to 2.3.1 2018-03-17 02:45:05 +00:00
inputmethod Fix buffer over run in mkdic, found by stack protector. 2018-03-23 04:43:36 +00:00
lang Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail mail/rspamd: Update to 1.7.3. 2018-04-11 15:32:39 +00:00
math math/Makefile: Add R-prettyunits 2018-04-13 15:26:33 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs kde: dont need to extract with gtar any more 2018-04-13 22:02:39 +00:00
misc Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
mk mk/fetch: add documentation for show-all-github 2018-04-08 20:39:47 +00:00
multimedia ruby-gnome2: update to 3.2.4. 2018-04-13 16:31:09 +00:00
net Move to patching unix/configure.in, and regen unix/configure. 2018-04-13 19:10:49 +00:00
news Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
packages
parallel parallel/slurm: Update to 17.11.5 2018-03-25 14:55:29 +00:00
pkgtools Document the existing --without-src and new --without-xsrc options. 2018-04-12 02:11:24 +00:00
print ruby-gnome2: update to 3.2.4. 2018-04-13 16:31:09 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
shells Add a patch to main.c.in (and in the process rename the diff): 2018-04-13 16:59:13 +00:00
sysutils Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
time Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
wm blackbox*: update HOMEPAGE 2018-04-01 21:09:32 +00:00
www ruby-gnome2: update to 3.2.4. 2018-04-13 16:31:09 +00:00
x11 ruby-gnome2: update to 3.2.4. 2018-04-13 16:31:09 +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.