dd packages for the acroread plugin for the opera browser, following

the example of the other browsers' plugins.
This commit is contained in:
jschauma 2004-02-13 18:05:12 +00:00
parent 473e541259
commit 5c40458014
9 changed files with 80 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.301 2004/02/13 17:39:55 jschauma Exp $
# $NetBSD: Makefile,v 1.302 2004/02/13 18:05:12 jschauma Exp $
#
COMMENT= Packages related to the World Wide Web
@ -138,6 +138,9 @@ SUBDIR+= ns-plugger-navigator
SUBDIR+= ns-remote
SUBDIR+= openacs
SUBDIR+= opera
SUBDIR+= opera-acroread
SUBDIR+= opera-acroread3
SUBDIR+= opera-acroread5
SUBDIR+= opera-plugins
SUBDIR+= opera6
SUBDIR+= opera7

1
www/opera-acroread/DESCR Normal file
View file

@ -0,0 +1 @@
This package provides Adobe Acrobat Reader 4 plugin for the Opera package.

View file

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2004/02/13 18:05:12 jschauma Exp $
DISTNAME= opera-acroread-1.0
MAINTAINER= jschauma@NetBSD.org
COMMENT= Acrobat Reader 4 plugin for opera
DEPENDS+= acroread-4.[0-9]*:../../print/acroread
CONFLICTS+= opera-acroread3-[0-9]*
CONFLICTS+= opera-acroread5-[0-9]*
ACROREAD= Acrobat4
.include "../../www/netscape7-acroread/Makefile.common"

View file

@ -0,0 +1,28 @@
# $NetBSD: Makefile.common,v 1.1 2004/02/13 18:05:12 jschauma Exp $
PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|}
CATEGORIES= www print
MASTER_SITES= # empty
DISTFILES= # empty
DEPENDS+= opera>=7.0:../../www/opera7
ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386
PLATFORM= intellinux
WRKSRC= ${WRKDIR}
NO_CHECKSUM= YES
NO_CONFIGURE= YES
NO_BUILD= YES
PLIST_SRC= ../../www/opera-acroread/PLIST
PLIST_SUBST+= ACROREAD=${ACROREAD}
PLIST_SUBST+= PLATFORM=${PLATFORM}
NS_PLUGINS_DIR= ${PREFIX}/emul/linux/usr/lib/opera/plugins
do-install:
${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
${LN} -s ${PREFIX}/${ACROREAD}/Browsers/${PLATFORM}/nppdf.so \
${NS_PLUGINS_DIR}/nppdf.so
.include "../../mk/bsd.pkg.mk"

3
www/opera-acroread/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2004/02/13 18:05:12 jschauma Exp $
@exec ${LN} -s %D/${ACROREAD}/Browsers/${PLATFORM}/nppdf.so %D/emul/linux/usr/lib/opera/plugins/nppdf.so
emul/linux/usr/lib/opera/plugins/nppdf.so

View file

@ -0,0 +1 @@
This package provides Adobe Acrobat Reader 3 plugin for the Opera package.

View file

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2004/02/13 18:05:12 jschauma Exp $
DISTNAME= opera-acroread3-1.0
MAINTAINER= jschauma@NetBSD.org
COMMENT= Acrobat Reader 3 plugin for opera
DEPENDS+= acroread3-3.[0-9]*:../../print/acroread3
CONFLICTS+= opera-acroread-[0-9]*
CONFLICTS+= opera-acroread5-[0-9]*
ACROREAD= Acrobat3
.include "../../www/opera-acroread/Makefile.common"

View file

@ -0,0 +1 @@
This package provides Adobe Acrobat Reader 5 plugin for the Opera package.

View file

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2004/02/13 18:05:12 jschauma Exp $
DISTNAME= opera-acroread5-1.0
MAINTAINER= jschauma@NetBSD.org
COMMENT= Acrobat Reader 5 plugin for opera
DEPENDS+= acroread5-5.[0-9]*:../../print/acroread5
CONFLICTS+= opera-acroread-[0-9]*
CONFLICTS+= opera-acroread3-[0-9]*
ACROREAD= Acrobat5
.include "../../www/opera-acroread/Makefile.common"