Ports Search

Results 2,0512,060 of 5,886 for /net-im/.(0.004 seconds)
textproc/ibus-m17n-1.3.3 (Score: 0.021868456)
The m17n IMEngine for IBus framework
This is the m17n IMEngine for IBus (Intelligent Input Bus) framework. It allows you to use official and contributed keyboard layouts of the m17n project (available via devel/m17n-db and textproc/m17n-contrib) through standard IBus interface. m17n-lib currenty supports input of more than 60 languages with more than 70 language-specific input methods.
textproc/rfcdiff-1.33 (Score: 0.021868456)
Compare two versions of an Internet Draft and produce a diff
The purpose of this program is to compare two versions of an Internet Draft and as output produce a diff in one of several formats: - side-by-side html diff - paged wdiff output in a text terminal - a text file with changebars in the left margin - a simple unified diff output In all cases, internet-draft headers and footers are stripped before generating the diff, to produce a cleaner diff.
textproc/phone-1.2.3 (Score: 0.021868456)
Phone number parsing, validation and formatting
Phone is a Ruby library for phone number parsing, validation and formatting.
textproc/sr-aspell-0.02 (Score: 0.021868456)
Aspell Serbian dictionary
Aspell Serbian dictionary.
textproc/yard-chef-1.0.0 (Score: 0.021868456)
YARD plugin for Chef
yard-chef is a YARD plugin for Chef that adds support for documenting Chef resources, providers, and definitions.
textproc/xp-0.5 (Score: 0.021868456)
XML parser written in Java
From the XP homepage: XP is an XML 1.0 parser written in Java. It is fully conforming: it detects all non well-formed documents. XP has the following design goals: Conformance and correctness, high performance and a layered structure. It is currently non-validating but can parse all external entities. For more details, please see the XP homepage:
textproc/teckit-2.5.1 (Score: 0.021868456)
Toolkit for converting data between 8-bit legacy encodings and Unicode
TECkit (Text Encoding Conversion toolkit) is a toolkit for converting data between 8-bit legacy encodings and Unicode. It can also be used for transliteration of Unicode between different scripts. TECkit uses a mapping description language (mapping byte encodings to Unicode). Mapping rules can be extended by (1) the use of character sequences rather than single characters on either side; (2) by the addition of contextual constraints (environments) determining when a rule should apply; (3) and by the use of character classes, optional and repeatable elements, grouping and alternation to express more complex patterns to be matched and processed. TECkit is particularly useful with XeTeX (Unicode-aware derivate of TeX). The following binaries are provided: teckit_compile mapping compiler that allows binary mapping tables (.tec) to be built from TECkit description files (.map) sfconv a tool for converting Standard Format (SF) files txtconv a utility to apply TECkit mappings to plain-text files http://scripts.sil.org/TECkitDownloads#5b6cf869
textproc/xalan-c-1.11 (Score: 0.021868456)
XSLT processor from the Apache XML Project
Xalan-C++ is an XSLT processor from the Apache XML Project. It provides a shared library to transform XML documents into HTML, text or other XML document types from within your own application.
textproc/yali-1.1 (Score: 0.021868456)
YALI: Yet Another LOLCODE Interpreter
This is YALI, its a LOLCODE interpreter, written in perl.
www/mod_wsgi-4.5.4 (Score: 0.021868456)
Python WSGI adapter module for Apache
The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI.