Ports Search

Results 15,50115,510 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
java/javavmwrapper-2.5 (Score: 5.180394E-5)
Wrapper script for various Java Virtual Machines
The Java VM wrapper provides a convenient system for switching between different Java VMs. It also provides symbolic links in ${PREFIX}/bin to allow the use of the Java executables without having to add the specific Java VM executable directories to the PATH environment variable.
korean/hpscat-1.3.1 (Score: 5.180394E-5)
Hangul Text Printing Utility
hpscat-1.3jshin ------------------- hpscat is a small printing utility that print Hangul characters in any PostScript printer(including ghostscript). It use the hangul PS font in ked, so you must load the font before printing the document processed by hpscat. This version is revised by Jungshik Shin <jshin@minerva.cis.yale.edu>.
lang/algol68g-2.8.3 (Score: 5.180394E-5)
Algol 68 Genie compiler
The development of Algol played an important role in establishing computer science as an academic discipline. The Algol 68 Genie project preserves Algol 68 out of educational as well as scientific-historical interest, by making available Algol 68 Genie; a recent, well-featured implementation written from scratch.
lang/bsh-2.0.b6 (Score: 5.180394E-5)
Beanshell java scripting language
BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.
lang/expect-5.45.3 (Score: 5.180394E-5)
Sophisticated scripter based on Tcl/Tk
Expect is a program that performs programmed dialogue with other interactive programs. It is briefly described by its man page, expect(1). It uses pseudo-tty's to control the child processes, so it is not affected by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc). FAQ: http://expect.nist.gov/FAQ.html
lang/ficl-4.1.0 (Score: 5.180394E-5)
Forth Inspired Command Language
FICL is an extremely lightweight, fast, portable implementation of FORTH which can be bound to C functions or even embedded within C/assembler programs. This is a port for the current version of FICL. Older versions can typically be found in /usr/src/sys/boot/ficl on FreeBSD with the bindings needed by the OS loader.
lang/x86-20160822 (Score: 5.180394E-5)
C/Ada cross-compiler, target: Android x86
The gnatdroid-x86 port builds a C/Ada cross-compiler based on GCC 6 that targets the Android operating system (up to version 6.0, API level 23) running on x86 or x86_64 architecture. This produces binaries that run natively on x86-based Android devices.
lang/guile-1.8.8 (Score: 5.180394E-5)
GNU Ubiquitous Intelligent Language for Extension
GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library that implements the Scheme language plus various convenient facilities. It's designed so that you can link it into an application or utility to make it extensible. Our plan is to link this library into all GNU programs that call for extensibility.
lang/guile-2.0.11 (Score: 5.180394E-5)
GNU Ubiquitous Intelligent Language for Extension
GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library that implements the Scheme language plus various convenient facilities. It's designed so that you can link it into an application or utility to make it extensible. Our plan is to link this library into all GNU programs that call for extensibility.
lang/ici-4.1.2 (Score: 5.180394E-5)
Interpretive language with C's feel and high level data types
ICI is a C-like, high level language originally developed by Tim Long and placed into the public domain. ICI marries C's expression syntax, control structures and overall feel, with a dynamic, garbage collected, object-based, data model. Version 4 incorporates numerous performance enhancements, refinements to existing features and new features including native support for threads, a cleaner, more well defined API for extension module authors and those embedding ICI within other programs, and new documentation that is superior to that provided in previous releases. ICI is typically used as a scripting-like language in the fashion of Perl, Python, Ruby, Lua, TCL and other such languages. ICI can be called from C and the language itself can be extended allowing applications to provide domain specific functions, types and operators for use in their ICI programs. Embedding within applications allows application authors to make use of ICI's efficient object system which provides many useful facilities. ICI is in the public domain, there is no copyright on it.