diff options
author | jlam <jlam@pkgsrc.org> | 2007-07-29 05:18:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-07-29 05:18:36 +0000 |
commit | 33f30156fb37245b360bbc293320402ecf1aba41 (patch) | |
tree | 45cad36d8470a568b9136017b2dd79c9efcc65bc /www/communicator | |
parent | ffe106498e5f63e2e945d5b6b2ac8807a10ae78f (diff) | |
download | pkgsrc-33f30156fb37245b360bbc293320402ecf1aba41.tar.gz |
* Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
operating system. Please see pkgsrc/mk/emulator/README for more
details.
* Teach the plist framework to automatically use any existing
PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.
* Convert all of the binary-only packages in pkgsrc to use the
emulator framework. Most of them have been tested to install and
deinstall correctly. This involves the following cleanup actions:
* Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
more consistently.
* Simplify packages by using default INSTALL and DEINSTALL scripts
instead of custom INSTALL/DEINSTALL code.
* Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
Packages only need to state exactly which emulations they support,
and the framework handles any i386-on-x86_64 or sparc-on-sparc64
uses.
* Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will
automatically detect when the package is installing on Linux.
Specific changes to packages include:
* Bump the PKGREVISIONs for all of the suse100* and suse91* packages
due to changes in the +INSTALL/+DEINSTALL scripts used in all
of the packages.
* Remove pkgsrc/emulators/suse_linux, which is unused by any
packages.
* cad/lc -- remove custom code to create the distinfo file for
all supported platforms; just use "emul-fetch" and "emul-distinfo"
instead.
* lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
instead of ${PREFIX}/lib so that compiled programs will find
the shared libraries.
* mail/thunderbird-bin-nightly -- update to latest binary
distributions for supported platforms.
* multimedia/ns-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
* security/uvscan -- set LD_LIBRARY_PATH explicitly so that
it's not necessary to install library symlinks into
${EMULDIR}/usr/local/lib.
* www/firefox-bin-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
Diffstat (limited to 'www/communicator')
-rw-r--r-- | www/communicator/DESCR | 10 | ||||
-rw-r--r-- | www/communicator/DESCR.linux-powerpc | 7 | ||||
-rw-r--r-- | www/communicator/PLIST.common (renamed from www/communicator/PLIST.pre) | 2 | ||||
-rw-r--r-- | www/communicator/PLIST.common_end (renamed from www/communicator/PLIST.post) | 2 | ||||
-rw-r--r-- | www/communicator/PLIST.netbsd-alpha | 2 | ||||
-rw-r--r-- | www/communicator/PLIST.netbsd-i386 | 5 | ||||
-rw-r--r-- | www/communicator/PLIST.netbsd-sparc | 11 | ||||
-rw-r--r-- | www/communicator/PLIST.osf-alpha | 2 | ||||
-rw-r--r-- | www/communicator/PLIST.osf1-alpha | 2 |
9 files changed, 13 insertions, 30 deletions
diff --git a/www/communicator/DESCR b/www/communicator/DESCR index 2bbc4cac445..cda7d9b05f1 100644 --- a/www/communicator/DESCR +++ b/www/communicator/DESCR @@ -1,5 +1,5 @@ -Communicator is a WWW and ftp browser, mail client, newsgroup reader, web -page editor and address book organizer. The standalone browser is -available in pkgsrc as 'navigator'. This is the commercially distributed -version from Netscape. A freely available version of the Netscape browser -is available in pkgsrc as 'mozilla'. +Communicator is a WWW and ftp browser, mail client, newsgroup reader, +web page editor and address book organizer. + +This is the commercially distributed version from Netscape. A freely +available version of the Netscape browser is available as ``firefox''. diff --git a/www/communicator/DESCR.linux-powerpc b/www/communicator/DESCR.linux-powerpc index 60f05d2ccdc..a915bf40ae2 100644 --- a/www/communicator/DESCR.linux-powerpc +++ b/www/communicator/DESCR.linux-powerpc @@ -1,4 +1,5 @@ Communicator is a WWW and ftp browser, mail client, newsgroup reader, -web page editor and address book organizer. This is the distributed -version from linuxppc.org, not Netscape. A Newer version of the -Netscape browser is available in pkgsrc as 'mozilla'. +web page editor and address book organizer. + +This is the distributed version from linuxppc.org, not Netscape. A +newer version of the Netscape browser is available as ``seamonkey''. diff --git a/www/communicator/PLIST.pre b/www/communicator/PLIST.common index ff4a7034aad..ea0f7ce141f 100644 --- a/www/communicator/PLIST.pre +++ b/www/communicator/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.pre,v 1.1 2001/11/01 02:24:37 zuntum Exp $ +@comment $NetBSD: PLIST.common,v 1.1 2007/07/29 05:19:51 jlam Exp $ bin/${BINNAME}-${NS_VERS} bin/${BINNAME} lib/netscape/${BINNAME}-${NS_VERS}/java/classes/ifc11.jar diff --git a/www/communicator/PLIST.post b/www/communicator/PLIST.common_end index a1043104420..7a84e46553f 100644 --- a/www/communicator/PLIST.post +++ b/www/communicator/PLIST.common_end @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.post,v 1.5 2002/12/09 16:01:48 tron Exp $ +@comment $NetBSD: PLIST.common_end,v 1.1 2007/07/29 05:19:51 jlam Exp $ @dirrm lib/netscape/${BINNAME}-${NS_VERS}/spell @dirrm lib/netscape/${BINNAME}-${NS_VERS}/plugins @dirrm lib/netscape/${BINNAME}-${NS_VERS}/nethelp/netscape/trouble diff --git a/www/communicator/PLIST.netbsd-alpha b/www/communicator/PLIST.netbsd-alpha deleted file mode 100644 index 58e0c796bbe..00000000000 --- a/www/communicator/PLIST.netbsd-alpha +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST.netbsd-alpha,v 1.1 2001/11/01 02:24:36 zuntum Exp $ -lib/netscape/communicator-${NS_VERS}/plugins/libnullplugin.so diff --git a/www/communicator/PLIST.netbsd-i386 b/www/communicator/PLIST.netbsd-i386 deleted file mode 100644 index c1aac698f3e..00000000000 --- a/www/communicator/PLIST.netbsd-i386 +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST.netbsd-i386,v 1.1 2001/11/01 02:24:37 zuntum Exp $ -lib/netscape/communicator-${NS_VERS}/libjsd.so -lib/netscape/communicator-${NS_VERS}/plugins/libnullplugin.so -lib/netscape/communicator-${NS_VERS}/netscape-dynMotif -lib/netscape/communicator-${NS_VERS}/libnullplugin-dynMotif.so diff --git a/www/communicator/PLIST.netbsd-sparc b/www/communicator/PLIST.netbsd-sparc deleted file mode 100644 index ac448c72344..00000000000 --- a/www/communicator/PLIST.netbsd-sparc +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST.netbsd-sparc,v 1.1 2001/11/01 20:46:14 zuntum Exp $ -bin/communicator-${NS_VERS}_nis -bin/netscape_nis -lib/netscape/communicator-${NS_VERS}/netscape_nis -lib/netscape/communicator-${NS_VERS}/libjsd.so.1.0 -lib/netscape/communicator-${NS_VERS}/dynfonts/libTrueDoc.so -lib/netscape/communicator-${NS_VERS}/plugins/libnullplugin.so -lib/netscape/communicator-${NS_VERS}/nls/C -lib/netscape/communicator-${NS_VERS}/nls/nls.dir -@dirrm lib/netscape/communicator-${NS_VERS}/dynfonts -@dirrm lib/netscape/communicator-${NS_VERS}/nls diff --git a/www/communicator/PLIST.osf-alpha b/www/communicator/PLIST.osf-alpha deleted file mode 100644 index 8365700d41d..00000000000 --- a/www/communicator/PLIST.osf-alpha +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST.osf-alpha,v 1.1 2001/11/01 02:24:37 zuntum Exp $ -lib/netscape/${BINNAME}-${NS_VERS}/plugins/libnullplugin.so diff --git a/www/communicator/PLIST.osf1-alpha b/www/communicator/PLIST.osf1-alpha new file mode 100644 index 00000000000..69ef90cb73a --- /dev/null +++ b/www/communicator/PLIST.osf1-alpha @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.osf1-alpha,v 1.1 2007/07/29 05:19:52 jlam Exp $ +lib/netscape/${BINNAME}-${NS_VERS}/plugins/libnullplugin.so |