git: 900dc78153c7 - main - audio/cam: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 12:43:41 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=900dc78153c7fdf2d072be72665bd4dc2d489889

commit 900dc78153c7fdf2d072be72665bd4dc2d489889
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-08-04 12:43:36 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-08-04 12:43:36 +0000

    audio/cam: Remove expired port
    
    2024-07-31 audio/cam: Abandonware and obsolete, consider using audio/mixertui
---
 MOVED                          |  1 +
 audio/Makefile                 |  1 -
 audio/cam/Makefile             | 30 ------------------------------
 audio/cam/distinfo             |  2 --
 audio/cam/files/patch-cam.c    | 14 --------------
 audio/cam/files/patch-sounds.c | 20 --------------------
 audio/cam/pkg-descr            |  5 -----
 7 files changed, 1 insertion(+), 72 deletions(-)

diff --git a/MOVED b/MOVED
index 4787145e0d8e..5bd80821d9b9 100644
--- a/MOVED
+++ b/MOVED
@@ -3413,3 +3413,4 @@ archivers/pxz||2024-08-04|Has expired: Superseded by xz (Utils), support for mul
 www/mediawiki140||2024-08-04|Has expired: Upstream EOL
 archivers/paq||2024-08-04|Has expired: Outdated, unmaintained and format that never gained any traction
 audio/optimfrog-sse2||2024-08-04|Has expired: Obsolete format that never gained traction, consider using audio/flac
+audio/cam||2024-08-04|Has expired: Abandonware and obsolete, consider using audio/mixertui
diff --git a/audio/Makefile b/audio/Makefile
index 3373b97df355..e824c37ddcb5 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -70,7 +70,6 @@
     SUBDIR += bslizr-lv2
     SUBDIR += cadence
     SUBDIR += calf-lv2
-    SUBDIR += cam
     SUBDIR += cantata
     SUBDIR += caps-lv2
     SUBDIR += caps-plugins
diff --git a/audio/cam/Makefile b/audio/cam/Makefile
deleted file mode 100644
index 008c16b4d0f6..000000000000
--- a/audio/cam/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	cam
-PORTVERSION=	1.02
-CATEGORIES=	audio
-MASTER_SITES=	SUNSITE/apps/sound/mixers
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Cpu's Audio Mixer [curses based]
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Abandonware and obsolete, consider using audio/mixertui
-EXPIRATION_DATE=2024-07-31
-
-USES=		ncurses tar:tgz
-
-MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" \
-		LIBS="${LDFLAGS} ${NCURSESLIBS}" \
-		BINDIR="${PREFIX}/bin" \
-		MANDIR="${PREFIX}/share/man/man1" \
-		XEFILE=""
-
-PLIST_FILES=	bin/cam \
-		share/man/man1/cam.1.gz
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/cam ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/cam.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>
diff --git a/audio/cam/distinfo b/audio/cam/distinfo
deleted file mode 100644
index 3d25d09a098b..000000000000
--- a/audio/cam/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cam-1.02.tgz) = 6bf945e98b776b0c1f90915ab8320f9fe13f23b57928f2131b85db56f042ecb0
-SIZE (cam-1.02.tgz) = 26307
diff --git a/audio/cam/files/patch-cam.c b/audio/cam/files/patch-cam.c
deleted file mode 100644
index 65518f18c2d7..000000000000
--- a/audio/cam/files/patch-cam.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- cam.c.orig	1996-04-09 18:17:57 UTC
-+++ cam.c
-@@ -24,9 +24,10 @@
- 
- 
- 
-+#include <stdlib.h>
- #include "cam.h"
- 
--void main(int argc, char *argv[])
-+int main(int argc, char *argv[])
- {
-   if (argc == 1)
-   {   
diff --git a/audio/cam/files/patch-sounds.c b/audio/cam/files/patch-sounds.c
deleted file mode 100644
index 2325924fd7e4..000000000000
--- a/audio/cam/files/patch-sounds.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- sounds.c.orig	1996-10-21 18:33:55 UTC
-+++ sounds.c
-@@ -36,7 +36,7 @@
- 
- 
- int mixer_fd, recmask, devmask, stereodevs, recsrc;
--char *devname[DEV_COUNT] = SOUND_DEVICE_LABELS;
-+char *cam_devname[DEV_COUNT] = SOUND_DEVICE_LABELS;
- char *mixer_dev = "/dev/mixer";
- struct devices
- {
-@@ -287,7 +287,7 @@ void init_sliders(void)
-           else
-              dev_vol[dev_count].vol_right = dev_vol[dev_count].vol_left;
- 
--          draw_slider( Y, X, devname[dev_nr]);
-+          draw_slider( Y, X, cam_devname[dev_nr]);
-           draw_handle( Y+1, X+14+dev_vol[dev_count].vol_left, FALSE, 4);
-           if (STEREO(dev_nr))
-              draw_handle( Y+2, X+14+dev_vol[dev_count].vol_right, FALSE, 4);          
diff --git a/audio/cam/pkg-descr b/audio/cam/pkg-descr
deleted file mode 100644
index ef6c2b6f6274..000000000000
--- a/audio/cam/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-CAM - Cpu's Audio Mixer
-=================================
-
-This is an audio mixer with an interface or
-command line support.