Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 720efb4f80 devel/ruby-iruby: drop dependency to ruby-fiddle
Now devel/ruby-fiddle is part of ruby*-base package.

Bump PKGREVISION.
2022-01-14 16:20:14 +00:00
archivers archivers/ruby-xz: drop dependency to ruby-fiddle 2022-01-14 16:18:50 +00:00
audio lmms: Force unbuffered I/O when reading from a raw OSS MIDI device. 2022-01-14 10:59:32 +00:00
benchmarks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
biology biology/molsketch: fix broken build 2022-01-11 16:45:09 +00:00
bootstrap bootstrap: On SCO System V variants, we need either mksh or bash. 2021-12-28 10:13:01 +00:00
cad *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +00:00
chat prosody: update to 0.11.12. 2022-01-13 14:25:12 +00:00
comms *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +00:00
converters *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +00:00
cross (cross/avr-libc) Add missing BUILD_DEPENDS (alhpaalpha.sty) 2021-12-31 06:18:03 +00:00
databases skytools: remove PY_NO_EGG 2022-01-12 08:42:26 +00:00
devel devel/ruby-iruby: drop dependency to ruby-fiddle 2022-01-14 16:20:14 +00:00
distfiles
doc doc: Updated archivers/ruby-xz to 1.0.2nb1 2022-01-14 16:19:17 +00:00
editors Remove PKGREVISION 2022-01-10 20:55:32 +00:00
emulators *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
filesystems USE_FEATURES=getline to fix Snow Leopard build. 2022-01-14 14:47:26 +00:00
finance *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +00:00
fonts python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
games nxengine-evo: update to 2.6.5.1 2022-01-11 11:46:41 +00:00
geography *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
graphics feh: update to 3.8 2022-01-11 10:30:56 +00:00
ham chirp: bump PKGREVISION for PLIST change 2022-01-14 15:02:49 +00:00
inputmethod *: convert to egg.mk 2022-01-10 23:46:48 +00:00
lang lang/ruby30: drop including devel/ruby-fiddle package 2022-01-14 16:16:44 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail neomutt: revert an upstream commit to fix a segfault 2022-01-13 16:12:52 +00:00
math *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs boost: Update to 1.78.0 2022-01-10 01:23:30 +00:00
misc moreutils: Update to 0.67 2022-01-13 11:49:41 +00:00
mk For macOS, getline(3) arrived sometime after 10.6 -- guessing 10.7 like 2022-01-14 14:46:50 +00:00
multimedia py-ming: convert to egg.mk 2022-01-10 07:56:49 +00:00
net net/ruby-tw: s/RUBY_JSON_VERSION/RUBY_JSON_VER/ 2022-01-14 15:51:50 +00:00
news news/tin: Update to 2.6.1 2022-01-12 11:41:41 +00:00
packages
parallel *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
pkgtools Revbump all Go packages after go117 update 2022-01-09 20:10:29 +00:00
print py-pydyf: convert to egg.mk 2022-01-10 22:00:08 +00:00
regress *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
security *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +00:00
shells shells/starship: update to 1.2.0 2022-01-14 15:38:07 +00:00
sysutils sysutils/fd-find: update to 8.3.1 2022-01-13 21:59:08 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc/ruby-xapian: remove oboslete conditions 2022-01-14 16:00:16 +00:00
time *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
wm *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
www Remove support for prior to Ruby 2.6. 2022-01-14 16:02:59 +00:00
x11 libXdmcp: revert Solaris 11.3 build fix 2022-01-14 16:13:53 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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