Ports Search

Results 6,2616,270 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.019 seconds)
sysutils/screenFetch-3.7.0 (Score: 2.4975603E-4)
Bash Screenshot Information Tool
screenFetch is a "Bash Screenshot Information Tool". This handy Bash script can be used to generate one of those nifty terminal theme information + ASCII distribution logos you see in everyone's screenshots nowadays. It will auto-detect your distribution and display an ASCII version of that distribution's logo and some valuable information to the right. There are options to specify no ascii art, colors, taking a screenshot upon displaying info, and even customizing the screenshot command! This script is very easy to add to and can easily be extended.
textproc/CSS-Squish-0.10 (Score: 2.4975603E-4)
Compact many CSS files into one big file
This module takes a list of CSS files and concatenates them, making sure to honor any valid @import statements included in the files. Following the CSS 2.1 spec, @import statements must be the first rules in a CSS file. Media-specific @import statements will be honored by enclosing the included file in an @media rule. This has the side effect of actually improving compatibility in Internet Explorer, which ignores media-specific @import rules but understands @media rules. It is possible that feature versions will include methods to compact whitespace and other parts of the CSS itself, but this functionality is not supported at the current time.
textproc/Petal-CodePerl-0.06 (Score: 2.4975603E-4)
Make Petal go faster by compiling the expressions
This module provides a CodeGenerator for Petal that inherits almost everything from Petal::CodeGenerator but modifies how expressions are dealt with. Petal normally includes code like this $hash->get( "not:user" ) in the compiled template. This means the path has to be parsed and interpreted at runtime. Using Petal::CodePerl, Petal will now produce this ! ($hash->{"user"}) which will be much faster. It uses Parse::RecDescent to parse the PETALES expressions which makes it a bit slow to load the module but this won't matter much unless you have turned off caching. It won't matter at all for something like Apache's mod_perl.
textproc/soothsayer-0.6.3 (Score: 2.4975603E-4)
Intelligent predictive text entry platform
Soothsayer is an intelligent predictive text entry platform. Soothsayer exploits redundant information embedded in natural languages to generate predictions. Soothsayer's modular and pluggable architecture allows its language model to be extended and customized to utilize statistical, syntactic, and semantic information sources. A predictive text entry system attempts to improve ease and speed of textual input. Word prediction consists in computing which word tokens or word completions are most likely to be entered next. The system analyses the text already entered and combines the information thus extracted with other information sources to calculate a set of most probable tokens.
www/bins-1.1.29 (Score: 2.4975603E-4)
Tool to generate HTML photo albums with XML support
[ excerpt (with adaptations) from developer's website ] The aim of BINS is to generate HTML photo albums. Some of the functionalities of BINS are: - album can contains other albums (sub albums): the album can have a tree structure ; - generation of a thumbnail and of scaled images of each picture ; - number and size of scaled pictures can be personalized, in pixels or percentage of the original image ; - several description fields (date, location, etc...) can be associated with the pictures ; - use the EXIF data structure found on some JPEG (usually, those produced by digital cameras) to fill automatically some fields (date and time for example).
www/HTML-FormFu-2.03 (Score: 2.4975603E-4)
HTML Form Creation, Rendering and Validation Framework
HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of formfu's behaviour and output. By default formfu renders "XHTML 1.0 Strict" compliant markup, with as little extra markup as possible, but with sufficient CSS class names to allow for a wide-range of output styles to be generated by changing only the CSS.
www/HTML-Summary-0.020 (Score: 2.4975603E-4)
Produces summaries from the textual content of web pages
The HTML::Summary module produces summaries from the textual content of web pages. It does so using the location heuristic, which determines the value of a given sentence based on its position and status within the document; for example, headings, section titles and opening paragraph sentences may be favoured over other textual content. A LENGTH option can be used to restrict the length of the summary produced. This distribution contains the HTML::Summary module, and some supporting modules. The full list of modules is: HTML::Summary Text::Sentence Lingua::JA::Jcode Lingua::JA::Jtruncate
www/django-sekizai-0.7 (Score: 2.4975603E-4)
Block templating system for Django
Sekizai means "blocks" in Japanese, and that's what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block.
x11-themes/phase-0.8 (Score: 2.4975603E-4)
Widget style for Qt 4 and KDE 4
Phase is a widget style for Qt 4 and KDE 4. It is designed to be functional but not drab, and aesthetic but not distracting. Artistic design draws upon the genius of earlier masters. This is particularly true for minimalistic designs. Therefore I cannot in good conscience claim this look to be truly original. But I have done my best. I hope you like it! Phase is now being maintained in kdeartwork. These are only "snapshot" releases. This is a "pure" Qt style, in that it does not require KDE.
databases/alembic-0.8.7 (Score: 2.4929325E-4)
Database migration tool for SQLAlchemy
Alembic is a new database migrations tool, written by the author of SQLAlchemy. A migrations tool offers the following functionality: - Can emit ALTER statements to a database in order to change the structure of tables and other constructs - Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. - Allows the scripts to execute in some sequential manner.