pkgsrc-WIP-changes archive

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

zdbsp: Import version 1.19



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Thu Apr 30 15:32:45 2020 +0200
Changeset:	3156cfdc98e41716c3f826d335d187bea55960bf

Modified Files:
	Makefile
Added Files:
	zdbsp/DESCR
	zdbsp/Makefile
	zdbsp/PLIST
	zdbsp/distinfo

Log Message:
zdbsp: Import version 1.19

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

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

diffstat:
 Makefile       |  1 +
 zdbsp/DESCR    |  1 +
 zdbsp/Makefile | 23 +++++++++++++++++++++++
 zdbsp/PLIST    |  2 ++
 zdbsp/distinfo |  6 ++++++
 5 files changed, 33 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e1a6a97140..4fec686d3f 100644
--- a/Makefile
+++ b/Makefile
@@ -5156,6 +5156,7 @@ SUBDIR+=	ypbind-mt
 SUBDIR+=	ypserv
 SUBDIR+=	zapping
 SUBDIR+=	zbackup
+SUBDIR+=	zdbsp
 SUBDIR+=	zenity
 SUBDIR+=	zero-epwing-git
 SUBDIR+=	zetacoin
diff --git a/zdbsp/DESCR b/zdbsp/DESCR
new file mode 100644
index 0000000000..1539443ab8
--- /dev/null
+++ b/zdbsp/DESCR
@@ -0,0 +1 @@
+ZDBSP is ZDoom's internal node builder.
diff --git a/zdbsp/Makefile b/zdbsp/Makefile
new file mode 100644
index 0000000000..4db69fe416
--- /dev/null
+++ b/zdbsp/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	zdbsp-1.19
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=rheit/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	micha%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/rheit/zdbsp/
+COMMENT=	ZDoom's internal node builder
+LICENSE=	gnu-gpl-v2
+
+USE_LANGUAGES=	c99 c++03
+
+USE_CMAKE=		yes
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/zdbsp ${DESTDIR}${PREFIX}/bin/zdbsp
+
+.include "../../devel/zlib/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/zdbsp/PLIST b/zdbsp/PLIST
new file mode 100644
index 0000000000..2798855c67
--- /dev/null
+++ b/zdbsp/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/zdbsp
diff --git a/zdbsp/distinfo b/zdbsp/distinfo
new file mode 100644
index 0000000000..2615d74197
--- /dev/null
+++ b/zdbsp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (zdbsp-1.19.tar.gz) = 96ad52ab3364c58f80024b285e328b1f88487d1f
+RMD160 (zdbsp-1.19.tar.gz) = a0d2e3559ed7ef7000a667af55e77143f9367897
+SHA512 (zdbsp-1.19.tar.gz) = bfd13e38ed5c8596f10c6ff79e2fb70a0a20921d98c2a49560ed20787fb52279a5f6e7c10b57f30a5afdde8ba37635871a27f13bbff071d3cf6bec775657ad93
+Size (zdbsp-1.19.tar.gz) = 208407 bytes


Home | Main Index | Thread Index | Old Index