mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- New port: graphics/flam3 -- A Fractal Flames renderer
Fractal Flames are algorithmically generated images and animations. The shape of each image is specified by a long string of numbers - a genetic code of sorts. WWW: http://flam3.com PR: 144946 Submitted by: John Prather <john.c.prather@gmail.com> (new maintainer)
This commit is contained in:
parent
0615aacad2
commit
b5147f6983
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251383
@ -167,6 +167,7 @@
|
||||
SUBDIR += fig2pstricks
|
||||
SUBDIR += fig2sxd
|
||||
SUBDIR += figurine
|
||||
SUBDIR += flam3
|
||||
SUBDIR += flashplayer
|
||||
SUBDIR += flasm
|
||||
SUBDIR += fli2gif
|
||||
|
33
graphics/flam3/Makefile
Normal file
33
graphics/flam3/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: flam3
|
||||
# Date created: 21 Mar 2010
|
||||
# Whom: John Prather
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flam3
|
||||
PORTVERSION= 2.7.18
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://flam3.com/ \
|
||||
http://interwebfun.org/distfiles/
|
||||
|
||||
MAINTAINER= john.c.prather@gmail.com
|
||||
COMMENT= A Flame Renderer
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
jpeg.11:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
MAN1= flam3-animate.1 flam3-genome.1 flam3-render.1 flam3-convert.1
|
||||
MANCOMPRESSED= no
|
||||
|
||||
PORTDATA= flam3-palettes.xml
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GZIP= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
|
||||
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/flam3/distinfo
Normal file
3
graphics/flam3/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (flam3-2.7.18.tar.gz) = 052faba777634799b2958205ddf05545
|
||||
SHA256 (flam3-2.7.18.tar.gz) = f3f8155d8a0ea11a23412566e18b2751da84f9ae24bd0f37a5f6484b10ad817e
|
||||
SIZE (flam3-2.7.18.tar.gz) = 1093666
|
14
graphics/flam3/pkg-descr
Normal file
14
graphics/flam3/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
Fractal Flames are algorithmically generated images
|
||||
and animations. The shape of each image is specified
|
||||
by a long string of numbers - a genetic code of sorts.
|
||||
|
||||
You can create your own flames with the Apophysis
|
||||
interactive designer (for windows), Qosmic (for Linux),
|
||||
or Oxidizer (for Mac OS X), or Apophysis-J (cross-
|
||||
platform in Java).
|
||||
|
||||
Or you can use the Electric Sheep distributed screen
|
||||
saver to join the collective evolution of animated
|
||||
fractal flames.
|
||||
|
||||
WWW: http://flam3.com/
|
10
graphics/flam3/pkg-plist
Normal file
10
graphics/flam3/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
bin/flam3-animate
|
||||
bin/flam3-genome
|
||||
bin/flam3-render
|
||||
bin/flam3-convert
|
||||
include/flam3.h
|
||||
include/isaac.h
|
||||
include/isaacs.h
|
||||
lib/libflam3.la
|
||||
lib/libflam3.a
|
||||
libdata/pkgconfig/flam3.pc
|
Loading…
x
Reference in New Issue
Block a user