diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-16 19:31:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-16 19:31:09 +0800 |
commit | b75b632921f56dccaa189367e3bb162fe94f10a1 (patch) | |
tree | 40184f5dc91238cc2bac014ab928a25e56fd8c06 /misc | |
parent | a7ee439f233fb32bd81dddc1e2ecc1bfd236273f (diff) | |
download | freebsd-ports-gnome-b75b632921f56dccaa189367e3bb162fe94f10a1.tar.gz freebsd-ports-gnome-b75b632921f56dccaa189367e3bb162fe94f10a1.tar.zst freebsd-ports-gnome-b75b632921f56dccaa189367e3bb162fe94f10a1.zip |
2012-07-13 misc/alevt: No more upstream
2012-05-10 multimedia/moonlight: BROKEN for more than 6 month
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/alevt/Makefile | 50 | ||||
-rw-r--r-- | misc/alevt/distinfo | 2 | ||||
-rw-r--r-- | misc/alevt/files/patch-aa | 56 | ||||
-rw-r--r-- | misc/alevt/files/patch-ab | 16 | ||||
-rw-r--r-- | misc/alevt/files/patch-ac | 8 | ||||
-rw-r--r-- | misc/alevt/files/patch-exp-gfx.c | 10 | ||||
-rw-r--r-- | misc/alevt/files/patch-xio.c | 10 | ||||
-rw-r--r-- | misc/alevt/pkg-descr | 10 | ||||
-rw-r--r-- | misc/alevt/pkg-plist | 8 |
10 files changed, 0 insertions, 171 deletions
diff --git a/misc/Makefile b/misc/Makefile index ddc580188cd8..17b04d02799b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -6,7 +6,6 @@ SUBDIR += achievo SUBDIR += aclgen SUBDIR += airoflash - SUBDIR += alevt SUBDIR += amanda-client SUBDIR += amanda-perl-wrapper SUBDIR += amanda-server diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile deleted file mode 100644 index 5a142479a624..000000000000 --- a/misc/alevt/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: AleVT -# Date created: Wed Aug 18 13:23:00 BST 1999 -# Whom: Roger Hardiman <roger@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= alevt -PORTVERSION= 1.6.2 -PORTREVISION= 2 -CATEGORIES= misc -MASTER_SITES= http://www.goron.de/~froese/alevt/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= X11 teletext decoding and display program - -DEPRECATED= No more upstream -EXPIRATION_DATE= 2012-07-13 - -OPTIONS= PNG "Export pages as PNG image" on \ - SMALLFONT "Use a smaller and thiner font" off - -USE_XORG= x11 -MAN1= alevt.1x alevt-date.1 alevt-cap.1 - -.include <bsd.port.pre.mk> - -.if defined(WITH_PNG) -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png -MAKE_ARGS+= -DWITH_PNG -.endif - -.if defined(WITH_SMALLFONT) -MAKE_ARGS+= -DWITH_SMALLFONT -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/alevt ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/alevt-date ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/alevt-cap ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/alevt.1x ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/alevt-date.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/alevt-cap.1 ${PREFIX}/man/man1 - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/mini-alevt.xpm ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/icon-old.xbm ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/icon48x48.xpm ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/icon54x60.xpm ${DATADIR} - -.include <bsd.port.post.mk> diff --git a/misc/alevt/distinfo b/misc/alevt/distinfo deleted file mode 100644 index 6a555985828d..000000000000 --- a/misc/alevt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (alevt-1.6.2.tar.gz) = 9347c2af4b528edec87df8a424ddccebcc252ca7a06f6b18310733cfa547e5f5 -SIZE (alevt-1.6.2.tar.gz) = 133234 diff --git a/misc/alevt/files/patch-aa b/misc/alevt/files/patch-aa deleted file mode 100644 index 23bdb58d8a27..000000000000 --- a/misc/alevt/files/patch-aa +++ /dev/null @@ -1,56 +0,0 @@ ---- Makefile.orig 2007-12-03 05:19:54.000000000 +0000 -+++ Makefile 2008-04-30 12:36:24.000000000 +0000 -@@ -1,37 +1,40 @@ - VER=1.6.2 --OPT=-O2 -s -w --#OPT=-O -g -+ -+.if defined(WITH_PNG) - DEFS=-DWITH_PNG -+PNG_LIBS=-L${LOCALBASE}/lib -lpng -lz -lm -+.endif -+ -+.if defined(WITH_SMALLFONT) -+FONT=neep9 -+.else - FONT=vtxt --USR_X11R6=/usr/X11R6 -+.endif -+ -+USR_X11R6=/usr/local - #USR_X11R6=/usr - MAN_DIR=man - #MAN_DIR=share/man - HOSTCC=$(CC) --# a smaller and thinner font --#FONT=neep9 - --CFLAGS=$(OPT) -DVERSION=\"$(VER)\" $(DEFS) -I$(USR_X11R6)/include -+CFLAGS+=-DVERSION=\"$(VER)\" $(DEFS) -I${LOCALBASE}/include -W -+X11_LIBS=-L${LOCALBASE}/lib -lX11 - - 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) - TOBJS=alevt-date.o vbi.o fdset.o misc.o hamm.o lang.o - COBJS=alevt-cap.o vbi.o fdset.o misc.o hamm.o lang.o $(EXPOBJS) - --ifneq ($(findstring WITH_PNG,$(DEFS)),) --EXPLIBS=-lpng -lz -lm --endif -- - all: alevt alevt-date alevt-cap alevt.1x alevt-date.1 alevt-cap.1 - - alevt: $(OBJS) -- $(CC) $(OPT) $(OBJS) -o alevt -L$(USR_X11R6)/lib -L$(USR_X11R6)/lib64 -lX11 $(EXPLIBS) -+ $(CC) $(CFLAGS) $(OBJS) -o alevt $(PNG_LIBS) $(X11_LIBS) - - alevt-date: $(TOBJS) -- $(CC) $(OPT) $(TOBJS) -o alevt-date -+ $(CC) $(CFLAGS) $(TOBJS) -o alevt-date - - alevt-cap: $(COBJS) -- $(CC) $(OPT) $(COBJS) -o alevt-cap $(EXPLIBS) -+ $(CC) $(CFLAGS) $(COBJS) -o alevt-cap $(PNG_LIBS) - - font.o: font1.xbm font2.xbm - fontsize.h: font1.xbm font2.xbm diff --git a/misc/alevt/files/patch-ab b/misc/alevt/files/patch-ab deleted file mode 100644 index b499e4a160a4..000000000000 --- a/misc/alevt/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- exp-html.c.orig Tue Oct 17 21:28:30 2000 -+++ exp-html.c Tue Aug 17 16:31:33 2004 -@@ -268,7 +268,12 @@ - { - //if previous nbsp --> put semicolon!!! - if (nbsp) fputc(';',fp); -- fputc(pg->data[y][z].ch,fp); -+ -+ // Handle ascii characters which have HTML meanings -+ if (pg->data[y][z].ch == '<') fprintf(fp,"<"); -+ else if (pg->data[y][z].ch == '>') fprintf(fp,">"); -+ else if (pg->data[y][z].ch == '&') fprintf(fp,"&"); -+ else fputc(pg->data[y][z].ch,fp); - last_space=0; - nbsp=0; - } diff --git a/misc/alevt/files/patch-ac b/misc/alevt/files/patch-ac deleted file mode 100644 index 9ecfa0504e21..000000000000 --- a/misc/alevt/files/patch-ac +++ /dev/null @@ -1,8 +0,0 @@ ---- lang.h.orig Tue Aug 17 16:34:24 2004 -+++ lang.h Tue Aug 17 16:34:36 2004 -@@ -19,4 +19,4 @@ - void add_enhance(struct enhance *eh, int dcode, u32 *data); - void enhance(struct enhance *eh, struct vt_page *vtp); - --#endif LANG_H -+#endif /* LANG_H */ diff --git a/misc/alevt/files/patch-exp-gfx.c b/misc/alevt/files/patch-exp-gfx.c deleted file mode 100644 index 5b042ea3dd74..000000000000 --- a/misc/alevt/files/patch-exp-gfx.c +++ /dev/null @@ -1,10 +0,0 @@ ---- exp-gfx.c.orig 2007-12-03 03:56:06.000000000 +0100 -+++ exp-gfx.c 2012-05-05 08:55:49.000000000 +0200 -@@ -6,6 +6,7 @@ - - #include "lang.h" - #include "export.h" -+#include "zlib.h" - - #include "font.h" - #define WW (W*CW) /* pixel width of window */ diff --git a/misc/alevt/files/patch-xio.c b/misc/alevt/files/patch-xio.c deleted file mode 100644 index 9f8a5cd55ef6..000000000000 --- a/misc/alevt/files/patch-xio.c +++ /dev/null @@ -1,10 +0,0 @@ ---- xio.c.orig 2007-12-03 06:18:04.000000000 +0000 -+++ xio.c 2008-04-30 12:37:57.000000000 +0000 -@@ -156,6 +156,7 @@ - } - - -+static void handle_event(); //forward ref - - struct xio * - xio_open_dpy(char *dpy, int argc, char **argv) diff --git a/misc/alevt/pkg-descr b/misc/alevt/pkg-descr deleted file mode 100644 index a87ac289fbb9..000000000000 --- a/misc/alevt/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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. - -WWW: http://www.goron.de/~froese/ diff --git a/misc/alevt/pkg-plist b/misc/alevt/pkg-plist deleted file mode 100644 index 03a374126bf9..000000000000 --- a/misc/alevt/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/alevt -bin/alevt-date -bin/alevt-cap -%%DATADIR%%/icon-old.xbm -%%DATADIR%%/icon48x48.xpm -%%DATADIR%%/icon54x60.xpm -%%DATADIR%%/mini-alevt.xpm -@dirrm %%DATADIR%% |