pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www dd packages for the acroread plugin for the opera ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f49360e511a
branches:  trunk
changeset: 468400:0f49360e511a
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Feb 13 18:05:12 2004 +0000

description:
dd packages for the acroread plugin for the opera browser, following
the example of the other browsers' plugins.

diffstat:

 www/Makefile                       |   5 ++++-
 www/opera-acroread/DESCR           |   1 +
 www/opera-acroread/Makefile        |  14 ++++++++++++++
 www/opera-acroread/Makefile.common |  28 ++++++++++++++++++++++++++++
 www/opera-acroread/PLIST           |   3 +++
 www/opera-acroread3/DESCR          |   1 +
 www/opera-acroread3/Makefile       |  14 ++++++++++++++
 www/opera-acroread5/DESCR          |   1 +
 www/opera-acroread5/Makefile       |  14 ++++++++++++++
 9 files changed, 80 insertions(+), 1 deletions(-)

diffs (127 lines):

diff -r 1c8b6c68da21 -r 0f49360e511a www/Makefile
--- a/www/Makefile      Fri Feb 13 18:03:40 2004 +0000
+++ b/www/Makefile      Fri Feb 13 18:05:12 2004 +0000
@@ -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-remote
 SUBDIR+=       openacs
 SUBDIR+=       opera
+SUBDIR+=       opera-acroread
+SUBDIR+=       opera-acroread3
+SUBDIR+=       opera-acroread5
 SUBDIR+=       opera-plugins
 SUBDIR+=       opera6
 SUBDIR+=       opera7
diff -r 1c8b6c68da21 -r 0f49360e511a www/opera-acroread/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opera-acroread/DESCR  Fri Feb 13 18:05:12 2004 +0000
@@ -0,0 +1,1 @@
+This package provides Adobe Acrobat Reader 4 plugin for the Opera package.
diff -r 1c8b6c68da21 -r 0f49360e511a www/opera-acroread/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opera-acroread/Makefile       Fri Feb 13 18:05:12 2004 +0000
@@ -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@localhost
+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 -r 1c8b6c68da21 -r 0f49360e511a www/opera-acroread/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opera-acroread/Makefile.common        Fri Feb 13 18:05:12 2004 +0000
@@ -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 -r 1c8b6c68da21 -r 0f49360e511a www/opera-acroread/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opera-acroread/PLIST  Fri Feb 13 18:05:12 2004 +0000
@@ -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 -r 1c8b6c68da21 -r 0f49360e511a www/opera-acroread3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opera-acroread3/DESCR Fri Feb 13 18:05:12 2004 +0000
@@ -0,0 +1,1 @@
+This package provides Adobe Acrobat Reader 3 plugin for the Opera package.
diff -r 1c8b6c68da21 -r 0f49360e511a www/opera-acroread3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opera-acroread3/Makefile      Fri Feb 13 18:05:12 2004 +0000
@@ -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@localhost
+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 -r 1c8b6c68da21 -r 0f49360e511a www/opera-acroread5/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opera-acroread5/DESCR Fri Feb 13 18:05:12 2004 +0000
@@ -0,0 +1,1 @@
+This package provides Adobe Acrobat Reader 5 plugin for the Opera package.
diff -r 1c8b6c68da21 -r 0f49360e511a www/opera-acroread5/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opera-acroread5/Makefile      Fri Feb 13 18:05:12 2004 +0000
@@ -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@localhost
+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"



Home | Main Index | Thread Index | Old Index