Date: Sun, 20 Nov 2016 14:30:09 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426595 - in head/net/nos-ttb: . files Message-ID: <201611201430.uAKEU9Cx005749@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Nov 20 14:30:09 2016 New Revision: 426595 URL: https://svnweb.freebsd.org/changeset/ports/426595 Log: net/nos-ttb: schedule for removal on 2017-02-20 The protocol to fetch the teletext page images changed, meaning this program does not longer work. There is a successor project called TTX available from the same author at https://github.com/djcb/ttx While here, set LICENSE and fix some portlint issues. Deleted: head/net/nos-ttb/pkg-plist Modified: head/net/nos-ttb/Makefile head/net/nos-ttb/files/patch-src__ttb Modified: head/net/nos-ttb/Makefile ============================================================================== --- head/net/nos-ttb/Makefile Sun Nov 20 14:08:41 2016 (r426594) +++ head/net/nos-ttb/Makefile Sun Nov 20 14:30:09 2016 (r426595) @@ -11,12 +11,22 @@ DISTNAME= ttb-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= NOS teletekst browser -#don't know if pygtk-1.X could also be used +LICENSE= GPLv3 + RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:x11-toolkits/py-gtk2 +# there is a successor project called TTX at +# https://github.com/djcb/ttx +DEPRECATED= does not work due to protocol changes +EXPIRATION_DATE=2017-02-20 + NO_BUILD= yes USES= python +PLIST_FILES= bin/ttb \ + share/ttb/ttb.glade \ + share/ttb/ttb.png + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/ttb ${INSTALL_SCRIPT} ${WRKSRC}/src/ttb ${STAGEDIR}${PREFIX}/bin Modified: head/net/nos-ttb/files/patch-src__ttb ============================================================================== --- head/net/nos-ttb/files/patch-src__ttb Sun Nov 20 14:08:41 2016 (r426594) +++ head/net/nos-ttb/files/patch-src__ttb Sun Nov 20 14:30:09 2016 (r426595) @@ -1,6 +1,6 @@ ---- src/ttb.orig 2008-11-29 21:57:30.000000000 +1100 -+++ src/ttb 2009-05-03 20:52:11.000000000 +1000 -@@ -49,7 +49,7 @@ +--- src/ttb.orig 2008-11-29 10:57:30 UTC ++++ src/ttb +@@ -49,7 +49,7 @@ ttb_cache_time = 300 ttb_max_history = 50 ttb_glade_data = 'ttb/ttb.glade'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611201430.uAKEU9Cx005749>