Commit graph

10 commits

Author SHA1 Message Date
wiz
b6d125ee08 Use Mt for email addresses. 2013-07-20 21:50:52 +00:00
jperkin
b03f40d979 Update to 1.6, changes:
- Use the correct id(1) program.  Fixes PR pkg/40691

 - Avoid unprintable characters, some implementations of tr(1) have issues
   with them.  Instead go for what hopefully will be a unique string, as
   well as making use of shell parameter substitution.  Fixes PR pkg/42197

These changes combined make pkg_alternatives work correctly on Solaris.
2012-06-13 15:35:32 +00:00
rillig
b6c7c8977f Updated pkg_alternatives to 1.4.
Changes since 1.3:
- Added support for non-standard PKGMANDIR.
2007-01-15 02:50:06 +00:00
rillig
f4a2bba0c2 It's pkg_alternatives(8), not (1). 2006-09-20 12:53:21 +00:00
jmmv
12c1cd1b60 Update to 1.3: show a more descriptive usage message, useful as a quick
reference.  Per tv@'s suggestion.
2005-02-10 10:18:03 +00:00
jmmv
2f6fe82ae2 Update to 1.2:
- Add support to explicitly select which wrappers are wanted on a system and
  which ones are not.  This is done through a configuration file that defines
  a filter with a set of actions and regular expressions (example file
  included).
- Add an examples section to the manual page with solutions for some FAQs.
2005-01-30 12:35:22 +00:00
wiz
82c8ef9038 Fix Dt, and improve formatting. 2005-01-28 12:59:57 +00:00
jmmv
525aed5185 Add the -g flag to explicitly select the "group mode" (previously known as
"package mode").  Use previous version bump for this change.
2005-01-25 16:47:20 +00:00
jmmv
3cfcc8be82 Update to 1.1:
- Add the destroy action, used to remove the alternatives database as well
  as any known wrappers.

- Use the rebuild/destroy actions at install/deinstall time respectively
  so that this package can be installed at any time and pick up automatically
  available alternatives from PKG_DBDIR.

Per suggestion from reed@ in tech-pkg@.
2005-01-25 16:27:37 +00:00
jmmv
5293f7ab59 Initial import of pkg_alternatives, version 1.0:
pkg_alternatives is a tool to manage the alternatives system provided by
The NetBSD Packages Collection, also known as pkgsrc.  It creates, configures
and destroys generic wrappers used to run programs with similar interfaces.

No objections in tech-pkg@.  Agreed with jlam@, who has provided lots of
design suggestions.
2005-01-25 13:00:46 +00:00