Ports Search

Results 4,5014,510 of 5,886 for /net-im/.(0.009 seconds)
java/ShellEd-1.0.2a (Score: 0.006132291)
ShellEd is a superb shell script editor for Eclipse
ShellEd is a superb shell script editor for Eclipse. The great benefit of this plugin is the integration of man page information for content assist and text hover.
java/jump-0.5 (Score: 0.006132291)
Java library for arbitrary precision computations
JUMP Ultimate Math Package (JUMP) is a Java-based extensible high-precision math package. Includes support for computations based on fractions. Support is included for converting to floating point numbers and BigDecimals.
java/mx4j-3.0.2 (Score: 0.006132291)
Open Source implementation of the Java Management Extensions (JMX)
MX4J is a project to build an Open Source implementation of the Java(TM) Management Extensions (JMX) and of the JMX Remote API (JSR 160) specifications, and to build tools relating to JMX. JMX is an optional package for J2SE that provides a standard way to manage applications. It can also be used to wrap legacy systems and provide a standard interface to the outside world, enabling the development of web services. JMX allows developers to write more modular and loosely coupled system components and reduce the complexity of large, interoperating systems.
java/java3d-1.5.2 (Score: 0.006132291)
Provides API for creating and manipulation of 3D geometry
The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level constructs for creating and manipulation 3D geometry and building the structures used in rendering that geometry. With this sof tware, you can efficiently define and render very large virtual worlds.
korean/baekmukfonts-2.2 (Score: 0.006132291)
Baekmuk family Korean TrueType Fonts
Baekmuk TrueType font family was originally designed by Kim Jeong-Hwan. Baekmuk Project maintains fork of this font family under BSD license.
korean/gtkcomm-0.8.1 (Score: 0.006132291)
Serial controlling software, with gtk+ widget
gtkcomm ------- gtkcomm is a controlling tool for serial interface(RS-232C or such). It is for hardware control using serial ports.
korean/unfonts-1.0.2.080608 (Score: 0.006132291)
GPL'd Korean TrueType Fonts by UN Koaunghi (core)
Un-series fonts (GPL'd) are made by UN Koaunghi (who painstakingly scanned, converted to outlines and hand-hinted them all) and PARK Won-Kyu. They're originally made as PS fonts to use with Korean TeX/LaTeX/OmegaLambda (HLaTeX [1]) by UN Koaunghi in the late 1990's. Recently, PARK Won-kyu converted them to truetype fonts and added GSUB tables to one of them (UnBatang) for the full support of Korean script with Korean letters (Hangul Jamos : U+1100).
lang/cparser-0.9.14 (Score: 0.006132291)
C99 compiler using libFIRM as backend
cparser is a recursive descent C99 parser written in C99. It contains lexer, parser, constructs an AST and does semantic analysis. It is currently used as a frontend to the libFirm intermediate representation, but can be used independently. cparser is able to bootstrap itself. It currently uses an external preprocessor. * fast recursive descent parser, parses C90 and C99 * handles most GCC extensions, e.g. __attribute__, inline assembler, computed goto, statement expressions * handles some MSVC extensions (like declspec) * provides many useful warnings * format string checker for char and wchar_t * unreachable code analysis * missing return statement check, which pinpoints exact location(s) * write-only/-self variables detection * missing and redundant forward declarations * most warnings switches, which are available for GCC * provides concise messages in case of error, for example when encountering misspelled typenames * compiler driver compatible with GCC (-fxxx, -Wxxx, -M, ...) * uses libFIRM for optimization and code generation (devel/libfirm)
lang/ecl-15.3.7 (Score: 0.006132291)
ANSI Common Lisp implementation
ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp language as described in the X3J13 ANSI specification, featuring CLOS (Common-Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables.
lang/mawk-1.3.4.20160615 (Score: 0.006132291)
Interpreter for the AWK Programming Language
mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms. mawk is a new awk meaning it implements the AWK language as defined in Aho, Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley Publishing, 1988 (hereafter referred to as the AWK book.) mawk conforms to the Posix 1003.2 (draft 11.3) definition of the AWK language which contains a few features not described in the AWK book, and mawk provides a small number of extensions.