Ports Search

Results 5,4615,470 of 5,886 for /net-im/.(0.008 seconds)
textproc/cld-0.5.0 (Score: 0.0052562496)
PHP Bindings for Chromium Compact Language Detector
Exposes Chromium Compact Language Detector to PHP to find out what language a text is
textproc/extract_url-1.5.8 (Score: 0.0052562496)
Perl script that extracts URLs from email in MIME or plain text format
This is a Perl script that extracts URLs from correctly-encoded MIME email messages or plain text. This can be used either as a pre-parser for urlview, or to replace urlview entirely. This is designed primarily for use with the mutt emailer. The idea is that if you want to access a URL in an email, you pipe the email to a URL extractor (like this one) which then lets you select a URL to view in some third program (such as Firefox). An alternative design is to access URLs from within mutt's pager by defining macros and tagging the URLs in the display to indicate which macro to use. A script you can use to do that is tagurl.pl. Main features: - Configurable - Handles URLs that have been broken over several lines in format=flowed delsp=yes email messages - Handles quoted-printable email messages - Sanitizes URLs so that they can't break out of the command shell
textproc/docbook-xsl-1.76.1 (Score: 0.0052562496)
XSL DocBook stylesheets
These are XSL stylesheets for the DocBook DTD and its derivatives (Simplified DocBook, etc.).
textproc/confget-2.0.0 (Score: 0.0052562496)
Read variables from INI-style configuration files
The confget utility examines a INI-style configuration file and retrieves the value of the specified variables from the specified section. Its intended use is to let shell scripts use the same INI-style configuration files as other programs, to avoid duplication of data. The confget utility may retrieve the values of one or more variables, list all the variables in a specified section, list only those whose names or values match a specified pattern (shell glob or regular expression), or check if a variable is present in the file at all. It has a "shell-quoting" output mode that quotes the variable values in a way suitable for passing them directly to a Bourne-style shell.
textproc/Numbers_Roman-1.0.2 (Score: 0.0052562496)
PEAR methods for converting to and from Roman Numerals
PEAR::Numbers_Roman provides static methods for converting to and from Roman numerals. It supports Roman numerals in both uppercase and lowercase styles and conversion for and to numbers up to 5 999 999.
textproc/File_Fortune-1.0.0 (Score: 0.0052562496)
Interface for reading from and writing to fortune files
File_Fortune provides a PHP interface to reading fortune files. With it, you may retrieve a single fortune, a random fortune, or all fortunes in the file. Additionally, it offers the ability to access fortune files as if they were a native array, including updating and deleting items. All write operations will produce a binary header file to allow compatibility with the fortune and fortune-mod programs (as well as other fortune interfaces).
textproc/xdiff-1.5.2 (Score: 0.0052562496)
PECL extension to create/apply binary and text patches
pecl-xdiff is a php extension that creates and applies patches to both text and binary files.
textproc/Numbers_Words-0.16.4 (Score: 0.0052562496)
PEAR package provides methods for spelling numerals in words
With Numbers_Words class you can convert numbers written in arabic digits to words in several languages. You can convert an integer between -infinity and infinity. If your system does not support such long numbers you can call Numbers_Words::toWords() with just a string. With the Numbers_Words::toCurrency($num, $locale, 'USD') method you can convert a number (decimal and fraction part) to words with currency name. The following languages are supported: * bg (Bulgarian) * cs (Czech) * de (German) * dk (Danish) * en_100 (Donald Knuth system, English) * en_GB (British English) * en_US (American English) * es (Spanish Castellano) * es_AR (Argentinian Spanish) * et (Estonian) * fr (French) * fr_BE (French Belgium) * he (Hebrew) * hu_HU (Hungarian) * id (Indonesian) * it_IT (Italian) * lt (Lithuanian) * nl (Dutch) * pl (Polish) * pt_BR (Brazilian Portuguese) * ru (Russian) * sv (Swedish)
textproc/Text_Highlighter-0.7.3 (Score: 0.0052562496)
PEAR Syntax highlighting
Text_Highlighter is a package for syntax highlighting. It provides a base class provining all the functionality, and a descendent classes geneator class. The main idea is to simplify creation of subclasses implementing syntax highlighting for particular language. Subclasses do not implement any new functioanality, they just provide syntax highlighting rules. The rules sources are in XML format. To create a highlighter for a language, there is no need to code a new class manually. Simply describe the rules in XML file and use Text_Highlighter_Generator to create a new class.
textproc/XML_Beautifier-1.2.2 (Score: 0.0052562496)
PEAR class to format XML documents
PEAR::XML_Beautifier will add indentation and linebreaks to you XML files, replace all entities, format your comments and makes your document easier to read. You can influence the way your document is beautified with several options.