diff options
author | roger <roger@FreeBSD.org> | 1999-08-18 23:08:37 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-08-18 23:08:37 +0800 |
commit | 9c989a454572505a5e30a78f87ccddbc28b346f2 (patch) | |
tree | 9e3062409e8662b373c96012e729a82c18e761b3 | |
parent | 6ad97b31c8cad239a99a43b2025fdf89f605dcfe (diff) | |
download | freebsd-ports-graphics-9c989a454572505a5e30a78f87ccddbc28b346f2.tar.gz freebsd-ports-graphics-9c989a454572505a5e30a78f87ccddbc28b346f2.tar.zst freebsd-ports-graphics-9c989a454572505a5e30a78f87ccddbc28b346f2.zip |
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.
-rw-r--r-- | misc/alevt/Makefile | 21 | ||||
-rw-r--r-- | misc/alevt/distinfo | 1 | ||||
-rw-r--r-- | misc/alevt/files/patch-aa | 9 | ||||
-rw-r--r-- | misc/alevt/files/patch-ab | 15 | ||||
-rw-r--r-- | misc/alevt/pkg-comment | 1 | ||||
-rw-r--r-- | misc/alevt/pkg-descr | 12 | ||||
-rw-r--r-- | misc/alevt/pkg-plist | 5 |
7 files changed, 64 insertions, 0 deletions
diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile new file mode 100644 index 00000000000..c9df63ebb10 --- /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 <roger@freebsd.org> +# +# $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 <bsd.port.pre.mk> + +.include <bsd.port.mk> diff --git a/misc/alevt/distinfo b/misc/alevt/distinfo new file mode 100644 index 00000000000..e36b3ada868 --- /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 00000000000..a94038293c7 --- /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 <sys/types.h> + #include <stdlib.h> + #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 00000000000..eb7d948a297 --- /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 00000000000..f28ddc92eea --- /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 00000000000..a256956dbd1 --- /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 00000000000..2f2cb14a784 --- /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 |