cvs commit: ports UPDATING ports/Mk bsd.gecko.mk
ports/audio/rhythmbox-devel Makefile pkg-plist
ports/graphics/djview4 Makefile pkg-plist ports/graphics/djvulibre
Makefile pkg-plist ports/graphics/gnash Makefile pkg-plist ...
Jeremy Messenger
mezz at FreeBSD.org
Sat Jan 10 02:45:47 UTC 2009
mezz 2009-01-10 02:45:46 UTC
FreeBSD ports repository
Modified files:
. UPDATING
Mk bsd.gecko.mk
audio/rhythmbox-devel Makefile pkg-plist
graphics/djview4 Makefile pkg-plist
graphics/djvulibre Makefile pkg-plist
graphics/gnash Makefile pkg-plist
graphics/gnash-devel Makefile pkg-plist
graphics/librsvg2 Makefile pkg-plist
graphics/librsvg2/files patch-moz-plugin_Makefile.in
mail/thunderbird Makefile
mail/thunderbird/files patch-build_unix_run-mozilla.sh
multimedia/gxine Makefile pkg-plist
multimedia/kaffeine-mozilla Makefile pkg-plist
multimedia/totem Makefile pkg-plist
multimedia/vlc Makefile Makefile.inc
multimedia/vlc-devel Makefile Makefile.inc
security/opensc Makefile pkg-plist
textproc/gxmlviewer Makefile pkg-plist
www/dummyflash Makefile pkg-plist
www/epiphany Makefile
www/firefox Makefile
www/firefox/files patch-build_unix_run-mozilla.sh
www/firefox-devel Makefile
www/firefox-devel/files patch-build_unix_run-mozilla.sh
www/firefox3 Makefile
www/flashplugin-mozilla Makefile pkg-plist
www/flock Makefile
www/flock/files patch-build_unix_run-mozilla.sh
www/galeon Makefile distinfo
www/helixplugin Makefile
www/helixplugin/files BSDmakefile
www/mozilla Makefile pkg-deinstall.in pkg-install.in
www/mozilla/files patch-build_unix_run-mozilla.sh
www/mozplugger Makefile pkg-plist
www/mozplugger/files patch-Makefile
www/mplayer-plugin Makefile pkg-plist
www/openvrml Makefile pkg-plist
www/opera Makefile
www/opera-devel Makefile
www/plugger Makefile pkg-install pkg-plist
www/seamonkey Makefile
www/seamonkey/files patch-build_unix_run-mozilla.sh
www/sidplug Makefile pkg-plist
www/swfdec-plugin Makefile pkg-plist
www/ump Makefile pkg-plist
www/xulrunner Makefile
www/xulrunner/files patch-build_unix_run-mozilla.sh
Added files:
www/firefox Makefile.webplugins
www/firefox3/files patch-build_unix_run-mozilla.sh
Removed files:
www/galeon/files patch-configure
Log:
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.
FYI: GNOME 2.24 depends on this, so it's coming.
BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.
Approved by: portmgr
Revision Changes Path
1.5 +5 -16 ports/Mk/bsd.gecko.mk
1.749 +13 -12 ports/UPDATING
1.113 +8 -3 ports/audio/rhythmbox-devel/Makefile
1.35 +4 -3 ports/audio/rhythmbox-devel/pkg-plist
1.12 +10 -8 ports/graphics/djview4/Makefile
1.3 +0 -4 ports/graphics/djview4/pkg-plist
1.62 +6 -8 ports/graphics/djvulibre/Makefile
1.27 +0 -4 ports/graphics/djvulibre/pkg-plist
1.39 +5 -1 ports/graphics/gnash-devel/Makefile
1.13 +2 -2 ports/graphics/gnash-devel/pkg-plist
1.33 +5 -2 ports/graphics/gnash/Makefile
1.11 +2 -2 ports/graphics/gnash/pkg-plist
1.69 +7 -1 ports/graphics/librsvg2/Makefile
1.9 +0 -9 ports/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
1.20 +4 -3 ports/graphics/librsvg2/pkg-plist
1.99 +2 -1 ports/mail/thunderbird/Makefile
1.6 +1 -1 ports/mail/thunderbird/files/patch-build_unix_run-mozilla.sh
1.44 +5 -7 ports/multimedia/gxine/Makefile
1.11 +0 -1 ports/multimedia/gxine/pkg-plist
1.12 +10 -4 ports/multimedia/kaffeine-mozilla/Makefile
1.3 +4 -4 ports/multimedia/kaffeine-mozilla/pkg-plist
1.101 +15 -8 ports/multimedia/totem/Makefile
1.40 +25 -25 ports/multimedia/totem/pkg-plist
1.213 +5 -1 ports/multimedia/vlc-devel/Makefile
1.22 +6 -5 ports/multimedia/vlc-devel/Makefile.inc
1.179 +6 -2 ports/multimedia/vlc/Makefile
1.20 +6 -5 ports/multimedia/vlc/Makefile.inc
1.34 +6 -1 ports/security/opensc/Makefile
1.15 +2 -1 ports/security/opensc/pkg-plist
1.26 +12 -8 ports/textproc/gxmlviewer/Makefile
1.6 +0 -4 ports/textproc/gxmlviewer/pkg-plist
1.8 +10 -4 ports/www/dummyflash/Makefile
1.4 +2 -2 ports/www/dummyflash/pkg-plist
1.124 +3 -3 ports/www/epiphany/Makefile
1.164 +2 -13 ports/www/firefox-devel/Makefile
1.13 +1 -1 ports/www/firefox-devel/files/patch-build_unix_run-mozilla.sh
1.204 +2 -12 ports/www/firefox/Makefile
1.1 +226 -0 ports/www/firefox/Makefile.webplugins (new)
1.10 +2 -2 ports/www/firefox/files/patch-build_unix_run-mozilla.sh
1.11 +2 -12 ports/www/firefox3/Makefile
1.3 +12 -0 ports/www/firefox3/files/patch-build_unix_run-mozilla.sh (new)
1.28 +9 -5 ports/www/flashplugin-mozilla/Makefile
1.7 +2 -2 ports/www/flashplugin-mozilla/pkg-plist
1.174 +2 -13 ports/www/flock/Makefile
1.10 +2 -2 ports/www/flock/files/patch-build_unix_run-mozilla.sh
1.163 +3 -3 ports/www/galeon/Makefile
1.62 +3 -3 ports/www/galeon/distinfo
1.15 +0 -11 ports/www/galeon/files/patch-configure (dead)
1.4 +10 -5 ports/www/helixplugin/Makefile
1.3 +1 -1 ports/www/helixplugin/files/BSDmakefile
1.228 +2 -19 ports/www/mozilla/Makefile
1.10 +2 -2 ports/www/mozilla/files/patch-build_unix_run-mozilla.sh
1.16 +1 -1 ports/www/mozilla/pkg-deinstall.in
1.19 +1 -5 ports/www/mozilla/pkg-install.in
1.10 +13 -1 ports/www/mozplugger/Makefile
1.7 +2 -2 ports/www/mozplugger/files/patch-Makefile
1.4 +2 -2 ports/www/mozplugger/pkg-plist
1.61 +7 -5 ports/www/mplayer-plugin/Makefile
1.19 +13 -13 ports/www/mplayer-plugin/pkg-plist
1.48 +5 -3 ports/www/openvrml/Makefile
1.12 +3 -2 ports/www/openvrml/pkg-plist
1.57 +6 -1 ports/www/opera-devel/Makefile
1.85 +5 -0 ports/www/opera/Makefile
1.37 +7 -3 ports/www/plugger/Makefile
1.5 +0 -0 ports/www/plugger/pkg-install
1.10 +2 -2 ports/www/plugger/pkg-plist
1.283 +2 -19 ports/www/seamonkey/Makefile
1.8 +2 -2 ports/www/seamonkey/files/patch-build_unix_run-mozilla.sh
1.15 +7 -3 ports/www/sidplug/Makefile
1.5 +2 -2 ports/www/sidplug/pkg-plist
1.34 +8 -3 ports/www/swfdec-plugin/Makefile
1.6 +4 -4 ports/www/swfdec-plugin/pkg-plist
1.31 +7 -3 ports/www/ump/Makefile
1.5 +2 -2 ports/www/ump/pkg-plist
1.19 +2 -2 ports/www/xulrunner/Makefile
1.2 +2 -2 ports/www/xulrunner/files/patch-build_unix_run-mozilla.sh
More information about the cvs-all
mailing list