Ports 搜索

共有1,947项符合/x11/的查询结果,以下是第1,6611,670项(搜索用时0.004秒)
japanese/vera-fpw-1.8.1.0.3 (Score: 0.007789488)
Virtual Entity of Relevant Aconyms (EPWING V1 format)
This vera is a special GNU edition of V.E.R.A., a list dealing with computational acronyms. This is a dictionary converted from the original one into JIS X 4081 format (that is a subset of EPWING V1) by FreePWING. So it can be used by EPWING viewer on Unix and the other OS (e.g. Windows or MacOS). URL for this converted dictionary is
japanese/wdic-fpw-1.4 (Score: 0.007789488)
Wired and Wireless Dictionary in Japanese (EPWING V1 format)
"WDC" is Wired and Wireless Dictionary (or the Weird network Dictionary). This is a dictionary converted from the original one into JIS X 4081 format (that is a subset of EPWING V1) by FreePWING. So it can be used by EPWING viewers on Unix and the other OS (e.g. Windows or MacOS). o URL for WDIC: http://www.wdic.org/ o URL for this converted dictionary:
japanese/waeijiro-fpw-1.1 (Score: 0.007789488)
WAEIJIRO English - Japanese Dictionary (EPWING V1 format)
Waeijiro is a dictionary compiled by E.D.P. For details, such as how to obtain the whole data, visit EDP's Web site. http://member.nifty.ne.jp/eijiro/ -- E.D.P. Data in this port are converted from the original dictionary into JIS X 4081 format (that is a subset of EPWING V1) by FreePWING. So this can be used by EPWING viewers on Unix and the other OS (e.g. Windows or MacOS). o URL for this converted dictionary: -- S.TAOKA
lang/abcl-1.3.3 (Score: 0.007789488)
Implementation of ANSI Common Lisp in Java
Armed Bear The right of the people to keep and arm bears shall not be infringed! Armed Bear Common Lisp (ABCL) is an implementation of ANSI Common Lisp that runs in a Java virtual machine. It provides a runtime system, a compiler that compiles Lisp source to JVM bytecode, and an interactive REPL for program development. ABCL runs on platforms that support Java 1.5 (or later), including Linux, Windows, and Mac OS X.
lang/mono-4.4.2.11 (Score: 0.007789488)
Open source implementation of .NET Development Framework
Mono is an open source implementation of .NET Development Framework. Its objective is to enable UNIX developers to build and deploy cross-platform .NET Applications. The project implements various technologies developed by Microsoft that have now been submitted to the ECMA for standardization. Mono provides the necessary software to develop and run .NET client and server applications on BSD, Linux, Solaris, Mac OS X, Windows, and Unix.
lang/opendylan-2013.2 (Score: 0.007789488)
Open Dylan project native command-line compiler for Dylan
Open Dylan compiles to native code and has a full-featured IDE including an incremental development mode, browsing of runtime objects, remote debugging, etc. Open Dylan currently only runs on the x86 platform and the IDE does not yet run on the Linux version. Open Dylan is in many ways a mature implementation. If you are new to the language, choose Open Dylan if you can.
mail/hbiff-1.2 (Score: 0.007789488)
Replacement for xbiff that handles popup window with mail headers
Fancy biff program under X11 environment. Hbiff is a replacement for xbiff that flashes when new mail arrives like the traditional xbiff. In addition, if you click on the hbiff icon, a window will popup showing the mail headers. This makes hbiff better than xlbiff where privacy is an issue since the headers are only displayed when you request. hbiff can also run the MUA for you.
mail/elmo-1.3.2 (Score: 0.007789488)
Receive, filter, read, compose, and send mail at the text console
Elmo (ELectronic Mail Operator) is an ncurses-based program for receiving, filtering, reading, composing, and sending mail from a character terminal. It speaks POP3 and SMTP and can work with maildir or Berkeley-formatted mailboxes. This version is a development version, but is rather stable, and is known to work better than the stable version on FreeBSD 4.x. Before running elmo, users should run elmoconf.pl to generate an ~/.elmorc file.
math/clrng-1.0.0.b (Score: 0.007789488)
Library for uniform random number generation in OpenCL
clRNG a library for uniform random number generation in OpenCL. Streams of random numbers act as virtual random number generators. They can be created on the host computer in unlimited numbers, and then used either on the host or on computing devices by work items to generate random numbers. Each stream also has equally-spaced substreams, which are occasionally useful. The API is currently implemented for four different RNGs, namely the MRG31k3p, MRG32k3a, LFSR113 and Philox-4x32-10 generators.
math/Math-Vec-1.01 (Score: 0.007789488)
Object-Oriented Vector Math Methods in Perl
This module was adapted from Math::Vector. It uses most of the same algorithms, and currently preserves the same names as the original functions, though some aliases have been added to make the interface more natural. The "object" for the object oriented calling style is a blessed array reference which contains a vector of the form [x,y,z]. Methods will typically return a list.