Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-06-02 09:16:45 +00:00
archivers archivers/lxqt-archiver: Follow github hosted package nomenclature 2020-06-02 09:06:03 +00:00
audio audio/pavucontrol-qt: Follow github hosted package nomenclature 2020-06-02 09:07:45 +00:00
benchmarks Revbump for icu 2020-06-02 08:22:31 +00:00
biology Revbump for icu 2020-06-02 08:22:31 +00:00
bootstrap
cad Revbump for icu 2020-06-02 08:22:31 +00:00
chat Revbump for icu 2020-06-02 08:22:31 +00:00
comms Revbump for icu 2020-06-02 08:22:31 +00:00
converters Revbump for icu 2020-06-02 08:22:31 +00:00
cross
databases Revbump for icu 2020-06-02 08:22:31 +00:00
devel devel/lxqt-build-tools: Follow github hosted package nomenclature 2020-06-02 08:42:34 +00:00
distfiles
doc doc: Added editors/micro version 2.0.4 2020-06-02 08:49:47 +00:00
editors editors/Makefile: Add micro 2020-06-02 08:49:15 +00:00
emulators Revbump for icu 2020-06-02 08:22:31 +00:00
filesystems Revbump for icu 2020-06-02 08:22:31 +00:00
finance Revbump for icu 2020-06-02 08:22:31 +00:00
fonts Revbump for icu 2020-06-02 08:22:31 +00:00
games Revbump for icu 2020-06-02 08:22:31 +00:00
geography Revbump for icu 2020-06-02 08:22:31 +00:00
graphics graphics/screengrab: Follow github hosted package nomenclature 2020-06-02 09:01:10 +00:00
ham Revbump for icu 2020-06-02 08:22:31 +00:00
inputmethod Revbump for icu 2020-06-02 08:22:31 +00:00
lang Revbump for icu 2020-06-02 08:22:31 +00:00
licenses
mail Revbump for icu 2020-06-02 08:22:31 +00:00
math Revbump for icu 2020-06-02 08:22:31 +00:00
mbone
meta-pkgs Revbump for icu 2020-06-02 08:22:31 +00:00
misc Revbump for icu 2020-06-02 08:22:31 +00:00
mk
multimedia Revbump for icu 2020-06-02 08:22:31 +00:00
net Revbump for icu 2020-06-02 08:22:31 +00:00
news Revbump for icu 2020-06-02 08:22:31 +00:00
packages
parallel Revbump for icu 2020-06-02 08:22:31 +00:00
pkgtools Revbump for icu 2020-06-02 08:22:31 +00:00
print Revbump for icu 2020-06-02 08:22:31 +00:00
regress
security security/lxqt-openssh-askpass: Follow github hosted package nomenclature 2020-06-02 09:16:45 +00:00
shells
sysutils Revbump for icu 2020-06-02 08:22:31 +00:00
templates
textproc reset revision 2020-06-02 08:34:35 +00:00
time Revbump for icu 2020-06-02 08:22:31 +00:00
wm wm/obconf-qt: Follow github hosted package nomenclature 2020-06-02 08:54:52 +00:00
www Revbump for icu 2020-06-02 08:22:31 +00:00
x11 Revbump for icu 2020-06-02 08:22:31 +00:00
Makefile
pkglocate
README.md

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