diff options
author | leot <leot@pkgsrc.org> | 2018-12-06 19:52:40 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-12-06 19:52:40 +0000 |
commit | 8d9686e76a125b49afe94c860d472b557ff25b12 (patch) | |
tree | b985880ee9e4656bcadaceaa3bb26f810d47b91e /multimedia | |
parent | e78c5596979c6edd11d0a68a766f78f119cff6ad (diff) | |
download | pkgsrc-8d9686e76a125b49afe94c860d472b557ff25b12.tar.gz |
nostt: Import nostt-1.1.1 as multimedia/nostt
Command line reader for NOS Teletekst, the Dutch public teletext system,
similar to BBC's Ceefax. Supports colour and interactive use.
Packaged in pkgsrc-wip by Sijmen J. Mulder. Thank you Sijmen!
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/nostt/DESCR | 2 | ||||
-rw-r--r-- | multimedia/nostt/Makefile | 16 | ||||
-rw-r--r-- | multimedia/nostt/PLIST | 3 | ||||
-rw-r--r-- | multimedia/nostt/distinfo | 6 |
4 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/nostt/DESCR b/multimedia/nostt/DESCR new file mode 100644 index 00000000000..e06ac0e38b4 --- /dev/null +++ b/multimedia/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/multimedia/nostt/Makefile b/multimedia/nostt/Makefile new file mode 100644 index 00000000000..89e80a98509 --- /dev/null +++ b/multimedia/nostt/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2018/12/06 19:52:40 leot Exp $ + +DISTNAME= nostt-1.1.1 +CATEGORIES= multimedia +MASTER_SITES= ${MASTER_SITE_GITHUB:=sjmulder/} + +MAINTAINER= ik@sjmulder.nl +HOMEPAGE= https://github.com/sjmulder/nostt/ +COMMENT= Command line NOS Teletekst reader +LICENSE= 2-clause-bsd + +INSTALL_MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} + +.include "../../www/curl/buildlink3.mk" +.include "../../textproc/json-c/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/nostt/PLIST b/multimedia/nostt/PLIST new file mode 100644 index 00000000000..915e22b91b8 --- /dev/null +++ b/multimedia/nostt/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2018/12/06 19:52:40 leot Exp $ +bin/nostt +man/man1/nostt.1 diff --git a/multimedia/nostt/distinfo b/multimedia/nostt/distinfo new file mode 100644 index 00000000000..62d18c46e10 --- /dev/null +++ b/multimedia/nostt/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/12/06 19:52:40 leot Exp $ + +SHA1 (nostt-1.1.1.tar.gz) = 96187e2fc8bea388a3554120b6b3b2dceb30e7ac +RMD160 (nostt-1.1.1.tar.gz) = a21c0cc60a8eb2d0fec5f296ce782c7a6855d914 +SHA512 (nostt-1.1.1.tar.gz) = e1407ebd4d6afa81d24d4332ba497a95a1e063e7498b340e0122b78985e46c9bbfb9ca6ec44fb00147cc9c24f7430e30bca819b43f7182f667201673ea142c9c +Size (nostt-1.1.1.tar.gz) = 9018 bytes |