Ports Search

Results 16,12116,130 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
textproc/m17n-im-config-0.9.0 (Score: 5.180394E-5)
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/CSS-Tiny-1.20 (Score: 5.180394E-5)
Read/Write .css files with as little code as possible
CSS::Tiny is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead. This module is primarily for reading and writing simple files, and anything we write shouldn't need to have documentation/comments. If you need something with more power, move up to CSS.pm. Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
textproc/stringi-1.1.1 (Score: 5.180394E-5)
Character String Processing Facilities
stringi (pronounced "stringy") is THE R package for fast, correct, consistent and convenient string/text processing in each locale and any native character encoding. The use of the ICU library gives R users a platform-independent set of functions known to Java, Perl, Python, PHP, and Ruby programmers.
textproc/diff-20120705 (Score: 5.180394E-5)
BSD-licensed version of diff from OpenBSD
This is the BSD-licensed version of the well-known diff utility, obtained from OpenBSD. It lacks some features of GNU diff. It is a proposed project idea to replace the GNU diff with this one, but it needs to be completed first. Patches are highly appreciated.
textproc/grep-20111002 (Score: 5.180394E-5)
BSD-licensed version of grep
This is the BSD-licensed version of the well-known grep utility, obtained from OpenBSD. It lacks some features of GNU grep. It is a proposed project idea to replace the GNU grep with this one, but it needs to be completed first. Patches are highly appreciated.
textproc/muse-3.20 (Score: 5.180394E-5)
Authoring and publishing environment for Emacs
Emacs Muse is an authoring and publishing environment for Emacs. It simplifies the process of writings documents and publishing them to various output formats. Muse consists of two main parts: an enhanced text-mode for authoring documents and navigating within Muse projects, and a set of publishing styles for generating different kinds of output.
textproc/DocSet-0.19 (Score: 5.180394E-5)
Documentation projects builder in HTML, PS, and PDF formats
This package builds a docset from sources in different formats. The generated documents can be all nicely interlinked and to have the same look and feel. Currently it knows to handle input formats: * POD * HTML and knows to generate: * HTML * PS * PDF
textproc/Excel-Template-0.34 (Score: 5.180394E-5)
Perl module for templating Excel files
The Excel::Template perl module is a module used for templating Excel files. Its genesis came from the need to use the same datastructure as HTML::Template, but provide Excel files instead. The existing modules don't do the trick, as they require replication of logic that's already been done within HTML::Template.
textproc/HTML-HTML5-Parser-0.301 (Score: 5.180394E-5)
Named entity list for HTML parser
HTML::HTML5::Parse is substantially the same as the non-CPAN module Whatpm::HTML. Changes include: * Provides an XML::LibXML-like DOM interface. If you usually use XML::LibXML's DOM parser, this should be a drop-in solution for tag soup HTML. * Constructs an XML::LibXML::Document as the result of parsing. * Via bundling and modifications, removed external dependencies on non-CPAN packages.
textproc/HTML-RewriteAttributes-0.05 (Score: 5.180394E-5)
Simple yet powerful HTML attribute rewriting
HTML::RewriteAttributes is designed for simple yet powerful HTML attribute rewriting. You simply specify a callback to run for each attribute and we do the rest for you. This module is designed to be subclassable to make handling special cases eaiser.