Ports 搜索

共有1,952项符合/x11-clocks/的查询结果,以下是第1,1611,170项(搜索用时0.013秒)
net/jsch-0.1.53 (Score: 0.005264487)
Pure Java implementation of SSH2
Sch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. - Why JSch? Our intension in developing this stuff is to enable users of our pure java X servers, WiredX and WeirdX, to enjoy secure X sessions. Our efforts have mostly targeted the SSH2 protocol in relation to X window system and X11 forwarding. Of course, we are also interested in adding other functionality - port forward, file transfer, terminal emulation, etc.
devel/yajl-ruby-1.2.1 (Score: 0.0048057972)
Streaming JSON parsing and encoding library for Ruby
This gem is a C binding to the excellent YAJL JSON parsing and generation library. Features: * JSON parsing and encoding directly to and from an IO stream (file, socket, etc) or String. Compressed stream parsing and encoding supported for Bzip2, Gzip and Deflate. * Parse and encode multiple JSON objects to and from streams or strings continuously. * JSON gem compatibility API - allows yajl-ruby to be used as a drop-in replacement for the JSON gem * Basic HTTP client (only GET requests supported for now) which parses JSON directly off the response body *as it's being received* * ~3.5x faster than JSON.generate * ~1.9x faster than JSON.parse * ~4.5x faster than YAML.load * ~377.5x faster than YAML.dump * ~1.5x faster than Marshal.load * ~2x faster than Marshal.dump
devel/trivial-features-2010.01.16 (Score: 0.0047574965)
Ensures consistent *FEATURES* in Common Lisp
trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X. This package is compiled with SBCL.
devel/clisp-hyperspec-7.0 (Score: 0.0047574965)
Common Lisp reference in HTML format, from LispWorks Ltd
The Common Lisp HyperSpec (TM) from LispWorks Ltd. This is an HTML document derived from the ANSI Common Lisp standard (X3.226-1994), with permission from ANSI and NCITS (previously known as X3). The Common Lisp HyperSpec was prepared by Kent Pitman at Harlequin, who as Project Editor of X3J13 managed the completion of the document which became the ANSI Common Lisp Standard. Copying, distribution, display, and/or transmission is by permission of LispWorks Ltd.
math/alt-ergo-0.95.2 (Score: 0.0047574965)
Automatic solver of mathematical formulas for program verification
Alt-Ergo is an automatic theorem prover dedicated to program verification. Alt-Ergo is based on CC(X), a congruence closure algorithm parameterized by an equational theory X. Currently, CC(X) can be instantiated by the empty equational theory and by the linear arithmetics. Alt-Ergo contains also a home made SAT-solver and an instantiation mechanism. Alt-Ergo is compact, safe, and modular. Each component is described by a small set of inference rules and is implemented as an Ocaml functor.
net-mgmt/pixilate-0.4.2 (Score: 0.0047574965)
Generates packets to match a list of Cisco PIX access lists
pixilate parses an input file containing Cisco PIX 6.2x (normal mask) or Cisco IOS (inverted mask) access-list entries and generates the appropriate packets. For further information on writing PIX access-lists, look here, for information on writing IOS access-lists, look here. pixilate - is currently capable of generating TCP/UDP/ICMP (various ICMP types), and IGMP utilizing the Libnet 1.1.x library available from http://www.packetfactory.net. NOTE: Libnet 1.0.x is NOT compatible."
net/xrdp-0.6.1 (Score: 0.0047574965)
Open source Remote Desktop Protocol (RDP) server
Based on the work of rdesktop, xrdp uses the remote desktop protocol to present a GUI to the user. The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop and Microsoft's own terminal server / remote desktop clients. Unlike Windows NT/2000/2003 server, xrdp will not display a Windows desktop but an X window desktop to the user. Xrdp uses Xvnc or X11rdp to manage the X session.
net/xrdp-0.7.0.b20130912 (Score: 0.0047574965)
Open source Remote Desktop Protocol (RDP) server
Based on the work of rdesktop, xrdp uses the remote desktop protocol to present a GUI to the user. The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop and Microsoft's own terminal server / remote desktop clients. Unlike Windows NT/2000/2003 server, xrdp will not display a Windows desktop but an X window desktop to the user. Xrdp uses Xvnc or X11rdp to manage the X session.
sysutils/phantom-1.2 (Score: 0.0047574965)
Phantomblock generator (converts existing files to sparse files)
This tool removes blocks of 0x00 from files by replacing them with phantomblocks. That way, a file uses less diskspace while its contents hasn't changed at all! BEWARE: after copying these files with tar, cp, cpio or any other tool, the phantomblocks have been replaced with 0x00-blocks again! EXAMPLE: find / -type f -print | xargs -n 1 phantom -r -i This would go trough the whole harddisk, scan all files and generate 0x00-blocks where necessary.
x11/xcb-util-image-0.4.0 (Score: 0.0047574965)
Port of Xlib's XImage and XShmImage functions
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Image module is a port o Xlib's XImage and XShmImage functions.