forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
349 B
Text
7 lines
349 B
Text
ddplugin is a library for managing plugins.
|
|
|
|
Designing a library so that third parties can easily extend it greatly improves
|
|
its usefulness. ddplugin helps solve this problem using plugins, which are
|
|
classes of a certain type and with a given identifier (Ruby symbol).
|
|
|
|
This code was extracted from Nanoc, where it has been in production for years.
|