1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

audio/cam: Remove expired port

2024-07-31 audio/cam: Abandonware and obsolete, consider using audio/mixertui
This commit is contained in:
Rene Ladan 2024-08-04 14:43:36 +02:00
parent 15287089d5
commit 900dc78153
7 changed files with 1 additions and 72 deletions

1
MOVED
View File

@ -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

View File

@ -70,7 +70,6 @@
SUBDIR += bslizr-lv2
SUBDIR += cadence
SUBDIR += calf-lv2
SUBDIR += cam
SUBDIR += cantata
SUBDIR += caps-lv2
SUBDIR += caps-plugins

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (cam-1.02.tgz) = 6bf945e98b776b0c1f90915ab8320f9fe13f23b57928f2131b85db56f042ecb0
SIZE (cam-1.02.tgz) = 26307

View File

@ -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)
{

View File

@ -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);

View File

@ -1,5 +0,0 @@
CAM - Cpu's Audio Mixer
=================================
This is an audio mixer with an interface or
command line support.