Ports 搜索

共有8,048项符合www%3Atrac的查询结果,以下是第4,8614,870项(搜索用时0.005秒)
devel/ply-3.9 (Score: 0.0048839888)
Python Lex-Yacc
PLY is a Python-only implementation of the popular compiler construction tools lex and yacc. The implementation borrows ideas from a number of previous efforts; most notably John Aycock's SPARK toolkit. However, the overall flavor of the implementation is more closely modeled after the C version of lex and yacc. The other significant feature of PLY is that it provides extensive input validation and error reporting--much more so than other Python parsing tools.
devel/binutils-2.22 (Score: 0.0048839888)
PlayStation Portable development toolchain binutils
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/gcc-4.6.2 (Score: 0.0048839888)
PlayStation Portable development toolchain gcc
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/gdb-7.3.1 (Score: 0.0048839888)
PlayStation Portable development toolchain gdb
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/newlib-1.20.0 (Score: 0.0048839888)
PlayStation Portable development toolchain newlib
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/psptoolchain-20111215 (Score: 0.0048839888)
PlayStation Portable development toolchain meta port
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/ptmalloc2-20060605 (Score: 0.0048839888)
Alternative threads-aware malloc
ptmalloc is the original version of the malloc that was later included in GNU libc. This version is also but *not* exclusively LGPL: Copyright (c) 2001-2006 Wolfram Gloger Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the name of Wolfram Gloger may not be used in any advertising or publicity relating to the software. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. This package comes with no documentation beyond a README, which isn't worth installing. It appears that the GNU libc man page malloc(3) applies, but it's not included here for copyright reasons.
devel/artifactory-4.12.0.1 (Score: 0.0048839888)
Universal Artifact Repository Manager
The world's most advanced repository manager. Artifactory offers powerful enterprise feature and fine-grained permission control behind a sleek and easy-to-use UI.
devel/capstone-3.0.4 (Score: 0.0048839888)
Python bindings for the Capstone Disassembly Engine
Python bindings for the Capstone Disassembly Engine Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.
devel/libatomic_ops-7.4.4 (Score: 0.0048839888)
Atomic operations access library
This package provides semi-portable access to hardware provided atomic memory operations. These might allow you to write code: - That does more interesting things in signal handlers - Makes more effective use of multiprocessors by allowing you to write clever lock-free code. Note that such code is very difficult to get right, and will unavoidably be less portable than lock-based code. It is also not always faster than lock-based code. But it may occasionally be a large performance win - To experiment with new and much better thread programming paradigms, etc. For details and licensing restrictions, please see the documentation.