Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Changes: 2.12.0 ------ ## Features * Add `hub pr show [<number>]` command to open a pull request in the browser * Add `hub api --paginate` option to automatically fetch all pages of results * Add `hub pull-request --no-maintainer-edits` flag to disallow project maintainers being able to push to your branch * `hub issue -M` can now accept milestone names instead of just numbers * Abort `hub pull-request` with a helpful error message if the current branch wasn't pushed to a git remote * Drop support for legacy `hub.http-clone` git config value ## Fixes * Fix querying git configuration when GIT_TRACE is used * Support detached HEAD if `hub pull-request --head` was passed * Fix newline in `hub create` error message * Ensure HTTP connection reuse across API calls |
||
---|---|---|
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.