Path to this page:
./
pkgtools/nih,
Package manager for pkgsrc
Branch: CURRENT,
Version: 0.16.0,
Package name: nih-0.16.0,
Maintainer: cheusovNIH Invented Here :-)
This is a package manager for pkgsrc.
Available commands:
nih help - Display help message
nih refresh - Download pkg_summary and SHA512 files
nih install - Install or update packages
nih uninstall - Uninstall packages
nih verify - Verify packages integrity
nih status - Show status of installed packages
nih info - Show information about packages
nih meta - Output available or installed meta packages
nih search - Powerful search in packages
nih leaf - Output or remove autoinstalled leaf packages
nih list - List packages
nih mark - Mark packages
nih deps - Show dependencies
nih clean-cache - Clean-up cache directory with binaries
Required to run:[
pkgtools/pkg_install] [
pkgtools/digest] [
pkgtools/pkg_summary-utils]
Required to build:[
devel/mk-configure] [
pkgtools/cwrappers]
Master sites:
Filesize: 54.034 KB
Version history: (Expand)
- (2024-05-28) Updated to version: nih-0.16.0
- (2023-12-01) Updated to version: nih-0.15.2
- (2023-11-30) Updated to version: nih-0.15.1
- (2023-11-27) Updated to version: nih-0.15.0
- (2017-11-23) Package has been reborn
- (2015-11-08) Updated to version: nih-0.14.1
CVS history: (Expand)
2024-05-27 23:23:35 by Aleksey Cheusov | Files touched by this commit (2) | |
Log message:
Update to 0.16.0
System-wide NIH config defaults to @SYSCONFDIR@/nih.conf.
User's NIH config defaults to $HOME/.nihrc.
Directory for history files defaults to @VARBASE@/cache/nih/history.
Binary packages cache directory defaults to @VARBASE@/cache/nih/packages.
pkg_summary(5) directory defaults to @VARBASE@/cache/nih/summary
Obsolete ~/.nih directory
nih:
- Fix "nih history" on Linux.
- On Y/n question consider <RET> as "No".
- update man page for "refresh" subcommand.
- Allow "history", "status" and other commands to \
unprivileged user.
- Create tiny bin_summary only once at the time of "nih refresh -b".
- Add support for unprivileged use of subcomands "search", \
"info", "list".
nih install:
- Add option -W.
nih clean-cache:
- Fix help message.
nih remove:
- Fix issue when binary repository is not available.
nih deps:
- Fix help message (mark -b as the default).
nih.conf:
- Add example for getting URL to packages from pkg_install.conf(5).
nih.default.conf:
- Update REPOSITORY to https://cdn.NetBSD.org ...
- Add new formatter "show_summary_NPC".
- Adapt show_summary_BC formatter for rpm package numbers.
nih mark:
- Show error message when no PKGBASEs were specified.
pkg_status:
- Improve temporary directory removal.
pkg_update_plan:
- Add option -W for ignoring warnings.
|
2023-12-01 12:39:05 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 0.15.2:
Fix default REPOSITORY for Darwin
First, try to download SHA512.bz2, and then SHA512.gz
|
2023-11-29 22:48:11 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 0.15.0
Fix "nih -h" and "nih -V" broken in nih-0.15.0
Update man page and TODO
|
2023-11-27 13:56:16 by Aleksey Cheusov | Files touched by this commit (2) | |
Log message:
Update to 0.15.0
nih remove:
- now this command works correctly without external package
repository
nih leaf:
- new option "-u" for printing user-installed leaf packages
nih status:
- option -s has been renamed to "-p"
Primary extension for pkg_summary(5) is now "gz"
Updates in man.1
nih.default.conf:
- update default URLs to package repositories
root Makefile:
- +PKG_DBDIR defaults to ${PREFIX}/pkgdb
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2021-10-26 13:11:08 by Nia Alarie | Files touched by this commit (12) |
Log message:
pkgtools: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:47:20 by Nia Alarie | Files touched by this commit (12) |
Log message:
parallel: Remove SHA1 hashes for distfiles
|
2019-04-08 23:39:32 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Remove mova.org from MASTER_SITES
|