Package: dirvish Version: 1.2.1-0.1 Priority: optional Section: admin Maintainer: Paul Slootman Depends: rsync (>= 2.5.6-0.1), perl-modules, libtime-modules-perl, libtime-period-perl, perl Recommends: ssh (>= 3.4p1) Architecture: all Filename: ./dirvish_1.2.1-0.1_all.deb Size: 58902 Installed-Size: 176 MD5sum: e723bb9e0f650d9e2c91cf9f2b37fd02 Description: Filesystem based backup system using rsync A utility to maintain multiple backups on online storage, each backup is available as a sort of snapshot directory, where common files are shared between the different backup generations. It uses rsync to do the actual copying. . Backups can be made locally or over the network (using ssh). Package: libclass-dbi-mysql-perl Version: 1.00-1 Priority: optional Section: perl Maintainer: Brian Murray Depends: perl (>= 5.6.0-16) Architecture: all Filename: ./libclass-dbi-mysql-perl_1.00-1_all.deb Size: 11586 Installed-Size: 28 MD5sum: eaead596eb734b794507f42828d20ce3 Description: Extensions to Class::DBI for MySQL This is an extension to Class::DBI, containing several functions and optimisations for the MySQL database. Instead of setting Class::DBI as your base class, use this instead. . This description was automagically extracted from the module by dh-make-perl. Package: libdevice-gsm-perl Version: 1.44-1 Priority: optional Section: perl Maintainer: Brian Murray Depends: perl (>= 5.6.0-16) Architecture: all Filename: ./libdevice-gsm-perl_1.44-1_all.deb Size: 49788 Installed-Size: 172 MD5sum: 6ba8317e6b60d49b861591e2f0c01687 Description: Perl extension to interface GSM phones / modems Device::Gsm class implements basic GSM functions, network registration and SMS sending. . This class supports also PDU mode to send SMS messages, and should be fairly usable. In the past, I have developed and tested it under Linux RedHat 7.1 with a 16550 serial port and Siemens C35i/C45 GSM phones attached with a Siemens-compatible serial cable. Currently, I'm developing and testing this stuff with Linux Slackware 10.2 and a Cambridge Silicon Radio (CSR) USB bluetooth dongle, connecting to a Nokia 6600 phone. . Please be kind to the universe and contact me if you have troubles or you are interested in this. . Please be monstruosly kind to the universe and (if you don't mind spending an SMS) use the examples/send_to_cosimo.pl script to make me know that Device::Gsm works with your device (thanks!). . This description was automagically extracted from the module by dh-make-perl. Package: libeacct-perl Version: 0.04-4 Priority: optional Section: perl Maintainer: Kees Cook Depends: perl (>= 5.6.0-16), libeidetic-perl, libconfig-simple-perl, libcrypt-smbhash-perl Architecture: all Filename: ./libeacct-perl_0.04-4_all.deb Size: 35904 Installed-Size: 128 MD5sum: 7ebc489bd0f67b4cb601cb78268019c3 Description: Tools to manipulate Eidetic users, projects, and hosts This contains two routines for saving and loading flat hashes to and from files. . Each record is stored in its own file with an extension specified by the 'type' parameter. The filename is set to the key value (including any embedded spaces). Values are stored in Key: Value pairs. Values can be multilined, and will be stored as such. The key itself will be stored as the "Name" field. . Any colons in the value will be converted to dashes, because that's how we detect where the keys are. Be very careful not to use colons internally in values when writing the files. . There are *so* many much more powerful resource & config systems, that handle complex data structures, etc. etc. Most assume a single file, with all the records stored in it sequentially. Also, this one is intended to be super simple and easily predictable. Package: libeidetic-perl Version: 2.002015-2 Priority: optional Section: perl Maintainer: Kees Cook Depends: perl (>= 5.6.0-16), libdbi-perl, libsort-tree-perl Architecture: all Filename: ./libeidetic-perl_2.002015-2_all.deb Size: 81590 Installed-Size: 280 MD5sum: cb923df22261ca8bb648dd87c4f30215 Description: Templatized web-based database viewer, editor, indexer, etc Eidetic can be grouped into four aspects: . - Database - Queries - Templates - Code . The Eidetic Database has several rules about how queries are built, and how fields are used. The field "rsf" (resource flag) must exist. All rows with rsf!=1 are ignored during queries. All tables must have an indexed column, whose name is shared by all tables. For example, the "user" table is indexed by "uid", the "host" table is indexed by "uid". All junction tables are named after the two tables that are joined. For example, the "user_to_host" table is used to find which "host" entries are tied to which "user" entries. Field names within a junction table must have the originating table name and the indexed column name. For example, the above junction table would have "uid" to identify the junction row, along with "user_uid" and "host_uid" for the junction itself. Package: libgsh-perl Version: 1.0.0-2 Priority: optional Section: perl Maintainer: Kees Cook Depends: perl (>= 5.6.0-16) Architecture: all Filename: ./libgsh-perl_1.0.0-2_all.deb Size: 16576 Installed-Size: 48 MD5sum: 6c14420618b0bb13aeb5545e2433d280 Description: Global distributed SSH . This description was automagically extracted from the module by dh-make-perl. Package: libpoweredge-rac-perl Version: 0.16-1 Priority: optional Section: perl Maintainer: Kees Cook Depends: perl (>= 5.6.0-16) Architecture: all Filename: ./libpoweredge-rac-perl_0.16-1_all.deb Size: 28700 Installed-Size: 80 MD5sum: c314f560f2df8d5bcda86e39fd044f49 Description: Remotely manage your PowerEdges with Perl PowerEdge::RAC supplies some functions that you may find useful to remotely manage PowerEdge servers. . PowerEdge servers can be remotely managed with the aid of special hardware known as RAC cards (Remote Access Controller, DRAC II and III, ERA, ERA/O). The RAC can be accessed through utilities that run atop the OS, but also directly, through its own NIC. Giving you the ability to start a server even from a hung or powered-down state. For this last vital function Dell provides only a slowish and somewhat flaky interface tying you down to running Java applets in an unfree browser on an unfree OS. This module tries to remedy that. Package: libsort-tree-perl Version: 1.09-1 Priority: optional Section: perl Maintainer: Kees Cook Depends: perl (>= 5.6.0-16) Architecture: all Filename: ./libsort-tree-perl_1.09-1_all.deb Size: 12566 Installed-Size: 40 MD5sum: 518dadcb512a1b78b8345ff324fbd3b8 Description: Organize list of objects into parent/child order Sort::Tree includes three routines, list_to_tree, tree_to_list and traverse. These are used to organize an unordered list of objects into a tree form. For example, you'd perform a database query to gain a list of folders in a document system, and then order them by parentage for display in a webpage. Package: libsystemmanagement-gsp-perl Version: 1.0-2 Priority: optional Section: perl Maintainer: Kees Cook Depends: perl (>= 5.6.0-16), libexpect-perl Architecture: all Filename: ./libsystemmanagement-gsp-perl_1.0-2_all.deb Size: 8480 Installed-Size: 36 MD5sum: d38a2ff40e930a5956a5f1c7cf1675d8 Description: Perl extension for GSP remote system management Manages GSP Remote systems. Package: synchronize-server Version: 2.0.13-7 Priority: extra Section: comm Maintainer: Kees Cook Depends: passwd, libc6 (>= 2.3.4-1) Architecture: i386 Filename: ./synchronize-server_2.0.13-7_i386.deb Size: 430242 Installed-Size: 2136 MD5sum: 871a13e5ce64ed5d290c966c5851b62d Description: CrossWind Technologies' Synchronize Server for Linux This is the server-side of the CrossWind Synchronize Scheduling system. Package: vacm Version: 2.0.5a-2 Priority: optional Section: comm Maintainer: Kees Cook Depends: libc6 (>= 2.3.4-1) Architecture: i386 Filename: ./vacm_2.0.5a-2_i386.deb Size: 444388 Installed-Size: 1172 MD5sum: 652564b07fa162001129efb4e29d696a Description: VA server monitoring and management tool VA-Cluster Manager is a large scale server monitoring and management tool. Providing a modular architecture for adding new protocols and monitoring technology, VACM is extremely scalable.