Path to this page:
./
wip/flam3-svn,
Cosmic Recursive Fractal Flames
Branch: CURRENT,
Version: 2.7nb20230213,
Package name: flam3-2.7nb20230213,
Maintainer: rhialtoFLAM3 - cosmic recursive fractal flames
This is free software to render fractal flames as described on
http://flam3.com. Flam3-animate makes animations, and flam3-render
makes still images. Flam3-genome creates and manipulates genomes
(parameter sets). A C library is also installed.
Required to run:[
textproc/libxml2] [
graphics/png] [
graphics/jpeg]
Required to build:[
devel/subversion-base] [
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: flam3-2.7nb20230213
- (2020-09-29) Package has been reborn
- (2020-09-29) Updated to version: flam3-2.7nb20200929
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-27) Updated to version: flam3-2.7nb20200127
CVS history: (Expand)
2013-08-21 11:37:53 by Olaf Seibert | Files touched by this commit (2) |
Log message:
Update for new svn locations on SourceForge.
|
2012-09-29 01:21:47 by Aleksej Saushev | Files touched by this commit (64) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2011-10-06 04:02:34 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(1) Add LICENSE= gnu-gpl-v2 (2) Adapt for png-1.5 API (purely experimental)
|
2010-12-26 06:01:21 by David Sainty | Files touched by this commit (78) |
Log message:
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in *; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" \
"$i"
fi
done
done
|
2010-01-31 18:25:56 by Olaf Seibert | Files touched by this commit (5) | |
Log message:
Import flam3-2.7nb20100131 as wip/flam3-svn.
FLAM3 - cosmic recursive fractal flames
This is free software to render fractal flames as described on
http://flam3.com. Flam3-animate makes animations, and flam3-render
makes still images. Flam3-genome creates and manipulates genomes
(parameter sets). A C library is also installed.
|