Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 8fe1b5d962 www/ruby-aws-sdk-s3: add package version 1.109.0
Add ruby-aws-sdk-s3 package version 1.109.0 required by newer ruby-chef
package.

Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).  This
gem is part of the AWS SDK for Ruby.
2021-12-12 12:59:31 +00:00
archivers revbump for icu and libffi 2021-12-08 16:01:42 +00:00
audio musicpd: update to 0.23.5. 2021-12-12 09:48:34 +00:00
benchmarks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
biology revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bootstrap bootstrap: Remove unused variable. 2021-11-29 18:32:51 +00:00
cad (cad/klayout) Updated 0.27.3 to 0.27.5, proposed by Atsushi Toyokura at wip/klayout 2021-12-12 03:14:41 +00:00
chat anope: Revoke maintainer status 2021-12-12 07:25:05 +00:00
comms py-rich: updated to 10.15.2 2021-12-10 08:54:54 +00:00
converters py-charset-normalizer: updated to 2.0.9 2021-12-11 20:47:41 +00:00
cross revbump for icu and libffi 2021-12-08 16:01:42 +00:00
databases databases/ruby-arel-helpers: update to 2.13.0 2021-12-11 13:30:57 +00:00
devel py-stsci.distutils: and do not break python 2 2021-12-12 10:51:59 +00:00
distfiles
doc doc: Added www/ruby-aws-sdk-kms version 1.52.0 2021-12-12 12:55:37 +00:00
editors Revbump all Go packages after go117 update 2021-12-09 17:50:09 +00:00
emulators emulators/simh: update to 2021.12.11, fixing a dhcp problem. 2021-12-11 14:35:57 +00:00
filesystems revbump for icu and libffi 2021-12-08 16:01:42 +00:00
finance revbump for icu and libffi 2021-12-08 16:01:42 +00:00
fonts revbump for icu and libffi 2021-12-08 16:01:42 +00:00
games etlegacy[-server]: update to 2.78.1 2021-12-09 16:10:58 +00:00
geography revbump for icu and libffi 2021-12-08 16:01:42 +00:00
graphics p5-PerlMagick: reset PKGREVISION after ImageMagick update 2021-12-12 09:38:04 +00:00
ham uhd: update to 4.1.0.4 2021-12-11 17:39:56 +00:00
inputmethod revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lang sun-jdk7: add a BLAKE2s 2021-12-11 14:58:02 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail Update to 1.8.19. From the changelog: 2021-12-12 10:41:48 +00:00
math py-xarray: updated to 0.20.2 2021-12-11 21:57:35 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs revbump for icu and libffi 2021-12-08 16:01:42 +00:00
misc libreoffice: put a kludge to fix a build error on NetBSD/i386. PR/56440 2021-12-10 19:00:13 +00:00
mk I export pkgsrc over NFS from a macOS host to a variety of VMs, each of 2021-12-11 09:01:23 +00:00
multimedia revbump for icu and libffi 2021-12-08 16:01:42 +00:00
net net/unifi: Re-add mongo option changes to PLIST also 2021-12-11 19:14:17 +00:00
news revbump for icu and libffi 2021-12-08 16:01:42 +00:00
packages
parallel revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pkgtools Revbump all Go packages after go117 update 2021-12-09 17:50:09 +00:00
print revbump for icu and libffi 2021-12-08 16:01:42 +00:00
regress regress: Remove reference to LOWER_OS_VERSION. 2021-11-30 09:40:10 +00:00
security py-pip-audit: update to 1.1.1. 2021-12-12 10:04:44 +00:00
shells {,standalone-,static-}tcsh: Update to 6.23.01 2021-12-09 19:55:39 +00:00
sysutils py-xattr: updated to 0.9.9 2021-12-11 19:42:40 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc hgrep: update to 0.2.2. 2021-12-12 09:57:46 +00:00
time libical: update to 3.0.12 2021-12-11 21:13:01 +00:00
wm Apply upstream patch (via MacPorts) to fix macOS 12 build. 2021-12-09 09:49:30 +00:00
www www/ruby-aws-sdk-s3: add package version 1.109.0 2021-12-12 12:59:31 +00:00
x11 x11/citron: update to 0.4.1 2021-12-10 17:18:15 +00:00
_NetBSD-pkgdb
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