RAA - tinypackage

tinypackage / 0.1.0

Short description: UNIX package manager
Category: Application/Package management
Status: testing
Created: 2003-02-28 15:36:34 GMT
Last update: 2003-04-21 02:45:53 GMT
Owner: Shirai,Kaoru (Projects of this owner)
Homepage: http://devel.korinkan.co.jp/tinypackage/
Download: http://devel.korinkan.co.jp/tinypackage-0.1.0.tar.gz
License: BSD-type
Dependency:
None
Description:

tinypackage is a lightweight package manager on UNIX system. This is useful enough for managing softwares installed by compiling from tarball.

$ ~/opt/tinypkg
usage: tinypkg TASK
TASK:
* update
Updates symlinks of shared files.
* list [-V]
Prints list of currently installed packages.
-V: Prints versions if possible.
* profile [-b] [-c]
Prints shell commands for setting environment variables. Run this
task from your shell like 'eval `tinypkg profile`'.
-b: Prints commands for bourne shell.(sh,bash,zsh) [default]
-c: Prints commands for C shell.(csh,tcsh)
* avail PACKAGE ...
Make PACKAGE available.
* unavail PACKAGE ...
Make PACKAGE unavailable.
* purge PACKAGE ...
Removes PACKAGE permanently.
* clean
Removes symlinks of shared files.
* (Build-related tasks)
There are some tasks for building feature. Try 'tinypkg help-build'.

Edit this project (for project owner)

back to RAA top