Ports 搜索

共有2,170项符合/x11-fonts/的查询结果,以下是第1,5911,600项(搜索用时0.033秒)
lang/nwcc-0.8.3 (Score: 0.0038901358)
Nils Weller's C compiler for Unix systems
nwcc is a small C compiler for Unix systems under the BSDL The primary goals of nwcc currently are portability and correctness. Various C99 and GNU C features are also supported. It works with FreeBSD/OpenBSD/Solaris/Linux on 80x86, FreeBSD/Linux on AMD64, Solaris on SPARC, AIX on PowerPC, and IRIX on MIPS hardware. Cross-compilation is also supported. The x86 and AMD64 backends support two assemblers; nasm/yasm and gas. This can be useful for side-by-side assembler syntax comparison
lang/v8-3.18.5 (Score: 0.0038901358)
Open source JavaScript engine by Google
V8 is Google's open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32, x64, or ARM processors. V8 can run standalone, or can be embedded into any C++ application. Git repository at https://github.com/v8/v8
lang/v8-3.27.7 (Score: 0.0038901358)
Open source JavaScript engine by Google
V8 is Google's open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32, x64, or ARM processors. V8 can run standalone, or can be embedded into any C++ application. Git repository at https://github.com/v8/v8
math/Math-Derivative-0.04 (Score: 0.0038901358)
Numeric 1st and 2nd order differentiation
This Perl package exports functions for performing numerical first (Derivative1) and second Derivative2) order differentiation on vectors of data. They both take references to two arrays containing the x and y ordinates of the data and return an array of the 1st or 2nd derivative at the given x ordinates. Derivative2 may optionally be given values to use for the first dervivative at the start and end points of the data - otherwiswe 'natural' values are used.
multimedia/mps-youtube-0.2.6 (Score: 0.0038901358)
Terminal based YouTube jukebox with playlist management
Terminal based YouTube jukebox with playlist management. Main features: - Search and play audio/video from YouTube - Search tracks of albums by album title - Search and import YouTube playlists - Create and save local playlists - Download audio/video - Convert to mp3 & other formats (requires ffmpeg or avconv) - View video comments - Works with Python 2.7+ and 3.x - Works with Windows, Linux and Mac OS X - Requires mplayer or mpv
print/transfig-3.2.5e (Score: 0.0038901358)
Tools to convert Xfig .fig files
TransFig is a set of tools for creating TeX documents with graphics which are portable, in the sense that they can be printed in a wide variety of environments. Drivers currently exist for the following graphics languages: AutoCad slide, BOX, (E)EPIC macros, LaTeX picture environment, PIC, PiCTeX, PNG, PostScript, Encapsulated Postscript, GIF, IBM-GL, JPEG, PCX, MF (METAFONT), TeXtyl, TIFF, TPIC, XBM (X11 Bitmap), XPM (X11 Pixmap), and TK (tcl/tk). Fig2dev can be configured with a subset of these drivers.
security/Crypt-PKCS10-1.5 (Score: 0.0038901358)
Parse PKCS
A small command line utility for parsing PKCS#10 certificate signing requests to perl data structure and provides accessor methods to supported elements. It is based on the generic ASN.1 module by Graham Barr and on the x509decode example by Norbert Klasen. It is also based upon the works of Duncan Segrests Crypt-X509-CRL module. The module parses common fields and extensions. Some fields might be missing.
security/fchksum-1.7.1 (Score: 0.0038901358)
Python module to find the checksum of files
fchksum is a Python module to find the checksum of files. Currently it supports crc32 and md5 checksums. The advantage of using fchksum over the python md5 and zlib(.crc32) modules is both ease of use and speed. You only need to tell it the filename and the actual work is done by C code. Compared to the implementing a read loop in python with the standard python modules, fchksum is approximatly 2.0x faster in md5 and 1.1x faster in crc32.
textproc/kmfl-sil-ipa-unicode-1.2 (Score: 0.0038901358)
IPA Unicode 5.1 mnemonic keyboard for KMFL IMEngine
This is mnemonic keyboard that covers entire IPA (International Phonetic Alphabet) Unicode 5 range, written in Keyman keyboard language. The keyboard is developed by SIL Non-Roman Script Initiative (NRSI). This port installs the keyboard so that it can be used through SCIM or IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). This keyboard is provided under SIL International X11-style License (http://scripts.sil.org/X11License).
textproc/pyes-0.99.5 (Score: 0.0038901358)
Python connector for ElasticSearch - the pythonic way to use ElasticSearch
Python connector for ElasticSearch - the pythonic way to use ElasticSearch We are working to provide full support to ElasticSearch 1.x (check the develop branch: we are using the git-flow workflow) that'll have: * connection based on Official ElasticSearch client ?? * full support to ElasticSearch 1.x (removed old support due incompatibility * with old version of ES) * migration from multi_field to >field>.fields * refactory of old code to be more pythonic * performance improvements