Date: Thu, 29 Feb 2024 12:08:32 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 03d44aedcdbc - main - graphics/acidwarp: Remove expired port Message-ID: <202402291208.41TC8WOU084802@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=03d44aedcdbcc7a9fc92d723f7c0126f1fde1c83 commit 03d44aedcdbcc7a9fc92d723f7c0126f1fde1c83 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-29 11:52:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-29 11:52:25 +0000 graphics/acidwarp: Remove expired port graphics/acidwarp --- MOVED | 1 + graphics/Makefile | 1 - graphics/acidwarp/Makefile | 40 -------------------------------- graphics/acidwarp/distinfo | 2 -- graphics/acidwarp/files/patch-Makefile | 10 -------- graphics/acidwarp/files/patch-acidwarp_c | 20 ---------------- graphics/acidwarp/pkg-descr | 6 ----- 7 files changed, 1 insertion(+), 79 deletions(-) diff --git a/MOVED b/MOVED index c5b8109174da..30c8d5a3eff9 100644 --- a/MOVED +++ b/MOVED @@ -3009,3 +3009,4 @@ dns/dnscheckengine||2024-02-29|Has expired: Deprecated upstream in favour of Zon dns/sheerdns||2024-02-29|Has expired: Abandonware, upstream dead and last update over 10 years ago finance/cointop||2024-02-29|Has expired: Repo archived upstream Nov 18, 2023 finance/xtrader||2024-02-29|Has expired: Abandoned upstream +graphics/acidwarp||2024-02-29|Has expired: Unmaintained by upstream use acidwarp-sdl instead diff --git a/graphics/Makefile b/graphics/Makefile index daf3c42c90b6..05d030b7c100 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -39,7 +39,6 @@ SUBDIR += a2png SUBDIR += aalib SUBDIR += aaphoto - SUBDIR += acidwarp SUBDIR += acidwarp-sdl SUBDIR += aeskulap SUBDIR += agg diff --git a/graphics/acidwarp/Makefile b/graphics/acidwarp/Makefile deleted file mode 100644 index 9bf8195365da..000000000000 --- a/graphics/acidwarp/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -PORTNAME= acidwarp -PORTVERSION= 1.0 -CATEGORIES= graphics -MASTER_SITES= SUNSITE/apps/graphics/hacks/svgalib - -MAINTAINER= bofh@FreeBSD.org -COMMENT= SVGAlib demo which displays trippy mathematical images in cycling colors -WWW= http://www.noah.org/acidwarp/index.html - -DEPRECATED= Unmaintained by upstream use acidwarp-sdl instead -EXPIRATION_DATE= 2024-02-29 - -LIB_DEPENDS= libvga.so:graphics/svgalib - -ONLY_FOR_ARCHS= i386 -ALL_TARGET= ${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME} - -PLIST_FILES= bin/acidwarp -PORTDOCS= README TODO Thanks - -OPTIONS_DEFINE= SETUID DOCS -OPTIONS_DEFAULT= SETUID -SETUID_DESC= Install with setuid bit set - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSETUID} -BINMODE= 4555 -.endif - -post-extract: - ${RM} ${WRKSRC}/acidwarp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/acidwarp ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/graphics/acidwarp/distinfo b/graphics/acidwarp/distinfo deleted file mode 100644 index 69352caac9fb..000000000000 --- a/graphics/acidwarp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (acidwarp-1.0.tar.gz) = 6a9be805f767e9d44da774fc0e28267d7bb1c52fdb4dfdff8710b95a3f07bf24 -SIZE (acidwarp-1.0.tar.gz) = 58131 diff --git a/graphics/acidwarp/files/patch-Makefile b/graphics/acidwarp/files/patch-Makefile deleted file mode 100644 index 0b13b315a329..000000000000 --- a/graphics/acidwarp/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Thu Aug 8 17:57:37 1996 -+++ Makefile Sun Oct 22 02:56:06 2000 -@@ -1,5 +1,5 @@ --CC=gcc --CFLAGS = -O2 -funroll-all-loops -+CC ?= gcc -+CFLAGS += -L$(LOCALBASE)/lib -I$(LOCALBASE)/include - LFLAGS = -lvgagl -lvga - PROGS = acidwarp - OSOURCES = bit_map.o palinit.o rolnfade.o lut.o diff --git a/graphics/acidwarp/files/patch-acidwarp_c b/graphics/acidwarp/files/patch-acidwarp_c deleted file mode 100644 index 1adaacadfdce..000000000000 --- a/graphics/acidwarp/files/patch-acidwarp_c +++ /dev/null @@ -1,20 +0,0 @@ ---- acidwarp.c.orig Fri Aug 23 10:27:02 1996 -+++ acidwarp.c Sun Oct 22 03:02:21 2000 -@@ -2,7 +2,7 @@ - * All Rights reserved. Private Proprietary Source Code by Noah Spurrier - * Ported to Linux by Steven Wills - */ --#include <malloc.h> -+ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -@@ -41,7 +41,7 @@ - UCHAR MainPalArray [256 * 3]; - UCHAR TargetPalArray [256 * 3]; - --void main (int argc, char *argv[]) -+int main (int argc, char *argv[]) - { - int imageFuncList[NUM_IMAGE_FUNCTIONS], userOptionImageFuncNum; - int paletteTypeNum = 0, userPaletteTypeNumOptionFlag = FALSE; diff --git a/graphics/acidwarp/pkg-descr b/graphics/acidwarp/pkg-descr deleted file mode 100644 index ed979a37a7e8..000000000000 --- a/graphics/acidwarp/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This program generates images from mathematical functions, draws them on the -SVGAlib screen, and cycles the palette. The images are intended to have a -hypnotic effect. - -After exiting the program, you must switch consoles before the display will be -usable again.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402291208.41TC8WOU084802>