Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
bsiegert cf641aa0a9 Note pullup ticket #6824 2023-12-10 17:10:54 +00:00
archivers py-brotli: not for Python 2 2023-09-24 23:39:18 +00:00
audio Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
benchmarks google-benchmark: updated to 1.8.3 2023-08-31 17:22:52 +00:00
biology biology/fastx-toolkit: Unbreak build on Darwin 2023-09-25 18:01:35 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad (cad/klayout) Updated 0.28.10 to 0.28.12 2023-09-19 23:12:49 +00:00
chat Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
comms Skip garbage reply on AT+CMGL in PDU mode as in text mode 2023-09-24 00:50:48 +00:00
converters converters/Makefile: + dvisvgm 2023-09-04 14:16:53 +00:00
cross Always use the same e-mail address for packages I maintain 2023-08-30 21:46:32 +00:00
databases Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
devel Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
distfiles
doc Note pullup ticket #6824 2023-12-10 17:10:54 +00:00
editors Pullup ticket #6824 - requested by morr 2023-12-10 17:09:35 +00:00
emulators Pullup ticket #6807 - requested by abs 2023-10-12 15:30:50 +00:00
filesystems Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
finance Pullup ticket #6805 - requested by gutteridge 2023-10-12 14:54:23 +00:00
fonts ibm-plex-ttf: update to version 6.3.0 2023-09-13 12:06:04 +00:00
games pysolfc: fix for recent py-Pillow 2023-09-21 08:12:35 +00:00
geography geography/gama: Update to 2.25.1 2023-09-25 00:12:05 +00:00
graphics Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
ham ham/chirp: Update to 20230917 2023-09-20 13:36:22 +00:00
inputmethod (inputmethods/tamago-tsunagi) convert make-coding-system to define-coding-system 2023-09-09 13:04:29 +00:00
lang Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
licenses fonts/pixel-sagas-startrek: Add more fonts 2023-08-28 13:58:48 +00:00
mail Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
math math/four-bar-rs: downgrade back to v4 2023-09-26 07:09:52 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs Pullup ticket #6812 - requested by bsiegert 2023-10-22 18:44:03 +00:00
misc Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
mk mk: Add a few more common _DEBUG_SKIP_PATTERNS. 2023-09-20 13:45:42 +00:00
multimedia py-m3u8: updated to 3.6.0 2023-09-18 14:41:57 +00:00
net Pullup ticket #6825 - requested by taca 2023-12-09 21:54:35 +00:00
news Add moccasin 2023-09-03 07:11:28 +00:00
packages
parallel pocl: Update to 4.0. Unbreaks with latest LLVM. 2023-09-11 14:29:33 +00:00
pkgtools Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
print print/pdflib: fix unfetchable distfile 2023-09-21 14:44:08 +00:00
regress *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
shells Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
sysutils Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
templates
textproc Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
time py-tzdata: not for Python 2.7 2023-09-01 05:13:12 +00:00
wm awesome: adjust COMMENT 2023-09-22 21:37:55 +00:00
www Pullup ticket #6822 - requested by bsiegert 2023-12-06 12:08:36 +00:00
x11 Pullup ticket #6814 - requested by abs 2023-10-23 18:31:08 +00:00
Makefile science: add category 2023-07-17 01:03:19 +00:00
README.md
_NetBSD-pkgdb
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. 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