Ports Search

Results 8,0318,040 of 8,048 for /www/.(0.006 seconds)
textproc/rss-0.2.6 (Score: 0.00789595)
Ruby library for handling RSS (alternative impl.)
This library can parse RSS (RDF Site Summary) 1.0 with validation (or non validation). This library can almost well parse RSS 0.9x/2.0 with non validation. This library contains a sample that expand [RAA:RWiki]. * output recent changes as RSS 1.0. * collect RSS 1.0s and display those items sorted by updating time. * collect RSSs and display those items on each page.
textproc/xml-configfile-0.9.7 (Score: 0.00789595)
Ruby module for easy handling of XML configuration files
Ruby/xmlconfigfile is a Ruby module for easy handling of XML configuration files.
textproc/spellutils-0.7 (Score: 0.00789595)
Programs used to isolate some parts or texts before spell-checking
Spellutils is a suite of programs which are used to isolate some parts or texts from various types of files and hand them over to another program which may change the texts; it is typically a spell checker. Afterwards the possibly changed text parts are copied back in place in the original file. 1) The newsbody utility The program newsbody is a utility to isolate the body part of a news or email message in a separate file and then call some other program which may change the body, and eventually merge the headers with the possibly changed body. Optionally quotes and/or signature can be removed too, as well as all or selected header lines can be kept. 2) The pospell utility The program pospell is a utility to isolate the translations from a .po file, then call some other program which may change the translations (typically a spell checker), and eventually copy them back in place in the .po file.
textproc/hunspell-1.6.2 (Score: 0.00789595)
Albanian hunspell dictionaries
Albanian hunspell dictionaries
x11-fm/sushi-3.18.0 (Score: 0.00789595)
Tool similar to Gloobus Preview that provides quick file previews
Sushi is a new GNOME 3.2 tool similar to Gloobus Preview that provides quick file previews.
x11-fonts/cyr-rfx-koi8-o-1.1 (Score: 0.00789595)
Cyrillic X11 bitmap fonts from CYR-RFX project
CYR-RFX started as a collection of cyrillic fonts for X-Window ("CYR-RFX" stands for "CYRillic Raster Fonts for X"). Now it includes several cyrillic encodings and two latin ones (both with Euro sign). These fonts are modified (mainly with cyrillics added) versions of standard X-Window fonts from misc/ and 75dpi/. The fonts included are all *iso8859-1 from misc/, and most important 75dpi/ ones: lu (LucidaSans), lut (LucidaSansTypewriter), tim (Times), helv (Helvetica) and cour (Courier). Unlike the standard CYR-RFX' hierarchical install, this port installs all fonts for the same encoding into a single directory, with combined fonts.aliases and the new fonts.dir. The default encoding is KOI8-O -- seemingly the most complete of the Cyrillic encodings, compatible (for most intents and purposes) with KOI8-R and KOI8-U.
KDE Crystal style X cursor theme
This is an attempt to make an X cursors theme with the (KDE) crystal style, note that this is very unofficial so may have some inconsistencies with the original crystal icons.
databases/cdb-0.75 (Score: 0.0071873204)
Fast lookup database library & utilities
cdb is a fast, reliable, lightweight package for creating and reading constant databases. Its database structure provides several features: * Fast lookups: A successful lookup in a large database normally takes just two disk accesses. An unsuccessful lookup takes only one. * Low overhead: A database uses 2048 bytes, plus 24 bytes per record, plus the space for keys and data. * No random limits: cdb can handle any database up to 4 gigabytes. There are no other restrictions; records don't even have to fit into memory. Databases are stored in a machine-independent format. * Fast atomic database replacement: cdbmake can rewrite an entire database two orders of magnitude faster than other hashing packages. * Fast database dumps: cdbdump prints the contents of a database in cdbmake-compatible format. cdb is designed to be used in mission-critical applications like e-mail. Database replacement is safe against system crashes. Readers don't have to pause during a rewrite. Note for developers: packages that need to read cdb files should incorporate the necessary portions of the cdb library rather than relying on an external cdb library. (See WWW)
graphics/lensfun-0.3.2 (Score: 0.0071873204)
Library for fixing lens geometry distortions
The goal of the lensfun library is to provide an open source database of photographic lenses and their characteristics. In the past there was an effort in this direction (see http://www.epaperpress.com/ptlens/), but then author decided to take the commercial route and the database froze at the last public stage. This database was used as the basement on which lensfun database grew, thanks to PTLens author which gave his permission for this, while the code was totally rewritten from scratch (and the database was converted to a totally new, XML-based format). The lensfun library not only provides a way to read the lens database and search for specific things in it, but also offers a set of algorithms for correcting images based on detailed knowledge of lens properties and calibration data. Right now lensfun is designed to correct distortion, transversal (also known as lateral) chromatic aberrations, vignetting, and colour contribution of the lens (e.g. when sometimes people says one lens gives "yellowish" images and another, say, "bluish").
graphics/Image-Size-3.232 (Score: 0.0071873204)
Perl5 module to determine the size of images in several common formats
Image::Size is a library based on the image-sizing code in the wwwimagesize script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to IMG directives. Image::Size has generalized that code to return a raw (X, Y) pair, and included wrappers to pre-format that output into either HTML or a set of attribute pairs suitable for the CGI.pm library by Lincoln Stein. Currently, Image::Size can size images in XPM, XBM, GIF, JPEG and PNG formats. I did this because my WWW server generates a lot of documents on demand rather than keeping them in static files. These documents not only use directional icons and buttons, but other graphics to annotate and highlight sections of the text. Without size attributes, browsers cannot render the text of a page until the image data is loaded and the size known for layout. This library enables scripts to size their images at run-time and include that as part of the generated HTML. Or for any other utility that uses and manipulates graphics. The idea of the basic interface + wrappers is to not limit the programmer to a certain data format.