Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,4711,480项(搜索用时0.003秒)
devel/uuid-1.0.4 (Score: 0.032514982)
UUID extension in PHP
A wrapper around libuuid from the ext2utils project.
devel/uri_template-1.0 (Score: 0.032514982)
URI Template(RFC6570) library for PHP
Implementation of URI Template(RFC6570) specification for PHP.
devel/vld-0.13.0 (Score: 0.032514982)
Dump the internal representation of PHP scripts
The Vulcan Logic Disassembler hooks into the Zend Engine and dumps all the opcodes (execution units) of a script.
devel/weakref-0.2.6 (Score: 0.032514982)
PECL Weakref extension
A weak reference provides a gateway to an object without preventing that object from being collected by the garbage collector (GC).
devel/linux_libusb-11.0r261448 (Score: 0.032514982)
Linux-compatibility libusb
linux-libusb takes advantage of FreeBSD libusb(8) library, which got prepared to work correctly within linux(4) emulation layer. It lets you to take Linux binary linked with libusb.so and use it on FreeBSD. Additional information: This port has been prepared under FreeBSD with kern.osreldate = 1000510. It relies on the fact the libusb(8) API seems to be stable and no changes have been made to internal API for a long time. If this assumption isn't true, port won't work. Please submit bug report to the port maintainter in that case.
devel/liteide-30.2 (Score: 0.032514982)
Simple, open source, cross-platform Go IDE
LiteIDE is a simple, open source, cross-platform Go IDE. Main features: - System environment management - Configurable build commands - Simple and open debug system - Kate format for auto-completion and theming - Configurable auto-completion with WordApi - MIME type based system - Plugin support - Package browser - Class view and outline - Document browser - Gocode support - GOPATH API index - Code Navigation - Find Usages - Code Refactor - Go playground - Markdown - Json - Golang Present
devel/LLnextgen-0.5.5 (Score: 0.032514982)
Extended LL(1) parser generator
LLnextgen is an Extended-LL(1) parser generator. It is a rewrite of the LLgen parser generator by D. Grune and C.J.H. Jacobs which is part of the Amsterdam Compiler Kit (ACK). Like all parser generators, LLnextgen takes the description of the grammar with associated actions as input, and generates a parser routine for use in compilers and other text processing programs. LLgen, and therefore LLnextgen, extends on the LL(1) class of parser generators by allowing FIRST/FIRST conflicts and FIRST/FOLLOW conflicts to be resolved with both static and dynamic conditions.
devel/xhprof-0.9.4 (Score: 0.032514982)
Hierarchical Profiler for PHP
XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs.
devel/llvm-3.8.d20160808 (Score: 0.032514982)
LLVM and Clang with support for the CHERI architecture
devel/yac-0.9.2 (Score: 0.032514982)
Yac is a shared memory user data cache for PHP
Yac is a shared memory user data cache for PHP it can be used to replace APC or local memcached.