Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-11-26 10:03:04 +00:00
archivers Disable ACL support on ChromeOS. 2017-11-25 15:48:49 +00:00
audio p5-Audio-Scan: update to 0.99. 2017-11-26 09:59:22 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
bootstrap Set cwrappers in bootstrap mk.conf too. 2017-10-22 19:29:20 +00:00
cad Update to pcb-4.0.1 2017-10-24 02:21:55 +00:00
chat Update chat/prosody to 0.10.0 2017-11-23 22:06:15 +00:00
comms recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
converters p5-Unicode-Collate: update to 1.25. 2017-11-26 10:01:27 +00:00
cross transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
databases p5-Fsdb: update to 2.64. 2017-11-24 13:38:44 +00:00
devel p5-Params-ValidationCompiler: update to 0.25. 2017-11-26 10:02:56 +00:00
distfiles
doc doc: Updated devel/p5-Params-ValidationCompiler to 0.25 2017-11-26 10:03:04 +00:00
editors editors: Add dte 2017-11-24 06:47:15 +00:00
emulators recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
filesystems Update to glusterfs 3.12.3 2017-11-15 03:31:56 +00:00
finance recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
fonts recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
games *: use py-cairo's bl3.mk file where previously it used cairo:link 2017-11-25 08:58:55 +00:00
geography recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
graphics py-cairo: Add missing patch for previous. 2017-11-25 11:59:53 +00:00
ham recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
inputmethod recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
lang versioned_dependencies: remove gobject support 2017-11-26 09:43:33 +00:00
licenses Import fonts/lanna-io version 20170628 2017-11-03 19:39:43 +00:00
mail enable fortifications 2017-11-26 09:11:03 +00:00
math fftw: update to 3.3.7. 2017-11-23 20:24:13 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
misc *: depend on py-cairo now it supports all python versions 2017-11-24 22:15:58 +00:00
mk Add /usr/local for include and libdir on ChromeOS. 2017-11-21 19:16:47 +00:00
multimedia *: depend on py-cairo now it supports all python versions 2017-11-24 22:15:58 +00:00
net gallery-dl: Update net/gallery-dl to 1.0.2 2017-11-25 18:34:23 +00:00
news newsbeuter: follow redirect 2017-11-06 13:29:56 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools Bump cwrappers after reverting the last patch 2017-11-08 04:04:42 +00:00
print *: use py-cairo's bl3.mk file where previously it used cairo:link 2017-11-25 08:58:55 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update openssl to 1.0.2m. 2017-11-24 20:34:23 +00:00
shells bash: comment broken option, remove dead master sites, 2017-11-20 08:29:42 +00:00
sysutils htop: workaround differences in how linux and netbsd count memory usage 2017-11-24 02:06:13 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc *: depend on py-cairo now it supports all python versions 2017-11-24 22:15:58 +00:00
time recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
wm recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
www Update to 3.4 2017-11-25 13:27:10 +00:00
x11 *: use py-cairo's bl3.mk file where previously it used cairo:link 2017-11-25 08:58:55 +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.