Ports Search

Results 321330 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.006 seconds)
sysutils/squashfs-tools-4.3 (Score: 0.013515932)
Set of tools to manipulate squashfs images
Squashfs is a compressed read-only filesystem for Linux. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The filesystem is currently stable, and has been tested on PowerPC, i586, Sparc and ARM architectures. squashfs-tools are the set of tools to manipulate squashfs images.
www/kpartsplugin-0.0.20120723 (Score: 0.013515932)
Browser file viewer using KDE technology
KParts Plugin implements a plugin for Netscape-compatible browsers in Unix environments. This plugin uses KDE KParts technology to embed file viewers (e.g., for PDF files) into non-KDE browsers. Tested browsers include both Mozilla Firefox and Opera, and it is know to work with Chrome and Arora. With this plugin, you can, e.g., view PDF files in Firefox using Okular as an embedded plugin. Any KDE KPart will be automatically made available as a browser plugin.
textproc/hunspell-0.18 (Score: 0.013256112)
Serbian hunspell dictionaries
Serbian hunspell dictionaries
databases/DBIx-Safe-1.2.5 (Score: 0.013212237)
Safer access to your database through a DBI database handle
The purpose of DBIx::Safe is to give controlled, limited access to an application, rather than simply passing it a raw database handle through DBI. DBIx::Safe acts as a wrapper to the database, by only allowing through the commands you tell it to. It filters all things related to the database handle - methods and attributes. The typical usage is for your application to create a database handle via a normal DBI call to new(), then pass that to DBIx::Safe->new(), which will return you a DBIx::Safe object. After specifying exactly what is and what is not allowed, you can pass the object to the untrusted application. The object will act very similar to a DBI database handle, and in most cases can be used interchangeably. By default, nothing is allowed to run at all. There are many things you can control. You can specify which SQL commands are allowed, by indicating the first word in the SQL statement (e.g. 'SELECT'). You can specify which database methods are allowed to run (e.g. 'ping'). You can specify a regular expression that allows matching SQL statements to run (e.g. 'qr{SET TIMEZONE}'). You can specify a regular expression that is NOT allowed to run (e.g. qr(UPDATE xxx}). Finally, you can indicate which database attributes are allowed to be read and changed (e.g. 'PrintError'). For all of the above, there are matching methods to remove them as well.
textproc/Filter-Simple-0.91 (Score: 0.01292881)
Simplified source filtering
Filter::Simple - Simplified source filtering Source filtering is an immensely powerful feature of recent versions of Perl. It allows one to extend the language itself (e.g. the Switch module), to simplify the language (e.g. Language::Pythonesque), or to completely recast the language (e.g. Lingua::Romana::Perligata). Effec- tively, it allows one to use the full power of Perl as its own, recur- sively applied, macro language.
devel/Date-Roman-1.06 (Score: 0.012796203)
Perl module to play with Roman dates
This Perl module deals with Roman dates. Very useful for generating custom headers for e-mail messages, or just to dazzle and confuse friends, relatives and complete strangers.
devel/IO-CaptureOutput-1.11.02 (Score: 0.012796203)
Capture STDOUT/STDERR from subprocesses and XS/C modules
This module provides routines for capturing STDOUT and STDERR from forked system calls (e.g. system(), fork()) and from XS/C modules.
devel/Perl6-Builtins-0.0.3 (Score: 0.012796203)
Provide Perl 5 versions of the new Perl 6 builtins
Several of the builtins in Perl 6 have different (i.e. more useful, less confusing) behaviours than their Perl 5 counterparts. This module provides Perl 5 versions of those builtins.
devel/google-gdata-2.2.0.0 (Score: 0.012796203)
DOT NET library for the Google Data API
The GData .NET Client Library includes source code to make it easy to access data through Google Data APIs (e.g. Contacts, Calendar).
devel/HTML_QuickForm2-2.0.2 (Score: 0.012796203)
PHP5 rewrite of the HTML_QuickForm package
This package is expected to offer at least the same functionality as HTML_QuickForm and work with PHP5 E_STRICT setting.