Ports Search

Results 4,8414,850 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
textproc/lucene-4.10.4 (Score: 3.4284475E-4)
Full-text search engine for Java, 4.x branch
Lucene 4.x is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications.
textproc/Pod-DocBook-1.2 (Score: 3.4284475E-4)
Convert Pod data to DocBook SGML
Pod::DocBook is a module for translating Pod-formatted documents to DocBook 4.2 SGML. It is primarily a back end for pod2docbook, but, as a Pod::Parser subclass, it can be used on its own.
textproc/SQL-Tokenizer-0.24 (Score: 3.4284475E-4)
Simple regular expressions based SQL tokenizer
SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim to be a parser or query verifier. It just creates sane tokens from a valid SQL query.
textproc/XML-Entities-1.0002 (Score: 3.4284475E-4)
Generic classes for simplistic and perlish handling of XML data
XML::Entities provides a mapping from the standard XML entities to their Unicode characters. A function for decoding is provided. The mapping can be generated from a DTD file with entity definitions.
textproc/redland-bindings-1.0.17.1 (Score: 3.4284475E-4)
Language bindings for the Redland package
Redland is a library that provides a high-level interface for RDF allowing the model to be stored, queried and manipulated. This package provides a number of bindings for various languages for the Redland library.
textproc/html2text-2016.9.19 (Score: 3.4284475E-4)
Convert HTML into clean plain ASCII text
html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).
www/Newsletter-0.03.3 (Score: 3.4284475E-4)
Simple website based Newsletter interface
Newsletter - A Simple website based Newsletter interface! A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.
www/dpaste-2.10 (Score: 3.4284475E-4)
Django based pastebin
dpaste is a Django based pastebin. It's intended to run separately but its also possible to be installed into an existing Django project like a regular app. You can find a live example on dpaste.de
x11-wm/plwm-2.6a (Score: 3.4284475E-4)
Window manager construction kit
PLWM is a set of python base classes for a window manager, a collection of mixins that can be used to configure the behavior of the window manager, and some example window managers that show the flexibility of the system.
Like update_or_create - but recursive
It is a base class for ResultSets providing just one method: recur- sive_update which works just like update_or_create but can recursively update or create data objects composed of multiple rows. All rows need to be identified by primary keys - so you need to provide them in the update structure (unless they can be deduced from the parent row - for example when you have a belongs_to relationship). If not all colums comprising the primary key are specified - then a new row will be cre- ated, with the expectation that the missing columns will be filled by it (as in the case of auto_increment primary keys).