Ports Search

Results 3,7113,720 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
x11-themes/crystal-2.2.1 (Score: 3.0841265E-4)
Transparent KDE window decoration
Crystal is a simple kwin window decoration, with a simple design, but with (pseudo) transparent titlebar, buttons and borders.
x11-themes/clearlooks-0.6.2 (Score: 3.0841265E-4)
GTK+ 2.x engine based on Bluecurve
This is a GTK+ 2.x engine based on Bluecurve. It features a modern look without sacrificing (much) speed.
x11-toolkits/GLUT-2.7.0.1 (Score: 3.0841265E-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/luit-1.1.1 (Score: 3.0841265E-4)
Locale and ISO 2022 support for Unicode terminals
This package contains luit, a filter than can be run between an arbitrary application and a UTF-8 terminal emulator.
x11/roxterm-2.9.7 (Score: 3.0841265E-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: 3.0524938E-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: 3.0524938E-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: 3.0524938E-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: 3.0524938E-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: 3.0524938E-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.