diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /multimedia/mpeg_encode | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'multimedia/mpeg_encode')
-rw-r--r-- | multimedia/mpeg_encode/Makefile | 23 | ||||
-rw-r--r-- | multimedia/mpeg_encode/distinfo | 1 | ||||
-rw-r--r-- | multimedia/mpeg_encode/files/patch-aa | 43 | ||||
-rw-r--r-- | multimedia/mpeg_encode/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/mpeg_encode/pkg-descr | 24 | ||||
-rw-r--r-- | multimedia/mpeg_encode/pkg-plist | 4 |
6 files changed, 0 insertions, 96 deletions
diff --git a/multimedia/mpeg_encode/Makefile b/multimedia/mpeg_encode/Makefile deleted file mode 100644 index 29a5104bd3f1..000000000000 --- a/multimedia/mpeg_encode/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: mpeg_encode -# Version required: 1.5b -# Date created: -# Whom: erich@FreeBSD.org -# -# $Id: Makefile,v 1.6 1998/10/12 01:05:06 jseger Exp $ -# - -DISTNAME= mpeg_encode-1.5b-src -PKGNAME= mpeg_encode-1.5b -CATEGORIES= graphics -MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/ - -MAINTAINER= erich@FreeBSD.org - -USE_GMAKE= yes - -MAN1= mpeg_encode.1 -MANCOMPRESSED= yes - -WRKSRC= ${WRKDIR}/mpeg_encode - -.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 b626b85d037c..000000000000 --- a/multimedia/mpeg_encode/files/patch-aa +++ /dev/null @@ -1,43 +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 ---- ./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; - ---- Makefile~ Wed Aug 16 17:16:56 1995 -+++ Makefile Thu Aug 1 09:00:04 1996 -@@ -182,6 +182,13 @@ - - all: mpeg_encode - -+install: -+ install -c mpeg_encode ${PREFIX}/bin -+ install -c -m 644 mpeg_encode.1 ${PREFIX}/man/man1 -+ gzip -9nf ${PREFIX}/man/man1/mpeg_encode.1 -+ mkdir -p ${PREFIX}/share/doc/mpeg_encode -+ install -c docs/users-guide.ps docs/template.param ${PREFIX}/share/doc/mpeg_encode -+ - ######### - # TESTS # - ######### 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 |