pkgsrc-WIP-changes archive

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

libdoom-umapinfo: Import Version 0.4.0



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 13 17:36:15 2023 +0100
Changeset:	1c9171c46ecef742e01601c82934973a5f01588b

Modified Files:
	Makefile
Added Files:
	libdoom-umapinfo/DESCR
	libdoom-umapinfo/Makefile
	libdoom-umapinfo/PLIST
	libdoom-umapinfo/distinfo

Log Message:
libdoom-umapinfo: Import Version 0.4.0

This library provides a parser for Doom UMAPINFO data.

The MAPINFO lump describes meta-data associated with levels (such as
their name, music, sky texture, par time, etc.):
https://doomwiki.org/wiki/MAPINFO

Different Doom source ports have adopted different MAPINFO systems.
UMAPINFO seeks to mitigate this problem by being a cross-port standard.

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

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

diffstat:
 Makefile                  |  1 +
 libdoom-umapinfo/DESCR    |  8 ++++++++
 libdoom-umapinfo/Makefile | 15 +++++++++++++++
 libdoom-umapinfo/PLIST    |  6 ++++++
 libdoom-umapinfo/distinfo |  5 +++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1db13a422a..68659c1ad8 100644
--- a/Makefile
+++ b/Makefile
@@ -2067,6 +2067,7 @@ SUBDIR+=	libdialog
 SUBDIR+=	libdisasm
 SUBDIR+=	libdivecomputer
 SUBDIR+=	libdjconsole
+SUBDIR+=	libdoom-umapinfo
 SUBDIR+=	libdrm-dfbsd
 SUBDIR+=	libdrm-dfbsd-meson
 SUBDIR+=	libdxfrw
diff --git a/libdoom-umapinfo/DESCR b/libdoom-umapinfo/DESCR
new file mode 100644
index 0000000000..8f32ba457c
--- /dev/null
+++ b/libdoom-umapinfo/DESCR
@@ -0,0 +1,8 @@
+This library provides a parser for Doom UMAPINFO data.
+
+The MAPINFO lump describes meta-data associated with levels (such as
+their name, music, sky texture, par time, etc.):
+https://doomwiki.org/wiki/MAPINFO
+
+Different Doom source ports have adopted different MAPINFO systems.
+UMAPINFO seeks to mitigate this problem by being a cross-port standard.
diff --git a/libdoom-umapinfo/Makefile b/libdoom-umapinfo/Makefile
new file mode 100644
index 0000000000..428fc6b854
--- /dev/null
+++ b/libdoom-umapinfo/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+VERSION=	0.4.0
+DISTNAME=	libdoom-umapinfo-${VERSION}
+CATEGORIES=	games
+MASTER_SITES=	https://micha.freeshell.org/libdoom-umapinfo/src/
+
+OWNER=		micha%NetBSD.org@localhost
+HOMEPAGE=	https://micha.freeshell.org/libdoom-uapinfo/
+COMMENT=	Parser for Doom UMAPINFO data
+LICENSE=	2-clause-bsd
+
+PLIST_SUBST+=	VERS="${VERSION}"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libdoom-umapinfo/PLIST b/libdoom-umapinfo/PLIST
new file mode 100644
index 0000000000..9888f75f30
--- /dev/null
+++ b/libdoom-umapinfo/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/doom-umapinfo-cli
+include/libdoom-umapinfo-0/doom_umi.h
+lib/libdoom-umapinfo-${VERS}.a
+lib/libdoom-umapinfo.a
+lib/pkgconfig/libdoom-umapinfo-0.pc
diff --git a/libdoom-umapinfo/distinfo b/libdoom-umapinfo/distinfo
new file mode 100644
index 0000000000..ccfc77bf11
--- /dev/null
+++ b/libdoom-umapinfo/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (libdoom-umapinfo-0.4.0.tar.gz) = f13eded3f551307492e0a821ee15d0af122eac3820dee84b8e40dbcb809b326b
+SHA512 (libdoom-umapinfo-0.4.0.tar.gz) = 26947670111ec2f892c310c68c753b78ebc55cd525ec6982b2cd810c6c1b4ced05ca61ecb35c475d974fa577ed5008d016603c83996a2d46d80cfbd987be3f63
+Size (libdoom-umapinfo-0.4.0.tar.gz) = 234419 bytes


Home | Main Index | Thread Index | Old Index