diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-26 03:09:53 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-26 03:09:53 +0800 |
commit | 6445598c10a7ff43a149bd048d683f8a9efc09e5 (patch) | |
tree | 4f57f97b216285575da8fcf998be1d611c87f104 /sysutils/maint/pkg-descr | |
parent | 974a4a3cc2884fd514370db545ab322fda05e3ce (diff) | |
download | freebsd-ports-gnome-6445598c10a7ff43a149bd048d683f8a9efc09e5.tar.gz freebsd-ports-gnome-6445598c10a7ff43a149bd048d683f8a9efc09e5.tar.zst freebsd-ports-gnome-6445598c10a7ff43a149bd048d683f8a9efc09e5.zip |
add maint
System maintenance package written in Python and CSH
PR: 27022
Submitted by: Dale Weber <netman@dynaplex.net>
Diffstat (limited to 'sysutils/maint/pkg-descr')
-rw-r--r-- | sysutils/maint/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/maint/pkg-descr b/sysutils/maint/pkg-descr new file mode 100644 index 000000000000..23423066240d --- /dev/null +++ b/sysutils/maint/pkg-descr @@ -0,0 +1,14 @@ + Maint is a system maintenance script wrapper package written in Python and CSH +to handle common tasks, such as updating ports and source trees, building the +OS, readmes, cleaning ports and source trees, and other common tasks. Maint +is very modular and easy to extend and/or add new functions to. Maint also +includes a batch facility to allow creating batch files for the most often +done or special sequences of commands - and is cronable. + + A fully automatic system build facility is in the works, which will include +building the OS and kernel, as well as software from the ports collection. +This will make duplicating or restoring a system setup extremely easy. + +WWW: http://www.dynaplex.net/opensource/software + +- Dale Weber <software@dynaplex.net> |