Bug 111166 - New Port: www/nspluginwrapper
Summary: New Port: www/nspluginwrapper
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-03 02:40 UTC by Dave Grochowski
Modified: 2007-04-04 18:10 UTC (History)
0 users

See Also:


Attachments
file.shar (7.66 KB, text/plain)
2007-04-03 02:40 UTC, Dave Grochowski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Grochowski 2007-04-03 02:40:03 UTC
"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. =)
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-04-03 08:24:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-04 18:06:01 UTC
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"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-04-04 18:10:46 UTC
State Changed
From-To: open->closed

New port added. Thanks!