diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-03 02:23:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-03 02:23:23 +0000 |
commit | ec3cd3ad7f2e5f50ea8ded1c162ee87684dbc967 (patch) | |
tree | c50bbdab56b9902fbbfbcdaf4e63f332a87ecec2 | |
parent | Bugtraq: (diff) |
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>
Notes
Notes:
svn path=/head/; revision=88397
-rw-r--r-- | biology/Makefile | 1 | ||||
-rw-r--r-- | biology/lsysexp/Makefile | 22 | ||||
-rw-r--r-- | biology/lsysexp/distinfo | 1 | ||||
-rw-r--r-- | biology/lsysexp/pkg-descr | 17 | ||||
-rw-r--r-- | biology/lsysexp/pkg-plist | 30 |
5 files changed, 71 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 diff --git a/biology/lsysexp/Makefile b/biology/lsysexp/Makefile new file mode 100644 index 000000000000..3acf7aedbef5 --- /dev/null +++ b/biology/lsysexp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: lsysexp +# Date created: 22 Apr 2003 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= lsysexp +PORTVERSION= 0.67 +CATEGORIES= biology +MASTER_SITES= http://www.cs.pdx.edu/~coscorrr/programs/lsysexp/download/ + +MAINTAINER= dyeske@yahoo.com +COMMENT= A GTK based program for viewing and creating L-system fractals + +WRKSRC= ${WRKDIR}/lsysexp-0.67 + +USE_X_PREFIX= yes +USE_GNOME= gtk20 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/biology/lsysexp/distinfo b/biology/lsysexp/distinfo new file mode 100644 index 000000000000..cef20caa8423 --- /dev/null +++ b/biology/lsysexp/distinfo @@ -0,0 +1 @@ +MD5 (lsysexp-0.67.tar.gz) = 835c24e32dc7d803be49849b4c73d5a8 diff --git a/biology/lsysexp/pkg-descr b/biology/lsysexp/pkg-descr new file mode 100644 index 000000000000..bfe26c7f9d2e --- /dev/null +++ b/biology/lsysexp/pkg-descr @@ -0,0 +1,17 @@ +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. + +WWW: http://www.cs.pdx.edu/~coscorrr/programs/lsysexp/ + +- David +dyeske@yahoo.com diff --git a/biology/lsysexp/pkg-plist b/biology/lsysexp/pkg-plist new file mode 100644 index 000000000000..2e22bd8c7a20 --- /dev/null +++ b/biology/lsysexp/pkg-plist @@ -0,0 +1,30 @@ +bin/lsysexp +share/lsysexp/expand.pl +share/lsysexp/fractint2lsysexp.pl +share/lsysexp/lsysexp-help.html +share/lsysexp/icons/lsysexp-128x128.xpm +share/lsysexp/icons/lsysexp-64x64.xpm +share/lsysexp/icons/lsysexp-32x32.xpm +share/lsysexp/icons/lsysexp-16x16.xpm +share/lsysexp/icons/lsysexp-48x48.xpm +share/lsysexp/maps/Black-Red-Yellow.fmap +share/lsysexp/maps/Blue-Cyan.fmap +share/lsysexp/maps/Blue-Green.fmap +share/lsysexp/maps/Blue-Slate.fmap +share/lsysexp/maps/Blue-Yellow-Red.fmap +share/lsysexp/maps/Caribbean-Blues.fmap +share/lsysexp/maps/Cyan-Yellow.fmap +share/lsysexp/maps/Deep-Sea.fmap +share/lsysexp/maps/Full-Spectrum.fmap +share/lsysexp/maps/Golden.fmap +share/lsysexp/maps/Grayscale.fmap +share/lsysexp/maps/Greens.fmap +share/lsysexp/maps/Green-White-Red.fmap +share/lsysexp/maps/Pastel-Rainbow.fmap +share/lsysexp/maps/Red-White-Blue.fmap +share/lsysexp/maps/Red-Yellow.fmap +share/lsysexp/maps/Skyline.fmap +share/lsysexp/maps/Yellow-Purple.fmap +@dirrm share/lsysexp/icons +@dirrm share/lsysexp/maps +@dirrm share/lsysexp |