summaryrefslogtreecommitdiff
path: root/multimedia/mpeg2codec
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg2codec')
-rw-r--r--multimedia/mpeg2codec/Makefile28
-rw-r--r--multimedia/mpeg2codec/distinfo1
-rw-r--r--multimedia/mpeg2codec/files/patch-aa40
-rw-r--r--multimedia/mpeg2codec/files/patch-ab23
-rw-r--r--multimedia/mpeg2codec/pkg-comment1
-rw-r--r--multimedia/mpeg2codec/pkg-descr2
-rw-r--r--multimedia/mpeg2codec/pkg-plist9
7 files changed, 0 insertions, 104 deletions
diff --git a/multimedia/mpeg2codec/Makefile b/multimedia/mpeg2codec/Makefile
deleted file mode 100644
index 30cac58df698..000000000000
--- a/multimedia/mpeg2codec/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: mpeg2codec
-# Version required: 1.2
-# Date created: November 25, 1996
-# Whom: "Philippe Charnier" <charnier@lirmm.fr>
-#
-# $FreeBSD$
-#
-
-DISTNAME= mpeg2codec-1.2
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.mpeg.org/pub/mpeg/mssg/
-DISTFILES= mpeg2vidcodec_v12.tar.gz
-
-MAINTAINER= charnier@lirmm.fr
-
-USE_X_PREFIX= yes
-WRKSRC= ${WRKDIR}/mpeg2
-
-do-install:
-.for i in dec enc
- ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${WRKSRC}/src/mpeg2${i}/mpeg2${i}ode ${PREFIX}/bin
-.endfor
- ${MKDIR} ${PREFIX}/share/mpeg2
- ${CP} ${WRKSRC}/doc/mpeg2enc.doc ${PREFIX}/share/mpeg2
- ${CP} ${WRKSRC}/par/* ${PREFIX}/share/mpeg2
-
-.include <bsd.port.mk>
diff --git a/multimedia/mpeg2codec/distinfo b/multimedia/mpeg2codec/distinfo
deleted file mode 100644
index 158edc394e9e..000000000000
--- a/multimedia/mpeg2codec/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mpeg2vidcodec_v12.tar.gz) = 4a66565979be0818bd8a41d948943451
diff --git a/multimedia/mpeg2codec/files/patch-aa b/multimedia/mpeg2codec/files/patch-aa
deleted file mode 100644
index 4dab9efa9c97..000000000000
--- a/multimedia/mpeg2codec/files/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
---- Makefile.orig Sat Jul 20 03:35:46 1996
-+++ Makefile Tue Jan 5 16:34:35 1999
-@@ -30,31 +30,30 @@
- # uncomment the following two lines if you want to include X11 support
- # (mpeg2decode)
-
--#USE_DISP = -DDISPLAY
-+USE_DISP = -DDISPLAY
- #LIBS = -lX11
-
- # uncomment the following two lines if you want to use shared memory
- # (faster display if server and client run on the same machine)
- # (mpeg2decode)
-
--#USE_SHMEM = -DSH_MEM
--#LIBS = -lXext -lX11
-+USE_SHMEM = -DSH_MEM
-+LIBS = -lXext -lX11
-
- # if your X11 include files / libraries are in a non standard location:
- # set INCLUDEDIR to -I followed by the appropriate include file path and
- # set LIBRARYDIR to -L followed by the appropriate library path
- # (mpeg2decode)
-
--#INCLUDEDIR = -I/usr/openwin/include
--#LIBRARYDIR = -L/usr/openwin/lib
-+INCLUDEDIR = -I${X11BASE}/include
-+LIBRARYDIR = -L${X11BASE}/lib
-
- # select one of the following CC CFLAGS settings
-
- #
- # GNU gcc
- #
--CC = gcc
--CFLAGS = -O2
-+CC = cc
-
- all: mpeg2decode mpeg2encode
-
diff --git a/multimedia/mpeg2codec/files/patch-ab b/multimedia/mpeg2codec/files/patch-ab
deleted file mode 100644
index b0f6df0ce9fb..000000000000
--- a/multimedia/mpeg2codec/files/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
---- ./src/mpeg2enc/mpeg2enc.c 1996/11/25 21:18:23 1.1
-+++ ./src/mpeg2enc/mpeg2enc.c 1996/11/25 21:22:40
-@@ -29,6 +29,7 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <floatingpoint.h>
-
- #define GLOBAL /* used by global.h */
- #include "config.h"
-@@ -50,6 +51,12 @@
- printf("Usage: mpeg2encode in.par out.m2v\n");
- exit(0);
- }
-+
-+ /*
-+ * this prevents a floating point exception in calcSNR (stats.c) when
-+ * working on black and white images (charnier@lirmm.fr)
-+ */
-+ fpsetmask(0);
-
- /* read parameter file */
- readparmfile(argv[1]);
diff --git a/multimedia/mpeg2codec/pkg-comment b/multimedia/mpeg2codec/pkg-comment
deleted file mode 100644
index 82c613e1f0a8..000000000000
--- a/multimedia/mpeg2codec/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An MPEG-2 Encoder and Decoder
diff --git a/multimedia/mpeg2codec/pkg-descr b/multimedia/mpeg2codec/pkg-descr
deleted file mode 100644
index 32fb990677b9..000000000000
--- a/multimedia/mpeg2codec/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-It converts uncompressed video frames into MPEG-1 and MPEG-2 video
-coded bitstream sequences, and vice versa.
diff --git a/multimedia/mpeg2codec/pkg-plist b/multimedia/mpeg2codec/pkg-plist
deleted file mode 100644
index 622abe1180a5..000000000000
--- a/multimedia/mpeg2codec/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/mpeg2encode
-bin/mpeg2decode
-share/mpeg2/mpeg2enc.doc
-share/mpeg2/MPEG-1.par
-share/mpeg2/NTSC.par
-share/mpeg2/PAL.par
-share/mpeg2/inter.mat
-share/mpeg2/intra.mat
-@dirrm share/mpeg2