and write a range of common variations of archive format including
V7, USTAR, POSIX and GNU formats. It provides support for packing
and unpacking portable archives. This makes it suitable for
distribution but not backup because details like file ownership and
exact permissions are not preserved.
(this library is a requirement for the next darcs release)
These tools are intended to simplify the tasks of configuring a Unix
system for workstations. They are not intended for configuring Unix
servers.
<...>
This is a WIP, hence not hooked to the build.
DO NOT try this at home or you will harm yourself, you have been warned.
ok jasper@
Liboobs is a wrapping library to the System Tools Backends, it will
provide easy to access GObjects to system configuration details, like
users, groups and network interfaces, it will handle sessions with the
backend and data consistency too.
This is a WIP, hence not hooked to the build.
DO NOT try this at home or you will harm yourself, you have been warned.
ok jasper@
The System Tools Backends (s-t-b for short) are a set of cross-platform
modules for Unix systems. The backends provide a common DBus interface
to all platforms to modify or read the system configuration in a system
independent fashion. Historically, access to system configuration has
<...>
This is a WIP, hence not hooked to the build.
DO NOT try this at home or you will harm yourself, you have been warned.
ok jasper@
When is an extremely simple personal calendar program, aimed at the Unix
geek who wants something minimalistic. It can keep track of things you
need to do on particular dates. Its file format is a simple text file,
which you can edit in your favorite editor.
feedback and ok ajacoutot@
This is yet another module that lets you access or change the elements
of a hash using methods with the same name as the element's key. It
follows in the footsteps of Hash::AsObject, Hash::Inflator,
Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The
main difference between this module and its forebears is that it
supports tied hashes, in addition to regular hashes. This allows a
modular division of labor: this class is generic and treats all hashes
the same; any special semantics come from the tied hash.
ok ajacoutot@
- start explanation of options with a capital letter for consistency
with other man pages.
- sprinkle some more .Xr where needed
- slight rewording in some places
feedback and ok espie@