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
320 B
Text
7 lines
320 B
Text
This is a simple module that factory classes can use to generate new
|
|
types of objects on the fly, providing a consistent interface to common
|
|
groups of objects.
|
|
|
|
Factory classes are used when you have different implementations for the
|
|
same set of tasks but may not know in advance what implementations you
|
|
will be using.
|