pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Add packages for the acroread plugin for the netsc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/736ae3905dd2
branches: trunk
changeset: 468394:736ae3905dd2
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Fri Feb 13 17:39:55 2004 +0000
description:
Add packages for the acroread plugin for the netscape7 browser, following
the example of the other browsers' plugins.
diffstat:
www/Makefile | 5 ++++-
www/netscape7-acroread/DESCR | 1 +
www/netscape7-acroread/Makefile | 14 ++++++++++++++
www/netscape7-acroread/Makefile.common | 28 ++++++++++++++++++++++++++++
www/netscape7-acroread/PLIST | 3 +++
www/netscape7-acroread3/DESCR | 1 +
www/netscape7-acroread3/Makefile | 14 ++++++++++++++
www/netscape7-acroread5/DESCR | 1 +
www/netscape7-acroread5/Makefile | 14 ++++++++++++++
9 files changed, 80 insertions(+), 1 deletions(-)
diffs (127 lines):
diff -r a68e8322c39e -r 736ae3905dd2 www/Makefile
--- a/www/Makefile Fri Feb 13 17:29:20 2004 +0000
+++ b/www/Makefile Fri Feb 13 17:39:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.300 2004/02/10 13:27:53 grant Exp $
+# $NetBSD: Makefile,v 1.301 2004/02/13 17:39:55 jschauma Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -129,6 +129,9 @@
SUBDIR+= neon
SUBDIR+= netscape
SUBDIR+= netscape7
+SUBDIR+= netscape7-acroread
+SUBDIR+= netscape7-acroread3
+SUBDIR+= netscape7-acroread5
SUBDIR+= ns-plugger-common
SUBDIR+= ns-plugger-communicator
SUBDIR+= ns-plugger-navigator
diff -r a68e8322c39e -r 736ae3905dd2 www/netscape7-acroread/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/netscape7-acroread/DESCR Fri Feb 13 17:39:55 2004 +0000
@@ -0,0 +1,1 @@
+This package provides Adobe Acrobat Reader 4 plugin for the Netscape7 package.
diff -r a68e8322c39e -r 736ae3905dd2 www/netscape7-acroread/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/netscape7-acroread/Makefile Fri Feb 13 17:39:55 2004 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2004/02/13 17:39:55 jschauma Exp $
+
+DISTNAME= netscape7-acroread-1.0
+
+MAINTAINER= jschauma%NetBSD.org@localhost
+COMMENT= Acrobat Reader 4 plugin for netscape7
+
+DEPENDS+= acroread-4.[0-9]*:../../print/acroread
+CONFLICTS+= netscape7-acroread3-[0-9]*
+CONFLICTS+= netscape7-acroread5-[0-9]*
+
+ACROREAD= Acrobat4
+
+.include "../../www/netscape7-acroread/Makefile.common"
diff -r a68e8322c39e -r 736ae3905dd2 www/netscape7-acroread/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/netscape7-acroread/Makefile.common Fri Feb 13 17:39:55 2004 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile.common,v 1.1 2004/02/13 17:39:55 jschauma Exp $
+
+PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|}
+CATEGORIES= www print
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+DEPENDS+= netscape7>=1:../../www/netscape7
+
+ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386
+PLATFORM= intellinux
+
+WRKSRC= ${WRKDIR}
+NO_CHECKSUM= YES
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+PLIST_SRC= ../../www/netscape7-acroread/PLIST
+PLIST_SUBST+= ACROREAD=${ACROREAD}
+PLIST_SUBST+= PLATFORM=${PLATFORM}
+NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/netscape7/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 a68e8322c39e -r 736ae3905dd2 www/netscape7-acroread/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/netscape7-acroread/PLIST Fri Feb 13 17:39:55 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2004/02/13 17:39:55 jschauma Exp $
+@exec ${LN} -s %D/${ACROREAD}/Browsers/${PLATFORM}/nppdf.so %D/lib/netscape/netscape7/plugins/nppdf.so
+lib/netscape/netscape7/plugins/nppdf.so
diff -r a68e8322c39e -r 736ae3905dd2 www/netscape7-acroread3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/netscape7-acroread3/DESCR Fri Feb 13 17:39:55 2004 +0000
@@ -0,0 +1,1 @@
+This package provides Adobe Acrobat Reader 3 plugin for the Netscape7 package.
diff -r a68e8322c39e -r 736ae3905dd2 www/netscape7-acroread3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/netscape7-acroread3/Makefile Fri Feb 13 17:39:55 2004 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2004/02/13 17:39:55 jschauma Exp $
+
+DISTNAME= netscape7-acroread3-1.0
+
+MAINTAINER= jschauma%NetBSD.org@localhost
+COMMENT= Acrobat Reader 3 plugin for netscape7
+
+DEPENDS+= acroread3-3.[0-9]*:../../print/acroread3
+CONFLICTS+= netscape7-acroread-[0-9]*
+CONFLICTS+= netscape7-acroread5-[0-9]*
+
+ACROREAD= Acrobat3
+
+.include "../../www/netscape7-acroread/Makefile.common"
diff -r a68e8322c39e -r 736ae3905dd2 www/netscape7-acroread5/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/netscape7-acroread5/DESCR Fri Feb 13 17:39:55 2004 +0000
@@ -0,0 +1,1 @@
+This package provides Adobe Acrobat Reader 5 plugin for the Netscape7 package.
diff -r a68e8322c39e -r 736ae3905dd2 www/netscape7-acroread5/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/netscape7-acroread5/Makefile Fri Feb 13 17:39:55 2004 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2004/02/13 17:39:55 jschauma Exp $
+
+DISTNAME= netscape7-acroread5-1.0
+
+MAINTAINER= jschauma%NetBSD.org@localhost
+COMMENT= Acrobat Reader 5 plugin for netscape7
+
+DEPENDS+= acroread5-5.[0-9]*:../../print/acroread5
+CONFLICTS+= netscape7-acroread-[0-9]*
+CONFLICTS+= netscape7-acroread3-[0-9]*
+
+ACROREAD= Acrobat5
+
+.include "../../www/netscape7-acroread/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index