pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/alevt alevt moved to the multimedia category.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31c22e1c2878
branches:  trunk
changeset: 467073:31c22e1c2878
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jan 26 11:41:28 2004 +0000

description:
alevt moved to the multimedia category.

diffstat:

 graphics/alevt/DESCR            |   5 --
 graphics/alevt/Makefile         |  24 --------------
 graphics/alevt/PLIST            |   8 ----
 graphics/alevt/distinfo         |   5 --
 graphics/alevt/patches/patch-aa |  70 -----------------------------------------
 5 files changed, 0 insertions(+), 112 deletions(-)

diffs (132 lines):

diff -r 1f679bdecae2 -r 31c22e1c2878 graphics/alevt/DESCR
--- a/graphics/alevt/DESCR      Mon Jan 26 11:40:57 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-AleVT is a teletext/videotext decoder and browser for the bttv driver
-(/dev/vbi) and X11.  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 and one to capture teletext pages from
-scripts.
diff -r 1f679bdecae2 -r 31c22e1c2878 graphics/alevt/Makefile
--- a/graphics/alevt/Makefile   Mon Jan 26 11:40:57 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2004/01/24 15:46:42 grant Exp $
-
-DISTNAME=      alevt-1.6.0
-PKGREVISION=   1
-CATEGORIES=    graphics
-MASTER_SITES=  ${MASTER_SITE_SUNSITE:=apps/video/}
-
-MAINTAINER=    magick%bundy.zhadum.de@localhost
-HOMEPAGE=      http://user.exit.de/froese/
-COMMENT=       Teletext decoder and browser for Brooktree 848 compatible TV cards
-
-DEPENDS+=      png>=1.2.1:../../graphics/png
-DEPENDS+=      fxtv>=1.02:../../graphics/fxtv
-
-ONLY_FOR_PLATFORM=     NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
-                       NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-*
-
-USE_X11BASE=   YES
-USE_GNU_TOOLS+=        make
-
-pre-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
-
-.include "../../mk/bsd.pkg.mk"
diff -r 1f679bdecae2 -r 31c22e1c2878 graphics/alevt/PLIST
--- a/graphics/alevt/PLIST      Mon Jan 26 11:40:57 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:50:15 zuntum Exp $
-bin/alevt
-bin/alevt-date
-bin/alevt-cap
-man/man1/alevt.1x
-man/man1/alevt-cap.1
-man/man1/alevt-date.1
-share/pixmaps/mini-alevt.xpm
diff -r 1f679bdecae2 -r 31c22e1c2878 graphics/alevt/distinfo
--- a/graphics/alevt/distinfo   Mon Jan 26 11:40:57 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:08 wiz Exp $
-
-SHA1 (alevt-1.6.0.tar.gz) = ac7d71e738e77fc485c59221171011673e239bbe
-Size (alevt-1.6.0.tar.gz) = 116646 bytes
-SHA1 (patch-aa) = 86e57806c89cdcf55be6125c0c3af6c136c76022
diff -r 1f679bdecae2 -r 31c22e1c2878 graphics/alevt/patches/patch-aa
--- a/graphics/alevt/patches/patch-aa   Mon Jan 26 11:40:57 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,70 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/11/01 15:04:46 tron Exp $
-
---- Makefile.orig      Wed Oct 11 20:08:29 2000
-+++ Makefile   Wed Nov  1 15:56:37 2000
-@@ -6,7 +6,7 @@
- # a smaller and thinner font
- #FONT=neep9
- 
--CFLAGS=$(OPT) -DVERSION=\"$(VER)\" $(DEFS) -I/usr/X11R6/include -I/usr/local/include -W
-+CFLAGS=$(OPT) -DVERSION=\"$(VER)\" $(DEFS) -I$(LOCALBASE)/include -I$(X11BASE)/include -I/usr/local/include -W
- 
- EXPOBJS=export.o exp-txt.o exp-html.o exp-gfx.o font.o
- OBJS=main.o ui.o xio.o fdset.o vbi.o cache.o help.o edline.o search.o edit.o misc.o hamm.o lang.o $(EXPOBJS)
-@@ -14,20 +14,20 @@
- COBJS=alevt-cap.o vbi.o fdset.o misc.o hamm.o lang.o $(EXPOBJS)
- 
- ifneq ($(findstring WITH_PNG,$(DEFS)),)
--EXPLIBS=-L/usr/local/lib -lpng -lz -lm
-+EXPLIBS=-L$(LOCALBASE)/lib -L/usr/local/lib -lpng -lz -lm
- endif
- 
- all: alevt alevt-date alevt-cap alevt.1x alevt-date.1 alevt-cap.1
--      sync
-+#     sync
- 
- alevt: $(OBJS)
--      $(CC) $(OPT) $(OBJS) -o alevt -L/usr/X11R6/lib -lX11 $(EXPLIBS)
-+      $(CC) $(OPT) $(LDFLAGS) $(OBJS) -o alevt -L/usr/X11R6/lib -lX11 $(EXPLIBS)
- 
- alevt-date: $(TOBJS)
--      $(CC) $(OPT) $(TOBJS) -o alevt-date
-+      $(CC) $(OPT) $(LDFLAGS) $(TOBJS) -o alevt-date
- 
- alevt-cap: $(COBJS)
--      $(CC) $(OPT) $(COBJS) -o alevt-cap $(EXPLIBS)
-+      $(CC) $(OPT) $(LDFLAGS) $(COBJS) -o alevt-cap $(EXPLIBS)
- 
- font.h: fontsize.h
- fontsize.h: font1.xbm font2.xbm
-@@ -62,21 +62,21 @@
-       install -m 0755 alevt           ${RPM_BUILD_ROOT}/usr/X11R6/bin
-       install -m 0755 alevt-date      ${RPM_BUILD_ROOT}/usr/X11R6/bin
-       install -m 0755 alevt-cap       ${RPM_BUILD_ROOT}/usr/X11R6/bin
--      install -m 0644 alevt.1x        ${RPM_BUILD_ROOT}/usr/X11R6/man/man1
-+      install -m 0644 alevt.1x        ${RPM_BUILD_ROOT}/usr/X11R6/man/man1/alevt.1
-       install -m 0644 alevt-date.1    ${RPM_BUILD_ROOT}/usr/X11R6/man/man1
-       install -m 0644 alevt-cap.1     ${RPM_BUILD_ROOT}/usr/X11R6/man/man1
- 
- # anything below this line is just for me!
- 
- install: all
--      install -m 0755 alevt           /usr/local/bin
--      install -m 0755 alevt-date      /usr/local/bin
--      install -m 0755 alevt-cap       /usr/local/bin
--      install -m 0644 alevt.1x        /usr/local/man/man1
--      install -m 0644 alevt-date.1    /usr/local/man/man1
--      install -m 0644 alevt-cap.1     /usr/local/man/man1
--      install -m 0644 contrib/mini-alevt.xpm /usr/include/X11/pixmaps
--      sync
-+      $(BSD_INSTALL_PROGRAM) alevt            $(PREFIX)/bin
-+      $(BSD_INSTALL_PROGRAM) alevt-date       $(PREFIX)/bin
-+      $(BSD_INSTALL_PROGRAM) alevt-cap        $(PREFIX)/bin
-+      $(BSD_INSTALL_DATA) alevt.1x    $(PREFIX)/man/man1
-+      $(BSD_INSTALL_DATA) alevt-date.1        $(PREFIX)/man/man1
-+      $(BSD_INSTALL_DATA) alevt-cap.1 $(PREFIX)/man/man1
-+      $(BSD_INSTALL_DATA) contrib/mini-alevt.xpm $(PREFIX)/share/pixmaps
-+#     sync
- 
- depend:
-       makedepend -Y -- $(CFLAGS_none) -- *.c 2>/dev/null



Home | Main Index | Thread Index | Old Index