pkgsrc-WIP-changes archive

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

Import xoreos-tools 0.0.4 as wip/xoreos-tools.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Thu Feb 18 21:59:49 2016 -0800
Changeset:	4b06c32c3d36234d6d8ace2942489abd9f65c896

Modified Files:
	Makefile
Added Files:
	xoreos-tools/DESCR
	xoreos-tools/Makefile
	xoreos-tools/PLIST
	xoreos-tools/distinfo

Log Message:
Import xoreos-tools 0.0.4 as wip/xoreos-tools.

xoreos-tools is a loose collection of command line tools to help with the
development of xoreos. In addition, they might also have some limited use
for modders looking to enhance the original games.

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

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

diffstat:
 Makefile              |  1 +
 xoreos-tools/DESCR    |  6 ++++++
 xoreos-tools/Makefile | 32 ++++++++++++++++++++++++++++++++
 xoreos-tools/PLIST    | 37 +++++++++++++++++++++++++++++++++++++
 xoreos-tools/distinfo |  5 +++++
 5 files changed, 81 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c134bb3..53665ec 100644
--- a/Makefile
+++ b/Makefile
@@ -4210,6 +4210,7 @@ SUBDIR+=	xnee
 SUBDIR+=	xombrero
 SUBDIR+=	xoo
 SUBDIR+=	xoreos
+SUBDIR+=	xoreos-tools
 SUBDIR+=	xosview
 SUBDIR+=	xpde
 SUBDIR+=	xpdq
diff --git a/xoreos-tools/DESCR b/xoreos-tools/DESCR
new file mode 100644
index 0000000..d9bdeaa
--- /dev/null
+++ b/xoreos-tools/DESCR
@@ -0,0 +1,6 @@
+xoreos-tools is a loose collection of command line tools to help with the
+development of xoreos. In addition, they might also have some limited use
+for modders looking to enhance the original games.
+
+Please note that these are all command line tools, without any GUI
+whatsoever.
diff --git a/xoreos-tools/Makefile b/xoreos-tools/Makefile
new file mode 100644
index 0000000..80c5e8a
--- /dev/null
+++ b/xoreos-tools/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+DISTNAME=	xoreos-tools
+PKGNAME=	xoreos-tools-${GITHUB_TAG:S/v//}
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=xoreos/}
+GITHUB_TAG=	v0.0.4
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+HOMEPAGE=	http://xoreos.org/
+COMMENT=	Tools to help the development of xoreos
+LICENSE=	gnu-gpl-v3
+
+EXTRACT_USING=	gtar
+USE_LANGUAGES=	c c++
+USE_CMAKE=	yes
+CXXFLAGS+=	-fpermissive
+
+pre-install:
+	mkdir -p ${DESTDIR}${PREFIX}/bin ${DESTDIR}${PREFIX}/man/man1
+
+do-install:
+	for prog in ${WRKSRC}/bin/*; do \
+		${INSTALL_PROGRAM} $${prog} ${DESTDIR}${PREFIX}/bin; \
+	done
+	for page in ${WRKSRC}/man/*.1; do \
+		${INSTALL_MAN} $${page} ${DESTDIR}${PREFIX}/man/man1; \
+	done
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xoreos-tools/PLIST b/xoreos-tools/PLIST
new file mode 100644
index 0000000..d71b847
--- /dev/null
+++ b/xoreos-tools/PLIST
@@ -0,0 +1,37 @@
+@comment $NetBSD$
+bin/cbgt2tga
+bin/cdpth2tga
+bin/convert2da
+bin/desmall
+bin/fixpremiumgff
+bin/gff2xml
+bin/nbfs2tga
+bin/ncgr2tga
+bin/ncsdis
+bin/tlk2xml
+bin/unerf
+bin/unherf
+bin/unkeybif
+bin/unnds
+bin/unnsbtx
+bin/unrim
+bin/xml2tlk
+bin/xoreostex2tga
+man/man1/cbgt2tga.1
+man/man1/cdpth2tga.1
+man/man1/convert2da.1
+man/man1/desmall.1
+man/man1/fixpremiumgff.1
+man/man1/gff2xml.1
+man/man1/nbfs2tga.1
+man/man1/ncgr2tga.1
+man/man1/ncsdis.1
+man/man1/tlk2xml.1
+man/man1/unerf.1
+man/man1/unherf.1
+man/man1/unkeybif.1
+man/man1/unnds.1
+man/man1/unnsbtx.1
+man/man1/unrim.1
+man/man1/xml2tlk.1
+man/man1/xoreostex2tga.1
diff --git a/xoreos-tools/distinfo b/xoreos-tools/distinfo
new file mode 100644
index 0000000..5ae712f
--- /dev/null
+++ b/xoreos-tools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (xoreos-tools.tar.gz) = 44953378aed65b67183c6f4aa8372c55511c005b
+RMD160 (xoreos-tools.tar.gz) = ff1b2d0067b61f89a6a6730091e565f4fb8bfb52
+Size (xoreos-tools.tar.gz) = 5127245 bytes


Home | Main Index | Thread Index | Old Index