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
388 B
Text
7 lines
388 B
Text
This library offers an implementation of protocols against which you can check
|
|
the conformity of your classes or instances of your classes. They are a bit like
|
|
Java Interfaces, but as mixin modules they can also contain already implemented
|
|
methods. Additionally you can define preconditions/postconditions for methods
|
|
specified in a protocol.
|
|
|
|
See also: https://github.com/flori/protocol
|