summaryrefslogtreecommitdiff
path: root/multimedia/mplex
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplex')
-rw-r--r--multimedia/mplex/Makefile21
-rw-r--r--multimedia/mplex/distinfo1
-rw-r--r--multimedia/mplex/files/mplex.118
-rw-r--r--multimedia/mplex/files/patch-ab14
-rw-r--r--multimedia/mplex/files/patch-ac22
-rw-r--r--multimedia/mplex/files/patch-ad64
-rw-r--r--multimedia/mplex/files/patch-ae20
-rw-r--r--multimedia/mplex/pkg-comment1
-rw-r--r--multimedia/mplex/pkg-descr20
-rw-r--r--multimedia/mplex/pkg-plist1
10 files changed, 0 insertions, 182 deletions
diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile
deleted file mode 100644
index 8ce9d876d8f5..000000000000
--- a/multimedia/mplex/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: mplex
-# Date created: Wed Jul 31 20:54:54 CDT 1996
-# Whom: erich@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= mplex
-PORTVERSION= 1.1
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.leo.org/pub/comp/general/graphics/mpeg/mplex/
-
-MAINTAINER= ports@FreeBSD.org
-
-MAN1= mplex.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
- ${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/multimedia/mplex/distinfo b/multimedia/mplex/distinfo
deleted file mode 100644
index e54c3a1bdaba..000000000000
--- a/multimedia/mplex/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mplex-1.1.tar.gz) = 3da8bd9ba199aa439a0bdd2ab2d93230
diff --git a/multimedia/mplex/files/mplex.1 b/multimedia/mplex/files/mplex.1
deleted file mode 100644
index 0d7b0c0be1a5..000000000000
--- a/multimedia/mplex/files/mplex.1
+++ /dev/null
@@ -1,18 +0,0 @@
-.\" The following requests are required for all man pages.
-.Dd Thu Aug 1 09:36:57 CDT 1996
-.Os
-.Dt mplex 1
-.Sh NAME
-.Nm mplex
-.Sh SYNOPSIS
-.Nm mplex
-.Ar file1
-.Op file2
-.Ar file3
-.Sh DESCRIPTION
-.Nm mplex
-multiplexes MPEG audio and video streams into system layers.
-
-.Sh AUTHORS
-mplex was written by Christoph Moar <moar@informatik.tu-muenchen.de>.
-This man page was written by Eric L. Hernes <erich@FreeBSD.org>
diff --git a/multimedia/mplex/files/patch-ab b/multimedia/mplex/files/patch-ab
deleted file mode 100644
index 4604cf28b84c..000000000000
--- a/multimedia/mplex/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig Tue Apr 11 16:46:13 1995
-+++ Makefile Fri Feb 11 09:53:49 2000
-@@ -19,9 +19,9 @@
-
- #CFLAGS = -g
-
--CFLAGS = -O
-+CFLAGS?= -O
- LDFLAGS= -lm
--CC = cc
-+CC ?= cc
- RM = /bin/rm -f
-
- OBJS = main.o bitstrm.o buffer.o inits.o inptstrm.o interact.o multplex.o systems.o timecode.o
diff --git a/multimedia/mplex/files/patch-ac b/multimedia/mplex/files/patch-ac
deleted file mode 100644
index 71c8be526b9b..000000000000
--- a/multimedia/mplex/files/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- inptstrm.c.orig Wed May 31 22:04:11 1995
-+++ inptstrm.c Fri Feb 11 09:52:17 2000
-@@ -310,7 +310,9 @@
- fclose (info_file);
- output_info_video (video_info);
-
-+#if 0
- ask_continue ();
-+#endif
- }
-
- /*************************************************************************
-@@ -565,7 +567,9 @@
- close_bit_stream_r (&audio_bs);
- fclose (info_file);
- output_info_audio (audio_info);
-+#if 0
- ask_continue ();
-+#endif
-
- }
-
diff --git a/multimedia/mplex/files/patch-ad b/multimedia/mplex/files/patch-ad
deleted file mode 100644
index cd10d6624057..000000000000
--- a/multimedia/mplex/files/patch-ad
+++ /dev/null
@@ -1,64 +0,0 @@
---- multplex.c.orig Tue Jun 6 21:16:52 1995
-+++ multplex.c Fri Feb 11 09:52:17 2000
-@@ -129,21 +129,28 @@
- picture_start = TRUE;
- }
-
-+#ifdef ASK_FOR_PARAMS
- printf("\nMerging elementary streams to MPEG/SYSTEMS multiplexed stream.\n");
- printf("\n+------------------ MPEG/SYSTEMS INFORMATION -----------------+\n");
--
-+
- do
-+
- {
- printf ("\nsector size (CD-ROM 2324 bytes) : ");
- scanf ("%ld", &sector_size);
- } while (sector_size>MAX_SECTOR_SIZE);
--
- printf ("packs to packets ratio 1 : ");
- scanf ("%ld", &packets_per_pack);
- printf ("\nSTD video buffer in kB (CSPS: max 46 kB) : ");
- scanf ("%ld", &video_buffer_size);
- printf ("STD audio buffer in kB (CSPS: max 4 kB) : ");
- scanf ("%ld", &audio_buffer_size);
-+#else
-+ sector_size=2324;
-+ packets_per_pack=1;
-+ video_buffer_size=46;
-+ audio_buffer_size=4;
-+#endif
-
- write_pack = packets_per_pack;
- video_buffer_size *= 1024;
-@@ -197,6 +204,7 @@
- (double)(packets_per_pack-1.))) / (double)(packets_per_pack) );
- data_rate = ceil(dmux_rate/50.)*50;
-
-+#ifdef ASK_FOR_PARAMS
- printf ("\ncomputed multiplexed stream data rate : %7.3f\n",dmux_rate);
- printf ("target data rate (e.g. %6u) : ",data_rate);
- scanf ("%lf", &dmux_rate);
-@@ -206,12 +214,22 @@
- scanf ("%u", &video_delay_ms);
- printf ("audio stream startup offset (ms) : ");
- scanf ("%u", &audio_delay_ms);
-+#else
-+ dmux_rate=data_rate;
-+ sectors_delay=0;
-+ video_delay_ms=0;
-+ audio_delay_ms=0;
-+#endif
-
- video_delay = (double)video_delay_ms*(double)(CLOCKS/1000);
- audio_delay = (double)audio_delay_ms*(double)(CLOCKS/1000);
-
-+#ifdef ASK_FOR_PARAMS
- verbose=ask_verbose();
- printf ("\n");
-+#else
-+ verbose=1;
-+#endif
-
- #ifdef TIMER
- gettimeofday (&tp_global_start,NULL);
diff --git a/multimedia/mplex/files/patch-ae b/multimedia/mplex/files/patch-ae
deleted file mode 100644
index 41149fd1580f..000000000000
--- a/multimedia/mplex/files/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
---- interact.c.orig Wed May 31 20:18:33 1995
-+++ interact.c Fri Feb 11 10:04:07 2000
-@@ -67,7 +67,7 @@
- char input[20];
-
- printf ("\nContinue processing (y/n) : ");
-- do gets (input);
-+ do fgets (input, sizeof(input), stdin);
- while (input[0]!='N'&&input[0]!='n'&&input[0]!='y'&&input[0]!='Y');
-
- if (input[0]=='N' || input[0]=='n')
-@@ -92,7 +92,7 @@
- char input[20];
-
- printf ("\nVery verbose mode (y/n) : ");
-- do gets (input);
-+ do fgets (input, sizeof(input), stdin);
- while (input[0]!='N'&&input[0]!='n'&&input[0]!='y'&&input[0]!='Y');
-
- if (input[0]=='N' || input[0]=='n') return (FALSE); else return (TRUE);
diff --git a/multimedia/mplex/pkg-comment b/multimedia/mplex/pkg-comment
deleted file mode 100644
index efa9e7d542b0..000000000000
--- a/multimedia/mplex/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Multiplexes MPEG component streams into system layers
diff --git a/multimedia/mplex/pkg-descr b/multimedia/mplex/pkg-descr
deleted file mode 100644
index 5713d3a5e08a..000000000000
--- a/multimedia/mplex/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-The mplex multiplexes MPEG audio and video streams into system layers.
-
-From INSTRUCT (in the mplex source):
->
-> Please note that I do not have a comprehensive instruction manual for this
-> release. I suggest you try the program out with some default values and
-> learn something more about ISO/IEC 11172-1 (aka MPEG1/Systems).
->
->
-> Christoph.
-> moar@heaven.zfe.siemens.de
-> +---------------------------------------+--------------------------------+
-> | http://www.informatik.tu-muenchen.de/ | Christoph Moar |
-> | cgi-bin/nph-gateway/hphalle6/~moar/ | Kaulbachstr.29a |
-> | index.html | 80539 Munich |
-> | email:moar@informatik.tu-muenchen.de | voice: ++49 - 89 - 23862874 |
-> +---------------------------------------+--------------------------------+
-
-eric.
-erich@FreeBSD.org
diff --git a/multimedia/mplex/pkg-plist b/multimedia/mplex/pkg-plist
deleted file mode 100644
index ce53129766dd..000000000000
--- a/multimedia/mplex/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/mplex