Index: head/net/nos-ttb/pkg-plist =================================================================== --- head/net/nos-ttb/pkg-plist (revision 426594) +++ head/net/nos-ttb/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/ttb -share/ttb/ttb.glade -share/ttb/ttb.png Property changes on: head/net/nos-ttb/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/nos-ttb/Makefile =================================================================== --- head/net/nos-ttb/Makefile (revision 426594) +++ head/net/nos-ttb/Makefile (revision 426595) @@ -1,26 +1,36 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= nos-ttb PORTVERSION= 0.9.5 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/ 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 ${INSTALL_DATA} ${WRKSRC}/glade/ttb.glade ${STAGEDIR}${PREFIX}/share/ttb ${INSTALL_DATA} ${WRKSRC}/images/ttb.png ${STAGEDIR}${PREFIX}/share/ttb .include Index: head/net/nos-ttb/files/patch-src__ttb =================================================================== --- head/net/nos-ttb/files/patch-src__ttb (revision 426594) +++ head/net/nos-ttb/files/patch-src__ttb (revision 426595) @@ -1,11 +1,11 @@ ---- 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' -ttb_icon_data = 'pixmaps/ttb.png' +ttb_icon_data = 'ttb/ttb.png' ttb_debug = 0