Ports Search

Results 7,1817,190 of 8,048 for www%3Atrac.(0.015 seconds)
japanese/CGdic-fpw-1.0 (Score: 0.0038105743)
Japanese dictionary for CG (EPWING V1 format)
This alphabet-->Japanese dictionary for CG was produced by Yoshikawa Lab. in College of Science and Technology, Department of Electronic Engineering, Nihon University. This file is converted from the original dictionary into JIS X 4081 format (that is a subset of EPWING V1) by FreePWING. So this can be used by EPWING viewers on Unix and the other OS (e.g. Windows or MacOS). o URL for the original dictionary: http://www.ecs.cst.nihon-u.ac.jp/oyl/CG/yougo/yougo.html o URL for this converted dictionary:
mail/Mail-Freshmeat-1.20 (Score: 0.0038105743)
Perl module to parse daily newsletters from freshmeat.net
Mail::Freshmeat is a parser for the daily newsletters from freshmeat.net. See <http://www.new.ox.ac.uk/~adam/computing/fmscore/> for what may be the only sensible application of this module. (Quick summary: fmscore is a Perl5 program which uses Mail::Freshmeat to parse freshmeat daily e-mail newsletters, and then rank them by interest according to highly flexible user-supplied ranking rules. Articles below a specified score will be removed from the output. fmscore is ideal for use as a procmail filter.)
mail/POE-Filter-Transparent-SMTP-0.2 (Score: 0.0038105743)
SMTP transparency POE filter
The filter aims to make SMTP data transparent just before going onto the wire as per RFC 821 Simple Mail Transfer Protocol Section 4.5.2. TRANSPARENCY. See http://www.faqs.org/rfcs/rfc821.html for details. Conversely the filter takes transparent data from the wire and converts it to the original format. The main purpose of this filter is to help POE::Component::Client::SMTP create transparent messages when comunicating with an SMTP server. However the filter can be used by any Perl SMTP client or server.
mail/netqmail-1.06.1.1.15 (Score: 0.0038105743)
Secure, reliable, and fast MTA for UNIX systems with MySQL support
What is is: [excerpt from the patch homepage] A few people have done qmail - MySQL integration and this is my crack at it. My work is based on takeshi@softagency.co.jp's patches, which you can find at http://www.softagency.co.jp/mysql/qmail.en.html. However I wanted to tidy up some of the code to make it use strallocs and do more error checking. I also wanted to simplify the configuration, whilst at the same time allowing more flexibility. Plus there were some things I just didn't want: quotas and APOP support for example...
misc/gkrellweather-2.0.8 (Score: 0.0038105743)
Weather plugin for GKrellM
GKrellM plugin which shows weather info from the US National Weather Service Features - Choose the location nearest to you by 4-letter METAR station identifier code.(http://www.nws.noaa.gov/tg/siteloc.php) - Monitor temperature, dew point, pressure, relative humidity, sky condition, wind direction and speed - Display using imperial units (degrees Fareheight, inches of Mercury, miles per hour) - Display using metric units (degrees Celsius, millimeters of Mercury, kilometers per hour) - Display pressure in kPa, hPa and mmHg - Display wind speeds in kmph, mps and Beaufort scale
multimedia/mpeg4ip-1.6.1 (Score: 0.0038105743)
Standards-based system to encode, stream, and play MPEG-4 audio/video
[ edited excerpt from developer's README ] The MPEG4IP project provides a standards-based system for encoding, streaming, and playing MPEG-4 encoded audio and video. To achieve this we've integrated a number of existing open source packages, and also created some original code to fill in the gaps. Please note this project is intended for developers who are interested in MPEG-4 audio and video, and Internet streaming. It is not intended for end-users. Please read all the legal information in the file "COPYING"! There is also a project web site at http://www.mpeg4ip.net/ that has some general information on MPEG4IP.
multimedia/mplex-1.1 (Score: 0.0038105743)
Multiplexes MPEG component streams into system layers
The mplex multiplexes MPEG audio and video streams into system layers. From INSTRUCT (in the mplex source): > > Please note that I do not have a comprehensive instruction manual for this > release. I suggest you try the program out with some default values and > learn something more about ISO/IEC 11172-1 (aka MPEG1/Systems). > > > Christoph. > moar@heaven.zfe.siemens.de > +---------------------------------------+--------------------------------+ > | http://www.informatik.tu-muenchen.de/ | Christoph Moar | > | cgi-bin/nph-gateway/hphalle6/~moar/ | Kaulbachstr.29a | > | index.html | 80539 Munich | > | email:moar@informatik.tu-muenchen.de | voice: ++49 - 89 - 23862874 | > +---------------------------------------+--------------------------------+
multimedia/vdr-plugin-control-0.0.2a45 (Score: 0.0038105743)
Video Disk Recorder - telnet control plugin
http://www.linuxtv.org/vdrwiki/index.php/Control-plugin The 'control' plugin brings the ability to VDR to control the whole OSD over a telnet client. To reach this, 'control' listens on a network socket (default is port 2002). If a client wants to connect, VDR checks if that client is allowed to connect to VDR (see in the documentation of VDR about the svdrphosts.conf file for more info). If the connection is etablished, 'control' sends the curent OSD state to the client. Also all key strokes at the client side are redirected to VDR.
Video Disk Recorder - xineliboutput plugin/viewer
http://www.linuxtv.org/vdrwiki/index.php/Xineliboutput-plugin X11 and Linux framebuffer front-end for VDR. Plugin displays video and OSD in X/Xv/XvMC/VAAPI/VDPAU window, Linux framebuffer/DirectFB/vidixfb or DXR3 card. Support for local and remote frontends. Built-in image and media player supports playback of most known media files (avi/mp3/divx/jpeg/...), DVDs and radio/video streams (http, rtsp, ...) directly from VDR. FreeBSD Note: If you want to use VAAPI/VDPAU make sure the ffmpeg and libxine ports are (re)built with the corresponding knobs turned on! (make config in their port dirs.)
net/bsdproxy-0.04 (Score: 0.0038105743)
TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
bsdproxy is a generic, event-driven proxy designed specifically for the BSD platform. It uses the kqueue()/kevent() system calls to determine when to relay data from one side of the connection to the other. It also uses GLib (http://www.gtk.org) data structures and memory management functions to optimize steady-state performance (minimize unnecessary memory allocation/deallocation). bsdproxy has been used to proxy HTTP, HTTPS, telnet, and mysql without any problems. It should be able to serve as a transparent proxy for anything over a TCP/IP connection.