summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>1999-08-18 15:08:37 +0000
committerRoger Hardiman <roger@FreeBSD.org>1999-08-18 15:08:37 +0000
commita9a62b3c416749efcb32b4a43fe8a32e0c001b5a (patch)
tree8309dbe3e2eda2968e8c3f61737c0193de317adb
parentBitmap-emacs20 is Package to use bitmap in Emacs20. (diff)
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.
Notes
Notes: svn path=/head/; revision=20782
-rw-r--r--misc/alevt/Makefile21
-rw-r--r--misc/alevt/distinfo1
-rw-r--r--misc/alevt/files/patch-aa9
-rw-r--r--misc/alevt/files/patch-ab15
-rw-r--r--misc/alevt/pkg-comment1
-rw-r--r--misc/alevt/pkg-descr12
-rw-r--r--misc/alevt/pkg-plist5
7 files changed, 64 insertions, 0 deletions
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 <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 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 <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 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