Automatic conversion of the NetBSD pkgsrc CVS module, use with care
6c1561fbd1
v1.7.0 Implementation Changes Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368) Use cls parameter instead of class (#341) New Features Add support for impersonated_credentials.Sign, IDToken (#348) Add downscoping to OAuth2 credentials (#309) Dependencies Update dependency cachetools to v3 (#357) Update dependency rsa to v4 (#358) Set an upper bound on dependencies version (#352) Require a minimum version of setuptools (#322) Documentation Add busunkim96 as maintainer (#373) Update user-guide.rst (#337) Fix typo in jwt docs (#332) Clarify which SA has Token Creator role (#330) Internal / Testing Changes Change 'name' to distribution name (#379) Fix system tests, move to Kokoro (#372) Blacken (#375) Rename nox.py -> noxfile.py (#369) Add initial renovate config (#356) Use new pytest api to keep building with pytest 5 (#353) |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: cd pkgsrc/bootstrap/ ./bootstrap build packages, use: cd pkgsrc/category/package-name $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the following link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.