Ports Search

Results 7,6217,630 of 17,660 for descr%3A%22spam filter%22.(0.038 seconds)
www/hugo-0.16 (Score: 1.5560088E-4)
Fast and modern static website engine
Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. Unlike other systems which dynamically build a page every time a visitor requests one, Hugo does the building when you create your content. Since websites are viewed far more often than they are edited, Hugo is optimized for website viewing while providing a great writing experience. Sites built with Hugo are extremely fast and very secure. Hugo sites can be hosted anywhere and run without dependencies on expensive runtimes like Ruby, Python or PHP and without dependencies on any databases.
www/beautifulsoup-4.5.1 (Score: 1.5560088E-4)
HTML/XML Parser for Python
Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance into a tree representation. It provides methods and Pythonic idioms that make it easy to search and modify the tree. A well-formed XML/HTML document will yield a well-formed data structure. An ill-formed XML/HTML document will yield a correspondingly ill-formed data structure. If your document is only locally well-formed, you can use this library to find and process the well-formed part of it. The BeautifulSoup class has heuristics for obtaining a sensible parse tree in the face of common HTML errors.
www/Apache-MP3-4.00 (Score: 1.5560088E-4)
MP3 browsing and streaming under mod_perl and Apache
This module takes a hierarchy of directories containing MP3 files and presents it as a browsable song library for streaming over the web. It requires the Apache web server, the mod_perl embedded Perl interpreter, and the MP3::Info module. MP3 files are displayed in a list that shows the MP3 title, artist, duration and bitrate. Subdirectories are displayed with "CD" icons. The user can download an MP3 file to disk by clicking on its title, stream it to an MP3 decoder by clicking on the "play" link. Users can also stream the entire contents of a directory, or select a subset of songs to play.
www/URL-Encode-0.03 (Score: 1.5560088E-4)
Encoding and decoding of application/x-www-form-urlencoded encoding
encode and decode strings into and from application/x-www-form-urlencoded The application/x-www-form-urlencoded format encodes a ordered data sets of pairs consisting of a name and a value, with pairs separated by ampersand or semicolon and names and values separated by the equal sign. Space characters are replaced with plus sign and any characters not in the unreserved character set is encoded using the percent-encoding scheme also used for resource identifiers. A percent-encoded octet is encoded as a character triplet, consisting of the percent character "%" followed by the two hexadecimal digits representing that octet's numeric value.
www/beautifulsoup-3.2.1 (Score: 1.5560088E-4)
HTML/XML Parser for Python
Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance into a tree representation. It provides methods and Pythonic idioms that make it easy to search and modify the tree. A well-formed XML/HTML document will yield a well-formed data structure. An ill-formed XML/HTML document will yield a correspondingly ill-formed data structure. If your document is only locally well-formed, you can use this library to find and process the well-formed part of it. The BeautifulSoup class has heuristics for obtaining a sensible parse tree in the face of common HTML errors.
www/www6to4-1.6 (Score: 1.5560088E-4)
Lightweight http proxy to help IPv4 only browsers
This is a little WWW-proxy that can communicate over both IPv4 and IPv6. It's primary use is as stub-proxy between a IPv4-only browser and the rest of the (v4 and v6) Internet. This proxy is meant to run on a client machine as frontend to an IPv4-only browser and not to serve a large number of clients. If you need the latter you're much better off with a full-fledged proxy like squid. This program is based on same code copyrighted by the Junkbusters Corp.
www/jv-0.51 (Score: 1.5560088E-4)
Lightweight vim-like editor for textareas
This extension makes all html textareas into a very stripped-down version of Vi[m]. It's modal, supports infinite undo, has register support, search, visual mode, and various movement and editing commands There's a lot yet to implement, but I've tried to cover all the basics that you'd use every day to type an email, edit a wiki page, etc. That being said, you'll note that the version number hasn't hit 1.0 yet. If you like the power of ItsAllText, but want something a bit lighter-weight, give it a try.
x11-toolkits/lesstif-0.95.2 (Score: 1.5560088E-4)
API compatible clone of the Motif toolkit
LessTif is a API compatible clone of the Motif toolkit. Currently LessTif is partially implemented with most of the API in place. Both Motif 1.2 and Motif 2.0 libraries are built and installed. By default, the 1.2 library is used because it is a more complete implementation of the Motif 1.2 API. The Hungry Programmers, the people writing LessTif, have adopted a naming scheme where an even minor number indicates a stable release of the libraries and an odd number is a development release. *Ports will be made for even number releases only.*
x11-toolkits/libunique-3.0.2 (Score: 1.5560088E-4)
Library for single instance applications
Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side. Unique aims to replace the BaconMessageConnection code that has been copied by many projects and the code using Bonobo and D-Bus.
Keep track of your Tk widgets
When programming Tk, it's almost always a good idea to keep a reference to the widgets that you created in the interface. Most of the time, a simple hash is enough; but it is usually wrapped up in methods to make the hash private to the window object. And of course, those methods are duplicated in all modules, under a form or another. Since duplication is bad, this module implements a Moose role implementing those methods once and forever. This implies that your class is using Moose in order to consume the role.