Ports Search

Results 17,87117,880 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.02 seconds)
textproc/CSS-Tiny-1.20 (Score: 2.6503309E-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: 2.6503309E-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/muse-3.20 (Score: 2.6503309E-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/Excel-Template-0.34 (Score: 2.6503309E-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-SBC-0.15 (Score: 2.6503309E-5)
Simple blog code to valid XHTML
Simple Blog Code is a simple markup language. You can use it for guest books, blogs, wikis, boards and various other web applications. It produces valid and semantic (X)HTML from input and is patterned on that tiny usenet markups like *bold* and _underline_.
textproc/HTML-Fraction-0.50 (Score: 2.6503309E-5)
HTML::Fraction - Encode fractions as HTML entities
The HTML::Fraction encodes fractions as HTML entities. Some very common fractions have HTML entities (eg 1/2 is &frac12;). Additionally, common vulgar fractions have Unicode characters (eg 1/5 is &#8533;). This module takes a string and encodes fractions as entities: this means that it will look pretty in the browser.
textproc/Lingua-EN-Inflect-1.89.3 (Score: 2.6503309E-5)
Convert singular words to their plural form
The exportable subroutines of Lingua::EN::Inflect provide plural inflections and "a"/"an" selection for English words. Plural forms of all nouns, most verbs, and some adjectives are provided. Where appropriate, "classical" variants (for example: "brother" -> "brethren", "dogma" -> "dogmata", etc.) are also provided. Seamus Venasse <svenasse@polaris.ca>
textproc/Lingua-EN-NameCase-1.19 (Score: 2.6503309E-5)
Perl module to fix the case of people's names
Forenames and surnames are often stored either wholly in UPPERCASE or wholly in lowercase. This module allows you to convert names into the correct case where possible. Although forenames and surnames are normally stored separately if they do appear in a single string, whitespace separated, NameCase and nc deal correctly with them.
textproc/diffutils-3.5 (Score: 2.6503309E-5)
The GNU diff utilities
The Free Software Foundation's "diff" utilities, including "diff", "diff3", "sdiff", and "cmp". These utilities exist in the FreeBSD base collection, but the GNU versions have added functionality that is sometimes useful. Note that this port will install these utilities with a `g' prefix, for example gdiff, gdiff3, ggcmp, but the texinfo documentation will refer to these utilities without the `g' prefix.
textproc/PDF-WebKit-1.0 (Score: 2.6503309E-5)
Use WebKit to Generate PDFs from HTML
PDF::WebKit uses wkhtmltopdf to convert HTML documents into PDFs. It is a port of the elegant PDFKit Ruby library. wkhtmltopdf generates beautiful PDFs by leveraging the rendering power of Qt's WebKit browser engine (used by both Apple Safari and Google Chrome browsers).