Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2025 20:48:06 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 596e327786e2 - main - multimedia/mpeg_encode: Remove expired port
Message-ID:  <202502042048.514Km6mW083106@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=596e327786e2b1809835e9feb14204006a320411

commit 596e327786e2b1809835e9feb14204006a320411
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-02-04 20:47:58 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-02-04 20:47:58 +0000

    multimedia/mpeg_encode: Remove expired port
    
    2025-01-31 multimedia/mpeg_encode: Upstream is dead and it's buggy, consider using multimedia/ffmpeg
---
 MOVED                                              |  1 +
 multimedia/Makefile                                |  1 -
 multimedia/mpeg_encode/Makefile                    | 30 ----------------------
 multimedia/mpeg_encode/distinfo                    |  2 --
 multimedia/mpeg_encode/files/patch-Makefile        | 20 ---------------
 .../mpeg_encode/files/patch-header_libpnmrw.h      | 11 --------
 multimedia/mpeg_encode/files/patch-jpeg_Makefile   | 15 -----------
 multimedia/mpeg_encode/files/patch-libpnmrw.c      | 21 ---------------
 multimedia/mpeg_encode/files/patch-opts.c          | 14 ----------
 multimedia/mpeg_encode/pkg-descr                   | 24 -----------------
 multimedia/mpeg_encode/pkg-plist                   |  4 ---
 11 files changed, 1 insertion(+), 142 deletions(-)

diff --git a/MOVED b/MOVED
index a69fd8e27b2c..3b0b9c68d979 100644
--- a/MOVED
+++ b/MOVED
@@ -4128,3 +4128,4 @@ devel/kore||2025-02-04|Has expired: Unmaintained in tree for years and broken fo
 www/searx||2025-02-04|Has expired: Upstream repo archived Sep 7 2023
 databases/xtrabackup81|databases/xtrabackup84|2025-02-04|Has expired: Unsupported upstream, consider migrating to databases/xtrabackup84
 games/allacrost||2025-02-04|Has expired: Fails to build and upstream is gone
+multimedia/mpeg_encode||2025-02-04|Has expired: Upstream is dead and it's buggy, consider using multimedia/ffmpeg
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 97ffd38ee151..4d0e621a3c80 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -240,7 +240,6 @@
     SUBDIR += mp3cd
     SUBDIR += mp4v2
     SUBDIR += mpc-qt
-    SUBDIR += mpeg_encode
     SUBDIR += mplayer
     SUBDIR += mplayer-skins
     SUBDIR += mplex
diff --git a/multimedia/mpeg_encode/Makefile b/multimedia/mpeg_encode/Makefile
deleted file mode 100644
index e7819096b3aa..000000000000
--- a/multimedia/mpeg_encode/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	mpeg_encode
-PORTVERSION=	1.5b
-DISTVERSIONSUFFIX=-src
-PORTREVISION=	1
-CATEGORIES=	multimedia
-MASTER_SITES=	LOCAL/ahze
-
-MAINTAINER=	multimedia@FreeBSD.org
-COMMENT=	UCB's MPEG-I video stream encoder
-
-DEPRECATED=	Upstream is dead and it's buggy, consider using multimedia/ffmpeg
-EXPIRATION_DATE=2025-01-31
-
-OPTIONS_DEFINE=	DOCS
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
-post-patch:
-	@(${GREP} -R -l "malloc.h" ${WRKSRC}/* | \
-	    ${XARGS} ${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/")
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mpeg_encode ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/docs/mpeg_encode.1 ${STAGEDIR}${PREFIX}/share/man/man1
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in users-guide.ps template.param
-	@${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/multimedia/mpeg_encode/distinfo b/multimedia/mpeg_encode/distinfo
deleted file mode 100644
index 593f0c687587..000000000000
--- a/multimedia/mpeg_encode/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mpeg_encode-1.5b-src.tar.gz) = dd8db42f88393bb0ff0d738defa271729a8aa9b8de24ed13bc6bd27014f2daf5
-SIZE (mpeg_encode-1.5b-src.tar.gz) = 2028724
diff --git a/multimedia/mpeg_encode/files/patch-Makefile b/multimedia/mpeg_encode/files/patch-Makefile
deleted file mode 100644
index 4760ecb9ecfc..000000000000
--- a/multimedia/mpeg_encode/files/patch-Makefile
+++ /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-header_libpnmrw.h b/multimedia/mpeg_encode/files/patch-header_libpnmrw.h
deleted file mode 100644
index 7bd0c1b7fc5e..000000000000
--- a/multimedia/mpeg_encode/files/patch-header_libpnmrw.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- headers/libpnmrw.h.orig	Wed Aug  9 11:17:41 1995
-+++ headers/libpnmrw.h	Tue Jul 23 17:06:15 2002
-@@ -20,7 +20,7 @@
- ** that point here, feel free to tweak or remove these declarations.
- */
- #include <malloc.h>
--#if !defined(sco)  &&  !defined(sgi) && !defined(IRIX)
-+#if !defined(sco)  &&  !defined(sgi) && !defined(IRIX) && !defined(__FreeBSD__)
- extern char* malloc();
- #endif
- /* End of configurable definitions. */
diff --git a/multimedia/mpeg_encode/files/patch-jpeg_Makefile b/multimedia/mpeg_encode/files/patch-jpeg_Makefile
deleted file mode 100644
index 22085cdd4bec..000000000000
--- a/multimedia/mpeg_encode/files/patch-jpeg_Makefile
+++ /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/files/patch-libpnmrw.c b/multimedia/mpeg_encode/files/patch-libpnmrw.c
deleted file mode 100644
index 5eada909fcc1..000000000000
--- a/multimedia/mpeg_encode/files/patch-libpnmrw.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- ./libpnmrw.c.orig
-+++ ./libpnmrw.c
-@@ -27,6 +27,7 @@
- /* #define MSDOS */
- #endif
- 
-+#include <errno.h>
- #include <stdio.h>
- #include "libpnmrw.h"
- 
-@@ -126,8 +127,10 @@
-   pm_perror( reason )
- char* reason;
- {
-+#ifndef __FreeBSD__
-   extern char* sys_errlist[];
-   extern int errno;
-+#endif
-   char* e;
- 
-   e = sys_errlist[errno];
diff --git a/multimedia/mpeg_encode/files/patch-opts.c b/multimedia/mpeg_encode/files/patch-opts.c
deleted file mode 100644
index 28f5cab8e330..000000000000
--- a/multimedia/mpeg_encode/files/patch-opts.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- opts.c	2002/10/21 11:32:56	1.1
-+++ opts.c	2002/10/21 11:33:04
-@@ -37,9 +37,10 @@
- 
- #include <stdio.h>
- #include <string.h>
--#include "opts.h"
- #include <malloc.h>
- #include <math.h>
-+
-+#include "opts.h"
- 
- /*==============*
-  * EXTERNALS    *
diff --git a/multimedia/mpeg_encode/pkg-descr b/multimedia/mpeg_encode/pkg-descr
deleted file mode 100644
index 94062befa9b0..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 203a42ca6685..000000000000
--- a/multimedia/mpeg_encode/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/mpeg_encode
-share/man/man1/mpeg_encode.1.gz
-%%PORTDOCS%%share/doc/mpeg_encode/users-guide.ps
-%%PORTDOCS%%share/doc/mpeg_encode/template.param



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502042048.514Km6mW083106>