Ports Search

Results 3,0313,040 of 17,660 for descr%3A%22spam filter%22.(0.009 seconds)
x11-toolkits/GLUT-2.7.0.1 (Score: 2.2962483E-4)
Binding for the OpenGL Utility Toolkit
A Haskell binding for the OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs.
x11/roxterm-2.9.7 (Score: 2.2962483E-4)
GTK+ terminal emulator with tabs
A tabbed, vte- (GTK+) based terminal emulator providing advanced features such as multiple tabs with a small footprint.
deskutils/notecase-1.9.8 (Score: 2.2726964E-4)
Hierarchical text notes manager
NoteCase is a hierarchical text notes manager (a.k.a. outliner). It helps you organize your everyday text notes into a single document with individual notes placed into a tree-like structure. To ensure your privacy an encrypted document format is supported along with a standard unencrypted one.
devel/hachoir-core-1.3.3 (Score: 2.2726964E-4)
Hachoir core parser
Hachoir is the french name for a mincer: a tool used by butchers to cut meat. Hachoir is also a tool written for hackers to cut file or any binary stream. A file is split in a tree of fields where the smallest field can be just a bit. There are various field types: integer, string, bits, padding, sub file, etc.
devel/vault-0.3.0.4 (Score: 2.2726964E-4)
Persistent store for values of arbitrary types
A vault is a persistent store for values of arbitrary types. It's like having first-class access to the storage space behind IORefs. The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. Also provided is a locker type, representing a store for a single element.
devel/libsigsegv-2.10 (Score: 2.2726964E-4)
Handling page faults in user mode
A library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing: * pageable virtual memory, * memory-mapped access to persistent databases, * generational garbage collectors, * stack overflow handlers, * distributed shared memory,
devel/AnyEvent-Task-0.801 (Score: 2.2726964E-4)
Client/server-based asynchronous worker pool
AnyEvent::Task is a pre-fork-on-demand server (AnyEvent::Task::Server) combined with a persistent worker-pooled client (AnyEvent::Task::Client). In a nutshell, a synchronous worker process is forked off by a server whenever a client asks for one. The client keeps as many of these workers around as it wants and delegates tasks to them asynchronously.
devel/Module-Inspector-1.05 (Score: 2.2726964E-4)
Integrated API for inspecting Perl distributions
Module::Inspector provides a wrapper around various modules used to read and examine the different parts of a Perl module distribution tarball, and can inspect a module unrolled on disk, in a repository checkout, or just look directly inside a tarball. It also rovides a companion to the Class::Inspector API for accessing information on class after installation.
devel/MooseX-Role-Strict-0.05 (Score: 2.2726964E-4)
Use strict 'roles'
When using Moose::Role, a class which provides a method a role provides will silently override that method. This can cause strange, hard-to-debug errors when the role's methods are not called. Simple use MooseX::Role::Strict instead of Moose::Role and overriding a role's method becomes a composition-time failure. See the synopsis for a resolution.
java/jcalendar-1.3.3 (Score: 2.2726964E-4)
Java Date Chooser
JCalendar is a Java date chooser bean for graphically picking a date. JCalendar is composed of several other Java beans, a JDayChooser, a JMonthChooser and a JYearChooser. All these beans have a locale property, provide several icons (Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32) and their own locale property editor. So they can easily be used in GUI builders.