Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
tnn c9e5216c14 kicad*: update to 6.0.6
Bugfix release in the 6.0 stable series.
2022-07-20 16:28:54 +00:00
archivers *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
audio audio/mpg123*: reset pkgrevisions and correct CHANGES entries 2022-07-19 00:06:01 +00:00
benchmarks *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
biology htslib: updated to 1.15.1 2022-07-05 11:00:16 +00:00
bootstrap bootstrap/README: Add MidnightBSD to the unknown status list 2022-06-28 23:37:09 +00:00
cad kicad*: update to 6.0.6 2022-07-20 16:28:54 +00:00
chat libpurple, finch, pidgin: update to 2.14.10 2022-07-20 02:14:12 +00:00
comms comms/py-esptool: Update to 4.1 2022-07-08 13:24:51 +00:00
converters py-unicode-slugify: updated to 0.1.5 2022-07-14 08:58:45 +00:00
cross Add a package for lwtools, a set of cross-development tools for the 2022-07-18 03:43:05 +00:00
databases postgresql-promscale_extension: don't bomb when build user is root 2022-07-19 19:40:32 +00:00
devel py-types-toml: updated to 0.10.8 2022-07-20 08:49:13 +00:00
distfiles
doc doc: Updated mail/rspamd to 3.2 2022-07-20 15:55:12 +00:00
editors editors/xournalpp: add dependency: graphics/adwaita-icon-theme 2022-07-18 20:37:58 +00:00
emulators emulators/free42: explicitly include fenv.h on platforms that use it 2022-07-20 05:03:06 +00:00
filesystems Add a package for cocofs-1.0, a tool for interacting with floppy disk images 2022-07-09 18:38:59 +00:00
finance py-eth-keyfile: fix build 2022-07-15 20:54:26 +00:00
fonts Bump everything affected by the jpeg.buildlink3.mk fix. 2022-07-14 23:46:18 +00:00
games games/woof: Update to 10.1.0 2022-07-18 10:15:26 +00:00
geography Bump everything affected by the jpeg.buildlink3.mk fix. 2022-07-14 23:46:18 +00:00
graphics libwebp: updated to 1.2.3 2022-07-18 19:06:44 +00:00
ham uhd: switch to python 3 2022-07-08 14:26:11 +00:00
inputmethod skk: Support emacs28 2022-07-04 14:40:40 +00:00
lang typo in lang/janet/DESCR 2022-07-20 07:58:59 +00:00
licenses add fsharp-license X68030 IPLROM image 2022-06-25 14:50:24 +00:00
mail rspamd: Update to 3.2. 2022-07-20 15:55:04 +00:00
math py-sympa: Remove man entries from ALTERNATIVES. 2022-07-18 12:49:20 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs xfce4: bump xfce4-settings to 4.16.3 2022-07-15 05:22:19 +00:00
misc update to version 0.08. 2022-07-18 20:45:04 +00:00
mk mk/scripts/mkreadme: fix typo? 2022-07-17 13:37:30 +00:00
multimedia multimedia/streamlink: update to streamlink-4.2.0 2022-07-18 22:11:03 +00:00
net net/bind916: update to 9.16.31 2022-07-20 15:14:13 +00:00
news news/leafnode: Update to 1.12.0 2022-07-15 12:37:55 +00:00
packages
parallel py-ipyparallel: updated to 8.4.1 2022-07-05 18:06:28 +00:00
pkgtools url2pkg: disable resuming transfers when fetching distfiles 2022-07-16 09:16:50 +00:00
print print/tex-pdfpages: add dependency: print/tex-pdflscape 2022-07-18 20:49:21 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security gsasl: update to 2.0.1. 2022-07-17 08:24:53 +00:00
shells Revbump all Go packages after go118 update 2022-07-13 16:02:57 +00:00
sysutils sysutils: Disable openxenmanager 2022-07-20 15:03:04 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc Update to 2.17 2022-07-19 15:21:51 +00:00
time py-pytz: updated to 2022.1 2022-07-12 09:23:40 +00:00
wm Bump everything affected by the jpeg.buildlink3.mk fix. 2022-07-14 23:46:18 +00:00
www */*: update NGINX JavaScript: 0.7.5 -> 0.7.6 2022-07-19 18:09:44 +00:00
x11 libxcvt: update to 0.1.2. 2022-07-20 07:57:48 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Fix URIs and capitalize NetBSD 2022-01-31 22:39:11 +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.

Community / 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