git: 6792cbd0022c - main - www/mozplugger: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 13:01:19 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=6792cbd0022c4e2b8677de2d459bdc1311f51cb1 commit 6792cbd0022c4e2b8677de2d459bdc1311f51cb1 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-12-02 13:01:09 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-12-02 13:01:09 +0000 www/mozplugger: Remove expired port 2023-11-30 www/mozplugger: Obsolete, defunct as Mozilla Firefox dropped support for plugin interface as of ESR 60 --- MOVED | 1 + www/Makefile | 1 - www/mozplugger/Makefile | 33 ------------------------------- www/mozplugger/distinfo | 2 -- www/mozplugger/files/patch-Makefile.in | 36 ---------------------------------- www/mozplugger/pkg-descr | 4 ---- www/mozplugger/pkg-message | 17 ---------------- www/mozplugger/pkg-plist | 7 ------- 8 files changed, 1 insertion(+), 100 deletions(-) diff --git a/MOVED b/MOVED index cce67700694c..86e0baea2c39 100644 --- a/MOVED +++ b/MOVED @@ -8143,3 +8143,4 @@ security/tor-devel||2023-12-02|Has expired: Ignored for more than a year and sec java/wildfly12||2023-12-02|Has expired: End of life upstream java/wildfly11||2023-12-02|Has expired: End of life upstream net-p2p/arbitrum-avm||2023-12-02|Has expired: BROKEN for more than an year +www/mozplugger||2023-12-02|Has expired: Obsolete, defunct as Mozilla Firefox dropped support for plugin interface as of ESR 60 diff --git a/www/Makefile b/www/Makefile index 87bc3a21c372..42bcff7a03aa 100644 --- a/www/Makefile +++ b/www/Makefile @@ -438,7 +438,6 @@ SUBDIR += moodle42 SUBDIR += moodle43 SUBDIR += morty - SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch SUBDIR += mybb diff --git a/www/mozplugger/Makefile b/www/mozplugger/Makefile deleted file mode 100644 index a1ae96c47817..000000000000 --- a/www/mozplugger/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= mozplugger -PORTVERSION= 2.1.6 -CATEGORIES= www -MASTER_SITES= http://mozplugger.mozdev.org/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Framework for loading web content in external viewers -WWW= http://mozplugger.mozdev.org/ - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Obsolete, defunct as Mozilla Firefox dropped support for plugin interface as of ESR 60 -EXPIRATION_DATE=2023-11-30 - -GNU_CONFIGURE= yes -USES= desthack gmake webplugin:native xorg -USE_XORG= x11 xt -LLD_UNSAFE= yes - -WEBPLUGIN_FILES=mozplugger.so -MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGIN_DIR}" -MAKE_ARGS= root=${STAGEDIR} - -post-patch: - @${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \ - ${WRKSRC}/mozplugger.c - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mozplugger-* - @${STRIP_CMD} ${STAGEDIR}${WEBPLUGIN_DIR}/*.so - -.include <bsd.port.mk> diff --git a/www/mozplugger/distinfo b/www/mozplugger/distinfo deleted file mode 100644 index 7b723f36967a..000000000000 --- a/www/mozplugger/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mozplugger-2.1.6.tar.gz) = 294cf06ad37b8d89e57ee9c4dc9e7549fd1b0dcec9769171d65dad36099e5fef -SIZE (mozplugger-2.1.6.tar.gz) = 153183 diff --git a/www/mozplugger/files/patch-Makefile.in b/www/mozplugger/files/patch-Makefile.in deleted file mode 100644 index dbc4c059bdbf..000000000000 --- a/www/mozplugger/files/patch-Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.in.orig 2013-02-23 16:46:10.000000000 -0600 -+++ Makefile.in 2013-02-23 16:48:17.000000000 -0600 -@@ -37,7 +37,7 @@ - RPMDIR=/usr/src/RPM - - # Choose tool set --CC=@CC@ -+CC?=@CC@ - LD=@CC@ - MKDEP=@CC@ -MM - BIN2O=@BIN2O@ -@@ -267,12 +267,12 @@ - - install: - -install -d @bindir@ -+ -install -d $(root)${WEBPLUGINS_DIR} - install mozplugger-helper @bindir@ - install mozplugger-controller @bindir@ - install mozplugger-linker @bindir@ - install mozplugger-update @bindir@ -- -for a in ${PLUGINDIRS}; do install -d $$a ; done -- for a in ${PLUGINDIRS}; do install mozplugger.so $$a ; done -+ cp mozplugger.so $(root)${WEBPLUGINS_DIR} - -install -d @sysconfdir@ - install $(srcdir)/mozpluggerrc @sysconfdir@ - -install -d @mandir@/man7 -@@ -281,7 +281,8 @@ - uninstall: - -rm -f @sysconfdir@/mozpluggerrc - -rmdir @sysconfdir@ -- -for a in ${PLUGINDIRS}; do rm -f $$a/mozplugger.so ; done -+ rm -f $(root)${WEBPLUGINS_DIR}/mozplugger.so -+ rm -f $(root)${WEBPLUGINS_DIR}/mozplugger.so - -rm -f @mandir@/man7/mozplugger.7 - -rmdir @mandir@/man7 - -rmdir @mandir@ diff --git a/www/mozplugger/pkg-descr b/www/mozplugger/pkg-descr deleted file mode 100644 index 3132312c0e56..000000000000 --- a/www/mozplugger/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Mozplugger is a small general purpose Mozilla plugin that displays various -types of media formats found on the Internet in your browser. It accomplishes -this by using external programs such as mplayer, timidity, Acrobat Reader, -OpenOffice, and LibreOffice. diff --git a/www/mozplugger/pkg-message b/www/mozplugger/pkg-message deleted file mode 100644 index da9767816572..000000000000 --- a/www/mozplugger/pkg-message +++ /dev/null @@ -1,17 +0,0 @@ -[ -{ type: install - message: <<EOM -This plugin needs external viewers before it can display any content. -External viewers that are supported include: - Mplayer - Xine - Open Office - Timidity - XMMS - Adobe Acrobat Reader - Gnumeric - Abiword - and others... -EOM -} -] diff --git a/www/mozplugger/pkg-plist b/www/mozplugger/pkg-plist deleted file mode 100644 index b24231d05fc6..000000000000 --- a/www/mozplugger/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/mozplugger-controller -bin/mozplugger-helper -bin/mozplugger-linker -bin/mozplugger-update -etc/mozpluggerrc -man/man7/mozplugger.7.gz -%%WEBPLUGIN_DIR%%/mozplugger.so