Path to this page:
./
wip/crrcsim,
Crrcsim is a model-airplane flight simulation program
Branch: CURRENT,
Version: 0.9.13,
Package name: crrcsim-0.9.13,
Maintainer: haukeCrrcsim is a model-airplane flight simulation program. Using it, you
can learn how to fly model aircraft, test new aircraft designs, and
improve your skills by practicing on your computer.
The flight model is very realistic. The flight model parameters are
calculated based on a 3D representation of the aircraft. Stalls are
properly modelled as well. Model control is possible with your own rc
transmitter, or any input device such as joystick, mouse, keyboard.
Required to run:[
graphics/jpeg] [
graphics/glu] [
audio/portaudio] [
devel/SDL] [
math/cgal]
Required to build:[
games/plib] [
pkgtools/x11-links] [
devel/boost-headers] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
RMD160: 1a573596a87b0503213ba59ee600a45655d24e40
Filesize: 8141.984 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-09-24 20:26:51 by Aleksej Saushev | Files touched by this commit (116) |
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.
|
2012-07-02 15:37:54 by Adam Ciarcinski | Files touched by this commit (35) |
Log message:
Revbump after updating boost
|
2012-02-27 15:34:25 by Hauke Fath | Files touched by this commit (1) |
Log message:
The FhG has folded Berlios, and crrcsim has moved back to
sourceforge. Update the URLs.
|
2012-02-27 15:26:25 by Hauke Fath | Files touched by this commit (1) |
Log message:
reinoud imported cgal to pkgsrc.
|
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-11-04 15:47:22 by Hauke Fath | Files touched by this commit (1) |
Log message:
One doen -- wip/cgal added.
|
2010-10-26 18:40:14 by Hauke Fath | Files touched by this commit (1) |
Log message:
Add an explicit pthreads dependency.
|
2010-10-26 17:53:17 by Hauke Fath | Files touched by this commit (1) |
Log message:
Without CGAL, we do not need BOOST, so don't depend on it.
|