freebsd-ports/science/2d-rewriter/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

10 lines
603 B
Text

2d-rewriter is a cellular automata simulator. Key features:
- Declarative input language for rules and initial patterns definition.
- Ability to emulate Conway's "Life Game" via proper rules specification.
- Ability to demonstrate self replicating loops.
- Patterns are tried in 4 orientations.
- Cell directions are defined against the pattern orientation.
- Total number of rules can be substantially decreased by using
sets and defining patterns using variables.
- Required run time environment is a minimal X window system installation
on a POSIX-compatible system (*BSD/Linux/Mac OS X/Cygwin/...).