Index: head/games/crrcsim/Makefile =================================================================== --- head/games/crrcsim/Makefile (revision 422092) +++ head/games/crrcsim/Makefile (revision 422093) @@ -1,40 +1,41 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= crrcsim -PORTVERSION= 0.9.11 -PORTREVISION= 5 +PORTVERSION= 0.9.13 CATEGORIES= games -MASTER_SITES= BERLIOS +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Model-airplane flight simulation program +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib LIB_DEPENDS= libportaudio.so:audio/portaudio GNU_CONFIGURE= yes -USES= gmake jpeg +USES= gettext gmake jpeg localbase USE_SDL= sdl USE_GL= gl glu +USE_XORG= x11 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -lintl -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= * PORTDATA= * DESKTOP_ENTRIES="CRRCsim" \ - "Model-airplane flight simulation program" \ + "" \ "${DATADIR}/icons/crrcsim.png" \ "crrcsim" \ "Game;Simulation;" \ "" OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/portaudio/ s|==|=|' ${WRKSRC}/configure .include Index: head/games/crrcsim/distinfo =================================================================== --- head/games/crrcsim/distinfo (revision 422092) +++ head/games/crrcsim/distinfo (revision 422093) @@ -1,2 +1,3 @@ -SHA256 (crrcsim-0.9.11.tar.gz) = 3f42582623613ebc112b9c124d2905da4b90789b48c6c930052201737b7ce99b -SIZE (crrcsim-0.9.11.tar.gz) = 6779165 +TIMESTAMP = 1473646750 +SHA256 (crrcsim-0.9.13.tar.gz) = abe59b35ebb4322f3c48e6aca57dbf27074282d4928d66c0caa40d7a97391698 +SIZE (crrcsim-0.9.13.tar.gz) = 8337392 Index: head/games/crrcsim/pkg-descr =================================================================== --- head/games/crrcsim/pkg-descr (revision 422092) +++ head/games/crrcsim/pkg-descr (revision 422093) @@ -1,11 +1,11 @@ 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. It rules! 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. -WWW: http://crrcsim.berlios.de/wiki/ +WWW: https://sourceforge.net/projects/crrcsim/ Index: head/games/crrcsim/pkg-plist =================================================================== --- head/games/crrcsim/pkg-plist (nonexistent) +++ head/games/crrcsim/pkg-plist (revision 422093) @@ -0,0 +1,6 @@ +bin/crrcsim +man/man1/crrcsim.1.gz +share/locale/cs/LC_MESSAGES/crrcsim.mo +share/locale/de/LC_MESSAGES/crrcsim.mo +share/locale/fr/LC_MESSAGES/crrcsim.mo +share/locale/it/LC_MESSAGES/crrcsim.mo Property changes on: head/games/crrcsim/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property