Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第3,2613,270项(搜索用时0.019秒)
www/Catalyst-Plugin-Scheduler-0.10 (Score: 5.6384073E-4)
Schedule events to run in a cron-like manner
This plugin allows you to schedule events to run at recurring intervals. Events will run during the first request which meets or exceeds the specified time. Depending on the level of traffic to the application, events may or may not run at exactly the correct time, but it should be enough to satisfy many basic scheduling needs.
games/hr-1.0 (Score: 5.628058E-4)
Hell Revealed is a megawad, a 32-level replacement for DooM II
Hell Revealed is a megawad, a 32-level replacement for DooM II, created by Yonatan Donner and Haggay Niv. In Hell Revealed, you will find: 32 new high-quality very detailed levels, many new graphics including textures, flats, skies, status bars and others, full skill-level support and additional attention to coop-players, and extreme challenge. Hell Revealed supports single player, cooperative (with additional weapons and enemies) and several maps have special DM parts (maps 1 and 2 are especially good for deathmatch). The new musics are currently taken from Rise of the Triad - we might release an updated version with original musics soon.
databases/DBIx-Tree-1.97 (Score: 5.611981E-4)
Perl module for generating a tree from a self-referential table
When you've got one of those nasty self-referential tables that you want to bust out into a tree, this is the module to check out. Assum- ing there are no horribly broken nodes in your tree and (heaven forbid) any circular references Philip M. Gollucci <philip@p6m7g8.com>
security/Digest-Nilsimsa-0.06 (Score: 5.611153E-4)
Perl version of Nilsimsa code
A nilsimsa signature is a statistic of n-gram occurrence in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax.
mail/gmime-2.2.27 (Score: 5.6078436E-4)
Library (written in C) for parsing and creating messages using MIME
GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by the following RFCs: * 0822: Standard for the Format of Arpa Internet Text Messages * 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three: Message Header Extensions for Non-ASCII Text * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples * 2183: Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field
mail/gmime-2.4.33 (Score: 5.6078436E-4)
Library (written in C) for parsing and creating messages using MIME
GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by the following RFCs: * 0822: Standard for the Format of Arpa Internet Text Messages * 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three: Message Header Extensions for Non-ASCII Text * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples * 2183: Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field
mail/gmime-2.6.20 (Score: 5.6078436E-4)
Library (written in C) for parsing and creating messages using MIME
GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by the following RFCs: * 0822: Standard for the Format of Arpa Internet Text Messages * 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three: Message Header Extensions for Non-ASCII Text * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples * 2183: Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field
games/netrek-BRMH-2.2.2 (Score: 5.601157E-4)
16-player network space battle/conquest game with a Star Trek theme
Netrek is a multiplayer (up to 16 players) network space battle/conquest game, with a Star Trek theme. Players can command one of several ship types (Federation/Romulan/Klingon/Orion) and can band up in teams. The object of the game is, basically, to control the Universe, by capturing enemy planets, killing the enemy, etc. NOTE: This is the "BRMH" client. It is optimized for speed, and so is well suited to you if you have a slowish system. However, you don't get any of the fancy extras, like colors, sound, etc. NOTE 2: This client is distributed in binary form, because it is a "Blessed" client, meaning that it has been approved by the "Gods of Netrek" and has had an RSA key embedded in it. You can, of course, compile your own client if you wish, but keep in mind that, if you do so, your client will be "Un-Blessed" and will probably be kicked out of the official servers. This is to prevent some unscrupulous player from hacking his/her client to give him/her superhuman powers ("cyborgs", or "borgs").
devel/dcmtk-3.6.0 (Score: 5.5901794E-4)
Toolkit to work with DICOM objects
DCMTK is a collection of libraries and applications implementing large parts of the DICOM standard. DCMTK includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. DCMTK comes in complete source code and is written in a mixture of ANSI C and C++.
devel/alex-3.1.4 (Score: 5.5901794E-4)
Tool for generating lexical analysers in Haskell
Alex is a tool for generating lexical analysers in Haskell. It takes a description of tokens based on regular expressions and generates a Haskell module containing code for scanning text efficiently. It is similar to the tool lex or flex for C/C++.