Ports Search

Results 4,7814,790 of 8,048 for www%3Atrac.(0.005 seconds)
deskutils/rubrica-2.1.6 (Score: 0.0048839888)
Addressbook for the GNOME 2 desktop
Rubrica is an addressbook manager for the GNOME Environment. It allows you to add personal data (name, surname, address, etc.), web links, irc and email addresses, telephone numbers, job information (company where contact works, company infos, contact's assigment, etc.) and notes.
deskutils/simplegroupware-0.745 (Score: 0.0048839888)
Simple Groupware is an open source enterprise application
Simple Groupware is an open source enterprise application offering email, calendaring, contacts, tasks, document management, synchronization with Outlook and cell phones, full-text search and many more. Simple Groupware combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP, CIFS, CSV, WebDAV, LDAP and SyncML under one platform. Unlike other groupware software, Simple Groupware contains the programming language sgsML to enable the quick customization and creation of powerful web applications.
deskutils/spice-gtk-0.30 (Score: 0.0048839888)
Gtk client and libraries for SPICE remote desktop servers
spice-gtk is a GTK+2 and GTK+3 SPICE widget. It features glib-based objects for SPICE protocol parsing and a gtk widget for embedding the SPICE display into other applications such as virt-manager. Python bindings are available too.
deskutils/thinkingrock-2.2.1 (Score: 0.0048839888)
Application for collecting and processing your thoughts
Thinking Rock is a free software application for collecting and processing your thoughts following the GTD methodology.
deskutils/toolbox-0.8 (Score: 0.0048839888)
Toolbox bundle for GNUstep
Toolbox bundle for GNUstep, part of the Toolbox. LICENSE: GPL2 or later
deskutils/tpb-0.6.4 (Score: 0.0048839888)
On-Screen-Display for hotkeys of IBM ThinkPads
With TPB it is possible to bind programs to the ThinkPad, Mail, Home and Search buttons. TPB can also run a callback program on each state change with the changed state and the new state as options. So it is possible to trigger several actions on different events. TPB has an on-screen display (OSD) to show volume, mute, brightness and some other information. Furthermore TPB supports a software mixer, as some models of the R series ThinkPads have no hardware mixer to change the volume.
deskutils/xwrits-2.26 (Score: 0.0048839888)
Reminds you to take wrist breaks
Xwrits reminds you to take wrist breaks for prevention or management of repetitive stress injuries. When you should take a break, it pops up an X window, the warning window. You click on the warning window, then take a break. The window changes appearance while you take the break. it changes again when your break is over. Then you just resume typing. Xwrits hides itself until you should take another break. The typetime option changes the amount of time between breaks, and the breaktime option changes the length of a break. The defaults are 55 minutes and 5 minutes, respectively.
deskutils/zim-0.65 (Score: 0.0048839888)
Desktop wiki editor
Zim - A Desktop Wiki Editor Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control. Zim can be used to: * Keep an archive of notes * Take notes during meetings or lectures * Organize task lists * Draft blog entries and emails * Do brainstorming
devel/bin86-0.16.21 (Score: 0.0048839888)
16-bit assembler and loader
This consists of a 16-bit assembler and loader for x86 or 6809 CPUs. Unlike the GNU binutils in the base system (recent versions of which have 16-bit capability), these are for code written with Intel syntax.
devel/gc-7.6.0 (Score: 0.0048839888)
Garbage collection and memory leak detection for C and C++
The Boehm-Weiser garbage collection package, for C and C++ - garbage collection and memory leak detection libraries. A garbage collector is something which automatically frees malloc'd memory for you by working out what parts of memory your program no longer has pointers to. As a result, garbage collectors can also inform you of memory leaks (if they find memory they can free, it means you have lost all of your pointers to it, but you didn't free it). C programs may be linked against either of these, and should run (with GC or leak detection) without change. C++ programs must include a header to use garbage collection, though leak detection should work without such source code modifications. See the man page and header files. This package only brings Boehm-GC libraries with malloc redirection. ps: garbage collection is addictive.