pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Remove www/opera-plugins.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9084c46453f1
branches:  trunk
changeset: 342501:9084c46453f1
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 20 10:06:45 2019 +0000

description:
Remove www/opera-plugins.

Causing scan failures due to removal of adobe-flash-plugin11

diffstat:

 www/Makefile               |   3 +--
 www/opera-plugins/DESCR    |   3 ---
 www/opera-plugins/Makefile |  43 -------------------------------------------
 3 files changed, 1 insertions(+), 48 deletions(-)

diffs (71 lines):

diff -r 7d4c14c73e03 -r 9084c46453f1 www/Makefile
--- a/www/Makefile      Sun Oct 20 09:59:13 2019 +0000
+++ b/www/Makefile      Sun Oct 20 10:06:45 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1409 2019/10/04 12:37:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.1410 2019/10/20 10:06:45 nia Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -229,7 +229,6 @@
 SUBDIR+=       ocsigen-start
 SUBDIR+=       ocsigen-toolkit
 SUBDIR+=       opera
-SUBDIR+=       opera-plugins
 SUBDIR+=       otter-browser
 SUBDIR+=       p5-Alien-GvaScript
 SUBDIR+=       p5-Any-URI-Escape
diff -r 7d4c14c73e03 -r 9084c46453f1 www/opera-plugins/DESCR
--- a/www/opera-plugins/DESCR   Sun Oct 20 09:59:13 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-Opera 6.x supports loading Netscape 4.x plugins via a plugin wrapper.
-This package utilizies this feature to provide plugins for Opera.
-So far only the Shockwave Flash Plugin is known to work.
diff -r 7d4c14c73e03 -r 9084c46453f1 www/opera-plugins/Makefile
--- a/www/opera-plugins/Makefile        Sun Oct 20 09:59:13 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2015/03/14 18:07:03 tnn Exp $
-
-DISTNAME=      opera-plugins-1.0
-PKGREVISION=   3
-CATEGORIES=    www
-MASTER_SITES=  # empty
-DISTFILES=     # empty
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.opera.com/
-COMMENT=       Plugins for the Opera browser
-
-DEPENDS+=      opera>=11.61:../../www/opera
-DEPENDS+=      {adobe-flash-plugin-[0-9]*,ns-flash>=5.0.47}:../../multimedia/adobe-flash-plugin11
-
-EMUL_PLATFORMS=                linux-i386
-EMUL_REQD=             suse>=10.0
-
-NO_BUILD=      YES
-PLIST_SRC=     ${WRKDIR}/PLIST
-
-PLUGIN_DIR=    ${PREFIX}/lib/netscape/plugins
-
-# The FlashPlayer plugin is the only one I got completely working so far.
-# Sun's Java Plugin fails, Acrobat and RealPlayer are not recognized by
-# name. If you get more plugins working add them (including dependences)
-# and bump the version number.
-#
-PLUGINS=       libflashplayer.so
-
-INSTALLATION_DIRS=     lib/opera/plugins
-
-do-install:
-       ${RM} -f ${PLIST_SRC}
-       ${TOUCH} ${PLIST_SRC}
-       for FILE in ${PLUGINS}; do                                      \
-               ${LN} -fs ${PLUGIN_DIR}/$$FILE                          \
-                       ${DESTDIR}${PREFIX}/lib/opera/plugins/$$FILE;   \
-               ${ECHO} lib/opera/plugins/$$FILE                        \
-                       >>${PLIST_SRC};                                 \
-       done
-
-.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index