Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,9313,940项(搜索用时0.004秒)
devel/cffi-1.7.0 (Score: 0.032514982)
Foreign Function Interface for Python calling C code
Foreign Function Interface for Python calling C code.
devel/xtoolchain-0.1 (Score: 0.032514982)
Pre seeded toolchain to cross build FreeBSD base
Pre seeded cross toolchain definition to cross build FreeBSD base
devel/Class-Virtual-0.08 (Score: 0.032514982)
Base class for virtual base classes in Perl
This is a base class for implementing virtual base classes (what some people call an abstract class). It allows you to explicitly declare what methods are virtual and that must be implemented by subclasses.
devel/Config-General-2.63 (Score: 0.032514982)
Perl5 module for handling Apache-style configuration files
Config::General handles configuration files of a format inspired by Apache's httpd.conf file format. It features some enhancements such as here-documents, C-style commends and multi-line options. Both reading and writing of configuration files is supported.
devel/premake-3.7 (Score: 0.032514982)
Build script creation tool
Describe your software project with a full-featured scripting language and let Premake write the build scripts for you. With one file your project can support both IDE-addicted Windows coders and Linux command-line junkies!
devel/premake4-4.4.b5 (Score: 0.032514982)
Build script creation tool
Describe your software project with a full-featured scripting language and let Premake write the build scripts for you. With one file your project can support both IDE-addicted Windows coders and Linux command-line junkies!
devel/ZopeUndo-2.12.0 (Score: 0.032514982)
ZODB undo support for Zope2
This package is used to support the Prefix object that Zope 2 uses for the undo log. It is a separate package only to aid configuration management.
devel/akismet-0.2.0 (Score: 0.032514982)
Python interface to the Akismet API
Akismet is a web service for recognising spam comments. It promises to be almost 100% effective at catching comment spam. They say that currently 81% of all comments submitted to them are spam. It's designed to work with the Wordpress Blog Tool, but it's not restricted to that - so this is a Python interface to the Akismet API. You'll need a Wordpress Key to use it. This script will allow you to plug akismet into any CGI script or web application, and there are full docs in the code. It's extremely easy to use, because the folks at akismet have implemented a nice and straightforward REST API.
devel/svk-2.2.3 (Score: 0.032514982)
一个分布式版本控制系统
svk 是一个用 Perl 写成的分散的版本控制系统。 它使用 subversion 文件系统但是提供了额外的功能: - 离线操作,比如checkin、log、merge。 - 分布式分支。 - 轻量级的工作复本管理(没有 .svn 目录)。 - 高级的合并算法,如 star-merge 和 cherry picking。
devel/anonfunc-1.0 (Score: 0.032514982)
Python module that provides easy anonymous function
This package provides very simple proxy object that creates anonymous functions based on they got operated.