Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-03-11 09:53:51 +00:00
archivers librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
audio *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
benchmarks benchmarks/bonnie++: fix reference to documentation 2020-02-09 20:02:45 +00:00
biology librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
bootstrap bootstrap: use $* instead of $@ where appropriate 2020-02-23 18:32:46 +00:00
cad librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
chat *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
comms librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
converters librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
cross librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
databases librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
devel *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
distfiles
doc doc: Updated lang/vala to 0.48.0 2020-03-11 09:44:20 +00:00
editors featherpad: update to 0.13.0 2020-03-11 01:15:54 +00:00
emulators librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
filesystems librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
finance librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
fonts librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
games *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
geography *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
graphics *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
ham librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
inputmethod *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
lang *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
math *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs xfce4: Remove reference to remove xfce4-gtk2-engine 2020-03-10 22:11:26 +00:00
misc librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
mk Document proj-grids option 2020-03-10 16:19:35 +00:00
multimedia librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
net *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
news librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
packages
parallel librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
pkgtools librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
print librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
regress mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
security *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
shells Register oksh in /etc/shells; ++pkgrevision 2020-03-07 21:14:45 +00:00
sysutils librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
templates
textproc *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
time librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
wm librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
www *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
x11 *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git