pkgsrc-WIP-changes archive

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

noice: Import noice-0.6 as wip/noice



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Aug 3 20:55:42 2017 +0200
Changeset:	bd1511470e24c691dc708dd51a0b3fbfe6f7b48b

Added Files:
	noice/DESCR
	noice/Makefile
	noice/PLIST
	noice/distinfo

Log Message:
noice: Import noice-0.6 as wip/noice

noice is a small curses-based file browser.

It was first developed to be used with a TV remote control for a media
center solution.

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

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

diffstat:
 noice/DESCR    |  4 ++++
 noice/Makefile | 16 ++++++++++++++++
 noice/PLIST    |  3 +++
 noice/distinfo |  6 ++++++
 4 files changed, 29 insertions(+)

diffs:
diff --git a/noice/DESCR b/noice/DESCR
new file mode 100644
index 0000000000..700c96aacb
--- /dev/null
+++ b/noice/DESCR
@@ -0,0 +1,4 @@
+noice is a small curses-based file browser.
+
+It was first developed to be used with a TV remote control for a media
+center solution.
diff --git a/noice/Makefile b/noice/Makefile
new file mode 100644
index 0000000000..f6f7273a83
--- /dev/null
+++ b/noice/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	noice-0.6
+CATEGORIES=	sysutils
+MASTER_SITES=	https://dl.2f30.org/releases/
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	https://git.2f30.org/noice/
+COMMENT=	Small curses-based file browser
+LICENSE=	2-clause-bsd
+
+MAKE_FLAGS+=	PREFIX=${PREFIX}
+MAKE_FLAGS+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/noice/PLIST b/noice/PLIST
new file mode 100644
index 0000000000..1b05f00bd2
--- /dev/null
+++ b/noice/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/noice
+man/man1/noice.1
diff --git a/noice/distinfo b/noice/distinfo
new file mode 100644
index 0000000000..cf5df57366
--- /dev/null
+++ b/noice/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (noice-0.6.tar.gz) = a724c8340d6c0a13937bbab07e276b2efbbde10c
+RMD160 (noice-0.6.tar.gz) = c05b802a94ba286f14c75f876ac2bf7ac12a063b
+SHA512 (noice-0.6.tar.gz) = 4600bfd52f432667a07e21ff073f385e88f56ac032882d8f62446b377f8964f04467125893d5a20a0177c1e12e2d9a4ac1c8b257f2aa283c3c08f156c80c3518
+Size (noice-0.6.tar.gz) = 9942 bytes


Home | Main Index | Thread Index | Old Index