Ports Search

Results 1,0711,080 of 5,161 for /ports-mgmt/.(0.003 seconds)
devel/gtgt-3.2.0 (Score: 0.006224396)
General (or GNU) template generation tools
The (general | GNU) template generation tools are a set of scripts for creating a whole set of sources, which may already be compiled and installed by using the GNU development tools. Think of gtgt as a program which is able to create an already compilable, very sophisticated "hello world" program, written in C or C++ and constituted by a main program, two internal modules (classes), one static and one shared library. Using gitty-gitty you will get a template of sources for the main cases you might meet, and which you can also use as examples for automake, autoconf and so on.
devel/guikachu-1.5.10 (Score: 0.006224396)
Resource editor for PalmOS(tm) systems
Guikachu is a resource editor for PalmOS(tm) systems. It allows you to visually create dialog boxes, menu bars and windows for your Palm application in the GNOME desktop environment.
devel/hgview-1.9.0 (Score: 0.006224396)
Fast Mercurial log navigator written in pyqt4
A faster implementation of hgk using pyqt4. Its primary purpose was to be able to browse the Linux kernel mercurial repository.
devel/highlighterkit-0.1 (Score: 0.006224396)
Framework needed by Project Manager
Framework needed by Project Manager. LICENSE: MIT / FDL
devel/commons-configuration-1.10 (Score: 0.006224396)
Java package for the reading of configuration/preferences files
Commons Configuration provides a generic configuration interface which enables an application to read configuration data from a variety of sources. Commons Configuration provides typed access to single, and multi-valued configuration parameters. Configuration parameters may be loaded from the following sources: * Properties files * XML documents * JNDI * JDBC Datasource Different configuration sources can be mixed using a ConfigurationFactory and CompositeConfiguration. Additional sources of configuration parameters can be created by using custom configuration objects. This customization can be achieved by extending AbstractConfiguration.
devel/jtag-0.5.1 (Score: 0.006224396)
Utility to work with JTAG-aware boards
JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter. This package has open and modular architecture with ability to write miscellaneous extensions (like board testers, flash memory programmers, and so on).
devel/jclassinfo-0.19.1 (Score: 0.006224396)
Shows information about Java class, dependencies, and more
jclassinfo reads java class files and provides information about the class, dependencies and more. It is a pure C implementation.
devel/jcmdline-2.0.0 (Score: 0.006224396)
Java command line processor
The jcmdline package is a Java package with the following goals: * Facilitate parsing/handling of command line parameters. * Add consistency to command line parameter parsing and command usage display through all executables of a Java application. * Automatically generate a command usage based upon defined command line parameters.
devel/jrtplib-3.9.1 (Score: 0.006224396)
Object-oriented RTP library written in C++
JRTPLIB is an object-oriented RTP library written in C++ by Jori Liesenborgs. It was partly developed for his thesis at the School for Knowledge Technology (or 'School voor Kennistechnologie' in Dutch), a cooperation between the 'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
devel/jsap-2.1 (Score: 0.006224396)
Java package to parse command-line arguments
JSAP: the Java-based Simple Argument Parser JSAP parses your command line and instantiates objects of types you specify based upon that command line. If you configure JSAP to expect an Integer on the command line, and the user does not provide a String that can be converted to an Integer, JSAP will alert your program to the fact that there was a problem with the command line. If JSAP indicates that your command line was successfully parsed, you are guaranteed an Integer when you request that parameter's value from your program. There's a pretty big (and growing) list of return types supported by JSAP.