Ports Search

Results 531540 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
security/pgp-2.6.3i (Score: 0.008069363)
PGP International version - Public-Key encryption for the masses
PGP (Pretty Good Privacy) is a public key encryption pack- age to protect E-mail and data files. It lets you commu- nicate securely with people you've never met, with no secure channels needed for prior exchange of keys. It's well featured and fast, with sophisticated key management, digital signatures, data compression, and good ergonomic design.
sysutils/vils-20020228 (Score: 0.008069363)
Use your favorite editor to rename files
This little script enables you to ``edit an ls'', i.e. it will load a list of filenames into your favourite editor (presumably vi). Any changes to the filenames will result in renaming the respective files. Read the comments in the script for details. BSD-style copyright and standard disclaimer applies.
textproc/PPIx-Utilities-1.001000 (Score: 0.008069363)
Extensions to PPI
This is a collection of functions for dealing with PPI objects, many of which originated in Perl::Critic. They are organized into modules by the kind of PPI class they relate to, by replacing the "PPI" at the front of the module name with "PPIx::Utilities", e.g. functionality related to PPI::Nodes is in PPIx::Utilities::Node.
textproc/Text-Graphics-1.0001 (Score: 0.008069363)
Text graphics rendering toolkit
This is a toolkit for rendering plain text via an API like that used for graphics rendering in GUI toolkits. This package might be used when you want to do sophisticated rendering of plain text, e.g., for graphing, creating of complex forms for email and fax, and so on. -Anton <tobez@FreeBSD.org>
textproc/Text-FormatTable-1.03 (Score: 0.008069363)
Renders simple tables as text
Text::FormatTable renders simple tables as text. You pass to the constructor a table format specification similar to LaTeX (e.g. "r|l|l") and you call methods to fill the table data and insert rules. After the data is filled, you render the table as text. Seamus Venasse <svenasse@polaris.ca>
textproc/unrtf-0.21.9 (Score: 0.008069363)
Converter from RTF to several formats, including HTML and LaTeX
UnRTF is a command-line converter from RTF (Rich Text) to HTML, LaTeX, PostScript, plain text, and text with VT100 codes. When converting to HTML, it supports tables, fonts, embedded images, hyperlinks, paragraph alignment, and more. All other conversions are "alpha" i.e. being newly developed.
textproc/libxml2-2.9.4 (Score: 0.008069363)
XML parser library for GNOME
Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform). XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the content using extra "markup" information enclosed between angle brackets.
www/offline-npm-0.2.2 (Score: 0.008069363)
Offline installation with npm install
Hassle-free npm pack including all dependencies for offline installation with npm install Add offline-npm to your project to serve a npm compatible tgz file which contains all dependencies for offline installation with npm install. Additionally you can use offline-npm -n to install packages from your local npm cache directory (could be useful e.g. on travelling).
www/opera-12.16 (Score: 0.008069363)
Blazingly fast, full-featured, standards-compliant browser
The most full-featured Internet power tool on the market, Opera includes pop-up blocking, tabbed browsing, integrated searches, and advanced functions like Opera's groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And because we know that our users have different needs, you can customize the look and content of your Opera browser with a few clicks of the mouse.
www/httparty-0.13.7 (Score: 0.008069363)
Ruby Library that Makes HTTP Fun Again
httparty is a Ruby library that makes HTTP fun again! Its features: * Easy get, post, put, delete requests * Basic http authentication * Default request query string parameters (i.e. for API keys that are needed on each request) * Automatic parsing of JSON and XML into ruby hashes based on response content-type