Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
mef 626ea18876 (devel/p5-Config-Any) Updated 0.32 to 0.33
0.33 - 2023-05-03
    - update docs describe which modules are needed for which formats
    - update Config::General requirement for conf files to a non-broken
      version (2.48)
    - don't try to upgrade old Config::General versions
    - fix is_supported method verifying the version of required modules
    - documentation cleanups
2023-12-16 09:23:14 +00:00
archivers update homepage 2023-12-16 00:02:57 +00:00
audio update master site 2023-12-15 17:58:52 +00:00
benchmarks provide hosting 2023-12-13 13:19:46 +00:00
biology update homepage 2023-12-15 18:23:29 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad update master site 2023-12-15 18:38:36 +00:00
chat chat/matrix-synapse: Freshen comment about (bad) test situation 2023-12-14 16:59:28 +00:00
comms comms/asterisk20: Add pgsql PLIST entries from asterisk18 2023-12-15 17:40:06 +00:00
converters py-fastbencode: fix PLIST; switch to wheel.mk; bump revision 2023-11-30 05:53:26 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases prometheus: create necessary data and log dirs; add user; add rc.d script 2023-12-15 15:00:09 +00:00
devel (devel/p5-Config-Any) Updated 0.32 to 0.33 2023-12-16 09:23:14 +00:00
distfiles
doc doc: Updated devel/p5-Commandable to 0.11 2023-12-16 09:20:14 +00:00
editors cargo.mk: centralize Darwin -install_name workaround. 2023-12-13 17:39:06 +00:00
emulators *: reset MAINTAINER/OWNER for inactive developer 2023-12-15 13:48:12 +00:00
filesystems Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
finance py-braintree: updated to 4.24.0 2023-11-17 20:49:49 +00:00
fonts py-fonttools: update to 4.46.0. 2023-12-07 08:30:20 +00:00
games rocksndiamonds: updated to 4.3.7.1 2023-12-10 18:47:58 +00:00
geography geography/qgis: Adapt to new USE_LANGUAGES scheme 2023-12-14 13:27:14 +00:00
graphics defunct master site. provide hosting. 2023-12-13 14:02:02 +00:00
ham ham/chirp: Update to 20231207 2023-12-07 22:57:23 +00:00
inputmethod qt6: updated to 6.6.1 2023-11-30 20:11:26 +00:00
lang ghc: remove 2023-12-16 07:18:08 +00:00
licenses licenses: remove busl-1.1-license 2023-11-18 19:01:37 +00:00
mail update master sites 2023-12-13 14:18:56 +00:00
math py-statsmodels: updated to 0.14.1 2023-12-15 09:48:02 +00:00
mbone *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
meta-pkgs texlive-collection-latexextra: Fix pastos in previous. 2023-12-10 16:51:42 +00:00
misc libreoffice: Update to 7.6.4.1 2023-12-10 11:51:21 +00:00
mk lip6.fr is incomplete. update. 2023-12-15 17:25:14 +00:00
multimedia gpac: fix macOS build. 2023-12-15 13:05:53 +00:00
net py-fritzconnection: add ALTERNATIVES 2023-12-15 19:03:53 +00:00
news Make perl dependencies conditional on "perl" package option. 2023-11-17 00:52:53 +00:00
packages
parallel opencl-clang: updated to 16.0.0 2023-12-14 13:16:05 +00:00
pkgtools pkgtools/mksandbox - update to version 1.11 2023-12-05 20:45:27 +00:00
print mupdf: update to 1.23.7. 2023-12-07 09:10:16 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security cargo.mk: centralize Darwin -install_name workaround. 2023-12-13 17:39:06 +00:00
shells fish: update to 3.6.4. 2023-12-11 09:37:12 +00:00
sysutils py-fritz_exporter: update to 2.3.1. 2023-12-16 08:53:58 +00:00
templates
textproc textproc/ruby-csv: update to 3.2.8 2023-12-16 05:11:43 +00:00
time py-trading-calendars: add missing tool 2023-12-13 19:23:53 +00:00
wm wm/oatbar: update to 0.0.30 2023-11-30 21:58:44 +00:00
www grafana: start grafana a different way so rc.d script's status command works 2023-12-15 18:35:48 +00:00
x11 x11/py-sip: Take co-MAINTAINERship 2023-12-14 15:58:34 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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