diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-06 18:32:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-06 18:32:15 +0800 |
commit | 1bb6e5a553c8e3bfa2b43482346039abf560fcdf (patch) | |
tree | 6906845891465447652f54dbf81fb3557cece364 /net | |
parent | 85aa9cc277259a2547aac8bdc45e180122882350 (diff) | |
download | freebsd-ports-gnome-1bb6e5a553c8e3bfa2b43482346039abf560fcdf.tar.gz freebsd-ports-gnome-1bb6e5a553c8e3bfa2b43482346039abf560fcdf.tar.zst freebsd-ports-gnome-1bb6e5a553c8e3bfa2b43482346039abf560fcdf.zip |
New port: nos-ttb
ttb is a program to browse Teletekstpages from http://teletekst.nos.nl/
WWW: http://www.djcbsoftware.nl/code/ttb/
Author: Dirk-Jan Binnema <djcb@djcbsoftware.nl>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/nos-ttb/Makefile | 32 | ||||
-rw-r--r-- | net/nos-ttb/distinfo | 2 | ||||
-rw-r--r-- | net/nos-ttb/pkg-descr | 4 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4b1d456d0028..2a318dade9a0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -425,6 +425,7 @@ SUBDIR += nocatauth-gateway SUBDIR += nocatauth-server SUBDIR += nocatsplash + SUBDIR += nos-ttb SUBDIR += ns SUBDIR += nss_ldap SUBDIR += ntalk diff --git a/net/nos-ttb/Makefile b/net/nos-ttb/Makefile new file mode 100644 index 000000000000..10af224031dc --- /dev/null +++ b/net/nos-ttb/Makefile @@ -0,0 +1,32 @@ +# +# New ports collection makefile for: nos-ttb +# Date created: 6 May 2005 +# Whom: Edwin Groothuis +# +# $FreeBSD$ +# + +PORTNAME= nos-ttb +PORTVERSION= 0.9.1 +CATEGORIES= net +MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/ +DISTNAME= ttb +EXTRACT_SUFX= + +MAINTAINER= edwin@mavetju.org +COMMENT= NOS teletekst browser + +NO_WRKSUBDIR= yes +NO_BUILD= yes +USE_PYTHON= yes + +PLIST_FILES= bin/ttb + +do-extract: + ${MKDIR} ${WRKSRC} + ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/net/nos-ttb/distinfo b/net/nos-ttb/distinfo new file mode 100644 index 000000000000..47215953dc77 --- /dev/null +++ b/net/nos-ttb/distinfo @@ -0,0 +1,2 @@ +MD5 (ttb) = 106fc1be59569c1c786c798371b28ee8 +SIZE (ttb) = 35439 diff --git a/net/nos-ttb/pkg-descr b/net/nos-ttb/pkg-descr new file mode 100644 index 000000000000..e530f516dded --- /dev/null +++ b/net/nos-ttb/pkg-descr @@ -0,0 +1,4 @@ +ttb is a program to browse Teletekstpages from http://teletekst.nos.nl/ + +WWW: http://www.djcbsoftware.nl/code/ttb/ +Author: Dirk-Jan Binnema <djcb@djcbsoftware.nl> |