mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
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)
9 lines
517 B
Text
9 lines
517 B
Text
Proto is an R package that facilitates prototype programming, a
|
|
type of object-oriented programming that does not use classes as
|
|
an atomic concept (but is powerful enough to encompass them).
|
|
|
|
The package is lightweight providing a thin layer on top of R
|
|
environments. Unlike other packages which grow over time proto has
|
|
become smaller over time as it was successively polished to reduce
|
|
it to its essentials. Despite its small size prototype-based systems
|
|
can be more powerful than more complex class-based systems.
|