Path to this page:
./
pkgtools/pkgtasks,
Package tasks
Branch: CURRENT,
Version: 1.15,
Package name: pkgtasks-1-1.15,
Maintainer: jlampkgtasks is a shell script library to ease writing POSIX-compliant shell
scripts to handle common tasks during installation or removal of a
package, e.g.,
* creating groups and users needed by the package
* creating and removing directories with special permissions and
ownership,
* copying example config files to their final locations during package
installation, and removing them during package removal if they don't
differ from the example ones,
* reminding the user of files that may be customized after package
installation.
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2017-08-24) Updated to version: pkgtasks-1-1.15
- (2017-08-19) Updated to version: pkgtasks-1-1.14
- (2017-08-10) Updated to version: pkgtasks-1-1.13
- (2017-06-04) Updated to version: pkgtasks-1-1.10
- (2017-06-01) Package added to pkgsrc.se, version pkgtasks-1-1.9 (created)
CVS history: (Expand)
2017-08-23 19:53:19 by Johnny C. Lam | Files touched by this commit (11) |
Log message:
Update pkgtools/pkgtasks to 1.15.
Fix bug where "ocaml_findlib" and "shells" tasks were not
preserving the ownership and permissions of existing system files,
e.g., /etc/shells, when updating their contents.
|
2017-08-19 02:30:07 by Johnny C. Lam | Files touched by this commit (17) |
Log message:
Update pkgtools/pkgtasks to 1.14.
Use TASK_VERBOSE environment variable to select which tasks should
emit output when invoked.
|
2017-08-10 07:38:30 by Johnny C. Lam | Files touched by this commit (27) |
Log message:
Update pkgtools/pkgtasks to version 1.13.
* Add a "icon_themes" task to cache GTK+ icon theme directories.
* Change the way that install-info(1) is invoked.
* Clarify the output from the "groups" and "users" tasks.
* Bug fixes.
|
2017-06-04 01:54:53 by Johnny C. Lam | Files touched by this commit (9) |
Log message:
Update pkgtools/pkgtasks to version 1.10.
Change the output of the "directories" and "files" tasks to \
be less
verbose by halving the number of lines in the most common cases.
|
2017-06-02 01:38:29 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Not make-jobs safe.
|
2017-06-01 07:43:44 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
The "pkgtasks" package has an external repository/website.
|
2017-06-01 03:58:34 by Johnny C. Lam | Files touched by this commit (101) |
Log message:
Import pkgtasks-1-1.9 as pkgsrc/pkgtools/pkgtasks.
pkgtasks is a shell script library to ease writing POSIX-compliant
shell scripts to handle common tasks during installation or removal
of a package, e.g.,
* creating groups and users needed by the package
* creating and removing directories with special permissions and
ownership,
* copying example config files to their final locations during
package installation, and removing them during package removal
if they don't differ from the example ones,
* reminding the user of files that may be customized after
package installation.
|