Ports 搜索

共有1,965项符合/x11-toolkits/的查询结果,以下是第1,4111,420项(搜索用时0.084秒)
print/fig2dev-3.2.6 (Score: 0.00333091)
Tools to convert Xfig .fig files
Fig2dev 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.
science/2d-rewriter-1.5 (Score: 0.00333091)
Cellular automata simulator
2d-rewriter is a cellular automata simulator. Key features Declarative input language for rules and initial patterns definition. Ability to emulate Conway's "Life Game" via proper rules specification. Ability to demonstrate self replicating loops. Patterns are tried in 4 orientations. Cell directions are defined against the pattern orientation. Total number of rules can be substantially decreased by using sets and defining patterns using variables. Required run time environment is a minimal X window system installation on a POSIX-compatible system (*BSD/Linux/Mac OS X/Cygwin/...).
security/cipher-aes-0.2.11 (Score: 0.00333091)
Fast AES cipher implementation with advanced mode of operations
Fast AES cipher implementation with advanced mode of operations. The modes of operations available are ECB (Electronic code book), CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois Counter Mode). The AES implementation uses AES-NI when available (on x86 and x86-64 architecture), but fallback gracefully to a software C implementation. The software implementation uses S-Boxes, which might suffer for cache timing issues. However do notes that most other known software implementations, including very popular one (openssl, gnutls) also uses same implementation. If it matters for your case, you should make sure you have AES-NI available, or you'll need to use a different implementation.
textproc/pytidylib-0.2.4 (Score: 0.00333091)
Python wrapper for HTML Tidy (tidylib)
PyTidyLib is a Python package that wraps the HTML Tidy library. This allows you, from Python code, to "fix" invalid (X)HTML markup. Some of the library's many capabilities include: * Clean up unclosed tags and unescaped characters such as ampersands * Output HTML 4 or XHTML, strict or transitional, and add missing doctypes * Convert named entities to numeric entities, which can then be used in XML documents without an HTML doctype. * Clean up HTML from programs such as Word (to an extent) * Indent the output, including proper (i.e. no) indenting for pre elements, which some (X)HTML indenting code overlooks.
OpenLook applications and man pages
XView (X Window-System-based Visual/Integrated Environment for Workstations) is a user-interface toolkit to support interactive, graphics-based applications running under the X Window System. The appearance and functionality of XView applications follow the OPEN LOOK Graphical User Interface (GUI) specification. This package contains the olwm window manager, which is a ICCCM-compliant window that adheres to the OPEN LOOK (TM) user interface. The complete list of XView clients contained in this package are: clock An XView clock application. cmdtool An XView terminal emulator. olwm The OPENLOOK window manager. olwmslave 'helper' program for olwm. Notes ----- This version of the XView applications corresponds to that provided with OpenWindows Version 3.2 from SunSoft Inc.
x11-wm/awesome2-2.3.6 (Score: 0.00333091)
Tiling window manager initially based on a dwm code rewriting
awesome is a tiling window manager initially based on a dwm code rewriting. It's extremely fast, small, dynamic and awesome. Windows can be managed in several layouts: tiled and floating. Each layout can be applied on the fly, optimizing the environment for the application in use and the task performed. Managing windows in tiled mode assures that no space will be waste on your screen. No gaps, no overlap. This port contains the older and somewhat static 2.x branch of the awesome window manager. If you prefer the latest stable version, try the x11-wm/awesome port.
x11-wm/genmenu-1.0.7 (Score: 0.00333091)
Generating menus for Bbox, Fbox, Obox, WM and E
Genmenu is a script capable of generating menus for Blackbox, Fluxbox, Openbox, WindowMaker and Enlightenment. It works by checking the current user's $PATH for a predefined list of binaries and adding them to menu if they are found. The following options can be configured during runtime: * Default font to use in all X terminals * Default X terminal (will be used to launch all console apps in the menu) * Default size of all web browser windows * Include menu for starting other window managers (yes|no)
archivers/freeze-2.5 (Score: 0.0031404123)
Compression program - often used in QNX
FREEZE / MELT COMPRESSION PROGRAM This version is tested under SunOS 4.1.2, Xenix 2.3.2, MS-DOS. The format of frozen (2.X) file is incompatible with that of frozen (1.0), but if this package is compiled with -DCOMPAT switch, you will able to unpack frozen (1.0) files, if you have them.
archivers/lzfse-20160707 (Score: 0.0031404123)
Lempel-Ziv style data compression algorithm
This is a reference C implementation of the LZFSE compressor introduced in the Compression library with OS X 10.11 and iOS 9. LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.
archivers/mscompress-0.3 (Score: 0.0031404123)
Microsoft "compress.exe/expand.exe" compatible (de)compressor
Microsoft "compress.exe/expand.exe" compatible (de)compressor This package contains two programs: msexpand, which decompress files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files) mscompress, which compress files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1).