Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-11-18 07:55:24 +00:00
archivers Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
audio Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology bcftools: added version 1.9 2018-11-15 09:21:24 +00:00
bootstrap Update the root_group for Minix to match the changes to mk files. 2018-11-15 22:08:30 +00:00
cad Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
chat chat/gajim-plugin-omemo: update to version 2.6.23 2018-11-16 00:04:14 +00:00
comms Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
converters Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
cross aarch64-none-elf-gcc: Use bsdtar to install some missing .hpp files 2018-11-16 10:06:23 +00:00
databases py-firebase: Remove. 2018-11-16 15:51:55 +00:00
devel devel/go-kingpin.v3-unstable: import go-kingpin.v3-unstable-3.0.0.0.20100811 2018-11-18 07:54:48 +00:00
distfiles
doc Added devel/go-kingpin.v3-unstable version 3.0.0.0.20100811 2018-11-18 07:55:24 +00:00
editors typo in COMMENT 2018-11-16 23:01:48 +00:00
emulators Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
filesystems Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
finance Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
fonts Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
games Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
geography py-google-maps-services-python: Update to 2.5.1. 2018-11-16 15:27:37 +00:00
graphics py-piexif: Update to 1.1.2. 2018-11-16 15:34:33 +00:00
ham Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
inputmethod Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
lang Update to 1.30.1 2018-11-18 07:03:01 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
math Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
misc Update to 6.1.3.2 2018-11-18 07:11:40 +00:00
mk Update Minix BINPKG_SITES url. 2018-11-15 01:40:52 +00:00
multimedia gmplayer: regen distinfo to match mplayer 2018-11-15 08:46:35 +00:00
net geomyidae: Update net/Geomyidae to 0.34 2018-11-16 12:31:52 +00:00
news Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
packages
parallel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pkgtools All Minix supported platforms are ELF. 2018-11-15 00:50:44 +00:00
print print: + py-weasyprint0. 2018-11-16 14:13:20 +00:00
regress mk/misc: adjust layout of the show-all output to pkgsrc format 2018-11-11 19:07:12 +00:00
security Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
shells shells/Makefile: + bosh, pbosh 2018-11-10 20:00:04 +00:00
sysutils Update qdirstat to 1.5. 2018-11-17 20:02:41 +00:00
templates
textproc py-markupsafe: Update to 1.1.0. 2018-11-16 15:46:17 +00:00
time py-tempora: updated to 1.14 2018-11-15 10:07:38 +00:00
wm Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
www Add go-urlesc 2018-11-18 07:38:12 +00:00
x11 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 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.