Ports Search

Results 1,9211,930 of 5,623 for /devel/.(0.002 seconds)
devel/Class-Gomor-1.03 (Score: 0.032514982)
Class and object builder
This module is yet another class builder. This one adds parameter checking in new constructor, that is to check for attributes existence, and definedness.
devel/atlassian-plugin-sdk-6.0.1 (Score: 0.032514982)
Atlassian Plugin SDK
Software Development Kit for Atlassian's family of applications (JIRA, Confluence, and others). This port strips out the Maven bits bundled with the SDK by Altassian relying instead on the Maven installed from one of the FreeBSD mvn-ports.
devel/Class-ISA-0.36 (Score: 0.032514982)
Report the search path for a class's ISA tree
This library, Class::ISA, provides functions that return the list (in order) of names of classes Perl would search to find a method, with no duplicates.
devel/Class-Inner-0.200001 (Score: 0.032514982)
Perlish implementation of Java like inner classes
Yet another implementation of an anonymous class with per object overridable methods, but with the added attraction of sort of working dispatch to the parent class's method.
devel/autoconf-archive-0.2016.03.20 (Score: 0.032514982)
Set of useful GNU Autoconf macros
The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet. Every single one of those macros can be re-used without imposing any restrictions whatsoever on the licensing of the generated configure script. In particular, it is possible to use all those macros in configure scripts that are meant for non-free software.
devel/Class-Inspector-1.28 (Score: 0.032514982)
Provides information about classes
Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange or unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
devel/Class-Interfaces-0.04 (Score: 0.032514982)
Module for defining interface classes inline
This module provides a simple means to define abstract class interfaces, which can be used to program using the concepts of interface polymorphism.
devel/autoconf-2.69 (Score: 0.032514982)
Automatically configure source code on many Un*x platforms
Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of m4 macro calls.
devel/autoconf-2.13.000227 (Score: 0.032514982)
Automatically configure source code on many Un*x platforms (legacy 2.13)
This is the legacy 2.13 version of autoconf. It is explicitly for use with older software packages that are not buildable with the current autoconf. Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of m4 macro calls.
devel/autodia-2.14 (Score: 0.032514982)
Automatic Dia XML - from Source Code and Data
AutoDia is a modular application that parses source code or data (if a handler is available) and produces an XML document in Dia format, essentially a Dia diagram auto creation package. The diagrams it creates are standard UML diagrams showing dependencies, superclasses, packages, classes and inheritances, as well as the methods, etc of each class. AutoDia supports any language that a Handler has been written for - currently this is C++, DBI, Java, PHP, Perl, Python, SQL and Torque (XML DB schema). Adding a handler is easy - read the DEVELOP file for details.