Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jaapb 5582ef25d8 Updated lang/coq to version 8.10.2.
Changes include:
- native 63-bit machine integers;
- a new sort of definitionally proof-irrelevant propositons: SProp;
- private universes for opaque polymorphic constants;
- string notations and numeral notations;
- a new simplex-based proof engine for the tactics lia, nia, lra and nra;
- new introduction patterns for SSReflect;
- a tactic to rewrite under binders: under;
- easy input of non-ASCII symbols in CoqIDE, which now uses GTK3.

and many small improvements and bugfixes.
2020-01-24 15:54:48 +00:00
archivers libzip: update to 1.6.0. 2020-01-24 12:09:23 +00:00
audio speech-dispatcher: Make python support work. 2020-01-22 19:25:54 +00:00
benchmarks all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +00:00
biology all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +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 several HOMEPAGEs to https 2020-01-18 23:30:05 +00:00
chat sort 2020-01-23 18:36:15 +00:00
comms all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
converters all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
cross all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
databases phpmyadmin: update to 4.9.4 2020-01-21 09:50:58 +00:00
devel py-boost: Prune -lutil on SunOS. 2020-01-24 15:36:39 +00:00
distfiles
doc doc: Updated graphics/deforaos-camera to 0.3.0 2020-01-24 14:22:04 +00:00
editors ghex: Needs msgfmt with --xml and --desktop 2020-01-23 16:06:01 +00:00
emulators Fix for big endian hosts. With this change, ski "should" be able to run on any NetBSD host as well as it does on i386. 2020-01-23 15:59:36 +00:00
filesystems all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
finance py-braintree: updated to 3.58.0 2020-01-22 21:18:26 +00:00
fonts all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
games Add hengband 2020-01-24 13:35:20 +00:00
geography all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
graphics deforaos-camera: update to 0.3.0 2020-01-24 14:21:52 +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 Updated lang/coq to version 8.10.2. 2020-01-24 15:54:48 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail Modernize patch filename. 2020-01-23 16:45:48 +00:00
math ltm: update to 1.2.0. 2020-01-24 10:08:20 +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 tmux: Handle the FNM_CASEFOLD extension where unsupported. 2020-01-23 10:09:35 +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 youtube-dl: updated to 20200124 2020-01-24 08:08:24 +00:00
news all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +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.10.2 2020-01-22 19:32:43 +00:00
shells all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
sysutils fix copy/paste fixup omission in buildlink guards 2020-01-23 18:31:05 +00:00
templates
textproc Apply upstream patch for CVE-2020-7595. 2020-01-24 10:40:36 +00:00
time all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
wm *: Remove esound support from pkgsrc 2020-01-20 21:54:00 +00:00
www squid4: Remove -Werror, violates at least -Wwrite-strings. 2020-01-23 14:49:09 +00:00
x11 Added options to x11/ocaml-lablgtk3 2020-01-24 14:50:42 +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