Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
bsiegert a0dca81b7b Pullup tickets #6670 and #6671 2022-09-20 18:31:55 +00:00
archivers archivers/Makefile: + trrntzip 2022-06-17 23:05:24 +00:00
audio strawberry: needs 'good' plugins 2022-06-23 22:18:35 +00:00
benchmarks (benchmarks/R-bench) USE_LANGUAGES= c, sorry 2022-06-02 11:48:57 +00:00
biology biology/peak-classifier: Update to 0.1.4 2022-06-11 19:52:58 +00:00
bootstrap Mention why we're doing PREFER_PKGSRC=yes on OpenBSD (at least for now) 2022-06-16 22:12:20 +00:00
cad (cad/py-gdstk) Fix GITHUB_PROJECT (missing) 2022-06-17 13:26:34 +00:00
chat Pullup ticket #6659 - requested by khorben 2022-07-27 19:05:37 +00:00
comms tio: update to 1.40. 2022-06-18 14:52:15 +00:00
converters sratom: update to 0.6.10 2022-06-11 12:19:06 +00:00
cross cross/avr-binutils: Update to 2.38 2022-05-23 11:56:34 +00:00
databases Pullup tickets #6664 #6669 - requested by taca 2022-08-28 08:13:40 +00:00
devel Pullup ticket #6657 - requested by taca 2022-07-26 19:29:01 +00:00
distfiles
doc Pullup tickets #6670 and #6671 2022-09-20 18:31:55 +00:00
editors Pullup ticket #6660 - requested by khorben 2022-08-27 15:35:47 +00:00
emulators nono: add fsharp-license, to support NetBSD/x68k 2022-06-25 15:04:03 +00:00
filesystems filesystems/tahoe-lafs: Update to 1.17.1 2022-06-15 22:31:44 +00:00
finance Update to 5.5.5 2022-05-29 09:36:13 +00:00
fonts fonts/public-sans: correct PKGNAME 2022-06-27 06:04:14 +00:00
games puzzles: add missing build dependencies 2022-06-13 07:01:31 +00:00
geography geography/geos: Add workaround for Solaris compiler 2022-06-22 11:42:22 +00:00
graphics Cenon: MKPIE not supported 2022-06-27 07:01:39 +00:00
ham (ham/trustedQSL) Updated 2.5.8 to 2.6.3 2022-06-19 06:19:08 +00:00
inputmethod ibus-table-chinese: Fix typo. Use OPSYS_VERSION. 2022-05-24 12:58:54 +00:00
lang Pullup ticket #6668 - requested by khorben 2022-08-28 13:58:00 +00:00
licenses add fsharp-license X68030 IPLROM image 2022-06-25 14:50:24 +00:00
mail Pullup ticket #6656 - requested by taca 2022-07-23 19:40:53 +00:00
math py-sympy: use PKGMANDIR in ALTERNATIVES file 2022-06-24 07:27:28 +00:00
mbone rtptools: located new home on Github. Update to 1.22. 2022-04-24 12:02:13 +00:00
meta-pkgs meta-pkgs/bulk-medium: drop net/bind911 2022-06-15 14:08:37 +00:00
misc rhash: properly reapply build fix for OSes without aligned_alloc 2022-06-27 01:19:39 +00:00
mk Document spotify-player image option 2022-06-19 07:02:18 +00:00
multimedia multimedia/mpv: Move to ffmpeg5 2022-06-27 00:07:01 +00:00
net Pullup tickets #6664 #6669 - requested by taca 2022-08-28 08:13:40 +00:00
news sfeed: Update to 1.5 2022-05-28 18:42:30 +00:00
packages
parallel py-ipyparallel: updated to 8.4.0 2022-06-17 12:23:17 +00:00
pkgtools pkgtools/pkglint: update to 22.2.0 2022-06-24 07:16:23 +00:00
print lilypond: update some comments concerning language dependencies 2022-06-25 19:35:54 +00:00
regress *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
security Pullup ticket #6667 - requested by khorben 2022-08-27 16:15:17 +00:00
shells Revbump all Go packages after go118 update 2022-06-02 18:51:56 +00:00
sysutils ovmf: Only build the amd64 bootloader on amd64, pending further diagnostics 2022-06-27 07:21:07 +00:00
templates
textproc Pullup ticket #6671 - requested by gutteridge 2022-09-19 15:24:22 +00:00
time Pullup ticket #6661 - requested by taca 2022-08-27 16:23:07 +00:00
wm enlightenment16: update to 1.0.25 2022-06-14 01:50:32 +00:00
www Pullup ticket #6670 - requested by nia 2022-09-20 18:31:28 +00:00
x11 Pullup ticket #6648 - requested by nia 2022-07-09 10:48:24 +00:00
Makefile
README.md README.md: Fix URIs and capitalize NetBSD 2022-01-31 22:39:11 +00:00
_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