Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-11-06 13:29:38 +00:00
archivers Import atool-0.39.0 from wip, PR pkg/52545. 2017-11-03 20:07:12 +00:00
audio malint: follow redirect 2017-11-06 13:28:18 +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 dccserver: follow redirect 2017-11-06 13:24:58 +00:00
comms gammu: Update comms/gammu to 1.38.5 2017-10-22 18:43:28 +00:00
converters Update to 7.4.0 2017-10-27 13:06:16 +00:00
cross transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
databases py-sqlalchemy-utils: updated to 0.32.19 2017-11-03 11:20:51 +00:00
devel msgpack: follow redirect 2017-11-06 13:28:37 +00:00
distfiles
doc Updated www/py-notebook 2017-11-06 12:23:32 +00:00
editors Update to patchset 1214. 2017-10-24 11:04:03 +00:00
emulators ckmame: Follow redirect. 2017-11-06 13:24:36 +00:00
filesystems Update to glusterfs 3.12.2 2017-11-04 03:46:56 +00:00
finance py-stripe: update to 1.67.0 2017-10-12 08:06:47 +00:00
fonts Import fonts/lanna-io version 20170628 2017-11-03 19:40:54 +00:00
games moria: was wrong about sizes, since it fails either way, remove 2017-10-15 08:35:38 +00:00
geography osm2pgsql: update to 0.94.0 2017-10-08 12:28:55 +00:00
graphics libimagequant: updated to 2.11.2 2017-11-06 10:04:46 +00:00
ham hamlib: update to 3.1 2017-10-24 23:41:39 +00:00
inputmethod ibus, ibus-python: update to 1.5.17. PR pkg/52694 2017-11-05 04:19:15 +00:00
lang rust: reorganize bootstrap toolchain extraction a bit 2017-11-04 15:51:43 +00:00
licenses Import fonts/lanna-io version 20170628 2017-11-03 19:39:43 +00:00
mail majordomo: follow redirect 2017-11-06 13:27:55 +00:00
math py-pandas: updated to 0.21.0 2017-11-02 09:41:38 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs bulk-medium: Remove ancient (and removed) firefox10. 2017-10-28 05:22:37 +00:00
misc Update to 4.6.2 2017-10-24 11:45:18 +00:00
mk Support OS_VARIANT on Linux, support ChromeOS. 2017-11-03 18:07:40 +00:00
multimedia libass: updated to 0.14.0 2017-11-02 14:25:55 +00:00
net ndpi: follow redirect 2017-11-06 13:29:38 +00:00
news revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools pkg_install: Bump version to 20171030 for netpgpverify fixes. 2017-10-30 12:03:50 +00:00
print img2eps: follow redirect 2017-11-06 13:26:52 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security keychain: follow redirect 2017-11-06 13:27:21 +00:00
shells fish: Unbreak build on non-NetBSD. 2017-10-30 11:45:13 +00:00
sysutils fzf: clean up after url2pkg (simplify github handling) 2017-11-06 11:15:32 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-lxml: updated to 4.1.1 2017-11-06 10:14:28 +00:00
time fet: follow redirect 2017-11-06 13:25:32 +00:00
wm jwm: update to 2.3.7. 2017-10-21 18:07:33 +00:00
www py-notebook: updated to 5.2.1 2017-11-06 12:22:42 +00:00
x11 gtk3: apply upstream fix for remote X11 rendering issue 2017-11-06 10:00:57 +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.