You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup {notificationcenter NotificationCenter} 0.1 setup.rb \
|
|
{NotificationCenter.html}
|
|
maintainers nomaintainer
|
|
description A notification center implementation
|
|
long_description This class enables an object to broadcast a \
|
|
notification that an event occurred to other \
|
|
objects, without having any knowledge of the \
|
|
objects that it is broadcasting to. An object posts \
|
|
a notification (identified by a string and possibly \
|
|
an associated object) to a NotificationCenter (generally \
|
|
the default one). The NotificationCenter then takes care \
|
|
of sending the notification to all of the objects \
|
|
that have registered to receive it.
|
|
categories-append devel
|
|
license GPL-2+
|
|
homepage http://www.ringworld.org/~kbullock/ruby/
|
|
master_sites http://www.ringworld.org/~kbullock/ruby/
|
|
checksums md5 77f187aa7a9c0221d8f4a17181588c1f
|
|
platforms any
|
|
supported_archs noarch
|