diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-02-20 18:00:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-02-20 18:00:18 +0000 |
commit | ec1e5afce0dc27124ac69bdb0f42aa7f55593e75 (patch) | |
tree | db094cc2c923d4f014a2a78f4e526bdadb75890d /net | |
parent | 488f7f5cdd70c6922a4d90f00d4bf4aee08adedf (diff) | |
download | freebsd-ports-ec1e5afce0dc27124ac69bdb0f42aa7f55593e75.zip |
Remove expired port:
2017-02-20 net/nos-ttb: does not work due to protocol changes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/nos-ttb/Makefile | 38 | ||||
-rw-r--r-- | net/nos-ttb/distinfo | 2 | ||||
-rw-r--r-- | net/nos-ttb/files/patch-src__ttb | 11 | ||||
-rw-r--r-- | net/nos-ttb/pkg-descr | 3 |
5 files changed, 0 insertions, 55 deletions
diff --git a/net/Makefile b/net/Makefile index 0d7afbdd7a77..1488583cf5e4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -465,7 +465,6 @@ SUBDIR += nmsg SUBDIR += nocatsplash SUBDIR += norm - SUBDIR += nos-ttb SUBDIR += nph SUBDIR += ns3 SUBDIR += nsq diff --git a/net/nos-ttb/Makefile b/net/nos-ttb/Makefile deleted file mode 100644 index bce712b7cb8e..000000000000 --- a/net/nos-ttb/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Edwin Groothuis -# $FreeBSD$ - -PORTNAME= ttb -PORTVERSION= 0.9.5 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= http://www.djcbsoftware.nl/code/${PORTNAME}/ -PKGNAMEPREFIX= nos- - -MAINTAINER= ports@FreeBSD.org -COMMENT= NOS teletekst browser - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/LICENSE - -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 - -USES= python -NO_BUILD= yes -NO_ARCH= yes - -PLIST_FILES= bin/${PORTNAME} \ - %%DATADIR%%/ttb.glade \ - %%DATADIR%%/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 <bsd.port.mk> diff --git a/net/nos-ttb/distinfo b/net/nos-ttb/distinfo deleted file mode 100644 index 9ee148ef120b..000000000000 --- a/net/nos-ttb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ttb-0.9.5.tar.gz) = 03ddc62c2e7ae29e3a30106734cd27b1eee893825be8b3ff2d650d37b13e5ee7 -SIZE (ttb-0.9.5.tar.gz) = 25504 diff --git a/net/nos-ttb/files/patch-src__ttb b/net/nos-ttb/files/patch-src__ttb deleted file mode 100644 index d6fc137f037d..000000000000 --- a/net/nos-ttb/files/patch-src__ttb +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - diff --git a/net/nos-ttb/pkg-descr b/net/nos-ttb/pkg-descr deleted file mode 100644 index e828031da2d8..000000000000 --- a/net/nos-ttb/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ttb is a program to browse Teletekstpages from http://teletekst.nos.nl/ - -WWW: http://www.djcbsoftware.nl/code/ttb/ |