./pkgtools/pkg_select, Curses based pkgsrc system browser / manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20090308nb8, Package name: pkg_select-20090308nb8, Maintainer: imil

pkg_select will display a curses file browser for the pkg system. You can
browse pkgsrc and gather various informations about packages, like avail-
able version, installed version, comment and homepage. A simple paging
system lets you read information files. You can browse both installed
and uninstalled packages, as well as dependencies list and perform vari-
ous administrative tasks to them. A package finder system helps you to
easily locate a package by its name. pkg_select can handle either source
or binary installations when pkgsrc is installed on the local system, or
binary only when using the pkgsrc-over-ftp feature.

If no pkgsrc is installed, pkg_select offers ability fo fetch it, either
by FTP or CVS. It is also possible to update an existing pkgsrc via the
interface.

pkg_select user interface is quite self explainatory, every available
shortcut is shown and annotated.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 53.356 KB

Version history: (Expand)


CVS history: (Expand)


   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-09-09 12:03:21 by Nia Alarie | Files touched by this commit (1)
Log message:
pkg_select: Add networking libs on SunOS
   2019-09-08 01:18:57 by Nia Alarie | Files touched by this commit (1)
Log message:
pkg_select: remove Werror, helps building on netbsd-current
   2017-12-29 18:55:13 by Maya Rashish | Files touched by this commit (4) | Package updated
Log message:
pkg_select: fix buffer overflow

expanding the macro with ++len for size meant our memset to zero was
one bigger than the above allocated size.

while here simplify the problematic macro - malloc+memset zero is calloc.

bump pkgrevision
   2017-12-29 12:59:13 by Iain Hibbert | Files touched by this commit (10)
Log message:
fix crashes due to SSP being enabled
   2017-01-03 19:45:15 by Roy Marples | Files touched by this commit (1)
Log message:
Move to curses framework.
   2016-05-07 12:08:30 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Disable noisy warning for GCC.