Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-08-31 23:07:00 +00:00
archivers *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
audio *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
benchmarks *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
biology *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
bootstrap Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
cad *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
chat *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
comms *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
converters *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
cross *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
databases *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
devel *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
distfiles
doc doc: Updated devel/py-setuptools to 47.3.2 2020-08-31 23:06:12 +00:00
editors *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
emulators *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
filesystems *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
finance *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fonts *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
games *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
geography *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
graphics *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
ham *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
inputmethod *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
lang *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
math *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
misc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mk mk: Remove an unwanted NetBSD RCS tag. 2020-08-27 11:56:38 +00:00
multimedia *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
net *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
news *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
packages
parallel *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pkgtools *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
print *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
shells *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sysutils *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
templates
textproc *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
time *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
wm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
www *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
x11 *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +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