Description:
GAMMA stands for a Guile Archive of Multiple Modules with an 'A' just for the 'A' of it. It contains a set of useful Guile modules. In particular, it is used by Runasimi.org and Ellinika.gnu.org.ua.
* Pre-read the memory mapped regions on systems that support it. This speeds up operations on big databases. * gdbmtool: tagged initialization of structured data Initializers for structured data can be given in tagged form, e.g.: store somekey { status=2, id={a,u,x}, name="foo" } * Bugfixes: ** Preserve locking type during database reorganization
Description:
GNU dbm is a library of database functions that use extendible hashing and works similar to the standard UNIX dbm functions. These routines are provided to a programmer needing to create and manipulate a hashed database.
Description:
GINT provides a framework for easy integration of Guile into arbitrary software projects. It includes Autoconf macros for detecting the presence of Guile on the system, detecting its version number and location of its components, a set of Makefile and Automake rules for snarfing C sources, i.e. generating auxiliary files (.x files, containing symbol information for Guile interpreter, and .doc files, containing information about Guile primitives, their arguments and docstrings), and a C lexer program for extracting docstrings from a C file.
Description:
Gnulib is a central location for common GNU code, which is shared among many GNU (and non-GNU) packages.
Description:
Grecs is a library for parsing structured configuration files from C programs. A structured configuration file has hierarchical structure, with block statements enclosing lower-level statements. Such configurations files are used by many programs, such as, e.g. Bind or Dico.
Description:
This project is decommissioned. It's repository is retained as a historic reference only.
Description:
Imprimatur provides Texinfo macros for various editing tasks such as adding editor notes and annotations, as well as Makeinfo rules for verifying Texinfo document structure, format, and (to a certain extent) content coverage.
Description:
Inetutils, or GNU Internet Utilities, are the basic internet utilities of the GNU Operating System.
* Fix expunging of mailboxes in mbox and dotmail format in a read-only directory The bug was reported at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980042 * inc: when updating the "unseen" sequence, translate message numbers to uids * Fix default port selection in SMTP mailer * Fix building the mda utilities with mailbox quotas off * Fix bugs in the testsuite
Description:
GNU Mailutils is a swiss army knife of electronic mail handling. It contains a rich set of mail-related utilities and daemons, including pop3d, imap4d, sieve and a universal mail delivery agent, called maidag.
* Major rewrite of memory allocation code * Bugfixes ** usage of pam_regex with 'transform=', but without 'regex=' ** ldappubkey: Pass arguments to start_tls
Description:
PAM-modules is a collection of useful PAM modules plus a command line utility for checking PAM authentication and other management groups.
Description:
Paxutils is intended to provide a set of archiver programs. It will include tar and cpio utilities and will provide POSIX pax program.
Description:
Wit is a wiki translator, a package that supplies Python classes for translating Wiki Markup into another kind of markup, such as, e.g. plain text and HTML. It has been superseded by wikitrans.
Description:
A C module providing an API for running external command and capturing its output.
The function runcap() runs an external command and waits for its termination, capturing its stdout and/or stderr and optionally piping the supplied data to its stdin.
Don't throw exception on invalid tokens. Fix python 3 compatibility
Description:
Provides Python framework for translating WikiMedia articles to various formats. The present version supports conversions to plain text, HTML, and Texinfo. A command line translator utility is included.
- Change bugtracker address.
Description:
A perl module supplying a parser that converts the HAProxy configuration file to a parse tree and provides methods for various operations on this tree, such as: searching, modifying and saving it to a file.
cflow, cfpeek, dico, direvent, eclat, grecs, jumper, mailutils, pies, rush, slb, smap, tar, vcsync, vmod-dbrw, vmod-sql, wydawca, fileserv, genrc, tallyman, rpipe
Description:
This package provides a set of C functions for parsing input strings. Default parsing rules are are similar to those used in Bourne shell. This includes tilde expansion, variable expansion, quote removal, word splitting, command substitution, and path expansion. Parsing is controlled by a number of settings which allow the caller to alter processing at each of these phases or even to disable any of them. Thus, wordsplit can be used for parsing inputs in different formats, from simple character-delimited entries, as in /etc/passwd, and up to complex shell statements.
- Change bugtracker address.
Config::Parser, Config::Parser::ldap
Description:
This perl module aims to provide a generalized implementation of parse tree for various configuration files. It does not implement parser for any existing configuration file format. Instead, it provides an API that can be used by parser implementors to build internal representation for the particular configuration file format.
- Change bugtracker address.
Config::AST, Config::Parser::ldap
Description:
Config::Parser provides a framework for writing configuration file parsers. It is an intermediate layer between the abstract syntax tree (Config::AST) and implementation of a parser for a particular configuration file format. The package provides also Config::Parser::Ini -- a configuration file parser for ini-style files.
- Change bugtracker address
Description:
A Perl module for parsing the ldap.conf configuration file.
Convert byte-like objects to UTF-8 strings.
Description:
Software packages usually include textual files describing noteworthy changes in each subsequent release. There exist several formats of such files. This package provides Python framework for parsing the most often used formats of such release log files. Support for any new format can be easily added.In particular, this project page uses this module.
- Change bugtracker address.
archive, devel, gray, lib, perl
https://puszcza.gnu.org.ua/projects/file-backupDescription:
Perl extension for creating backup file copies. Three backup naming schemes are supported: simple backup creates backup file name by appending single tilde character to the original file name, numbered backup creates backup name by suffixing the original file name with .~N~, where N is a decimal number. Finally, automatic backup selects numbered scheme if at least one numbered backup file already exists and falls back to the simple backup otherwise.