pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

flightgear-data: Import flightgear-data-2.8.0 as wip/flightgear-data.



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Sun Nov 8 05:00:21 2015 +0100
Changeset:	1f5963df0ef3a8665d3f10e169c45605f58a06c7

Modified Files:
	Makefile
Added Files:
	flightgear-data/DESCR
	flightgear-data/Makefile
	flightgear-data/PLIST
	flightgear-data/distinfo

Log Message:
flightgear-data: Import flightgear-data-2.8.0 as wip/flightgear-data.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1f5963df0ef3a8665d3f10e169c45605f58a06c7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                 |  1 +
 flightgear-data/DESCR    |  3 +++
 flightgear-data/Makefile | 39 +++++++++++++++++++++++++++++++++++++++
 flightgear-data/PLIST    |  2 ++
 flightgear-data/distinfo |  6 ++++++
 5 files changed, 51 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 646b880..6f03021 100644
--- a/Makefile
+++ b/Makefile
@@ -702,6 +702,7 @@ SUBDIR+=	flc
 SUBDIR+=	flexdock
 SUBDIR+=	flexdump
 SUBDIR+=	flightgear
+SUBDIR+=	flightgear-data
 SUBDIR+=	flimp
 SUBDIR+=	flimsel
 SUBDIR+=	flpsed
diff --git a/flightgear-data/DESCR b/flightgear-data/DESCR
new file mode 100644
index 0000000..5e3c6d9
--- /dev/null
+++ b/flightgear-data/DESCR
@@ -0,0 +1,3 @@
+FlightGear is a free, open-source, multi-platform, and sophisticated flight
+simulator framework for the development and pursuit of interesting flight
+simulator ideas. This package contains the data files (textures, models, etc).
diff --git a/flightgear-data/Makefile b/flightgear-data/Makefile
new file mode 100644
index 0000000..2847bc8
--- /dev/null
+++ b/flightgear-data/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.5 2015/04/21 17:02:51 joerg Exp $
+
+DISTNAME=	FlightGear-data-2.8.0
+PKGNAME=	${DISTNAME:tl}
+CATEGORIES=	games
+MASTER_SITES=	http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \
+		ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ \
+		ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://www.flightgear.org/
+COMMENT=	FlightGear Simulator data files
+LICENSE=	gnu-gpl-v2
+
+UNLIMIT_RESOURCES+=	cputime
+
+WRKSRC=			${WRKDIR}/data
+NO_BUILD=		yes
+NO_CONFIGURE=		yes
+
+SHARESUBDIR=	share/FlightGear
+SHAREDIR=	${PREFIX}/${SHARESUBDIR}
+PLIST_SRC=	PLIST ${WRKDIR}/PLIST.F
+
+do-install:
+	${INSTALL_DATA_DIR} ${DESTDIR}${SHAREDIR}
+	# auto-generated PLIST
+	rm -f ${WRKDIR}/PLIST.F
+	set -e;	cd ${WRKSRC} &&						\
+	find . -type d -print | while read d; do			\
+		${INSTALL_DATA_DIR} ${DESTDIR}${SHAREDIR}/"$${d}";	\
+	done;								\
+	find . -type f -print | while read f; do			\
+		${INSTALL_DATA} "$${f}" ${DESTDIR}${SHAREDIR}/"$${f}";	\
+		${ECHO} ${SHARESUBDIR}/"$${f#./}" >> ${WRKDIR}/PLIST.F;	\
+	done;
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/flightgear-data/PLIST b/flightgear-data/PLIST
new file mode 100644
index 0000000..4bf8ead
--- /dev/null
+++ b/flightgear-data/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/27 08:02:05 adam Exp $
+@pkgdir share/FlightGear/Aircraft/Instruments-3d/mk-viii/Textures/gpws/xcf
diff --git a/flightgear-data/distinfo b/flightgear-data/distinfo
new file mode 100644
index 0000000..ff260fa
--- /dev/null
+++ b/flightgear-data/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/11/03 20:56:49 agc Exp $
+
+SHA1 (FlightGear-data-2.8.0.tar.bz2) = 73139d5737cc34ba0671b0802ac4d2a768e7a763
+RMD160 (FlightGear-data-2.8.0.tar.bz2) = 8f8969de2ca966c9a4207a0f99ada6a64aa3f4d0
+SHA512 (FlightGear-data-2.8.0.tar.bz2) = ef86b636ed0393ead8e67ad13e3170790bc2373bd77556fe8ec45e55f70d6dc6380be47b8c882299bb5665362352c61c9f3d142fe17e1b76a5e5ae3d6d43dea3
+Size (FlightGear-data-2.8.0.tar.bz2) = 685330156 bytes


Home | Main Index | Thread Index | Old Index