summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg_encode')
-rw-r--r--multimedia/mpeg_encode/Makefile31
-rw-r--r--multimedia/mpeg_encode/distinfo1
-rw-r--r--multimedia/mpeg_encode/files/patch-aa15
-rw-r--r--multimedia/mpeg_encode/files/patch-ab11
-rw-r--r--multimedia/mpeg_encode/files/patch-ac20
-rw-r--r--multimedia/mpeg_encode/files/patch-ad15
-rw-r--r--multimedia/mpeg_encode/pkg-comment1
-rw-r--r--multimedia/mpeg_encode/pkg-descr24
-rw-r--r--multimedia/mpeg_encode/pkg-plist4
9 files changed, 0 insertions, 122 deletions
diff --git a/multimedia/mpeg_encode/Makefile b/multimedia/mpeg_encode/Makefile
deleted file mode 100644
index 2a3ca429062c..000000000000
--- a/multimedia/mpeg_encode/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: mpeg_encode
-# Date created:
-# Whom: erich@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= mpeg_encode
-PORTVERSION= 1.5b
-CATEGORIES= graphics
-MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
-DISTNAME= ${PKGNAME}-src
-
-MAINTAINER= ports@FreeBSD.org
-
-
-MAN1= mpeg_encode.1
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mpeg_encode ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/docs/mpeg_encode.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
-.for i in users-guide.ps template.param
- ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/share/doc/${PORTNAME}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/multimedia/mpeg_encode/distinfo b/multimedia/mpeg_encode/distinfo
deleted file mode 100644
index 0e6a1b2d972c..000000000000
--- a/multimedia/mpeg_encode/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mpeg_encode-1.5b-src.tar.gz) = ff125fb82118efc7c852f0d26d5552c6
diff --git a/multimedia/mpeg_encode/files/patch-aa b/multimedia/mpeg_encode/files/patch-aa
deleted file mode 100644
index c4d2f537b154..000000000000
--- a/multimedia/mpeg_encode/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./headers/libpnmrw.h~ Thu Aug 1 08:52:25 1996
-+++ ./headers/libpnmrw.h Thu Aug 1 08:51:16 1996
-@@ -19,7 +19,12 @@
- ** malloc.h at all. A sad situation. If you have compilation problems
- ** that point here, feel free to tweak or remove these declarations.
- */
-+#ifdef __FreeBSD__
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
-+
- #if !defined(sco) && !defined(sgi) && !defined(IRIX)
- extern char* malloc();
- #endif
diff --git a/multimedia/mpeg_encode/files/patch-ab b/multimedia/mpeg_encode/files/patch-ab
deleted file mode 100644
index 5af9c672ec4a..000000000000
--- a/multimedia/mpeg_encode/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./libpnmrw.c~ Thu Aug 1 08:52:14 1996
-+++ ./libpnmrw.c Thu Aug 1 08:51:26 1996
-@@ -126,7 +126,9 @@
- pm_perror( reason )
- char* reason;
- {
-+#ifndef __FreeBSD__
- extern char* sys_errlist[];
-+#endif
- extern int errno;
- char* e;
diff --git a/multimedia/mpeg_encode/files/patch-ac b/multimedia/mpeg_encode/files/patch-ac
deleted file mode 100644
index 4760ecb9ecfc..000000000000
--- a/multimedia/mpeg_encode/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile~ Wed Aug 16 17:16:56 1995
-+++ Makefile Fri Oct 20 19:20:05 2000
-@@ -68,7 +68,7 @@
- #####################################################################
- # COMPILER # specify compiler; should be ANSI-compliant if possible #
- #####################################################################
--CC = gcc
-+CC ?= gcc
-
- ################################################
- # MAKE # command to use for the "make" command #
-@@ -96,7 +96,7 @@
- #
-
- # gcc
--CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG)
-+CFLAGS += $(INCLUDEDIR) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG)
-
- # gcc-strict
- #CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -pedantic -Wall -Waggregate-return -Wtraditional -Wshadow -Wpointer-arith -Wno-parentheses -Wwrite-strings -Wconversion -Wcast-qual -Wcast-align -Wnested-externs -Wuninitialized -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG)
diff --git a/multimedia/mpeg_encode/files/patch-ad b/multimedia/mpeg_encode/files/patch-ad
deleted file mode 100644
index 22085cdd4bec..000000000000
--- a/multimedia/mpeg_encode/files/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
---- jpeg/Makefile.orig Fri Aug 4 18:27:00 1995
-+++ jpeg/Makefile Fri Oct 20 19:05:22 2000
-@@ -21,10 +21,10 @@
- manext = 1
-
- # The name of your C compiler:
--CC= gcc
-+CC?= gcc
-
- # You may need to adjust these cc options:
--CFLAGS= -O -I$(srcdir)
-+CFLAGS+= -I$(srcdir)
- # Generally, we recommend defining any configuration symbols in jconfig.h,
- # NOT via -D switches here.
- # However, any special defines for ansi2knr.c may be included here:
diff --git a/multimedia/mpeg_encode/pkg-comment b/multimedia/mpeg_encode/pkg-comment
deleted file mode 100644
index ef6837ab779f..000000000000
--- a/multimedia/mpeg_encode/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-UCB's MPEG-I video stream encoder
diff --git a/multimedia/mpeg_encode/pkg-descr b/multimedia/mpeg_encode/pkg-descr
deleted file mode 100644
index 16f182aa4b1f..000000000000
--- a/multimedia/mpeg_encode/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-From the README:
-
- MPEG-1 Video Software Encoder
- (Version 1.5; February 1, 1995)
-
- Lawrence A. Rowe, Kevin Gong, Eugene Hung, Ketan Patel, Steve Smoot
- and Dan Wallach
- Computer Science Division-EECS, Univ. of Calif. at Berkeley
-
- This directory contains the freely distributed Berkeley MPEG-1 Video
- Encoder. The encoder implements the standard described in the ISO/IEC
- International Standard 11172-2. The code has been compiled and tested
- on the following platforms:
-
- DECstation 5000 and Alpha
- HP PA-RISC (HP/UX 9.X) (i.e., HP 9000/7XX and 9000/3XX)
- SGI Indigo running IRIX 5.0.1
- Sun Sparc (SunOS 4.X)
-
-This is *not* bug-free software. In particular, I've had problems using
-odd-sized input frames. Other than that, it works OK.
-
-eric.
-erich@FreeBSD.org
diff --git a/multimedia/mpeg_encode/pkg-plist b/multimedia/mpeg_encode/pkg-plist
deleted file mode 100644
index c0d6d4f5e886..000000000000
--- a/multimedia/mpeg_encode/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/mpeg_encode
-share/doc/mpeg_encode/users-guide.ps
-share/doc/mpeg_encode/template.param
-@dirrm share/doc/mpeg_encode