Ports Search

Results 141150 of 213 for %2Fnet-im%2F.(0.006 seconds)
lang/intercal-0.30 (Score: 0.0049408157)
C-INTERCAL compiler, ick, and supporting libraries
A compiler for the INTERCAL language, which has a syntax and feature set differing considerably from all other programming languages. This is the C-INTERCAL compiler, which compiles INTERCAL to C, and then invokes cc as a backend, much like the "f2c" Fortran compiler.
security/samba-virusfilter-0.1.3 (Score: 0.0049408157)
On-access anti-virus filter for Samba
This is a set of various Samba VFS modules to scan and filter virus files on Samba file services with an anti-virus scanner. Supported Anti-Virus engines: - ClamAV (clamd daemon) - F-Secure Anti-Virus (fsavd daemon) - Sophos Anti-Virus (savdid daemon)
security/trinokiller-1.0 (Score: 0.0049408157)
Remotely kill trino nodes
This program remotely kills trino nodes on version 1.07b2+f3 and below. It abuses the careless coding in trinoo nodes and causes them to exit. It requires that you either know the node password or think it's the default password.
security/stegdetect-0.6 (Score: 0.0049408157)
Automated tool for detecting steganographic content in JPEGs
Stegdetect is an automated tool for detecting steganographic content in images. It is capable of detecting several different steganographic methods to embed hidden information in JPEG images. Currently, the detectable schemes are: * jsteg * jphide (Unix and Windows) * invisible secrets * outguess 01.3b * F5 * appendX and camouflage
textproc/sdf-2.001 (Score: 0.0049408157)
Simple Document Format - "author-friendly" mark-up system
SDF is a freely available documentation system designed and developed by Ian Clatworthy, with help from many others. Based on a simple, readable markup language, SDF generates high quality output in multiple formats, all derived from a single document source. Supported output formats include HTML, PostScript, PDF, man pages, POD, LaTeX, SGML, MIMS HTX and F6 help, MIF, RTF, Windows help and plain text.
www/dojo-1.11.1 (Score: 0.0049408157)
Open-source DHTML toolkit written in JavaScript
Dojo is an Open Source DHTML toolkit written in JavaScript. It builds on several contributed code bases (nWidgets, Burstlib, f(m)), which is why we refer to it sometimes as a "unified" toolkit. Dojo aims to solve some long-standing historical problems with DHTML which prevented mass adoption of dynamic web application development.
www/red5-1.0.1 (Score: 0.0049408157)
Red5 is an Open Source Flash Server
Red5 is an Open Source Flash Server written in Java that supports: - Streaming Audio/Video: FLV, MP3, F4V, MP4, AAC, M4A - Recording Client Streams (FLV only) - Shared Objects - Live Stream Publishing: Sorenson, VP6, h.264, Nelly Moser, MP3, Speex, AAC, NSV - Remoting
x11/roxbg-1.0.0 (Score: 0.0049408157)
Tool for setting the background in rox using a simple command
Makes it easy to set the background in rox instead of having to having to muck around with the XML API it uses. -f fill the screen with the image -s scale the image with out stretching it -c center image and do not scale -t tile the image default: -s
audio/pacpl-5.0.1 (Score: 0.004367105)
Perl Audio Converter
Perl Audio Converter (PAC) is a tool for converting multiple audio types from one format to another. It supports the following audio formats: ------------------------------------------------------------ 3G2, 3GP, 8SVX, AAC, AC3, ADTS, AIFF, AL, AMB, AMR, APE, AU, AVR, BONK, CAF, CDR, CVU, DAT, DTS, DVMS, F32, F64, FAP, FLA, FLAC, FSSD, GSRT, HCOM, IMA, IRCAM, LA, MAT, MAUD, MAT4, MAT5, M4A, MP2, MP3, MP4, MPC, MPP, NIST, OFF, OFR, OFS, OPUS, OGA, OGG, PAF, PRC, PVF, RA, RAM, RAW, RF64, SD2, SF, SHN, SMP, SND, SOU, SPX, SRN, TAK, TTA, TXW, VOC, VMS, VQF, W64, WAV, WMA, and WV. It can also extract audio from the following video extensions: -------------------------------------------------------------- RM, RV, ASF, DivX, MPG, MKV, MPEG, AVI, MOV, OGM, OGV, QT, VCD, SVCD, M4V, NSV, NUV, PSP, SMK, VOB, FLV, WEBM and WMV. Parallel processing, a CD ripping function with CDDB support, batch conversion, tag preservation for most supported formats, independent tag reading & writing, service menus for KDE Dolphin/Konqueror are also provided.
devel/Hash-FieldHash-0.14 (Score: 0.004367105)
Lightweight field hash implementation
Hash::FieldHash provides the field hash mechanism which supports the inside-out technique. You may know Hash::Util::FieldHash. It's a very useful module, but too complex to understand all the functions and only available in 5.10. H::U::F::Compat is available for pre-5.10, but it seems too slow to use. This is an alternative to H::U::F with following features: Simpler interface - Hash::FieldHash provides a few functions: fieldhash() and fieldhashes(). That's enough. Higher performance - Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals use simpler structures. Relic support - Although Hash::FieldHash uses a new feature introduced in Perl 5.10, the uvar magic for hashes described in "GUTS" in Hash::Util::Fieldhash, it supports Perl 5.8 using the traditional tie-hash layer.