diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-03 10:23:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-03 10:23:23 +0800 |
commit | 9a3a8590ccd32b7b0e4db57ccdcaaad320421abb (patch) | |
tree | 9d6800deb42c3e93b86799c366083f05b1f831c6 /biology/Makefile | |
parent | 6c9edb7ffbf358a5d64c6a8936d942f77b06afda (diff) | |
download | freebsd-ports-gnome-9a3a8590ccd32b7b0e4db57ccdcaaad320421abb.tar.gz freebsd-ports-gnome-9a3a8590ccd32b7b0e4db57ccdcaaad320421abb.tar.zst freebsd-ports-gnome-9a3a8590ccd32b7b0e4db57ccdcaaad320421abb.zip |
new port:biology/lsysexp
L-system Explorer is a program used for viewing and creating
L-system fractals.
The following features are supported:
- Over 500 builtin L-systems, arranged into about 20 groups.
- Ability to create and save custom L-systems and L-system groups.
- Abilty to save images of L-systems (in PNG or JPEG format).
- Multiple L-systems can be viewed at the same time.
- Able to use custom colors and gradients.
- Can also generate random gradients, or completely random colors.
- Able to draw using lines, points, or a random combination of both.
PR: iports/51400
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index e6f06457706a..7959934915f1 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -29,6 +29,7 @@ SUBDIR += kinemage SUBDIR += lamarc SUBDIR += libgenome + SUBDIR += lsysexp SUBDIR += migrate SUBDIR += molden SUBDIR += mopac |