mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04: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:
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
|
@ -278,6 +278,7 @@
|
||||||
SUBDIR += mythtv-frontend
|
SUBDIR += mythtv-frontend
|
||||||
SUBDIR += naludump
|
SUBDIR += naludump
|
||||||
SUBDIR += nordlicht
|
SUBDIR += nordlicht
|
||||||
|
SUBDIR += nostt
|
||||||
SUBDIR += obs-studio
|
SUBDIR += obs-studio
|
||||||
SUBDIR += oggvideotools
|
SUBDIR += oggvideotools
|
||||||
SUBDIR += ogmrip
|
SUBDIR += ogmrip
|
||||||
|
|
27
multimedia/nostt/Makefile
Normal file
27
multimedia/nostt/Makefile
Normal 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>
|
3
multimedia/nostt/distinfo
Normal file
3
multimedia/nostt/distinfo
Normal 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
|
9
multimedia/nostt/pkg-descr
Normal file
9
multimedia/nostt/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue