Commit graph

9 commits

Author SHA1 Message Date
Aleksej Saushev
a849059e7c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 18:26:51 +00:00
Adam Ciarciński
e545f2caa2 Revbump after updating boost 2012-07-02 13:37:54 +00:00
Hauke Fath
2dcbf0ba27 The FhG has folded Berlios, and crrcsim has moved back to
sourceforge. Update the URLs.
2012-02-27 14:34:25 +00:00
Hauke Fath
877e0ae558 reinoud imported cgal to pkgsrc. 2012-02-27 14:26:25 +00:00
David Sainty
e2d791ed0f 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-12-26 05:01:21 +00:00
Hauke Fath
173f3c9836 One doen -- wip/cgal added. 2010-11-04 14:47:22 +00:00
Hauke Fath
4a2f607bf8 Add an explicit pthreads dependency. 2010-10-26 16:40:14 +00:00
Hauke Fath
47cc89706e Without CGAL, we do not need BOOST, so don't depend on it. 2010-10-26 15:53:17 +00:00
Hauke Fath
e045653a2d Crrcsim 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.

The package pkglints, builds and runs fine, but has a few minor todos
left.
2010-10-26 15:27:58 +00:00