Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
markd 1767baf7f7 libkolabxml: add version 1.1.6
Libkolabxml is the reference implementation of the Kolab XML Format as
defined in http://wiki.kolab.org/User:Mollekopf/Drafts/KEP:17.

It provides serialization/deserialization from/to in-memory
representations for all Kolab Objects, including input validation.
2021-03-19 22:17:02 +00:00
archivers Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
audio quodlibet: update to 4.4.0 2021-03-19 12:08:15 +00:00
benchmarks Switch to use lang/php/json.mk. 2021-03-07 13:21:56 +00:00
biology openbabel: make buildlink3.mk match Makefile and require eigen3 2021-03-17 18:58:57 +00:00
bootstrap bootstrap: Add MidnightBSD support to bootstrap shell script 2021-03-15 16:22:06 +00:00
cad (cad/kicad-packages3d) PLIST patch by Mustafa Dogan dogan (at) tesmer.org.tr 2021-03-03 23:37:59 +00:00
chat Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
comms Switch HOMEPAGE to HTTPS. 2021-03-18 10:03:36 +00:00
converters libmwaw: update to 0.3.17 2021-03-19 11:49:20 +00:00
cross mingw-w64-i686-binutils: Update to 2.36 2021-01-28 12:43:28 +00:00
databases Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
devel devel: +libcutl 2021-03-19 22:12:08 +00:00
distfiles
doc doc: Updated ham/xlog to 2.0.22 2021-03-19 20:29:44 +00:00
editors Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
emulators Also provide NVMM acceleration for qemu-system-i386 2021-03-19 13:25:36 +00:00
filesystems tahoe-lafs: Complete move from py-crypto to py-crytodome 2021-03-19 14:30:23 +00:00
finance Add rates 2021-03-03 12:17:41 +00:00
fonts unifraktur-ttf: remove 2021-03-17 21:33:41 +00:00
games dhewm3: Update to 1.5.1 2021-03-19 09:43:15 +00:00
geography py-googlemaps: updated to 4.4.5 2021-03-16 08:16:57 +00:00
graphics Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
ham ham/xlog: Update to 2.0.22 2021-03-19 20:29:36 +00:00
inputmethod Needs pkg-config. Fixes building packages in bulk builds. 2021-03-12 08:46:58 +00:00
lang Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
licenses licenses: Remove -license suffix from ODC Open Database License 2021-03-06 04:30:56 +00:00
mail Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
math Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs texlive-collection-mathscience: +tex-physics 2021-03-18 03:50:53 +00:00
misc update misc/xygrib to build with openjpeg-2.4 2021-03-19 19:00:17 +00:00
mk mk: Add preliminary support for MidnightBSD 2021-03-15 16:21:02 +00:00
multimedia lightspark: Update to 0.8.4.1 2021-03-15 11:04:55 +00:00
net Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
news sfeed: Update to 0.9.22 2021-03-14 18:18:27 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
print Don't try to install libImageProcessor-x86_64.so and libImageProcessor-i386.so, 2021-03-18 16:44:01 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
shells fish: Update to 3.2.1 2021-03-19 10:19:35 +00:00
sysutils smartmontools: Update to 7.2 2021-03-19 17:48:32 +00:00
templates lil bit more table padding 2021-03-11 15:07:33 +00:00
textproc libkolabxml: add version 1.1.6 2021-03-19 22:17:02 +00:00
time libical: Update to 3.0.9 2021-03-19 10:45:31 +00:00
wm pekwm: update to 0.1.18 2021-03-15 11:51:00 +00:00
www Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
x11 x11/Makefile: add lxhotkey 2021-03-18 00:22:55 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +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. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

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