pkgsrc-WIP-changes archive

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

InitWare: Import InitWare as wip/initware-git



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Tue May 11 17:19:05 2021 +0200
Changeset:	7f5cccce5741e0937596a195f0068cd6642afd17

Added Files:
	initware-git/DESCR
	initware-git/Makefile

Log Message:
InitWare: Import InitWare as wip/initware-git

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

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

diffstat:
 initware-git/DESCR    |  4 ++++
 initware-git/Makefile | 25 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diffs:
diff --git a/initware-git/DESCR b/initware-git/DESCR
new file mode 100644
index 0000000000..7ee88bafc2
--- /dev/null
+++ b/initware-git/DESCR
@@ -0,0 +1,4 @@
+WASI Libc is a libc for WebAssembly programs built on top of WASI system
+calls. It provides a wide array of POSIX-compatible C APIs, including
+support for standard I/O, file I/O, filesystem manipulation, memory management,
+ time, string, environment variables, program startup, and many other APIs.
diff --git a/initware-git/Makefile b/initware-git/Makefile
new file mode 100644
index 0000000000..14ba694267
--- /dev/null
+++ b/initware-git/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	initware
+PKGNAME=	initware-208
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=InitWare/}
+
+GIT_REPOSITORIES=	initware
+GIT_REPO.initware=	https://github.com/InitWare/InitWare.git
+GIT_BRANCH.initware=	main
+WRKSRC=			${WRKDIR}/initware
+
+MAINTAINER=	dan%alt.md@localhost
+HOMEPAGE=	https://brand.initware.com/
+COMMENT=	Services and system resources manager
+LICENSE=	gnu-lgpl-v2.1
+
+USE_CMAKE=	yes
+USE_LANGUAGES+=	c c++
+USE_TOOLS+=	pkg-config
+
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../devel/libinotify/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index