From a9a62b3c416749efcb32b4a43fe8a32e0c001b5a Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Wed, 18 Aug 1999 15:08:37 +0000 Subject: Import of AleVT AleVT is a X11 Teletext decoder and viewer. It reads foom /dev/vbi It supports multiple windows, page cache and some command line utils. --- misc/alevt/Makefile | 21 +++++++++++++++++++++ misc/alevt/distinfo | 1 + misc/alevt/files/patch-aa | 9 +++++++++ misc/alevt/files/patch-ab | 15 +++++++++++++++ misc/alevt/pkg-comment | 1 + misc/alevt/pkg-descr | 12 ++++++++++++ misc/alevt/pkg-plist | 5 +++++ 7 files changed, 64 insertions(+) create mode 100644 misc/alevt/Makefile create mode 100644 misc/alevt/distinfo create mode 100644 misc/alevt/files/patch-aa create mode 100644 misc/alevt/files/patch-ab create mode 100644 misc/alevt/pkg-comment create mode 100644 misc/alevt/pkg-descr create mode 100644 misc/alevt/pkg-plist (limited to 'misc') diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile new file mode 100644 index 000000000000..c9df63ebb103 --- /dev/null +++ b/misc/alevt/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: alevt +# Version required: 1.4.9 +# Date created: Wed Aug 18 13:23:00 BST 1999 +# Whom: Roger Hardiman +# +# $Id: Makefile,v 1.0 1999/06/10 03:11:15 roger Exp $ +# + +DISTNAME= alevt-1.4.9 +CATEGORIES= misc +MASTER_SITES= http://user.exit.de/froese/alevt/ + +MAINTAINER= roger@freebsd.org + +USE_X_PREFIX= yes +USE_GMAKE= yes +MAN1= alevt.1x alevt-date.1 alevt-cap.1 + +.include + +.include diff --git a/misc/alevt/distinfo b/misc/alevt/distinfo new file mode 100644 index 000000000000..e36b3ada868e --- /dev/null +++ b/misc/alevt/distinfo @@ -0,0 +1 @@ +MD5 (alevt-1.4.9.tar.gz) = 25be258681308dc26883799cf1278018 diff --git a/misc/alevt/files/patch-aa b/misc/alevt/files/patch-aa new file mode 100644 index 000000000000..a94038293c71 --- /dev/null +++ b/misc/alevt/files/patch-aa @@ -0,0 +1,9 @@ +*** search.c.orig Wed Aug 18 13:29:10 1999 +--- search.c Wed Aug 18 13:29:31 1999 +*************** +*** 1,3 **** +--- 1,4 ---- ++ #include + #include + #include "vt.h" + #include "misc.h" diff --git a/misc/alevt/files/patch-ab b/misc/alevt/files/patch-ab new file mode 100644 index 000000000000..eb7d948a2973 --- /dev/null +++ b/misc/alevt/files/patch-ab @@ -0,0 +1,15 @@ +*** alevt-date.c.orig Wed Aug 18 13:33:52 1999 +--- alevt-date.c Wed Aug 18 13:33:31 1999 +*************** chk_time(int t) +*** 32,39 **** +--- 32,41 ---- + + t = t/100/100 * 60*60 + t/100%100 * 60 + t%100; + t += timezone; ++ /* + if (daylight) + t -= 60*60; ++ */ + + sys_t = time(0); + dt = t - sys_t % (24*60*60); diff --git a/misc/alevt/pkg-comment b/misc/alevt/pkg-comment new file mode 100644 index 000000000000..f28ddc92eeab --- /dev/null +++ b/misc/alevt/pkg-comment @@ -0,0 +1 @@ +X11 Teletext decoding and display program. (reads from /dev/vbi) diff --git a/misc/alevt/pkg-descr b/misc/alevt/pkg-descr new file mode 100644 index 000000000000..a256956dbd13 --- /dev/null +++ b/misc/alevt/pkg-descr @@ -0,0 +1,12 @@ +AleVT - By Edgar Toernig + + This X11 program decodes and displays Videotext/Teletext read from + a /dev/vbi device (for example the Bt848/Bt878 frame grabber) + + + It features multiple windows, a page cache, regexp searching, built-in + manual, and more. + There's also a program to get the time from teletext. + + The primary site of AleVT is http://user.exit.de/froese + Also uploaded to ftp://metalab.unc.edu/pub/Linux/apps/video diff --git a/misc/alevt/pkg-plist b/misc/alevt/pkg-plist new file mode 100644 index 000000000000..2f2cb14a7848 --- /dev/null +++ b/misc/alevt/pkg-plist @@ -0,0 +1,5 @@ +bin/alevt +bin/alevt-date +bin/alevt-cap + +include/X11/pixmaps/mini-alevt.xpm -- cgit v1.2.3