Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-01-26 12:57:12 +00:00
archivers all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
audio all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
benchmarks all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
biology all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
chat all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
comms all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
converters converters/TECkit: Require C++11 2020-01-26 07:27:40 +00:00
cross all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
databases csharp-mysql: Update to 8.0.19 2020-01-26 12:43:54 +00:00
devel py-coverage: updated to 5.0.3 2020-01-26 09:22:31 +00:00
distfiles
doc doc: Updated x11/py-qt5-qscintilla to 2.11.2nb3 2020-01-26 12:57:12 +00:00
editors all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
emulators mgba: Update to 0.8.0 2020-01-25 19:26:18 +00:00
filesystems all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
finance Adjust to python-versioned py-qt5 and/or x11/py-qt5-qscintilla files. 2020-01-26 12:55:00 +00:00
fonts py-fonttools: updated to 4.2.4 2020-01-26 09:24:15 +00:00
games all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
geography Adjust to python-versioned py-qt5 and/or x11/py-qt5-qscintilla files. 2020-01-26 12:55:00 +00:00
graphics all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
ham all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
inputmethod all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
lang all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
math all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs gstreamer0.10-plugins: gst-plugins0.10-esound is no more. 2020-01-21 09:40:06 +00:00
misc Updated misc/ocaml-magic-mime to version 1.1.2. 2020-01-24 16:29:14 +00:00
mk Added gtksourceview3 option 2020-01-24 14:50:57 +00:00
multimedia omxplayer: Mark omxplayer.bin as PaX MPROTECT unsafe 2020-01-24 03:05:52 +00:00
net avahi: Don't use mono2 2020-01-26 12:36:34 +00:00
news all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
packages
parallel all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
pkgtools pkgtools/pkglint: update to 19.4.5 2020-01-23 21:56:50 +00:00
print all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
regress mk/pkgformat: include only relevant ident strings in +BUILD_VERSION 2020-01-15 20:11:11 +00:00
security py-google-auth: updated to 1.11.0 2020-01-25 12:49:12 +00:00
shells all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
sysutils Adjust to python-versioned py-qt5 and/or x11/py-qt5-qscintilla files. 2020-01-26 12:55:00 +00:00
templates
textproc all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
time all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
wm *: Remove esound support from pkgsrc 2020-01-20 21:54:00 +00:00
www www/cliqz: Adds support for wayland. 2020-01-25 17:12:17 +00:00
x11 Make it aware of .api files wich may be installed in different qt5/qsci* 2020-01-26 12:54:15 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +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.

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.

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