Date: Sun, 4 Mar 2018 19:11:34 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463596 - in head/multimedia: . nostt Message-ID: <201803041911.w24JBYRL018023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Mar 4 19:11:34 2018 New Revision: 463596 URL: https://svnweb.freebsd.org/changeset/ports/463596 Log: 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) Added: head/multimedia/nostt/ head/multimedia/nostt/Makefile (contents, props changed) head/multimedia/nostt/distinfo (contents, props changed) head/multimedia/nostt/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Mar 4 19:08:00 2018 (r463595) +++ head/multimedia/Makefile Sun Mar 4 19:11:34 2018 (r463596) @@ -278,6 +278,7 @@ SUBDIR += mythtv-frontend SUBDIR += naludump SUBDIR += nordlicht + SUBDIR += nostt SUBDIR += obs-studio SUBDIR += oggvideotools SUBDIR += ogmrip Added: head/multimedia/nostt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/nostt/Makefile Sun Mar 4 19:11:34 2018 (r463596) @@ -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> Added: head/multimedia/nostt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/nostt/distinfo Sun Mar 4 19:11:34 2018 (r463596) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520189422 +SHA256 (sjmulder-nostt-1.0_GH0.tar.gz) = f7f353eb13296b5cfe030cf7fa7f1456d6293f06b061e930f2b3a6fe48a20071 +SIZE (sjmulder-nostt-1.0_GH0.tar.gz) = 7812 Added: head/multimedia/nostt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/nostt/pkg-descr Sun Mar 4 19:11:34 2018 (r463596) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803041911.w24JBYRL018023>