Ports Search

Results 3,9313,940 of 5,623 for /devel/.(0.003 seconds)
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)
Distributed Version Control System
svk is a decentralized version control system written in Perl. It uses the subversion filesystem but provides additional features: - Offline operations like checkin, log, merge. - Distributed branches. - Lightweight checkout copy management (no .svn directories). - Advanced merge algorithms, like star-merge and 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.