Ports Search

Results 1,7711,780 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.007 seconds)
benchmarks/autobench-2.1.2 (Score: 0.0010436976)
Automating the process of benchmarking a web server
Autobench is a simple Perl script for automating the process of benchmarking a web server (or for conducting a comparative test of two different web servers). The script is a wrapper around httperf. Autobench runs httperf a number of times against each host, increasing the number of requested connections per second on each iteration, and extracts the significant data from the httperf output, delivering a CSV or TSV format file which can be imported directly into a spreadsheet for analysis/graphing.
databases/AsciiDB-TagFile-1.06 (Score: 0.0010436976)
Perl tie class for a simple ASCII database
Usually when you have to store persistent data you don't need a full-blown database server, just a ASCII database would do the trick. AsciiDB::Tag allows you to access a simple ASCII database using a perl hash variable. The database format is straightforward so you can edit it by hand if you need so. Each record is stored into a file, and a record is just a set of values tagged by the field name.
databases/couchdb-1.6.1 (Score: 0.0010396069)
Document database server, accessible via a RESTful JSON API
Couchdb is a document database server, accessible via a RESTful JSON API. It has an ad-hoc and schema-free with a flat address space. CouchDB is distributed, featuring robust, incremental replication with bi-directional conflict detection and management. It features a table oriented reporting engine that uses Javascript as a query language.
games/mt_dolphin_ia-0.1.98 (Score: 0.0010396069)
Basic AI for MaitreTarot, a Tarot card game
MaitreTarot is a Tarot card game. Understand a game like freecell or poker, nothing to do with astrology. Tarot is rather a French game. This is a basic AI to play against your machine. Check the port games/mt_gtk_client for a GTK+ client.
multimedia/guessit-2.1.0 (Score: 0.0010396069)
Extract as much information as possible from a video file
GuessIt is a python library that tries to extract as much information as possible from a video file. It has a very powerful filename matcher that allows to guess a lot of metadata from a video using only its filename. This matcher works with both movies and tv shows episodes.
net/libnfs-1.3.0 (Score: 0.0010396069)
Client library for accessing NFS shares over a network
LIBNFS is a client library for accessing NFS shares over a network. LIBNFS offers three different APIs, for different use : 1, RAW : A fully async low level RPC library for NFS protocols 2, NFS ASYNC : A fully asynchronous library for high level vfs functions 3, NFS SYNC : A synchronous library for high level vfs functions
sysutils/autojump-13 (Score: 0.0010396069)
Tool that acts as a complement to cd
Autojump is a tool that acts as a complement to cd: it makes navigating your filesystem a lot faster. It works by automagically maintaining a database of the directories you use the most from the command line, and allows you to jump back and forth between them, by typing just a few letters of the name of the directory you want to jump to.
audio/libcddb-1.3.2 (Score: 0.0010359286)
Library to access data on a CDDB server
Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It tries to be as cross-platform as possible. The initial library will have a C API.
devel/cvschangelogbuilder-2.5 (Score: 0.0010359286)
Utility to generate changelogs and reports from a CVS repository
cvschangelogbuilder is an Perl utility to generate ChangeLogs or CVS reports for a project hosted on a CVS server. Features include the ability to work with a remote cvs repository, detailed reporting, graphical HTML reports and building changelogs.
devel/Class-Roles-0.30 (Score: 0.0010359286)
Provides a role-based system of OOP (emulates Perl6)
Class::Roles provides a Perl 5 implementation of Perl 6 roles. Roles are named collections of reusable behavior. They provide a mechanism to mark that a class performs certain behaviors and to reuse the code that performs those behaviors.