=Ver: 2.0 ##---------------------------------------- =Pkg: freedce 1.1 2 i586 =Sum: RPC and DCOM toolkit for Linux +Des: This package provides support for developing DCE RPC and Microsoft RPC applications on the Linux platform. Authors: -------- Wez Furlong Miroslaw Dobrzanski-Neumann -Des: ##---------------------------------------- =Pkg: freedce-demo 1.1 2 i586 =Sum: Demonstration programs for freedce +Des: This package provides support for developing DCE RPC and Microsoft RPC applications on the Linux platform. This package contains demo programs for freedce. Authors: -------- Wez Furlong Miroslaw Dobrzanski-Neumann -Des: ##---------------------------------------- =Pkg: freedce-devel 1.1 2 i586 =Sum: Development package for freedce +Des: This package provides support for developing DCE RPC and Microsoft RPC applications on the Linux platform. This package contains files necessary for development with freedce. Authors: -------- Wez Furlong Miroslaw Dobrzanski-Neumann -Des: ##---------------------------------------- =Pkg: gdome2 0.8.1 ft.1 i586 =Sum: Gnome DOM Engine +Des: gdome2 is a fast, light and complete DOM level2 implementation based on libxml2. Although it has been written for the GNOME project, it can be used stand-alone. Authors: ------- Raph Levien Ian Main Daniel Veillard Mathieu Lacage Anders Carlson Paolo Casarini Luca Padovani T.J. Mather -Des: ##---------------------------------------- =Pkg: gdome2-devel 0.8.1 ft.1 i586 =Sum: Development files for gdome2 DOM library ##---------------------------------------- =Pkg: perl-Data-Dump 1.06 ft.3 i586 =Sum: Pretty printing of data structures +Des: This module provide a single function called dump() that takes a list of values as argument and produce a string as result. The string contains perl code that when evaled will produce a deep copy of the original arguments. The string is formatted for easy reading. Authors: -------- Gisle Aas -Des: ##---------------------------------------- =Pkg: perl-Email-Find 0.09 ft.3 i586 =Sum: Find RFC 822 email addresses in plain text +Des: Email::Find is a module for finding a *subset* of RFC 822 email addresses in arbitrary text. The addresses it finds are not guaranteed to exist or even actually be email addresses at all, but they will be valid RFC 822 syntax. Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but there's only so much which can be done without a human. Authors: -------- Tatsuhiko Miyagawa Michael G Schwern -Des: ##---------------------------------------- =Pkg: perl-Email-Valid 0.15 ft.3 i586 =Sum: Check validity of Internet email addresses +Des: This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain or whether the top level domain of the email address is valid. Authors: -------- Maurice Aubrey -Des: ##---------------------------------------- =Pkg: perl-Exporter-Lite 0.01 ft.2 i586 =Sum: Lightweight exporting of variables +Des: This is an alternative to Exporter intended to provide a lightweight subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK and not a whole lot else. Authors: -------- Michael G Schwern -Des: ##---------------------------------------- =Pkg: perl-HTML-Element-Extended 1.13 ft.1 i586 =Sum: A package of several enhanced HTML::Element classes +Des: HTML-Element-Extended is a package of several enhanced HTML::Element classes, most of which arose during the effort to implement an HTML::Element based table class. Authors: -------- Matthew P. Sisk -Des: ##---------------------------------------- =Pkg: perl-HTML-FromText 2.05 ft.3 i586 =Sum: Convert plain text to HTML +Des: "HTML::FromText" converts plain text to HTML. There are a handfull of options that shape the conversion. Authors: -------- Casey West Gareth Rees -Des: ##---------------------------------------- =Pkg: perl-HTML-TableExtract 2.06 ft.1 i586 =Sum: Perl extension for extracting the text contained in tables within an HTML document +Des: HTML::TableExtract is a module that simplifies the extraction of information contained in tables within HTML documents. Tables of note may be specified using Headers, Depth, Count, or some combination of the three. See the module documentation for details. Authors: -------- Matthew P. Sisk -Des: ##---------------------------------------- =Pkg: perl-HTML-TokeParser-Simple 3.14 ft.1 i586 =Sum: HTML::TokeParser::Simple - easy to use HTML::TokeParser interface +Des: HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses easy-to-remember method calls to work with the tokens. Rather than try to remember a bunch of array indices or try to write a bunch of constants for them, you can now do something like: $token->is_start_tag( 'form' ) Instead of $token->[0] eq 'S' and $token->[1] eq 'form' Authors: -------- Curtis "Ovid" Poe -Des: ##---------------------------------------- =Pkg: perl-HTTP-Cache-Transparent 0.6 ft.1 i586 =Sum: Cache the result of http get-requests persistently +Des: An implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations. Authors: -------- Mattias Holmlund, <$firstname -at- $lastname -dot- se> -Des: ##---------------------------------------- =Pkg: perl-Lingua-EN-Numbers-Ordinate 1.02 ft.2 i586 =Sum: Convert cardinal numbers (3) to ordinals ("3rd") +Des: There are two kinds of numbers in English -- cardinals (1, 2, 3...), and ordinals (1st, 2nd, 3rd...). This library provides functions for giving the ordinal form of a number, given its cardinal value. Authors: -------- Sean M. Burke -Des: ##---------------------------------------- =Pkg: perl-Lingua-Preferred 0.2.4 ft.3 i586 =Sum: Perl extension to choose a language +Des: Often human-readable information is available in more than one language. Which should you use? This module provides a way for the user to specify possible languages in order of preference, and then to pick the best language of those available. Different 'dialects' given by the 'territory' part of the language specifier (such as en, en_GB, and en_US) are also supported. Authors: -------- Ed Avis -Des: ##---------------------------------------- =Pkg: perl-Log-TraceMessages 1.4 ft.3 i586 =Sum: Log::TraceMessages Perl Module +Des: Log::TraceMessages This module is a better way of putting 'hello there' trace messages in your code. It lets you turn tracing on and off without commenting out trace statements, and provides other useful things like HTML-ified trace messages for CGI scripts and an easy way to trace out data structures using Data::Dumper. From the pod documentation: use Log::TraceMessages qw(t d); $Log::TraceMessages::On = 1; t 'got to here'; t 'value of $a is ' . d($a); { local $Log::TraceMessages::On = 0; t 'this message will not be printed'; } $Log::TraceMessages::CGI = 1; Log::TraceMessages::check_argv(); This is free software and you may distribute it under the same terms as perl itself. There is no warranty. Authors: -------- Ed Avis -Des: ##---------------------------------------- =Pkg: perl-Object-Persistence 0.92 ft.4 i586 =Sum: Object Persistence with Data::Dumper +Des: Persistence::Object::Simple provides persistence functionality to its objects. Object definitions are stored as stringified perl data structures, generated with Data::Dumper, that are amenable to manual editing and external processing from outside the class interface. Authors: -------- Vipul Ved Prakash -Des: ##---------------------------------------- =Pkg: perl-PerlIO-gzip 0.17 ft.3 i586 =Sum: Perl extension to provide a PerlIO layer to gzip/gunzip +Des: PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program. Authors: -------- Nicholas Clark -Des: ##---------------------------------------- =Pkg: perl-Sub-Override 0.08 ft.1 i586 =Sum: Perl extension for easily overriding subroutines +Des: Perl extension for easily overriding subroutines. Authors: -------- Curtis "Ovid" Poe, -Des: ##---------------------------------------- =Pkg: perl-Sub-Uplevel 0.09 ft.2 i586 =Sum: Apparently run a function in a higher stack frame +Des: Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided. Authors: -------- Michael G Schwern -Des: ##---------------------------------------- =Pkg: perl-Term-ProgressBar 2.09 ft.2 i586 =Sum: A progress bar for terminals +Des: This module provides a simple progress indicator for command line programs. You initialize a ProgressBar object with a brief description of what is happening and the number of things that need doing, and after each thing is done you call the object's update() method. At the moment, this is presented to the user (on stderr) as a sequence of 50 hash marks (no matter how many things are being done). Authors: -------- Ed Avis Martyn J. Pearce -Des: ##---------------------------------------- =Pkg: perl-Test-Builder-Tester 1.01 ft.3 i586 =Sum: Test testsuites that have been built with Test::Builder +Des: A module that helps you test testing modules that are built with Test::Builder. The testing system is designed to be used by performing a three step process for each test you wish to test. This process starts with using test_out and test_err in advance to declare what the testsuite you are testing will output with Test::Builder to stdout and stderr. You then can run the test(s) from your test suite that call Test::Builder. At this point the output of Test::Builder is safely captured by Test::Builder: Tester rather than being interpreted as real test output. The final stage is to call test_test that will simply compare what you predeclared to what Test::Builder actually outputted, and report the results back with a "ok" or "not ok" (with debugging) to the normal output. Authors: -------- Mark Fowler -Des: ##---------------------------------------- =Pkg: perl-Test-Exception 0.21 ft.1 i586 =Sum: Test exception based code +Des: This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. Authors: -------- Adrian Howard -Des: ##---------------------------------------- =Pkg: perl-Tk-TableMatrix 1.2 ft.2 i586 =Sum: Perl-Tk-based Table Display module +Des: Tk::TableMatrix is a table/matrix widget extension to perl/tk for displaying data in a table (or spreadsheet) format. The basic features of the widget are: * multi-line cells * support for embedded windows (one per cell) * row & column spanning * variable width columns / height rows (interactively resizable) * row and column titles * multiple data sources ((perl hash|| perl callback) &| internal caching) * supports standard Tk reliefs, fonts, colors, etc. * x/y scrollbar support * 'tag' styles per row, column or cell to change visual appearance * in-cell editing - returns value back to data source * support for disabled (read-only) tables or cells (via tags) * multiple selection modes, with "active" cell * multiple drawing modes to get optimal performance for larger tables * optional 'flashes' when things update * cell validation support * Works everywhere Tk does (including Windows and Mac!) Authors: -------- John Cerney -Des: ##---------------------------------------- =Pkg: perl-WWW-Mechanize 1.16 ft.1 i586 =Sum: Handy web browsing in a Perl object +Des: WWW::Mechanize, or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches including following links and submitting forms. Each fetched page is parsed and its links and forms are extracted. A link or a form can be selected, form fields can be filled and the next page can be fetched. Mech also stores a history of the URLs you've visited, which can be queried and revisited. Authors: -------- Andy Lester -Des: ##---------------------------------------- =Pkg: perl-XML-GDOME 0.86 ft.2 i586 =Sum: Interface to Level 2 DOM gdome2 library +Des: XML::GDOME is a perl module that provides the DOM Level 2 Core API for accessing XML documents. It uses a XS wrapper around the gdome2 library. Authors: -------- T.J. Mather -Des: ##---------------------------------------- =Pkg: perl-XML-LibXML-XPathContext 0.07 ft.1 i586 =Sum: Perl interface to libxml2's xmlXPathContext +Des: This module augments XML::LibXML by providing a Perl interface to libxml2's xmlXPathContext structure. Besides just performing xpath statements on XML::LibXML's node trees it allows redefining certain aspects of the XPath engine. This modules allows: 1 registering namespace prefixes, 2 defining XPath functions in Perl, 3 defining variable lookup functions in Perl. Authors: -------- Ilya Martynov Petr Pajas -Des: ##---------------------------------------- =Pkg: perl-xmltv 0.5.40 ft.1 i586 =Sum: XMLTV Television Listing Tools +Des: XMLTV is a set of utilities to manage your TV viewing. They work with TV listings stored in the XMLTV format, which is based on XML. The idea is to separate out the backend (getting the listings) from the frontend (displaying them for the user), and to implement useful operations like picking out your favourite programmes as filters that read and write XML documents. There are two backends at present, grabbing TV listings for Canada, the USA, the UK, as well as Germany and/or Austria. There are filters to sort the listings by date, to remove shows that have already been broadcast, and a couple of programmes to organize your viewing by storing preferences of what shows you watch. There are a couple of backends to produce printed output. Authors: -------- Ed Avis Jerry Veldhuis -Des: ##---------------------------------------- =Pkg: python-Durus 3.1 ft.1 i586 =Sum: A persistent object system for Python +Des: This is Durus, a persistent object system for applications written in the Python programming language. Durus offers an easy way to use and maintain a consistent collection of object instances used by one or more processes. Access and change of a persistent instances is managed through a cached Connection instance which includes commit() and abort() methods so that changes are transactional. Durus is best suited to collections of less than a million instances with relatively stable state. Authors: -------- CNRI -Des: ##---------------------------------------- =Pkg: python-lxml 0.8 1 i586 =Sum: A Pythonic binding for the libxml2 and libxslt libraries +Des: lxml is a Pythonic binding for the libxml2 and libxslt libraries. It follows the ElementTree API as much as possible, building it on top of the native libxml2 tree. It also extends this API to expose libxml2 and libxslt specific functionality, such as XPath, Relax NG, XML Schema, XSLT, and c14n. Authors: -------- Martijn Faassen -Des: ##---------------------------------------- =Pkg: python-mmpython 0.4.9 ft.1 i586 =Sum: Media Metadata for Python +Des: mmpython extracts metadata from media files and devices. Authors: -------- Thomas Schueppel Dirk Meyer -Des: ##---------------------------------------- =Pkg: python-mmpython 0.4.9 ft.2 i586 =Sum: Media Metadata for Python +Des: mmpython extracts metadata from media files and devices. Authors: -------- Thomas Schueppel Dirk Meyer -Des: ##---------------------------------------- =Pkg: python-psycopg2 2.0 ft.1 i586 =Sum: A PostgreSQL database adapter for Python +Des: psycopg is a PostgreSQL database adapter for the Python programming language. This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock. psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg 2 also provide full asycronous operations for the really brave programmer. Authors: -------- Federico Di Gregorio -Des: ##---------------------------------------- =Pkg: python-pylirc 0.0.5 ft.2 i586 =Sum: Python interface to LIRC +Des: PyLirc is a Python module to interact with remote controls via lirc. Authors: -------- Linus McCabe -Des: ##---------------------------------------- =Pkg: python-SQLObject 0.7 ft.3 i586 =Sum: Object-Relational Manager for Python +Des: SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. Authors: -------- Ian Bicking -Des: ##---------------------------------------- =Pkg: python-ZConfig 3.5.0 ft.1 i586 =Sum: Python configuration module from Zope +Des: ZConfig is a configuration library intended for general use. It supports a hierarchical schema-driven configuration model that allows a schema to specify data conversion routines written in Python. ZConfig's model is very different from the model supported by the ConfigParser module found in Python's standard library, and is more suitable to configuration-intensive applications. ZConfig schema are written in an XML-based language and are able to "import" schema components provided by Python packages. Since components are able to bind to conversion functions provided by Python code in the package (or elsewhere), configuration objects can be arbitrarily complex, with values that have been verified against arbitrary constraints. This makes it easy for applications to separate configuration support from configuration loading even with configuration data being defined and consumed by a wide range of separate packages. Authors: -------- Zope Corporation -Des: ##---------------------------------------- =Pkg: python-ZODB3 3.5.0 ft.1 i586 =Sum: Zope Object Database: object database and persistence +Des: The Zope Object Database provides an object-oriented database for Python that provides a high-degree of transparency. Applications can take advantage of object database features with few, if any, changes to application logic. ZODB includes features such as a plugable storage interface, rich transaction support, and undo. Authors: -------- Zope Corporation -Des: ##---------------------------------------- =Pkg: scite 1.66 ft.2 i586 =Sum: SCIntilla based Text Editor +Des: SciTE is a SCIntilla based text editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations. Scintilla is a free source code editing component. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion, call tips, and scripting. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colors, and multiple fonts. Authors: -------- Neil Hodgson -Des: ##---------------------------------------- =Pkg: emirror 2.1.21 ft.3 noarch =Sum: ECLiPt FTP mirroring tool +Des: The ECLiPt Mirroring Tool (emirror for short) is a full featured FTP mirroring package. Authors: -------- Martin Preishuber -Des: ##---------------------------------------- =Pkg: freevo 1.5.4 ft.3 noarch =Sum: A Linux PVR System +Des: Freevo is an open-source digital video jukebox (PVR, DVR) based on Linux. Freevo can be used both for a standalone PVR computer with a TV+remote, as well as on a regular desktop computer using the monitor and keyboard. Authors: -------- Krister Lagerstrom Aubin Paul Dirk Meyer Gustavo Sverzut Barbieri Rob Shortt Jason Ball Thomas Malt -Des: ##---------------------------------------- =Pkg: kodos 2.4.7 ft.2 noarch =Sum: Kodos is a visual regular expression editor +Des: Kodos is a visual regular expression editor and debugger. It is written in Python and PyQt. Authors: -------- Phil Schwartz -Des: ##---------------------------------------- =Pkg: python-CherryPy 2.1.0 ft.2 noarch =Sum: A pythonic, object-oriented web development framework +Des: CherryPy is a pythonic, object-oriented web development framework. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. CherryPy is now more than three years old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones. Oh, and most importantly: CherryPy is fun to work with :-) Authors: -------- CherryPy Team Remi Delon Carlos Ribeiro Remco Boerma Jesir Vargas Pawel Maczewski Peter Hunt Elvelind Grandin Sylvain Hellegouarch Michael Robinson Robert Brewer John P. Speno -Des: ##---------------------------------------- =Pkg: python-FormEncode 0.2.2 1 noarch =Sum: HTML form validation, generation, and conversion package +Des: FormEncode validates and converts nested structures. It allows for a declarative form of defining the validation, and decoupled processes for filling and generating forms. Authors: -------- Ian Bicking -Des: ##---------------------------------------- =Pkg: python-happydoc 3.0 ft.2 noarch =Sum: Extract documentation from python projects +Des: HappyDoc is a tool for extracting documentation from Python source code. It differs from other such applications by the fact that it uses the parse tree for a module to derive the information used in its output, rather that importing the module directly. This allows the user to generate documentation for modules which need special context to be imported. Authors: -------- Doug Hellmann wrobell -Des: ##---------------------------------------- =Pkg: python-json 3.4 1 noarch =Sum: JSON implementation for Python +Des: json.py is a simple, pure-python implementation of a JSON (http://json.org) reader and writer. JSON is used to exchange data across systems written in various languages. It is particularly suited to dynamic languages like Python, Javascript, etc. JSON = Javascript Object Notation implies it is suitable for AJAX applications that exchange data from servers to Javascript applications running on web browser clients. Authors: -------- Patrick D. Logan -Des: ##---------------------------------------- =Pkg: python-medusa 0.5.4 ft.2 noarch =Sum: A framework for implementing asynchronous servers. +Des: Medusa is a 'server platform' -- it provides a framework for implementing asynchronous socket-based servers (TCP/IP and on Unix, Unix domain, sockets). An asynchronous socket server is a server that can communicate with many other clients simultaneously by multiplexing I/O within a single process/thread. In the context of an HTTP server, this means a single process can serve hundreds or even thousands of clients, depending only on the operating system's configuration and limitations. Authors: -------- Sam Rushing A.M. Kuchling -Des: ##---------------------------------------- =Pkg: python-pgu 0.6 ft.1 noarch =Sum: A collection of handy modules and scripts for PyGame +Des: A collection of handy utilities and libraries created by Phil Hassey. tganew -- create tga files tileedit -- edit tga based images leveledit -- edit tga based levels engine -- state engine gui -- gui with standard widget, dialog, connections, and themes html -- html rendering utilities layout -- layout utilities text -- text rendering utilities tilevid -- sprite and tile engine timer -- a timer for games with set-rate FPS Authors: -------- Phil Hassey -Des: ##---------------------------------------- =Pkg: python-pyasn1 0.0.3 ft.2 noarch =Sum: ASN.1 library for Python +Des: This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. Authors: -------- Ilya Etingof -Des: ##---------------------------------------- =Pkg: python-pysnmp 4.1.4 ft.4 noarch =Sum: SNMP framework for Python +Des: This project aims at developing an SNMP v1/v2c/v3 engine written in the Python programming language. Authors: -------- Ilya Etingof -Des: ##---------------------------------------- =Pkg: python-rdflib 2.0.6 ft.2 noarch =Sum: A Python library for working with RDF +Des: RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer that conforms to the RDF/XML Syntax Specification (Revised). The library also contains both in-memory and persistent Graph backends. Authors: -------- Daniel Krech -Des: ##---------------------------------------- =Pkg: python-setuptools 0.6 ft.2 noarch =Sum: Download, build, install, upgrade, and uninstall Python packages -- easily! +Des: setuptools is a collection of enhancements to the Python distutils (for Python 2.3 and up) that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. Authors: -------- Phillip J. Eby -Des: ##---------------------------------------- =Pkg: python-TurboGears 0.8 ft.1 noarch =Sum: Front-to-back rapid web development +Des: TurboGears brings together four major pieces to create an easy to install, easy to use web megaframework. It covers everything from front end (MochiKit JavaScript for the browser, Kid for templates in Python) to the controllers (CherryPy) to the back end (SQLObject). The TurboGears project is focused on providing documentation and integration with these tools without losing touch with the communities that already exist around those tools. TurboGears is easy to use for a wide range of web applications. Authors: -------- Kevin Dangoor -Des: ##---------------------------------------- =Pkg: vim-indent-finder 1.1 ft.1 noarch =Sum: Automatically determines indent style +Des: Indent Finder is a python script that reads a file and tells you what indentation is used inside the file. It is not tied to any particular language. It was tested successfully with C, C++, python and Java code. Authors: -------- Philippe Fremy -Des: