"The nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. That is, it enables you to use plugins on platforms they were not built for. For example, you can use the Adobe Flash plugin on Linux/x86_64, NetBSD and FreeBSD platforms. WWW: http://gwenole.beauchesne.info/projects/nspluginwrapper/" Basically, this wrapper provides similar functionality to the linuxpluginwrapper in ports. It allows users to run Linux browser plugins in a native browser, such as Firefox. This port differs from linuxpluginwrapper in a few ways: - The plugins are installed by the user to their local browser configuration, instead of the system browser configuration. - Plugins are automagically found by running "nspluginwrapper -v -a -i" or can be manually added by running "nspluginwrapper -i path/to/plugin.so". - No modifications need to be performed to FreeBSD's kernel/userland. - No modifications need to be made to libmap.conf. - It just works. =)
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
rafan 2007-04-04 17:05:46 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/nspluginwrapper Makefile distinfo pkg-descr pkg-message pkg-plist www/nspluginwrapper/files patch-configure patch-npapi_nspr_prcpucfg.h patch-src-npw-config.c patch-src-npw-wrapper.c Log: Add nspluginwrapper 0.9.91.3, a compatibility plugin for Netscape 4 (NPAPI) plugins. PR: ports/111166 Submitted by: Dave Grochowski Revision Changes Path 1.1765 +1 -0 ports/www/Makefile 1.1 +58 -0 ports/www/nspluginwrapper/Makefile (new) 1.1 +6 -0 ports/www/nspluginwrapper/distinfo (new) 1.1 +53 -0 ports/www/nspluginwrapper/files/patch-configure (new) 1.1 +11 -0 ports/www/nspluginwrapper/files/patch-npapi_nspr_prcpucfg.h (new) 1.1 +13 -0 ports/www/nspluginwrapper/files/patch-src-npw-config.c (new) 1.1 +10 -0 ports/www/nspluginwrapper/files/patch-src-npw-wrapper.c (new) 1.1 +6 -0 ports/www/nspluginwrapper/pkg-descr (new) 1.1 +30 -0 ports/www/nspluginwrapper/pkg-message (new) 1.1 +14 -0 ports/www/nspluginwrapper/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!