Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第161170项(搜索用时0.002秒)
mail/smtp-3.6 (Score: 0.065787815)
强大的 SMTP 命令行客户端
smtp-cli 是一个强大的 SMTP 命令行客户端, 支持如 STARTTLS、SMTP-AUTH、IPv6 等高级功能, 支持从简单的纯文本消息的编写到带有可替换纯文本部分、附件和 内联图片的 HTML 电子邮件的构建。 每个附件的 MIME-Type 都可以独立地自动猜测或者在命令行里指定。
x11/xmon-1.5.6 (Score: 0.065787815)
Raw X11 protocol analyser
From the original README: Xmon interactively monitors the byte-stream connections between an X server and a number of X clients. Xmon recognises all requests, events, errors and replies sent between the clients and the server which are part of the core X protocol. The contents of these messages are displayed on standard output at a user settable degree of detail from none to every bit and byte. Xmon also allows the user to select a number of requests or events to be monitored at a different degree of detail. Xmon will also block the transmission of selected requests from the clients to the server and selected events from the server to the clients. Xmon also keeps statistics of the number of requests, events, and errors received.
devel/Sub-Infix-0.004 (Score: 0.06434243)
Create a fake infix operator
Sub::Infix creates fake infix operators using overloading. It doesn't use source filters, or Devel::Declare, or any of that magic. It's pure Perl, has no non-core dependencies, and runs on Perl 5.8.
www/yesod-bin-1.4.13.3 (Score: 0.0636549)
Yesod helper executable
Provides scaffolding, devel server, and some simple code generation helpers.
devel/boost-python-libs-1.55.0 (Score: 0.05797694)
Framework for interfacing Python and C++
The Boost Python Library is a framework for interfacing Python and C++. It allows you to quickly and seamlessly expose C++ classes functions and objects to Python, and vice-versa, using no special tools -- just your C++ compiler. The Boost.Pyste code generator resides in a separate port: devel/boost-pyste
devel/cvsgraph-1.7.0 (Score: 0.05797694)
Graph the life story of a file under CVS or RCS
This program generates a graph (in PNG format) showing the revisions, tags, and branching of a file in a CVS or RCS repository. Example: cvsgraph -r /home/ncvs -m ports/devel/cvsgraph -o test.png pkg-descr,v It can also be used with cvsweb. A patch to cvsweb is available through the cvsgraph home page. Trevor Johnson
devel/cld-0.1 (Score: 0.05797694)
Chromium compact language detector library
A port from the CLD (Compact Language Detector) library embedded in Google's Chromium browser. The library detects the language from provided UTF8 text (plain text or HTML). It's implemented in C++, with very basic Python bindings. You most likely need devel/cld2 port: version 2 of CLD. This port is here only to for pecl-cld until it support CLD version 2.
devel/eggdbus-0.6 (Score: 0.05797694)
D-Bus bindings for GObject
EggDBus aims to be an easy-to-use set of GObject bindings for interacting with DBus. Currently, this interaction is done using libdbus-1 but that is subject to change. See http://mail.gnome.org/archives/gtk-devel-list/2008-December/msg00059.html for more on the goals and design of EggDBus.
devel/hp48cc-1.3 (Score: 0.05797694)
C-like compiler that translates input code to the HP48 RPL language
hp48cc is a C-like compiler that translates the input code into the HP48 RPL language. The language recognized by the compiler is only a small subset of the C language, with some non-standard extensions, but powerful enough to write complex programs simply. Note that GCC-based `devel/hp48xgcc' port exists which directly translates C code into Saturn (HP48 processor) opcodes.
devel/JIRA-Client-0.43 (Score: 0.05797694)
Extended interface to JIRA's SOAP API
JIRA is a proprietary bug tracking system from Atlassian (http://www.atlassian.com/software/jira/). This module implements an Object Oriented wrapper around JIRA's SOAP API. Moreover, it implements some other methods to make it easier to do some common operations. NOTE: This module has been deprecated in favour of devel/p5-JIRA-REST; see WWW below for details.