Ports Search

Results 7,3417,350 of 8,048 for /www/.(0.006 seconds)
deskutils/daisy-0.0.4.26 (Score: 0.009869938)
Simple launcher plasma applet for KDE4
Daisy is a simple launcher plasma applet for KDE4. Features include: - Three types of roles: circular dock, media controller and linear dock - Can dock in any screen position and be used in Horizontal or Vertical mode - Configuration tools to access all configurable options - Launchers can be edited with a simple right-click - Hybrid launchers to launch applications and control running tasks - Plugins to provide information and execute several tasks - Various backgrounds available
deskutils/tomboy-plugin-latex-0.7 (Score: 0.009869938)
LaTeX math plugin for Tomboy
Tomboy-LaTeX is a plugin for the desktop note-taking application Tomboy. It automatically converts LaTeX math code enclosed in \[...\] into inline images. Clicking on the image or moving the cursor over the image reveals the markup again.
deskutils/vnc2flv-20100207 (Score: 0.009869938)
Captures a VNC desktop session and saves as a flv
Vnc2flv is a cross-platform screen recording tool for UNIX, Windows or Mac. It captures a VNC desktop session (either your own screen or a remote computer) and saves as a Flash Video (FLV) file.
devel/b2-0.2.4 (Score: 0.009869938)
Command Line Interface for Backblaze's B2 storage service
B2 Cloud Storage is a cloud service for storing files in the cloud. Files are available for download at any time, either through the API or through a browser-compatible URL. This package provides Backblaze's official command line tool for accessing all of the capabilities of B2 Cloud Storage.
devel/ace+tao-doc-5.5.0 (Score: 0.009869938)
The ACE+TAO HTML documentation
Doxygen HTML documentation for The ADAPTIVE Communication Environment (ACE) and The ACE ORB (TAO). About 171 Megabytes in 21500+ files.
devel/cmunge-1.0 (Score: 0.009869938)
Tool for encrypting and compacting C source code
CMUNGE is a simple tool for encrypting and compacting C source code, while leaving it syntactically and semantically unchanged. It does this by: * Recursively in-lining `user-defined' #include files. * Renaming C identifiers, except those in the C Standard Library, with names like l1 (i.e. letter-l one), l2, l3, etc. * Removing comments and blank lines, converting multiple consecutive whitespace characters (including `\n') into single blanks, removing all unnecessary whitespace between tokens. * Outputting the transformed code in lines of least N characters long, where N is a user-specified minimum line length. It accepts ANSI and K & R C as its input language.
devel/clisp-hyperspec-7.0 (Score: 0.009869938)
Common Lisp reference in HTML format, from LispWorks Ltd
The Common Lisp HyperSpec (TM) from LispWorks Ltd. This is an HTML document derived from the ANSI Common Lisp standard (X3.226-1994), with permission from ANSI and NCITS (previously known as X3). The Common Lisp HyperSpec was prepared by Kent Pitman at Harlequin, who as Project Editor of X3J13 managed the completion of the document which became the ANSI Common Lisp Standard. Copying, distribution, display, and/or transmission is by permission of LispWorks Ltd.
devel/cutils-1.6 (Score: 0.009869938)
Miscellaneous C programmer's utilities
cutils is a collection of miscellaneous utilities useful for C programmers. It is composed by the following utilities: cinfo, cinfoc and cinfodc - C language documentation tools cdecl and cundecl - decode and encode C type declarations cobfusc - make a C source file unreadable but compilable chilight - highlight C source files with colors cunloop - unloop C loops yyextract - extract grammar rules from yacc grammar yyref - yacc grammar reference program
devel/desktop-file-utils-0.22 (Score: 0.009869938)
Couple of command line utilities for working with desktop entries
desktop-file-utils contains a couple of command line utilities for working with desktop entries, as well as a menu module for GnomeVFS.
devel/ffcall-1.10 (Score: 0.009869938)
Foreign function call libraries
This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall - calling C functions with variable arguments vacall - C functions accepting variable argument prototypes trampoline - closures as first-class C functions callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) LICENSE: GPL2 or later