Ports 搜索

共有5,824项符合/net/的查询结果,以下是第2,5012,510项(搜索用时0.003秒)
devel/glibmm-2.44.0 (Score: 0.01987111)
C++ interfaces for glib2
C++ interfaces for glib20.
devel/gnome-vfsmm-2.26.0 (Score: 0.01987111)
C++ wrapper for gnomevfs2 library
This is a set of thin C++ wrappers for GnomeVFS v2 library.
devel/gpsim-0.29.0 (Score: 0.01987111)
Software simulator for Microchip PIC microcontrollers
gpsim is a full-featured software simulator for Microchip PIC microcontrollers distributed under the GNU General Public License.
devel/gtgt-3.2.0 (Score: 0.01987111)
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/gtranslator-2.91.7 (Score: 0.01987111)
GNOME application for creating GNU gettext translation files
Gtranslator is a Gtk+-2 GUI to assist in the creation of GNU gettext translations. It features auto-learning of translation rules, fuzzy string manipulation, and self-contained msgfmt compilation/testing.
devel/ShellCheck-0.4.4 (Score: 0.01987111)
Shell script analysis tool
The goals of ShellCheck are: * To point out and clarify typical beginner's syntax issues, that causes a shell to give cryptic error messages. * To point out and clarify typical intermediate level semantic problems, that causes a shell to behave strangely and counter-intuitively. * To point out subtle caveats, corner cases and pitfalls, that may cause an advanced user's otherwise working script to fail under future circumstances.
devel/darcs-2.10.1 (Score: 0.01987111)
Distributed, interactive, smart revision control system
Darcs is a free, open source revision control system. It is: * Distributed: Every user has access to the full command set, removing boundaries between server and client or committer and non-committers. * Interactive: Darcs is easy to learn and efficient to use because it asks you questions in response to simple commands, giving you choices in your work flow. You can choose to record one change in a file, while ignoring another. As you update from upstream, you can review each patch name, even the full "diff" for interesting patches. * Smart: Originally developed by physicist David Roundy, darcs is based on a unique algebra of patches. This smartness lets you respond to changing demands in ways that would otherwise not be possible. Learn more about spontaneous branches with darcs.
devel/icmake-7.22.01 (Score: 0.01987111)
Intelligent C-like Maker
Icmake is a hybrid between a 'make' utility and a 'shell script' language. Originally, it was concocted to provide a useful tool for automatic program maintenance and system administrative tasks on MS-DOS platforms. Later on, Icmake was eventually ported to Unix platforms (SCO and Linux). By now Icmake also runs on a HP-Unix platform.
devel/findbugs-1.3.9 (Score: 0.01987111)
Find Bugs in Java Programs
FindBugs looks for bugs in Java programs. It is based on the concept of bug patterns. A bug pattern is a code idiom that is often an error. Bug patterns arise for a variety of reasons: * Difficult language features * Misunderstood API methods * Misunderstood invariants when code is modified during maintenance * Garden variety mistakes: typos, use of the wrong boolean operator FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns.
devel/jclassinfo-0.19.1 (Score: 0.01987111)
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.