Ports Search

Results 2,4612,470 of 5,827 for /net-mgmt/.(0.007 seconds)
deskutils/xneur-0.17.0 (Score: 0.007000902)
Auto keyboard switcher
In-place converter of text typed in with a wrong keyboard layout. When users work in multilingual environment (e.g. Russian+English), they sometimes type in text with wrong keyboard layout. In auto mode XNeur can automatically detect language of a word user typed, switch keyboard layout and convert the word from one keyboard layout into another. In manual mode user has ability to convert last typed word or some selected text using hot keys. The idea of this utility is similar to Punto Switcher for Windows. For now XNeur support English, Russian, Ukrainian, Belarusian, French, Romanian, Bulgarian, Czech, Greek, Estonian, Armenian, Lithuanian, Latvian, Poland, Spanish and Uzbek languages.
deskutils/xpad-4.7.0 (Score: 0.007000902)
Virtual note-pad system for your X11 desktop
xpad is a sticky note application written using GTK+ 3.0 that strives to be simple, fault-tolerant, and customizable. xpad consists of independent pad windows; each is basically a text box in which notes can be written. Despite being called xpad, all that is needed to run or compile it is the GTK+ 3.0 libraries. Here is a list of major features in the current xpad current release: * GTK+ 3.0 powered text view. * Fault tolerant. All information is kept on the hard drive, not memory. * xpad is very customizable. The color scheme (text, background, and window borders) and the font can be changed. * A customizable toolbar puts the most frequently used commands at your fingertips. * Support for the X session management protocol. * Support for the www.freedesktop.org system tray proposal.
deskutils/xpad-3.1 (Score: 0.007000902)
Virtual note-pad system for your X11 desktop
xpad is a sticky note application written using GTK+ 2.0 that strives to be simple, fault-tolerant, and customizable. xpad consists of independent pad windows; each is basically a text box in which notes can be written. Despite being called xpad, all that is needed to run or compile it is the GTK+ 2.0 libraries. Here is a list of major features in the current xpad stable release: * GTK+ 2.0 powered text view. * Fault tolerant. All information is kept on the hard drive, not memory. * xpad is very customizable. The color scheme (text, background, and window borders) and the font can be changed. * A customizable toolbar puts the most frequently used commands at your fingertips. * Support for the X session management protocol. * Support for the www.freedesktop.org system tray proposal.
deskutils/znotes-0.4.5 (Score: 0.007000902)
Simple notes managment application based on Qt 4
Simple lightweight crossplatform application for notes managment based on Qt 4.
devel/bicyclerepair-0.9 (Score: 0.007000902)
Python refactoring tool
Bicycle Repair man is a tool for refactoring Python programs. It integrates with the Python IDE in either IDLE or emacs.
devel/bisoncpp-4.10.01 (Score: 0.007000902)
LALR(1) parser generator that generates C++ classes
The program bisonc++ creates a C++ parser function and -class having a cleaner setup than the code generated by Alain Coetmeur's bison++. Furthermore, since bisonc++ more closely follows current-day ideas about C++ programming its code is easier to read.
devel/blame-1.3.1 (Score: 0.007000902)
Display last modification for each line in an RCS file
Blame displays the last modification for each line in an RCS file. It is the RCS equivalent of CVS's annotate command.
devel/buildtool-doc-0.16 (Score: 0.007000902)
Buildtool User's and Developer's manuals
This package includes the Buildtool User's and Developer's manual. You will need Buildtool itself to generate and install end user documents.
devel/buildtool-0.16 (Score: 0.007000902)
Set of portable software build utilities
Buildtool is a set of utilities which will make your programs more portable and easier to build on any kind of Unix-like system. All the utilities are integrated with each other, which means that they all work together. It is completely free, licensed under the terms of the BSD license. If you have ever used GNU automake, autoconf and/or libtool, you will find buildtool very similar. In fact, it is an implementation of the ideas of the GNU programs, but with a completely different design.
devel/byaccj-1.15 (Score: 0.007000902)
Java extension of BSD YACC-compatible parser generator
BYACC/Java is an extension of the Berkeley v 1.8 YACC-compatible parser generator. Standard YACC takes a YACC source file, and generates one or more C files from it, which if compiled properly, will produce a LALR- grammar parser. this extension support a -J option to generate Java source code.