pkgsrc-WIP-changes archive

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

nessoundstudio: add incomplete package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Dec 14 13:59:42 2022 +0100
Changeset:	864fe5cb5ba9ed1a02905c76f0d4632e85e5850a

Modified Files:
	Makefile
Added Files:
	nessoundstudio/DESCR
	nessoundstudio/Makefile
	nessoundstudio/PLIST
	nessoundstudio/TODO
	nessoundstudio/distinfo

Log Message:
nessoundstudio: add incomplete package

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

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

diffstat:
 Makefile                |  1 +
 nessoundstudio/DESCR    |  3 +++
 nessoundstudio/Makefile | 15 +++++++++++++++
 nessoundstudio/PLIST    |  4 ++++
 nessoundstudio/TODO     |  3 +++
 nessoundstudio/distinfo |  5 +++++
 6 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d175397ca5..3513b6d826 100644
--- a/Makefile
+++ b/Makefile
@@ -2606,6 +2606,7 @@ SUBDIR+=	nemo
 SUBDIR+=	neomutt-git
 SUBDIR+=	neovim-git
 SUBDIR+=	neovim-qt
+SUBDIR+=	nessoundstudio
 SUBDIR+=	nestopia-rpi
 SUBDIR+=	nestra
 SUBDIR+=	net-quanta
diff --git a/nessoundstudio/DESCR b/nessoundstudio/DESCR
new file mode 100644
index 0000000000..a094901372
--- /dev/null
+++ b/nessoundstudio/DESCR
@@ -0,0 +1,3 @@
+NES sound studio is a music player and composing system which lets
+you write music files and play them back on its own internal
+emulator.
diff --git a/nessoundstudio/Makefile b/nessoundstudio/Makefile
new file mode 100644
index 0000000000..c79eca6cb2
--- /dev/null
+++ b/nessoundstudio/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	nessoundstudio-0.2.2
+CATEGORIES=	audio
+MASTER_SITES=	https://sourceforge.net/projects/nessoundstudio/files/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://sourceforge.net/projects/nessoundstudio/
+COMMENT=	NES music player and composing system
+#LICENSE=	# TODO: (see mk/license.mk)
+
+WRKSRC=		${WRKDIR}/nessoundstudio-0.2
+USE_LANGUAGES=	c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/nessoundstudio/PLIST b/nessoundstudio/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/nessoundstudio/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/nessoundstudio/TODO b/nessoundstudio/TODO
new file mode 100644
index 0000000000..0fa337e662
--- /dev/null
+++ b/nessoundstudio/TODO
@@ -0,0 +1,3 @@
+screen.o source file missing
+
+license unclear
diff --git a/nessoundstudio/distinfo b/nessoundstudio/distinfo
new file mode 100644
index 0000000000..f2d52c5ed6
--- /dev/null
+++ b/nessoundstudio/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (nessoundstudio-0.2.2.tar.gz) = da708aee656966802c9a9680fb627ffd2d4fc45d37d6f4131ea5d62246c46017
+SHA512 (nessoundstudio-0.2.2.tar.gz) = 65f06b6aa1e0baebb475049bca0473b118d45027025efa2df3e3076232106402c186235839c9e0cf61cef47128bc8979f66b28efd463c69ac8a8e031fba84828
+Size (nessoundstudio-0.2.2.tar.gz) = 3076 bytes


Home | Main Index | Thread Index | Old Index