The FreeBSD Ports Archive
FreeBSD misc : alevt4>
X11 teletext decoding and display program
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.
http://www.goron.de/~froese/
|
alevt history
v. 1.22
date: 2007/08/23 07:35:53; author: itetcu; state: Exp; lines: +0 -4
- Unbreak on HEAD (gcc 4.2)
PR: ports/115744
Submitted by: Simun Mikecin
v. 1.21
date: 2007/05/25 22:58:53; author: kris; state: Exp; lines: +4 -0
BROKEN with gcc 4.2
v. 1.20
date: 2007/05/19 20:15:32; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2005/05/26 10:51:13; author: danfe; state: Exp; lines: +17 -17
- Adjust COMMENT (no need to mention device name in it)
- Make OPTIONS strings more visually appealing
- Pet portlint ($(FOO) -> ${FOO})
- Mute directory creation in do-install: target
- Utilise ${DATADIR} in Makefile and %%DATADIR%% in pkg-plist
- Reindent Makefile header
- Kill extra empty line in pkg-descr
v. 1.18
date: 2005/05/25 12:17:44; author: oliver; state: Exp; lines: +14 -1
use own do-install target (to get an install-mtree)
install 3 more icons
install iconse above PREFIX/share/alevt
bump PORTREVISION
v. 1.17
date: 2005/05/25 11:47:57; author: oliver; state: Exp; lines: +14 -2
make png support optional (on by default)
add an option to make alevt use a smaller font (off by default)
v. 1.16
date: 2005/05/25 10:21:56; author: oliver; state: Exp; lines: +1 -2
- patch source Makefile
- honor CFLAGS
- search for includes and lins in X11BASE and LOCALBASE instead of
hardcoded paths
- make it BSD-make ready
- use BSD_INSTALL-macros
- remove USE_GMAKE dependency
- while I'm there... change freebsd to FreeBSD (MAINTAINER section)
v. 1.15
date: 2004/12/05 04:54:17; author: linimon; state: Exp; lines: +1 -1
With portmgr hat on, reset Roger's maintainership of these ports. While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
v. 1.14
date: 2004/08/26 14:11:02; author: oliver; state: Exp; lines: +3 -5
update to 1.6.1 which fixes build on RELENG_5
Approved By: maintainer-timeout (9 days)
v. 1.13
date: 2004/02/04 05:07:35; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.12
date: 2003/03/07 06:06:57; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.11
date: 2001/09/11 03:22:48; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.10
date: 2001/02/21 06:35:17; author: roger; state: Exp; lines: +2 -2
Update with new URL for the homepage and mastersite
v. 1.9
date: 2000/10/16 08:14:52; author: roger; state: Exp; lines: +2 -2
Update to Alevt 1.6.0
v. 1.8
date: 2000/07/04 07:12:42; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.7
date: 2000/06/23 13:21:58; author: sobomax; state: Exp; lines: +4 -3
- Use MASTER_SITE_SUNSITE to MASTER_SITES
PR: 19496
Submitted by: KATO Tsuguru
v. 1.6
date: 2000/04/14 08:45:16; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.5
date: 1999/11/05 12:26:20; author: roger; state: Exp; lines: +3 -3
Upate to version 1.5.1
v. 1.4
date: 1999/10/15 13:55:43; author: asami; state: Exp; lines: +3 -3
Add LIB_DEPENDS=png. While I'm here, remove the extra include
(bsd.port.pre.mk).
Found by: bento
v. 1.3
date: 1999/10/12 10:31:32; author: roger; state: Exp; lines: +5 -4
Upgrade to version 1.5.0.
New features include 'save to disk' in both ascii and html
formats.
alevt-date is fixed too, so you cn set your system clock from teletext
v. 1.2
date: 1999/08/25 07:21:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.1
date: 1999/08/18 15:08:37; author: roger; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/08/18 15:08:37; author: roger; state: Exp; lines: +0 -0
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.
=============================================================================
v. 1.22
date: 2007/08/23 07:35:53; author: itetcu; state: Exp; lines: +0 -4
- Unbreak on HEAD (gcc 4.2)
PR: ports/115744
Submitted by: Simun Mikecin
v. 1.21
date: 2007/05/25 22:58:53; author: kris; state: Exp; lines: +4 -0
BROKEN with gcc 4.2
v. 1.20
date: 2007/05/19 20:15:32; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2005/05/26 10:51:13; author: danfe; state: Exp; lines: +17 -17
- Adjust COMMENT (no need to mention device name in it)
- Make OPTIONS strings more visually appealing
- Pet portlint ($(FOO) -> ${FOO})
- Mute directory creation in do-install: target
- Utilise ${DATADIR} in Makefile and %%DATADIR%% in pkg-plist
- Reindent Makefile header
- Kill extra empty line in pkg-descr
v. 1.18
date: 2005/05/25 12:17:44; author: oliver; state: Exp; lines: +14 -1
use own do-install target (to get an install-mtree)
install 3 more icons
install iconse above PREFIX/share/alevt
bump PORTREVISION
v. 1.17
date: 2005/05/25 11:47:57; author: oliver; state: Exp; lines: +14 -2
make png support optional (on by default)
add an option to make alevt use a smaller font (off by default)
v. 1.16
date: 2005/05/25 10:21:56; author: oliver; state: Exp; lines: +1 -2
- patch source Makefile
- honor CFLAGS
- search for includes and lins in X11BASE and LOCALBASE instead of
hardcoded paths
- make it BSD-make ready
- use BSD_INSTALL-macros
- remove USE_GMAKE dependency
- while I'm there... change freebsd to FreeBSD (MAINTAINER section)
v. 1.15
date: 2004/12/05 04:54:17; author: linimon; state: Exp; lines: +1 -1
With portmgr hat on, reset Roger's maintainership of these ports. While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
v. 1.14
date: 2004/08/26 14:11:02; author: oliver; state: Exp; lines: +3 -5
update to 1.6.1 which fixes build on RELENG_5
Approved By: maintainer-timeout (9 days)
v. 1.13
date: 2004/02/04 05:07:35; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.12
date: 2003/03/07 06:06:57; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.11
date: 2001/09/11 03:22:48; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.10
date: 2001/02/21 06:35:17; author: roger; state: Exp; lines: +2 -2
Update with new URL for the homepage and mastersite
v. 1.9
date: 2000/10/16 08:14:52; author: roger; state: Exp; lines: +2 -2
Update to Alevt 1.6.0
v. 1.8
date: 2000/07/04 07:12:42; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.7
date: 2000/06/23 13:21:58; author: sobomax; state: Exp; lines: +4 -3
- Use MASTER_SITE_SUNSITE to MASTER_SITES
PR: 19496
Submitted by: KATO Tsuguru
v. 1.6
date: 2000/04/14 08:45:16; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.5
date: 1999/11/05 12:26:20; author: roger; state: Exp; lines: +3 -3
Upate to version 1.5.1
v. 1.4
date: 1999/10/15 13:55:43; author: asami; state: Exp; lines: +3 -3
Add LIB_DEPENDS=png. While I'm here, remove the extra include
(bsd.port.pre.mk).
Found by: bento
v. 1.3
date: 1999/10/12 10:31:32; author: roger; state: Exp; lines: +5 -4
Upgrade to version 1.5.0.
New features include 'save to disk' in both ascii and html
formats.
alevt-date is fixed too, so you cn set your system clock from teletext
v. 1.2
date: 1999/08/25 07:21:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.1
date: 1999/08/18 15:08:37; author: roger; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/08/18 15:08:37; author: roger; state: Exp; lines: +0 -0
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.
=============================================================================
v. 1.22
date: 2007/08/23 07:35:53; author: itetcu; state: Exp; lines: +0 -4
- Unbreak on HEAD (gcc 4.2)
PR: ports/115744
Submitted by: Simun Mikecin
v. 1.21
date: 2007/05/25 22:58:53; author: kris; state: Exp; lines: +4 -0
BROKEN with gcc 4.2
v. 1.20
date: 2007/05/19 20:15:32; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2005/05/26 10:51:13; author: danfe; state: Exp; lines: +17 -17
- Adjust COMMENT (no need to mention device name in it)
- Make OPTIONS strings more visually appealing
- Pet portlint ($(FOO) -> ${FOO})
- Mute directory creation in do-install: target
- Utilise ${DATADIR} in Makefile and %%DATADIR%% in pkg-plist
- Reindent Makefile header
- Kill extra empty line in pkg-descr
v. 1.18
date: 2005/05/25 12:17:44; author: oliver; state: Exp; lines: +14 -1
use own do-install target (to get an install-mtree)
install 3 more icons
install iconse above PREFIX/share/alevt
bump PORTREVISION
v. 1.17
date: 2005/05/25 11:47:57; author: oliver; state: Exp; lines: +14 -2
make png support optional (on by default)
add an option to make alevt use a smaller font (off by default)
v. 1.16
date: 2005/05/25 10:21:56; author: oliver; state: Exp; lines: +1 -2
- patch source Makefile
- honor CFLAGS
- search for includes and lins in X11BASE and LOCALBASE instead of
hardcoded paths
- make it BSD-make ready
- use BSD_INSTALL-macros
- remove USE_GMAKE dependency
- while I'm there... change freebsd to FreeBSD (MAINTAINER section)
v. 1.15
date: 2004/12/05 04:54:17; author: linimon; state: Exp; lines: +1 -1
With portmgr hat on, reset Roger's maintainership of these ports. While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
v. 1.14
date: 2004/08/26 14:11:02; author: oliver; state: Exp; lines: +3 -5
update to 1.6.1 which fixes build on RELENG_5
Approved By: maintainer-timeout (9 days)
v. 1.13
date: 2004/02/04 05:07:35; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.12
date: 2003/03/07 06:06:57; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.11
date: 2001/09/11 03:22:48; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.10
date: 2001/02/21 06:35:17; author: roger; state: Exp; lines: +2 -2
Update with new URL for the homepage and mastersite
v. 1.9
date: 2000/10/16 08:14:52; author: roger; state: Exp; lines: +2 -2
Update to Alevt 1.6.0
v. 1.8
date: 2000/07/04 07:12:42; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.7
date: 2000/06/23 13:21:58; author: sobomax; state: Exp; lines: +4 -3
- Use MASTER_SITE_SUNSITE to MASTER_SITES
PR: 19496
Submitted by: KATO Tsuguru
v. 1.6
date: 2000/04/14 08:45:16; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.5
date: 1999/11/05 12:26:20; author: roger; state: Exp; lines: +3 -3
Upate to version 1.5.1
v. 1.4
date: 1999/10/15 13:55:43; author: asami; state: Exp; lines: +3 -3
Add LIB_DEPENDS=png. While I'm here, remove the extra include
(bsd.port.pre.mk).
Found by: bento
v. 1.3
date: 1999/10/12 10:31:32; author: roger; state: Exp; lines: +5 -4
Upgrade to version 1.5.0.
New features include 'save to disk' in both ascii and html
formats.
alevt-date is fixed too, so you cn set your system clock from teletext
v. 1.2
date: 1999/08/25 07:21:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.1
date: 1999/08/18 15:08:37; author: roger; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/08/18 15:08:37; author: roger; state: Exp; lines: +0 -0
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.
=============================================================================
|
| |

|