Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-03-04 16:26:51 +00:00
archivers Updated archivers/brotli to 1.0.3 2018-03-03 02:17:08 +00:00
audio aeneas: fix CATEGORIES 2018-02-28 22:14:37 +00:00
benchmarks + benchmarks/flamegraph 2018-03-04 09:24:53 +00:00
biology plinkseq: use https 2018-02-11 15:50:59 +00:00
bootstrap Remove a mis-pasted line. Noticed by jperkin@. 2018-02-03 09:53:03 +00:00
cad Updated cad/kicad{,-footprints,-doc,-i18n,-lib} to 4.0.7, provided the patch by @tristelo, 2018-03-01 13:59:11 +00:00
chat Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
comms Revbump for packages depending on devel/libusb{,compat} 2018-02-27 23:56:07 +00:00
converters p5-Sereal: update to 4.005. 2018-02-25 16:15:47 +00:00
cross Update to 2.30 2018-03-03 22:35:51 +00:00
databases Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
devel py-pyev: remove 2018-03-04 16:23:45 +00:00
distfiles
doc py-pyev: remove 2018-03-04 16:23:45 +00:00
editors vim*: follow redirect 2018-03-04 16:26:24 +00:00
emulators ucon64: update to 2.1.0. 2018-03-04 15:20:02 +00:00
filesystems glusterfs: follow redirect 2018-02-11 15:41:46 +00:00
finance finance/Makefile: Add R-fAsianOptions 2018-03-02 18:49:03 +00:00
fonts libXfontcache: remove obsolete package 2018-03-02 15:11:48 +00:00
games games/Makefile: + stockfish. 2018-02-28 22:21:17 +00:00
geography proj: revbump of multiple depdendencies 2018-03-02 01:19:24 +00:00
graphics py-sk1libs: follow redirect 2018-03-04 16:25:45 +00:00
ham Updated ham/fldigi to 4.0.16 2018-02-18 14:57:55 +00:00
inputmethod ibus-kkc: Update HOMEPAGE. 2018-02-25 16:07:46 +00:00
lang Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail mutt: Update to version 1.9.4 2018-03-04 09:21:55 +00:00
math Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
mbone revbump after x264-devel update 2018-02-26 08:19:25 +00:00
meta-pkgs kf5: add prison 2018-02-01 19:01:59 +00:00
misc vimpager: follow redirect 2018-03-04 16:26:51 +00:00
mk mk/pkgconfig-builtin.mk: use more recent package in example in comment 2018-03-02 15:15:10 +00:00
multimedia libdvbpsi: updated to 1.3.2 2018-03-02 14:27:00 +00:00
net py-socksipy-branch: fix HOMEPAGE 2018-03-04 16:24:55 +00:00
news Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
packages
parallel pvm3: follow redirect 2018-02-25 16:12:52 +00:00
pkgtools Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
print cups-filters: Update print/cups-filters to 1.20.1 2018-02-27 17:48:20 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
shells Take maintainership. 2018-03-02 09:02:52 +00:00
sysutils Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +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 all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
time time/ruby-tzinfo: update to 1.2.5 2018-02-28 15:10:01 +00:00
wm wmctrl: update links 2018-02-25 16:15:09 +00:00
www p5-Mojolicious: update to 7.70. 2018-03-04 16:15:03 +00:00
x11 xf86-video-amdgpu: update to 18.0.0. 2018-03-02 22:40:59 +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.