diff options
author | edwin <edwin@FreeBSD.org> | 2008-05-24 14:51:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-05-24 14:51:36 +0800 |
commit | a0a26e2ad9aec337a81ce5cbe6ddef2c154e20d6 (patch) | |
tree | 339ced00af12a5ff20240b8cc492cbb30433a934 /science/Makefile | |
parent | 4d7ec78a51076f923b438953cff9969418e593c2 (diff) | |
download | freebsd-ports-graphics-a0a26e2ad9aec337a81ce5cbe6ddef2c154e20d6.tar.gz freebsd-ports-graphics-a0a26e2ad9aec337a81ce5cbe6ddef2c154e20d6.tar.zst freebsd-ports-graphics-a0a26e2ad9aec337a81ce5cbe6ddef2c154e20d6.zip |
[NEW PORT] graphics/2d-rewriter: Fractals generator based on pattern matching and rewriting
2d-rewriter is fractals generator based on pattern matching
and rewriting. The program takes input containing initial
object placement and rewriting rules and keeps applying
rules to the data field until it reaches an arrangement
where no rules can be applied.
PR: ports/118906
Submitted by: Igor Serikov <bt@turtle.freedns.us>
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 7ad58ae89d7..7aa3cd9ba56 100644 --- a/science/Makefile +++ b/science/Makefile @@ -3,6 +3,7 @@ COMMENT = Scientific ports + SUBDIR += 2d-rewriter SUBDIR += 2dhf SUBDIR += InsightToolkit SUBDIR += abinit |