Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第2,2312,240项(搜索用时0.033秒)
databases/DBIx-Browse-2.09 (Score: 0.017061224)
DBIx::Browse - Perl extension to browse tables
The purpose of DBIx::Browse is to handle the browsing of relational tables. DBIx::Browse transparently translates SELECTs, UPDATEs, DELETEs and INSERTs from the desired "human view" to the values needed for the ta- ble. This is the case when you have related tables (1 to n) where the detail table has a reference (FOREIGN KEY) to a generic table (i.e. Customers and Bills) with some index (tipically an integer). Philip M. Gollucci <philip@p6m7g8.com>
devel/Filter-1.55 (Score: 0.017061224)
Number of source filters for perl5 programs
Contents of p5-Filter ===================== Filter::sh use Filter::sh 'command' ; This filter pipes the current source file through the program which corresponds to the command parameter using the Bourne shell. Filter::exec use Filter::exec qw(command parameters) ; This filter pipes the current source file through the program which corresponds to the command parameter. Filter::cpp use Filter::cpp ; This source filter pipes the current source file through the C pre-processor (cpp) if it is available.
devel/Module-Reload-1.10 (Score: 0.017061224)
Reload perl library files when updated on disk
p5-Module-Reload ================ Similar to Apache::Reload, this module allows a running perl program to reload all its libraries. Very useful for developing perl servers. When Perl pulls a file via require, it stores the filename in the global hash %INC. The next time Perl tries to 'require' the same file, it sees the file in %INC and does not reload from disk. This module's handler iterates over %INC and reloads the file if it has changed on disk.
devel/Sub-Alias-0.03 (Score: 0.017061224)
Simple subroutine alias
This module does a compile-time code injection to let you define subroutine aliases based on its name. This differs from p5-Sub-Name in that it defines a typeglob in a more correct way and keeps you from manipulating the symbols table directly. You can use the subroutine as if it was defined the ordinary way then. This is particularly useful in the cases when you need to have several identical subroutines with different names.
devel/VCP-0.9.20050110 (Score: 0.017061224)
Tool for copying files between various SCM repositories
vcp is a tool for copying revision controlled files between various SCM repositories. For example, using vcp, it is possible to copy the contents of a entire Perforce depot (or part of one) into a depot on a different Perforce server or to copy the contents of a CVS repository into a Perforce server (or vice-versa). This port is a private snapshot because p5-VCP's distribution files is gone from the MASTER_SITE, and does not currently work with svk.
dns/wrapsrv-1.0.0 (Score: 0.017061224)
DNS SRV record command line wrapper
DNS SRV record command line wrapper ----------------------------------- wrapsrv adds support for connecting to a network service based on DNS SRV record lookups to commands that do not support the DNS SRV record. wrapsrv implements the weighted priority client connection algorithm in RFC 2782. The specified command line will be invoked one or more times with %h and %p sequences in the command line substituted for the hostname and port elements of the selected SRV record.
finance/PerformanceAnalytics-1.4.3541 (Score: 0.017061224)
Econometric tools for performance and risk analysis
Collection of econometric functions for performance and risk analysis. This package aims to aid practitioners and researchers in utilizing the latest research in analysis of non-normal return streams. In general, it is most tested on return (rather than price) data on a regular scale, but most functions will work with irregular return data as well, and increasing numbers of functions will work with P&L or price data where possible.
games/frikqcc-2.6 (Score: 0.017061224)
Advanced QuakeC compiler/decompiler
FrikQCC was started few months before the Quake engine source was released. Originally based off of FastQCC, it was widely (well, among the people at MDQNet) enjoyed for a few months. After J. P. Grossman released QCCX, back in March 2000, many of its features and ideas found their way into FrikQCC. The result was FrikQCC 2.0, which has been updated many times since then. It currently supports: goto, labels, static variables, new optimizations, compiler warnings, and many other features.
irc/infobot-0.45.3 (Score: 0.017061224)
Bot written in Perl with a rabid AI
This is a package of Infobot, by Kevin Lenzo The infobot connects to an Internet Relay Chat (IRC) server, joins some channels (maybe), and begins accumulating factoids. To run one, download the source, uncompress it, untar it, edit the config files, and it up. The default install dir is /usr/local/share/infobot-0.xx.x since it doesn't really belong in the Perl tree, by default. If you want it installed elsewhere,use the -p option to change the PREFIX.
math/clrng-1.0.0.b (Score: 0.017061224)
Library for uniform random number generation in OpenCL
clRNG a library for uniform random number generation in OpenCL. Streams of random numbers act as virtual random number generators. They can be created on the host computer in unlimited numbers, and then used either on the host or on computing devices by work items to generate random numbers. Each stream also has equally-spaced substreams, which are occasionally useful. The API is currently implemented for four different RNGs, namely the MRG31k3p, MRG32k3a, LFSR113 and Philox-4x32-10 generators.