fb16dfecae
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)
5 lines
362 B
Text
5 lines
362 B
Text
Often you want to create components that can be added to a class arbitrarily.
|
|
This module makes it easy for the end user to use these components. Instead
|
|
of requiring the user to create a named class with the desired roles applied,
|
|
or apply roles to the instance one-by-one, he can just create a new class
|
|
from yours with with_traits, and then instantiate that.
|