Ports Search

Results 1,0611,070 of 5,161 for /ports-mgmt/.(0.005 seconds)
devel/gengetopt-2.22.6 (Score: 0.006224396)
Tool for generating a C function which parses command line arguments
This program generate a C function that uses getopt_long function to parse the command line options, validate them and fill a struct. Thus your program can now handle options such as: myprog --input foo.c -o foo.o --no-tabs -i 100 *.class And both long options (those that start with --) and short options (start with - and consist of only one character) can be handled. For standards about short and long options you may want to take a look at the GNU Coding Standards.
devel/geoip-1.2.8 (Score: 0.006224396)
Java bindings for GeoIP API
MaxMind provides IP intelligence through the GeoIP brand. Over 5,000 companies use GeoIP data to locate their Internet visitors and show them relevant content and ads, perform analytics, enforce digital rights, and efficiently route Internet traffic. Businesses can obtain additional insights into their customers' connection speeds, ISPs, and more using GeoIP data.
devel/gdbmods-20020824 (Score: 0.006224396)
Wrapper for gdb -k to provide kld symbol information
gdbmods is a wrapper for gdb which adds symbol information from loaded modules in the running kernel.
devel/gitolite-2.3.1 (Score: 0.006224396)
Access control layer on top of git
Gitolite is an access control layer on top of git, which allows access control down to the branch level, including specifying who can and cannot rewind a given branch. Gitolite lets you use a single user on a server to host many git repositories and provide access to many developers, without having to give them real userids on or shell access to the server. Authentication is most commonly done using sshd, but you can also use httpd if you prefer. Gitolite can restrict who can read from (clone/fetch) or write to (push) a repository. It can also restrict who can push to what branch or tag, which is very important in a corporate environment.
devel/gitphp-0.2.8 (Score: 0.006224396)
Web based git repository browser written in PHP
GitPHP is a web based git repository browser written in PHP. It uses the Smarty template system for customization and flexibility.
devel/glui-2.36 (Score: 0.006224396)
GLUT-based C++ user interface library
GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, check boxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, relying on GLUT to handle all system-dependent issues, such as window and mouse management.
devel/go-pretty-20130510 (Score: 0.006224396)
Pretty-printing package for go values
Go package which provides pretty-printing for go values. This is useful during debugging, to avoid wrapping long output lines in the terminal. This package also provides a convenience wrapper for each function in package fmt that takes a format string.
devel/genproto-0.4.1 (Score: 0.006224396)
Generates prototypes from C/C++ code
genproto generates prototypes from C/C++ code. It does not touch the original files, and the output format can be changed via printf-style format strings.
devel/gettext-lint-0.4 (Score: 0.006224396)
Check the validity and consistency of PO and POT files
The gettext lint tools is a collection of tools for checking the validity and consistency of PO and POT files. It also includes an experimental glossary building tool. This package includes: * POFileStatus - PO file validator and status reporting * POFileChecker - searches for common mistakes in PO files * POTFileChecker - searches for common mistakes in POT files * POFileConsistency - PO file consistency checks * POFileConsistencyShell - PO file consistency checks, interactive mode * POFileEquiv - PO file glossary generator All tools generate XML to the standard output; just run them with a list of PO or POT files to check. Some have extra options, run the command with no parameters for a short usage message.
devel/gpsim-0.29.0 (Score: 0.006224396)
Software simulator for Microchip PIC microcontrollers
gpsim is a full-featured software simulator for Microchip PIC microcontrollers distributed under the GNU General Public License.