mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
1001 B
Plaintext
22 lines
1001 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup pluginfactory 1.0.8 gem {} rubygems
|
|
maintainers nomaintainer
|
|
description Mixin for making dynamically-loadable plugin classes
|
|
long_description This module contains the PluginFactory mixin. Including \
|
|
PluginFactory in your class turns it into a \
|
|
factory for its derivatives, capable of searching for \
|
|
and loading them by name. This is useful when \
|
|
you have an abstract base class which defines an \
|
|
interface and basic functionality for a part of a \
|
|
larger system, and a collection of subclasses which \
|
|
implement the interface for different underlying \
|
|
functionality.
|
|
categories-append devel
|
|
homepage http://www.deveiate.org/projects/PluginFactory
|
|
license BSD
|
|
checksums md5 5e1d412722a1dea2b335691405fb2cad
|
|
platforms any
|
|
supported_archs noarch
|