pkgsrc-WIP-changes archive

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

New package for nostt, PR pkg/53482.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Mon Jul 30 11:40:48 2018 +0200
Changeset:	0acb6d356dc9e308bcddd31238aa66853888cc10

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

Log Message:
New package for nostt, PR pkg/53482.

Command line reader for NOS Teletekst, the Dutch public teletext system,
similar to BBC's Ceefax.  Supports colour and interactive use.

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

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

diffstat:
 nostt/DESCR    |  2 ++
 nostt/Makefile | 24 ++++++++++++++++++++++++
 nostt/PLIST    |  3 +++
 nostt/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/nostt/DESCR b/nostt/DESCR
new file mode 100644
index 0000000000..e06ac0e38b
--- /dev/null
+++ b/nostt/DESCR
@@ -0,0 +1,2 @@
+Command line reader for NOS Teletekst, the Dutch public teletext system,
+similar to BBC's Ceefax.  Supports colour and interactive use.
diff --git a/nostt/Makefile b/nostt/Makefile
new file mode 100644
index 0000000000..323c3328e4
--- /dev/null
+++ b/nostt/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	nostt
+DISTNAME=	1.0
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	multimedia
+MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+AUTO_MKDIRS=	yes
+
+MAINTAINER=	ik%sjmulder.nl@localhost
+HOMEPAGE=	https://github.com/sjmulder/nostt/
+COMMENT=	Command line NOS Teletekst reader
+LICENSE=	2-clause-bsd
+
+WRKSRC=	${WRKDIR}/nostt-1.0
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/nostt ${DESTDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/nostt.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/nostt/PLIST b/nostt/PLIST
new file mode 100644
index 0000000000..713eb6289a
--- /dev/null
+++ b/nostt/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/nostt
+man/man1/nostt.1
diff --git a/nostt/distinfo b/nostt/distinfo
new file mode 100644
index 0000000000..eb4e68f6e5
--- /dev/null
+++ b/nostt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nostt/1.0.tar.gz) = 8ffcf6cdd61a0a951de4d3972a6255a8b0923cb9
+RMD160 (nostt/1.0.tar.gz) = 3ddc6d805306a31fdc92b2bf9f099c6b60dc1a95
+SHA512 (nostt/1.0.tar.gz) = b21cdef74de4ff17a562f689eae9e988a3647b9a76fb15525ccf17254d1d2cd58b46d4670d8f04cea4e608c3c69c6eb72a2ad4ae1e1609f06f2001a3554376fd
+Size (nostt/1.0.tar.gz) = 7812 bytes


Home | Main Index | Thread Index | Old Index