diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-03-19 19:22:16 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-03-19 19:22:16 +0000 |
commit | 320de0535ed0d2aa88f54375c1463308499162dd (patch) | |
tree | 90ab4101d40c66214ca73b57f5beaa6aba13bf43 | |
parent | 87c56bcf01853713c227a2dafcadd4c485dde711 (diff) |
Remove obsolete www/nspluginwrapper-devel.
Notes
Notes:
svn path=/head/; revision=314680
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/Makefile | 73 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/distinfo | 4 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/files/npviewer.in | 5 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/files/patch-configure | 18 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/files/patch-src-npw-config.c | 33 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/pkg-descr | 6 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/pkg-message | 30 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/pkg-plist | 15 |
10 files changed, 1 insertions, 185 deletions
@@ -4174,3 +4174,4 @@ french/gibi||2013-03-18|Removed: IGNORE for more than 6 months finance/pfpro||2013-03-18|Removed: upstream no longer exists finance/p5-PFProAPI||2013-03-18|Removed: upstream no longer exists finance/p5-Business-OnlinePayment-PayflowPro||2013-03-18|Removed: upstream no longer exists +www/nspluginwrapper-devel||2013-03-18|Removed: superceded by www/nspluginwrapper diff --git a/www/Makefile b/www/Makefile index f0419479886a..f0fa03a16eec 100644 --- a/www/Makefile +++ b/www/Makefile @@ -583,7 +583,6 @@ SUBDIR += npm SUBDIR += nscache SUBDIR += nspluginwrapper - SUBDIR += nspluginwrapper-devel SUBDIR += ocaml-net SUBDIR += ocsigen SUBDIR += ojs2 diff --git a/www/nspluginwrapper-devel/Makefile b/www/nspluginwrapper-devel/Makefile deleted file mode 100644 index 4be35910248f..000000000000 --- a/www/nspluginwrapper-devel/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: nspluginwrapper -# Date created: 30 March 2007 -# Whom: Dave Grochowski -# -# $FreeBSD$ -# - -PORTNAME= nspluginwrapper -PORTVERSION= 1.3.2 -CATEGORIES= www linux emulators -MASTER_SITES= http://web.mit.edu/davidben/Public/nspluginwrapper/ \ - LOCAL/jkim:binfile -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${BINFILE}:binfile - -MAINTAINER= jkim@FreeBSD.org -COMMENT= A compatibility plugin for Mozilla NPAPI (development version) - -IGNORE= is now older than www/nspluginwrapper - -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl - -LATEST_LINK= ${PORTNAME}-devel - -CONFLICTS= nspluginwrapper-1.[24].* - -BINBUILD= 1 -BINFILE= ${PORTNAME}-i386-${PORTVERSION}-${BINBUILD}${EXTRACT_SUFX} - -ONLY_FOR_ARCHS= i386 amd64 - -USE_LINUX= yes -USE_LINUX_APPS= gtk2 -USE_XORG= x11 xext xt -USE_GNOME= glib20 gtk20 pkgconfig - -CFLAGS+= -std=c99 - -USE_LDCONFIG= yes -USE_GMAKE= yes -HAS_CONFIGURE= yes - -CONFIGURE_ARGS= --enable-generic --enable-strip --prefix=${PREFIX} \ - --target-os=linux --target-cpu=i386 \ - --with-cc=${CC} --with-cxx=${CXX} - -LIBDIR= ${PREFIX}/lib/${PORTNAME} - -PLIST_SUB= LIBDIR="${LIBDIR:C/^${PREFIX}\///}" HOST_ARCH="${HOST_ARCH}" - -SUB_FILES= npviewer -SUB_LIST+= NSPLUGINWRAPPER="${LIBDIR}" - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -HOST_ARCH= x86_64 -.else -HOST_ARCH= ${ARCH} -.endif - -post-patch: - ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ - ${WRKSRC}/src/npw-config.c - -post-install: - ${MKDIR} ${LIBDIR}/i386/linux - ${INSTALL_PROGRAM} ${WRKDIR}/usr/lib/nspluginwrapper/i386/linux/*.bin \ - ${WRKDIR}/usr/lib/nspluginwrapper/i386/linux/*.so \ - ${LIBDIR}/i386/linux/ - ${INSTALL_SCRIPT} ${WRKDIR}/npviewer ${LIBDIR}/i386/linux/ - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/www/nspluginwrapper-devel/distinfo b/www/nspluginwrapper-devel/distinfo deleted file mode 100644 index 3763227e9912..000000000000 --- a/www/nspluginwrapper-devel/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (nspluginwrapper-1.3.2.tar.gz) = f3a40d160601520d36b6f5c342e1e9751b2bdc70dff5e2e880e1d18ed8830201 -SIZE (nspluginwrapper-1.3.2.tar.gz) = 410887 -SHA256 (nspluginwrapper-i386-1.3.2-1.tar.gz) = 56bc1e4699456e6798929da47a867cf9e47bf29b3d5e7a88885a4f05f8de3be0 -SIZE (nspluginwrapper-i386-1.3.2-1.tar.gz) = 64964 diff --git a/www/nspluginwrapper-devel/files/npviewer.in b/www/nspluginwrapper-devel/files/npviewer.in deleted file mode 100644 index faff54f180ca..000000000000 --- a/www/nspluginwrapper-devel/files/npviewer.in +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -TARGET_OS=linux -TARGET_ARCH=i386 -ulimit -s 32768 2>/dev/null -. %%NSPLUGINWRAPPER%%/noarch/npviewer.sh diff --git a/www/nspluginwrapper-devel/files/patch-configure b/www/nspluginwrapper-devel/files/patch-configure deleted file mode 100644 index 4be5021e557c..000000000000 --- a/www/nspluginwrapper-devel/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig 2009-01-02 11:54:10.000000000 +0300 -+++ configure 2009-01-09 05:42:24.000000000 +0300 -@@ -6,13 +6,8 @@ - PACKAGE=nspluginwrapper - - # set temporary file name --if test ! -z "$TMPDIR" ; then -- TMPDIR1="${TMPDIR}" --elif test ! -z "$TEMPDIR" ; then -- TMPDIR1="${TEMPDIR}" --else -- TMPDIR1="/tmp" --fi -+mkdir -p tmp -+TMPDIR1="./tmp" - - TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c" - TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o" diff --git a/www/nspluginwrapper-devel/files/patch-src-npw-config.c b/www/nspluginwrapper-devel/files/patch-src-npw-config.c deleted file mode 100644 index b14462ac2fef..000000000000 --- a/www/nspluginwrapper-devel/files/patch-src-npw-config.c +++ /dev/null @@ -1,33 +0,0 @@ ---- src/npw-config.c.orig 2011-04-23 14:47:21.000000000 -0400 -+++ src/npw-config.c 2011-04-25 17:46:44.000000000 -0400 -@@ -186,8 +186,9 @@ - #if defined(__FreeBSD__) - { - static const char *freebsd_dirs[] = { -- "/usr/X11R6/" LIB "/browser_plugins", -- "/usr/X11R6/" LIB "/firefox/plugins", -+ "%%LOCALBASE%%/" LIB "/browser_plugins", -+ "%%LOCALBASE%%/" LIB "/firefox/plugins", -+ "%%LOCALBASE%%/" LIB "/seamonkey/plugins", - }; - dirs = freebsd_dirs; - } -@@ -283,11 +284,13 @@ - "/usr/lib32/nsbrowser/plugins", // XXX how unfortunate - "/usr/lib64/nsbrowser/plugins", - #if defined(__FreeBSD__) -- "/usr/X11R6/lib/browser_plugins", -- "/usr/X11R6/lib/firefox/plugins", -- "/usr/X11R6/lib/linux-mozilla/plugins", -- "/usr/local/lib/npapi/linux-flashplugin", -- "/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux", -+ "%%LOCALBASE%%/lib/browser_plugins", -+ "%%LOCALBASE%%/lib/firefox/plugins", -+ "%%LOCALBASE%%/lib/seamonkey/plugins", -+ "%%LOCALBASE%%/lib/npapi/linux-flashplugin", -+ "%%LOCALBASE%%/lib/npapi/linux-f10-flashplugin", -+ "%%LOCALBASE%%/Adobe/Acrobat7.0/ENU/Browser/intellinux", -+ "%%LOCALBASE%%/Adobe/Reader8/ENU/Adobe/Reader8/Browser/intellinux", - #endif - #if defined(__DragonFly__) - "/usr/pkg/lib/netscape/plugins", diff --git a/www/nspluginwrapper-devel/pkg-descr b/www/nspluginwrapper-devel/pkg-descr deleted file mode 100644 index f6576a483779..000000000000 --- a/www/nspluginwrapper-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The nspluginwrapper is an Open Source compatibility plugin for Netscape 4 -(NPAPI) plugins. That is, it enables you to use plugins on platforms they were -not built for. For example, you can use the Adobe Flash plugin on Linux/x86_64, -NetBSD and FreeBSD platforms. - -WWW: http://nspluginwrapper.davidben.net diff --git a/www/nspluginwrapper-devel/pkg-message b/www/nspluginwrapper-devel/pkg-message deleted file mode 100644 index 402dd9ec3824..000000000000 --- a/www/nspluginwrapper-devel/pkg-message +++ /dev/null @@ -1,30 +0,0 @@ -================================================================ - -The nspluginwrapper is installed on a per user basis. All of -the commands can be run as an unprivileged user. - -================================================================ - -To install all the plugins from their default locations: - -nspluginwrapper -v -a -i - -================================================================ - -To install a specific plugin: - -nspluginwrapper -i path/to/plugin.so - -================================================================ - -To remove a specific plugin: - -nspluginwrapper -r path/to/plugin.so - -================================================================ - -To view all currently installed plugins: - -nspluginwrapper -l - -================================================================ diff --git a/www/nspluginwrapper-devel/pkg-plist b/www/nspluginwrapper-devel/pkg-plist deleted file mode 100644 index 834593cb1849..000000000000 --- a/www/nspluginwrapper-devel/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/nspluginplayer -bin/nspluginwrapper -%%LIBDIR%%/%%HOST_ARCH%%/freebsd/npconfig -%%LIBDIR%%/%%HOST_ARCH%%/freebsd/npplayer -%%LIBDIR%%/%%HOST_ARCH%%/freebsd/npwrapper.so -%%LIBDIR%%/i386/linux/libnoxshm.so -%%LIBDIR%%/i386/linux/npviewer -%%LIBDIR%%/i386/linux/npviewer.bin -%%LIBDIR%%/noarch/npviewer.sh -@dirrm %%LIBDIR%%/noarch -@dirrm %%LIBDIR%%/i386/linux -@dirrm %%LIBDIR%%/%%HOST_ARCH%%/freebsd -@dirrm %%LIBDIR%%/i386 -@dirrmtry %%LIBDIR%%/%%HOST_ARCH%% -@dirrm %%LIBDIR%% |