Ports Search

Results 18,54118,550 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.016 seconds)
multimedia/libmovtar-0.1.3 (Score: 1.987748E-5)
Supports reading/writing of MJPEG video in YUV 4:2:2 JPEG
[ excerpt from developer's README ] libmovtar --------- has been implemented according to the quicktime4linux API It supports reading and writing (read/write mode has been prepared, but is not implemented yet) of MJPEG video in YUV 4:2:2 JPEG with mono/stereo, 8/16-bit, any sample rate sound. It supports indexing files (always done when writing a new file, old (or manually created) movtar files without index are indexed internally during the opening process). You can freely jump forwards and backwards between the frames in an opened file.
multimedia/x265-1.9 (Score: 1.987748E-5)
H.265/High Efficiency Video Coding (HEVC) format
High Efficiency Video Coding (HEVC) is the latest generation video compression standard. * This standard was developed by the ISO/IEC Moving Picture Experts Group (MPEG) and ITU-T Video Coding Experts Group (VCEG), through their Joint Collaborative Team on Video Coding (JCT-VC) * HEVC is also known as ISO/IEC 23008-2 MPEG-H Part 2 and ITU-T H.265 * HEVC provides superior video quality and up to twice the data compression as the previous standard (H.264/MPEG-4 AVC) * HEVC can support 8K Ultra High Definition video, with a picture size up to 8192x4320 pixels
net-mgmt/send-0.3 (Score: 1.987748E-5)
Secure Neighbor Discovery implementation for IPv6
SEND is the implementation of RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically secures the IPv6 neighbor discovery protocol, countering the threats discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and Threats). The implementation is a new version of DoCoMo's SEND (send_0.2) that was implemented completely in user space. Novelty in send_0.3 is the native SEND API that avoids the need for the use of netgraph and BPF, which makes send_0.3 portable over different BSD platforms and significantlly more efficient. Also included in the distribution are implementations of RFC3972 Cryptographically Generated Addresses (CGAs) and RFC3779 X.509 Extensions for IP Addresses and AS Identifiers.
net-p2p/gtk-gnutella-1.1.10 (Score: 1.987748E-5)
GTK based Gnutella client
GTK based Gnutella client which supports the standard Gnutella operations. Search, download, file sharing, bandwidth limiting, host caching, as well as some basic statistics. Now with enhanced features, such as PARQ queueing, PFSP, DHT, push-proxies, UPnP, NAT-PMP and others, making it a stable and fully functional graphical gnutella client for *nix systems. An excellent way to find that hidden file on the internet that you know exists but standard search engines do not seem to carry. IRC: #gtk-gnutella on freenode.net
net/jsch-0.1.53 (Score: 1.987748E-5)
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.
net/XML-Compile-SOAP-WSA-0.12 (Score: 1.987748E-5)
SOAP message messages with WSA fields
The Web Service Addressing protocol is used to select certain service and port on a SOAP server, just like the "Host" header in "HTTP". The basic SOAP design uses the URI and the "soapAction" header of HTTP (in case it uses HTTP, by far the most often used transport mechanism) However, when the server is hidden behind firewalls and proxies, these fields are rewritten or replaced. This means that the definitions by the WSDL for the client can differ from the configuration of the
print/prawn-graph-0.0.4 (Score: 1.987748E-5)
Draw basic graphs and charts natively in your PDFs
Prawn::Graph aims to add this functionality to Prawn by using the native PDF drawing tools Prawn exposes and a friendly single-method call to draw the graph. The graphs and the values plotted and drawn are all relatively sized within the bounds of the width and height you have set and should scale pretty well to any size of value. Of course, if things do end up looking too squashed, you can always just make your graph bigger. At the moment, only Bar and Line charts are implemented, with others coming soon. Both charts work in mostly the same way.
print/fontforge-20160404 (Score: 1.987748E-5)
Type 1/TrueType/OpenType/bitmap font editor
FontForge (formerly called PfaEdit) is a PostScript font editor which can create and modify outline fonts in Type 1, CID-Keyed, TrueType, OpenType format. It can generate bitmaps and save in BDF format or embedded bitmaps in TrueType/OpenType fonts. It can generate Type3 and SVG fonts if built with multilayer feature. If you feel the shortage of memory, rebuilding multilayer-disabled FontForge with FONTFORGE_NO_MULTILAYER defined will save some memory. If you have installed AutoTrace or Potrace, you can generate outlines from imported bitmap images. For more information, see
science/libctl-3.2.2 (Score: 1.987748E-5)
Control Language Library
Scientific software for performing large computations is typically managed using textual control files that specify the parameters of the computation. Historically, these control files have typically consisted of long, inflexible collections of numbers whose meaning and format is hard-coded into the program. With libctl, we make it easy for programmers to support a greatly superior control file structure, and with less effort than was required for traditional input formats. The "ctl" in "libctl" stands for Control Language (by convention, libctl control files end with ".ctl" and are referred to as ctl files). Thus, libctl is the Control Language Library (where the "lib" prefix follows the Unix idiom).
science/ai4r-1.13 (Score: 1.987748E-5)
Various Ruby artificial intelligence algorithm implementations
AI4R is a collection of ruby algorithms implementations, covering several Artificial intelligence fields. It implements: * Genetic algorithms * Self-organized maps (SOM) * Neural Networks - Multilayer perceptron with Backpropagation learning - Hopfield net * Automatic classifiers (Machine Learning) - ID3 (Decision Trees) - PRISM (J. Cendrowska, 1987) - Multilayer Perceptron - OneR (AKA One Attribute Rule, 1R) - ZeroR - Hyperpipes - Naive Bayes - IB1 (D. Aha, D. Kibler - 1991) * Data clustering - K-means, Bisecting K-means - Single linkage, Complete linkage, Average linkage, Weighted Average linkage, Centroid linkage, Median linkage, Ward's method linkage - Diana (Divisive Analysis)