Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
archivers all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
audio all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +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 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +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 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
devel all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
distfiles
doc doc: Added security/hs-ed25519 version 0.0.5.0 2020-01-18 23:30:12 +00:00
editors all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
emulators all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
filesystems all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
finance all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
fonts all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
games all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
geography all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
graphics all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +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 several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
licenses (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd 2019-12-28 12:16:53 +00:00
mail all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
math all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
misc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
mk Configurable optimization level and compilation parallelism 2020-01-18 01:39:01 +00:00
multimedia all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
net all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +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 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +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 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
shells all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
sysutils all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
templates
textproc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
time all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
wm all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
www all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
x11 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +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