summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2004-02-13 18:05:12 +0000
committerjschauma <jschauma@pkgsrc.org>2004-02-13 18:05:12 +0000
commit5c4045801465123651e1fadd3c85e702aa67c114 (patch)
treec8f6d80d832e0c2f22ce4aede55decd924ce228a /www
parent473e541259e6880c79c17d31ee52e2ee395d66c6 (diff)
downloadpkgsrc-5c4045801465123651e1fadd3c85e702aa67c114.tar.gz
dd packages for the acroread plugin for the opera browser, following
the example of the other browsers' plugins.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile5
-rw-r--r--www/opera-acroread/DESCR1
-rw-r--r--www/opera-acroread/Makefile14
-rw-r--r--www/opera-acroread/Makefile.common28
-rw-r--r--www/opera-acroread/PLIST3
-rw-r--r--www/opera-acroread3/DESCR1
-rw-r--r--www/opera-acroread3/Makefile14
-rw-r--r--www/opera-acroread5/DESCR1
-rw-r--r--www/opera-acroread5/Makefile14
9 files changed, 80 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index 80b3419dff8..5b8152e2709 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/opera-acroread/DESCR b/www/opera-acroread/DESCR
new file mode 100644
index 00000000000..f13093635bc
--- /dev/null
+++ b/www/opera-acroread/DESCR
@@ -0,0 +1 @@
+This package provides Adobe Acrobat Reader 4 plugin for the Opera package.
diff --git a/www/opera-acroread/Makefile b/www/opera-acroread/Makefile
new file mode 100644
index 00000000000..c4f87346b44
--- /dev/null
+++ b/www/opera-acroread/Makefile
@@ -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"
diff --git a/www/opera-acroread/Makefile.common b/www/opera-acroread/Makefile.common
new file mode 100644
index 00000000000..209ed61e858
--- /dev/null
+++ b/www/opera-acroread/Makefile.common
@@ -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"
diff --git a/www/opera-acroread/PLIST b/www/opera-acroread/PLIST
new file mode 100644
index 00000000000..7bbf08065a7
--- /dev/null
+++ b/www/opera-acroread/PLIST
@@ -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
diff --git a/www/opera-acroread3/DESCR b/www/opera-acroread3/DESCR
new file mode 100644
index 00000000000..74ca4eb19d5
--- /dev/null
+++ b/www/opera-acroread3/DESCR
@@ -0,0 +1 @@
+This package provides Adobe Acrobat Reader 3 plugin for the Opera package.
diff --git a/www/opera-acroread3/Makefile b/www/opera-acroread3/Makefile
new file mode 100644
index 00000000000..8ca19ce5867
--- /dev/null
+++ b/www/opera-acroread3/Makefile
@@ -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"
diff --git a/www/opera-acroread5/DESCR b/www/opera-acroread5/DESCR
new file mode 100644
index 00000000000..fb3c1ae565d
--- /dev/null
+++ b/www/opera-acroread5/DESCR
@@ -0,0 +1 @@
+This package provides Adobe Acrobat Reader 5 plugin for the Opera package.
diff --git a/www/opera-acroread5/Makefile b/www/opera-acroread5/Makefile
new file mode 100644
index 00000000000..69f76f06bfd
--- /dev/null
+++ b/www/opera-acroread5/Makefile
@@ -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"