Ports Search

Results 1,9711,980 of 5,824 for /net/.(0.004 seconds)
KMFL keyboard for African Latin writing systems
This is a set of two keyboards that provides a single implementation for many Roman writing systems across Africa, based on results compiled from data from Benin, Burkina Faso, Cameroon, Chad, Cote d'Ivoire, Nigeria, Senegal and Togo. The keyboards are written in Keyman keyboard language and developed by SIL Non-Roman Script Initiative (NRSI). The software is distributed under the X11-style license (http://scripts.sil.org/X11License). This port installs the keyboard so that it can be used through SCIM or IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). Two layouts are provided: * mnemonic layout for any keyboard (using deadkeys); * positional layout for US keyboard (using deadkeys and/or shift-states, i.e. RALT and LALT keys).
textproc/kmfl-sil-yi-20020903 (Score: 0.062004834)
KMFL Unicode keyboard for standardized Yi script
This is a keyboard for input of the standardized Yi script of southwestern China with Unicode Yi fonts. It is written in Keyman keyboard language and developed by SIL Non-Roman Script Initiative (NRSI). This port installs the keyboard so that it can be used through SCIM or IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). To keyboard a Yi syllable, you should type the Pinyin romanization for that syllable, followed by a space. For keyboarding punctuation, use the usual punctuation keystrokes. The keyboard is compatible with Yi range as defined in Unicode 3.0 and it does not provide keystrokes for the Yi Radicals which were added to Unicode 3.2 (U+A4A2..U+A4A3, U+A4B4, U+A4C1, U+A4C5).
textproc/m17n-im-config-0.9.0 (Score: 0.062004834)
GUI for per-user configuration of m17n-lib input methods
The program m17n-im-config provides a GUI for per-user configuration of input methods of the m17n library (devel/m17n-lib and textproc/m17n-contrib). The following methods are customisable at the moment: Unicode, Vietnamese, Malayalam, Tibetan, Thai, Tamil, Japanese and Chinese. http://www.m17n.org/common/im-config/index.html
textproc/c2html-0.9.6 (Score: 0.062004834)
C-language sources to HTML converter
C2html is a syntax highlighter for C source code that produces a highlighted html file as output. C2html offers the following features: - fast (single pass conversion using flex) - doesn't change formatting - only adds <FONT COLOR=#XXXX> tags and properly escapes non-ascii characters - easy integration with webservers - browse your sources colourized! - gzips http output for browsers to save bandwidth (only in CGI mode) - documentation and manpage included Please use the java2html port for converting C++ sources!
textproc/apache-solr-6.2.0 (Score: 0.062004834)
High performance search server built using Lucene Java
Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. It runs in a Java servlet container such as Tomcat.
textproc/String-HexConvert-0.01 (Score: 0.062004834)
String::HexConver - Converts ascii strings to hex and reverse
String::HexConvert It is a wrapper around pack and unpack of perl to convert a string of hex digits to ascii and other way around.
Syntax highlighting for Perl code
Syntax::Highlight::Perl::Improved - Highlighting of Perl Syntactical Structures.
textproc/Text-SpellChecker-GUI-0.0.2 (Score: 0.062004834)
Implements a user interface to Text::SpellChecker using ZConf::GUI
This implements a spell checker to Text::SpellChecker using ZConf::GUI. textspellchecker - Spell checker script.
textproc/Text-WikiCreole-0.07 (Score: 0.062004834)
Implementation of the Wiki Creole markup language
Text::WikiCreole implements the Wiki Creole markup language, version 1.0, as described at http://www.wikicreole.org. It reads Creole 1.0 markup and returns XHTML. In addition to the official Creole 1.0 markup elements, it also supports several extensions, such as plugins, superscript, subscript, underline, definition lists, indented paragraphs, plugins, etc.
textproc/XML-DOM-XPath-0.14 (Score: 0.062004834)
Adds XPath support to XML::DOM, using XML::XPath engine
XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is often much easier than relying only on getElementsByTagName. It lets you use all of the XML::DOM methods.