1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

New port: multimedia/nostt: Command line NOS Teletekst reader, the Dutch public teletext system

PR:		226347
Submitted by:	Sijmen J. Mulder <ik@sjmulder.nl>
Approved by:	tcberner (mentor, implicit)
This commit is contained in:
Yuri Victorovich 2018-03-04 19:11:34 +00:00
parent 0bb5893564
commit aada9a22ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463596
4 changed files with 40 additions and 0 deletions

View File

@ -278,6 +278,7 @@
SUBDIR += mythtv-frontend
SUBDIR += naludump
SUBDIR += nordlicht
SUBDIR += nostt
SUBDIR += obs-studio
SUBDIR += oggvideotools
SUBDIR += ogmrip

27
multimedia/nostt/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= nostt
DISTVERSION= 1.0
CATEGORIES= multimedia
MAINTAINER= ik@sjmulder.nl
COMMENT= Command line NOS Teletekst reader, the Dutch public teletext system
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libcurl.so:ftp/curl \
libjson-c.so:devel/json-c
USES= localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= sjmulder
PLIST_FILES= bin/nostt \
man/man1/nostt.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nostt ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nostt.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1520189422
SHA256 (sjmulder-nostt-1.0_GH0.tar.gz) = f7f353eb13296b5cfe030cf7fa7f1456d6293f06b061e930f2b3a6fe48a20071
SIZE (sjmulder-nostt-1.0_GH0.tar.gz) = 7812

View File

@ -0,0 +1,9 @@
nostt is a command line reader for NOS Teletekst, the Dutch public teletext
system (like Ceefax in the UK). It supports color and has an interactive mode.
Note that teletext supports 6-cell (2x3) block drawing characters. The NOS
viewer and API use a custom font with these characters in the "private use"
0xF000 Unicode range. Because such characters are not usually available on
terminals, they are replaced by % characaters.
WWW: https://github.com/sjmulder/nostt