diff options
author | ryoon <ryoon> | 2012-03-15 09:02:43 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-03-15 09:02:43 +0000 |
commit | 97cab3d4428d1dda05ff129973e82e615e0a0329 (patch) | |
tree | 7f0e2709103d9532a678e2122110cef3a0ddfb8f | |
parent | 6a079570c3e8e27485e311d6e462ab6ebce4882d (diff) | |
download | pkgsrc-97cab3d4428d1dda05ff129973e82e615e0a0329.tar.gz |
Import firefox10-10.0.3 as www/firefox10
* Switch to ESR branch
* Fix security bugs
-rw-r--r-- | www/firefox10/DESCR | 10 | ||||
-rw-r--r-- | www/firefox10/Makefile | 74 | ||||
-rw-r--r-- | www/firefox10/PLIST | 483 | ||||
-rw-r--r-- | www/firefox10/files/desktop.in | 191 | ||||
-rw-r--r-- | www/firefox10/files/firefox.sh.in | 9 | ||||
-rw-r--r-- | www/firefox10/options.mk | 17 |
6 files changed, 784 insertions, 0 deletions
diff --git a/www/firefox10/DESCR b/www/firefox10/DESCR new file mode 100644 index 00000000000..16857791703 --- /dev/null +++ b/www/firefox10/DESCR @@ -0,0 +1,10 @@ +Mozilla Firefox is a free, open-source and cross-platform web browser +for Windows, Linux, MacOS X and many other operating systems. + +It is fast and easy to use, and offers many advantages over other web +browsers, such as tabbed browsing and the ability to block pop-up +windows. + +Firefox also offers excellent bookmark and history management, and it +can be extended by developers using industry standards such as XML, +CSS, JavaScript, C++, etc. Many extensions are available. diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile new file mode 100644 index 00000000000..3f850fd78a2 --- /dev/null +++ b/www/firefox10/Makefile @@ -0,0 +1,74 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/15 09:02:43 ryoon Exp $ + +.include "../../devel/xulrunner10/dist.mk" +PKGNAME= firefox10-${FIREFOX_VER} +CATEGORIES= www + +MAINTAINER= tnn@NetBSD.org +HOMEPAGE= http://www.mozilla.com/en-US/firefox/ +COMMENT= Web browser with support for extensions +LICENSE= mpl-1.1 + +MOZILLA_DIR= # empty + +CONFIGURE_ARGS+= --enable-application=browser +CONFIGURE_ARGS+= --with-libxul-sdk=${PREFIX}/lib/xulrunner10-sdk +CONFIGURE_ARGS+= --with-system-libxul + +ALL_ENV+= MOZILLA_PKG_NAME=firefox10 + +LDFLAGS.DragonFly= -lplc4 -lnspr4 + +.include "../../devel/xulrunner10/mozilla-common.mk" +.include "options.mk" + +MOZILLA=firefox10 +MOZILLA_ICON= ${WRKSRC}/dist/firefox/chrome/icons/default/default48.png +.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) +MOZILLA_NAME= Firefox +.else +MOZILLA_NAME= Browser +.endif + +pre-configure: + cd ${WRKSRC} && autoconf +# XXX not built here, just to make check-portability.awk shut up. + cd ${WRKSRC}/js/src && autoconf + +post-build: + ${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \ + -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g' \ + -e 's|@FIREFOX_ICON@|${MOZILLA}.png|g' \ + < ${FILESDIR}/desktop.in \ + > ${WRKDIR}/desktop + ${SED} -e 's|@PREFIX@|${PREFIX}|g' < ${FILESDIR}/firefox.sh.in \ + > ${WRKDIR}/${MOZILLA} + +INSTALLATION_DIRS+= share/applications share/pixmaps +post-install: + ${INSTALL_DATA} ${WRKDIR}/desktop \ + ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop + ${INSTALL_DATA} ${MOZILLA_ICON} \ + ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png + rm -f ${DESTDIR}${PREFIX}/bin/firefox + ${INSTALL_SCRIPT} ${WRKDIR}/${MOZILLA} ${DESTDIR}${PREFIX}/bin + +BUILDLINK_API_DEPENDS.xulrunner10+= xulrunner10>=${MOZ_BRANCH}${MOZ_BRANCH_MINOR} +BUILD_DEPENDS+= xulrunner10-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}{,nb*}:../../devel/xulrunner10 +.include "../../devel/xulrunner10/buildlink3.mk" +PLIST_VARS+= gnome +.if !empty(PKG_BUILD_OPTIONS.xulrunner10:Mgnome) +CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui +PLIST.gnome= yes +.else +CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui +.endif +.if !empty(PKG_BUILD_OPTIONS.xulrunner10:Mdebug) +CONFIGURE_ARGS+= --enable-debug --enable-debug-symbols +CONFIGURE_ARGS+= --disable-install-strip +.else +CONFIGURE_ARGS+= --disable-debug --disable-debug-symbols +CONFIGURE_ARGS+= --enable-install-strip +.endif +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/firefox10/PLIST b/www/firefox10/PLIST new file mode 100644 index 00000000000..6a5bec3408d --- /dev/null +++ b/www/firefox10/PLIST @@ -0,0 +1,483 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/15 09:02:43 ryoon Exp $ +bin/firefox10 +lib/firefox10/application.ini +lib/firefox10/blocklist.xml +lib/firefox10/chrome.manifest +${PLIST.nobranding}lib/firefox10/chrome/browser/content/branding/about-background.png +lib/firefox10/chrome/browser/content/branding/about-logo.png +lib/firefox10/chrome/browser/content/branding/about-wordmark.png +lib/firefox10/chrome/browser/content/branding/about.png +lib/firefox10/chrome/browser/content/branding/aboutDialog.css +lib/firefox10/chrome/browser/content/branding/icon16.png +lib/firefox10/chrome/browser/content/branding/icon48.png +lib/firefox10/chrome/browser/content/branding/icon64.png +lib/firefox10/chrome/browser/content/browser/NetworkPanel.xhtml +lib/firefox10/chrome/browser/content/browser/aboutDialog.css +lib/firefox10/chrome/browser/content/browser/aboutDialog.js +lib/firefox10/chrome/browser/content/browser/aboutDialog.xul +lib/firefox10/chrome/browser/content/browser/aboutHome-restore-icon-small.png +lib/firefox10/chrome/browser/content/browser/aboutHome-restore-icon.png +lib/firefox10/chrome/browser/content/browser/aboutHome-snippet1.png +lib/firefox10/chrome/browser/content/browser/aboutHome-snippet2.png +lib/firefox10/chrome/browser/content/browser/aboutHome.css +lib/firefox10/chrome/browser/content/browser/aboutHome.js +lib/firefox10/chrome/browser/content/browser/aboutHome.xhtml +lib/firefox10/chrome/browser/content/browser/aboutPrivateBrowsing.xhtml +lib/firefox10/chrome/browser/content/browser/aboutRobots-icon.png +lib/firefox10/chrome/browser/content/browser/aboutRobots-widget-left.png +lib/firefox10/chrome/browser/content/browser/aboutRobots.xhtml +lib/firefox10/chrome/browser/content/browser/aboutSessionRestore.js +lib/firefox10/chrome/browser/content/browser/aboutSessionRestore.xhtml +lib/firefox10/chrome/browser/content/browser/aboutSyncTabs-bindings.xml +lib/firefox10/chrome/browser/content/browser/aboutSyncTabs.css +lib/firefox10/chrome/browser/content/browser/aboutSyncTabs.js +lib/firefox10/chrome/browser/content/browser/aboutSyncTabs.xul +lib/firefox10/chrome/browser/content/browser/baseMenuOverlay.xul +lib/firefox10/chrome/browser/content/browser/bookmarks/bookmarksPanel.js +lib/firefox10/chrome/browser/content/browser/bookmarks/bookmarksPanel.xul +lib/firefox10/chrome/browser/content/browser/bookmarks/sidebarUtils.js +lib/firefox10/chrome/browser/content/browser/browser-tabPreviews.xml +lib/firefox10/chrome/browser/content/browser/browser.css +lib/firefox10/chrome/browser/content/browser/browser.js +lib/firefox10/chrome/browser/content/browser/browser.xul +lib/firefox10/chrome/browser/content/browser/certerror/aboutCertError.css +lib/firefox10/chrome/browser/content/browser/certerror/aboutCertError.xhtml +lib/firefox10/chrome/browser/content/browser/content.js +lib/firefox10/chrome/browser/content/browser/devtools/csshtmltree.xul +lib/firefox10/chrome/browser/content/browser/devtools/cssruleview.xul +lib/firefox10/chrome/browser/content/browser/devtools/styleinspector.css +lib/firefox10/chrome/browser/content/browser/feeds/subscribe.css +lib/firefox10/chrome/browser/content/browser/feeds/subscribe.js +lib/firefox10/chrome/browser/content/browser/feeds/subscribe.xhtml +lib/firefox10/chrome/browser/content/browser/feeds/subscribe.xml +lib/firefox10/chrome/browser/content/browser/fullscreen-video.xhtml +lib/firefox10/chrome/browser/content/browser/hiddenWindow.xul +lib/firefox10/chrome/browser/content/browser/history/history-panel.xul +lib/firefox10/chrome/browser/content/browser/inspector.html +lib/firefox10/chrome/browser/content/browser/license.html +lib/firefox10/chrome/browser/content/browser/migration/migration.js +lib/firefox10/chrome/browser/content/browser/migration/migration.xul +lib/firefox10/chrome/browser/content/browser/nsContextMenu.js +lib/firefox10/chrome/browser/content/browser/openLocation.js +lib/firefox10/chrome/browser/content/browser/openLocation.xul +lib/firefox10/chrome/browser/content/browser/orion-mozilla.css +lib/firefox10/chrome/browser/content/browser/orion.css +lib/firefox10/chrome/browser/content/browser/orion.js +lib/firefox10/chrome/browser/content/browser/pageinfo/feeds.js +lib/firefox10/chrome/browser/content/browser/pageinfo/feeds.xml +lib/firefox10/chrome/browser/content/browser/pageinfo/pageInfo.css +lib/firefox10/chrome/browser/content/browser/pageinfo/pageInfo.js +lib/firefox10/chrome/browser/content/browser/pageinfo/pageInfo.xml +lib/firefox10/chrome/browser/content/browser/pageinfo/pageInfo.xul +lib/firefox10/chrome/browser/content/browser/pageinfo/permissions.js +lib/firefox10/chrome/browser/content/browser/pageinfo/security.js +lib/firefox10/chrome/browser/content/browser/places/bookmarkProperties.js +lib/firefox10/chrome/browser/content/browser/places/bookmarkProperties.xul +lib/firefox10/chrome/browser/content/browser/places/bookmarkProperties2.xul +lib/firefox10/chrome/browser/content/browser/places/browserPlacesViews.js +lib/firefox10/chrome/browser/content/browser/places/controller.js +lib/firefox10/chrome/browser/content/browser/places/editBookmarkOverlay.js +lib/firefox10/chrome/browser/content/browser/places/editBookmarkOverlay.xul +lib/firefox10/chrome/browser/content/browser/places/history-panel.js +lib/firefox10/chrome/browser/content/browser/places/menu.xml +lib/firefox10/chrome/browser/content/browser/places/moveBookmarks.js +lib/firefox10/chrome/browser/content/browser/places/moveBookmarks.xul +lib/firefox10/chrome/browser/content/browser/places/organizer.css +lib/firefox10/chrome/browser/content/browser/places/places.css +lib/firefox10/chrome/browser/content/browser/places/places.js +lib/firefox10/chrome/browser/content/browser/places/places.xul +lib/firefox10/chrome/browser/content/browser/places/placesOverlay.xul +lib/firefox10/chrome/browser/content/browser/places/tree.xml +lib/firefox10/chrome/browser/content/browser/places/treeView.js +lib/firefox10/chrome/browser/content/browser/preferences/aboutPermissions.css +lib/firefox10/chrome/browser/content/browser/preferences/aboutPermissions.js +lib/firefox10/chrome/browser/content/browser/preferences/aboutPermissions.xml +lib/firefox10/chrome/browser/content/browser/preferences/aboutPermissions.xul +lib/firefox10/chrome/browser/content/browser/preferences/advanced-scripts.xul +lib/firefox10/chrome/browser/content/browser/preferences/advanced.js +lib/firefox10/chrome/browser/content/browser/preferences/advanced.xul +lib/firefox10/chrome/browser/content/browser/preferences/applicationManager.js +lib/firefox10/chrome/browser/content/browser/preferences/applicationManager.xul +lib/firefox10/chrome/browser/content/browser/preferences/applications.js +lib/firefox10/chrome/browser/content/browser/preferences/applications.xul +lib/firefox10/chrome/browser/content/browser/preferences/colors.xul +lib/firefox10/chrome/browser/content/browser/preferences/connection.js +lib/firefox10/chrome/browser/content/browser/preferences/connection.xul +lib/firefox10/chrome/browser/content/browser/preferences/content.js +lib/firefox10/chrome/browser/content/browser/preferences/content.xul +lib/firefox10/chrome/browser/content/browser/preferences/cookies.js +lib/firefox10/chrome/browser/content/browser/preferences/cookies.xul +lib/firefox10/chrome/browser/content/browser/preferences/fonts.js +lib/firefox10/chrome/browser/content/browser/preferences/fonts.xul +lib/firefox10/chrome/browser/content/browser/preferences/handlers.css +lib/firefox10/chrome/browser/content/browser/preferences/handlers.xml +lib/firefox10/chrome/browser/content/browser/preferences/languages.js +lib/firefox10/chrome/browser/content/browser/preferences/languages.xul +lib/firefox10/chrome/browser/content/browser/preferences/main.js +lib/firefox10/chrome/browser/content/browser/preferences/main.xul +lib/firefox10/chrome/browser/content/browser/preferences/permissions.js +lib/firefox10/chrome/browser/content/browser/preferences/permissions.xul +lib/firefox10/chrome/browser/content/browser/preferences/permissionsutils.js +lib/firefox10/chrome/browser/content/browser/preferences/preferences.xul +lib/firefox10/chrome/browser/content/browser/preferences/privacy.js +lib/firefox10/chrome/browser/content/browser/preferences/privacy.xul +lib/firefox10/chrome/browser/content/browser/preferences/sanitize.xul +lib/firefox10/chrome/browser/content/browser/preferences/security.js +lib/firefox10/chrome/browser/content/browser/preferences/security.xul +lib/firefox10/chrome/browser/content/browser/preferences/selectBookmark.js +lib/firefox10/chrome/browser/content/browser/preferences/selectBookmark.xul +lib/firefox10/chrome/browser/content/browser/preferences/sync.js +lib/firefox10/chrome/browser/content/browser/preferences/sync.xul +lib/firefox10/chrome/browser/content/browser/preferences/tabs.js +lib/firefox10/chrome/browser/content/browser/preferences/tabs.xul +lib/firefox10/chrome/browser/content/browser/safeMode.js +lib/firefox10/chrome/browser/content/browser/safeMode.xul +lib/firefox10/chrome/browser/content/browser/safebrowsing/blockedSite.xhtml +lib/firefox10/chrome/browser/content/browser/safebrowsing/report-phishing-overlay.xul +lib/firefox10/chrome/browser/content/browser/safebrowsing/sb-loader.js +lib/firefox10/chrome/browser/content/browser/sanitize.js +lib/firefox10/chrome/browser/content/browser/sanitize.xul +lib/firefox10/chrome/browser/content/browser/sanitizeDialog.css +lib/firefox10/chrome/browser/content/browser/sanitizeDialog.js +lib/firefox10/chrome/browser/content/browser/scratchpad.js +lib/firefox10/chrome/browser/content/browser/scratchpad.xul +lib/firefox10/chrome/browser/content/browser/search/engineManager.js +lib/firefox10/chrome/browser/content/browser/search/engineManager.xul +lib/firefox10/chrome/browser/content/browser/search/search.xml +lib/firefox10/chrome/browser/content/browser/search/searchbarBindings.css +lib/firefox10/chrome/browser/content/browser/setDesktopBackground.js +lib/firefox10/chrome/browser/content/browser/setDesktopBackground.xul +lib/firefox10/chrome/browser/content/browser/syncAddDevice.js +lib/firefox10/chrome/browser/content/browser/syncAddDevice.xul +lib/firefox10/chrome/browser/content/browser/syncGenericChange.js +lib/firefox10/chrome/browser/content/browser/syncGenericChange.xul +lib/firefox10/chrome/browser/content/browser/syncKey.xhtml +lib/firefox10/chrome/browser/content/browser/syncNotification.xml +lib/firefox10/chrome/browser/content/browser/syncProgress.js +lib/firefox10/chrome/browser/content/browser/syncProgress.xhtml +lib/firefox10/chrome/browser/content/browser/syncQuota.js +lib/firefox10/chrome/browser/content/browser/syncQuota.xul +lib/firefox10/chrome/browser/content/browser/syncSetup.js +lib/firefox10/chrome/browser/content/browser/syncSetup.xul +lib/firefox10/chrome/browser/content/browser/syncUtils.js +lib/firefox10/chrome/browser/content/browser/tabbrowser.css +lib/firefox10/chrome/browser/content/browser/tabbrowser.xml +lib/firefox10/chrome/browser/content/browser/tabview-content.js +lib/firefox10/chrome/browser/content/browser/tabview.css +lib/firefox10/chrome/browser/content/browser/tabview.html +lib/firefox10/chrome/browser/content/browser/tabview.js +lib/firefox10/chrome/browser/content/browser/urlbarBindings.xml +lib/firefox10/chrome/browser/content/browser/utilityOverlay.js +lib/firefox10/chrome/browser/content/browser/viewSourceOverlay.xul +lib/firefox10/chrome/browser/content/browser/web-panels.js +lib/firefox10/chrome/browser/content/browser/web-panels.xul +lib/firefox10/chrome/browser/skin/classic/browser/Geolocation-16.png +lib/firefox10/chrome/browser/skin/classic/browser/Geolocation-64.png +lib/firefox10/chrome/browser/skin/classic/browser/Go-arrow.png +lib/firefox10/chrome/browser/skin/classic/browser/Info.png +lib/firefox10/chrome/browser/skin/classic/browser/KUI-close.png +lib/firefox10/chrome/browser/skin/classic/browser/Privacy-16.png +lib/firefox10/chrome/browser/skin/classic/browser/Privacy-48.png +lib/firefox10/chrome/browser/skin/classic/browser/Secure.png +lib/firefox10/chrome/browser/skin/classic/browser/Security-broken.png +lib/firefox10/chrome/browser/skin/classic/browser/Toolbar-small.png +lib/firefox10/chrome/browser/skin/classic/browser/Toolbar.png +lib/firefox10/chrome/browser/skin/classic/browser/aboutCertError.css +lib/firefox10/chrome/browser/skin/classic/browser/aboutPrivateBrowsing.css +lib/firefox10/chrome/browser/skin/classic/browser/aboutSessionRestore-window-icon.png +lib/firefox10/chrome/browser/skin/classic/browser/aboutSessionRestore.css +lib/firefox10/chrome/browser/skin/classic/browser/aboutSyncTabs.css +lib/firefox10/chrome/browser/skin/classic/browser/actionicon-tab.png +lib/firefox10/chrome/browser/skin/classic/browser/browser.css +lib/firefox10/chrome/browser/skin/classic/browser/devtools/arrows.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-selected-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-selected.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-selected-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-selected.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-selected-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-selected.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-selected-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-selected.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-selected-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-selected.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected-pressed.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start.png +lib/firefox10/chrome/browser/skin/classic/browser/devtools/csshtmltree.css +lib/firefox10/chrome/browser/skin/classic/browser/devtools/gcli.css +lib/firefox10/chrome/browser/skin/classic/browser/devtools/goto-mdn.png +lib/firefox10/chrome/browser/skin/classic/browser/engineManager.css +lib/firefox10/chrome/browser/skin/classic/browser/feeds/audioFeedIcon.png +lib/firefox10/chrome/browser/skin/classic/browser/feeds/audioFeedIcon16.png +lib/firefox10/chrome/browser/skin/classic/browser/feeds/feedIcon.png +lib/firefox10/chrome/browser/skin/classic/browser/feeds/feedIcon16.png +lib/firefox10/chrome/browser/skin/classic/browser/feeds/subscribe-ui.css +lib/firefox10/chrome/browser/skin/classic/browser/feeds/subscribe.css +lib/firefox10/chrome/browser/skin/classic/browser/feeds/videoFeedIcon.png +lib/firefox10/chrome/browser/skin/classic/browser/feeds/videoFeedIcon16.png +lib/firefox10/chrome/browser/skin/classic/browser/fullscreen-video.css +lib/firefox10/chrome/browser/skin/classic/browser/identity.png +lib/firefox10/chrome/browser/skin/classic/browser/inspector.css +lib/firefox10/chrome/browser/skin/classic/browser/monitor.png +lib/firefox10/chrome/browser/skin/classic/browser/monitor_16-10.png +lib/firefox10/chrome/browser/skin/classic/browser/page-livemarks.png +lib/firefox10/chrome/browser/skin/classic/browser/pageInfo.css +lib/firefox10/chrome/browser/skin/classic/browser/pageInfo.png +lib/firefox10/chrome/browser/skin/classic/browser/places/bookmarksMenu.png +lib/firefox10/chrome/browser/skin/classic/browser/places/bookmarksToolbar.png +lib/firefox10/chrome/browser/skin/classic/browser/places/calendar.png +lib/firefox10/chrome/browser/skin/classic/browser/places/downloads.png +lib/firefox10/chrome/browser/skin/classic/browser/places/editBookmarkOverlay.css +lib/firefox10/chrome/browser/skin/classic/browser/places/livemark-item.png +lib/firefox10/chrome/browser/skin/classic/browser/places/organizer.css +lib/firefox10/chrome/browser/skin/classic/browser/places/organizer.xml +lib/firefox10/chrome/browser/skin/classic/browser/places/pageStarred.png +lib/firefox10/chrome/browser/skin/classic/browser/places/places.css +lib/firefox10/chrome/browser/skin/classic/browser/places/query.png +lib/firefox10/chrome/browser/skin/classic/browser/places/searching_16.png +lib/firefox10/chrome/browser/skin/classic/browser/places/starPage.png +lib/firefox10/chrome/browser/skin/classic/browser/places/starred48.png +lib/firefox10/chrome/browser/skin/classic/browser/places/tag.png +lib/firefox10/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png +lib/firefox10/chrome/browser/skin/classic/browser/places/unsortedBookmarks.png +lib/firefox10/chrome/browser/skin/classic/browser/places/unstarred48.png +lib/firefox10/chrome/browser/skin/classic/browser/preferences/Options-sync.png +lib/firefox10/chrome/browser/skin/classic/browser/preferences/Options.png +lib/firefox10/chrome/browser/skin/classic/browser/preferences/aboutPermissions.css +lib/firefox10/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png +lib/firefox10/chrome/browser/skin/classic/browser/preferences/applications.css +lib/firefox10/chrome/browser/skin/classic/browser/preferences/mail.png +lib/firefox10/chrome/browser/skin/classic/browser/preferences/preferences.css +lib/firefox10/chrome/browser/skin/classic/browser/sanitizeDialog.css +lib/firefox10/chrome/browser/skin/classic/browser/searchbar.css +lib/firefox10/chrome/browser/skin/classic/browser/section_collapsed-rtl.png +lib/firefox10/chrome/browser/skin/classic/browser/section_collapsed.png +lib/firefox10/chrome/browser/skin/classic/browser/section_expanded.png +lib/firefox10/chrome/browser/skin/classic/browser/setDesktopBackground.css +lib/firefox10/chrome/browser/skin/classic/browser/sync-128.png +lib/firefox10/chrome/browser/skin/classic/browser/sync-16-throbber.png +lib/firefox10/chrome/browser/skin/classic/browser/sync-16.png +lib/firefox10/chrome/browser/skin/classic/browser/sync-24-throbber.png +lib/firefox10/chrome/browser/skin/classic/browser/sync-32.png +lib/firefox10/chrome/browser/skin/classic/browser/sync-bg.png +lib/firefox10/chrome/browser/skin/classic/browser/sync-desktopIcon.png +lib/firefox10/chrome/browser/skin/classic/browser/sync-mobileIcon.png +lib/firefox10/chrome/browser/skin/classic/browser/sync-notification-24.png +lib/firefox10/chrome/browser/skin/classic/browser/syncCommon.css +lib/firefox10/chrome/browser/skin/classic/browser/syncProgress.css +lib/firefox10/chrome/browser/skin/classic/browser/syncQuota.css +lib/firefox10/chrome/browser/skin/classic/browser/syncSetup.css +lib/firefox10/chrome/browser/skin/classic/browser/tabbrowser/alltabs.png +lib/firefox10/chrome/browser/skin/classic/browser/tabbrowser/connecting.png +lib/firefox10/chrome/browser/skin/classic/browser/tabbrowser/loading.png +lib/firefox10/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-border.png +lib/firefox10/chrome/browser/skin/classic/browser/tabbrowser/tab.png +lib/firefox10/chrome/browser/skin/classic/browser/tabbrowser/tabDragIndicator.png +lib/firefox10/chrome/browser/skin/classic/browser/tabview/edit-light.png +lib/firefox10/chrome/browser/skin/classic/browser/tabview/search.png +lib/firefox10/chrome/browser/skin/classic/browser/tabview/stack-expander.png +lib/firefox10/chrome/browser/skin/classic/browser/tabview/tabview.css +lib/firefox10/chrome/browser/skin/classic/browser/tabview/tabview.png +lib/firefox10/chrome/browser/skin/classic/browser/urlbar-arrow.png +lib/firefox10/chrome/browser/skin/classic/communicator/communicator.css +lib/firefox10/chrome/en-US/locale/branding/brand.dtd +lib/firefox10/chrome/en-US/locale/branding/brand.properties +lib/firefox10/chrome/en-US/locale/branding/browserconfig.properties +lib/firefox10/chrome/en-US/locale/browser-region/region.properties +lib/firefox10/chrome/en-US/locale/browser/aboutCertError.dtd +lib/firefox10/chrome/en-US/locale/browser/aboutDialog.dtd +lib/firefox10/chrome/en-US/locale/browser/aboutHome.dtd +lib/firefox10/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd +lib/firefox10/chrome/en-US/locale/browser/aboutRobots.dtd +lib/firefox10/chrome/en-US/locale/browser/aboutSessionRestore.dtd +lib/firefox10/chrome/en-US/locale/browser/aboutSyncTabs.dtd +lib/firefox10/chrome/en-US/locale/browser/appstrings.properties +lib/firefox10/chrome/en-US/locale/browser/baseMenuOverlay.dtd +lib/firefox10/chrome/en-US/locale/browser/browser.dtd +lib/firefox10/chrome/en-US/locale/browser/browser.properties +lib/firefox10/chrome/en-US/locale/browser/devtools/gcli.properties +lib/firefox10/chrome/en-US/locale/browser/devtools/gclicommands.properties +lib/firefox10/chrome/en-US/locale/browser/devtools/inspector.properties +lib/firefox10/chrome/en-US/locale/browser/devtools/scratchpad.dtd +lib/firefox10/chrome/en-US/locale/browser/devtools/scratchpad.properties +lib/firefox10/chrome/en-US/locale/browser/devtools/styleinspector.dtd +lib/firefox10/chrome/en-US/locale/browser/devtools/styleinspector.properties +lib/firefox10/chrome/en-US/locale/browser/devtools/webConsole.dtd +lib/firefox10/chrome/en-US/locale/browser/devtools/webconsole.properties +lib/firefox10/chrome/en-US/locale/browser/downloads/settingsChange.dtd +lib/firefox10/chrome/en-US/locale/browser/engineManager.dtd +lib/firefox10/chrome/en-US/locale/browser/engineManager.properties +lib/firefox10/chrome/en-US/locale/browser/feeds/subscribe.dtd +lib/firefox10/chrome/en-US/locale/browser/feeds/subscribe.properties +lib/firefox10/chrome/en-US/locale/browser/migration/migration.dtd +lib/firefox10/chrome/en-US/locale/browser/migration/migration.properties +lib/firefox10/chrome/en-US/locale/browser/netError.dtd +lib/firefox10/chrome/en-US/locale/browser/openLocation.dtd +lib/firefox10/chrome/en-US/locale/browser/openLocation.properties +lib/firefox10/chrome/en-US/locale/browser/pageInfo.dtd +lib/firefox10/chrome/en-US/locale/browser/pageInfo.properties +lib/firefox10/chrome/en-US/locale/browser/places/bookmarkProperties.properties +lib/firefox10/chrome/en-US/locale/browser/places/editBookmarkOverlay.dtd +lib/firefox10/chrome/en-US/locale/browser/places/moveBookmarks.dtd +lib/firefox10/chrome/en-US/locale/browser/places/places.dtd +lib/firefox10/chrome/en-US/locale/browser/places/places.properties +lib/firefox10/chrome/en-US/locale/browser/preferences/aboutPermissions.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/aboutPermissions.properties +lib/firefox10/chrome/en-US/locale/browser/preferences/advanced-scripts.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/advanced.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/applicationManager.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/applicationManager.properties +lib/firefox10/chrome/en-US/locale/browser/preferences/applications.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/colors.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/connection.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/content.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/cookies.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/fonts.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/languages.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/main.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/permissions.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/preferences.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/preferences.properties +lib/firefox10/chrome/en-US/locale/browser/preferences/privacy.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/security.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/selectBookmark.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/sync.dtd +lib/firefox10/chrome/en-US/locale/browser/preferences/tabs.dtd +lib/firefox10/chrome/en-US/locale/browser/quitDialog.properties +lib/firefox10/chrome/en-US/locale/browser/safeMode.dtd +lib/firefox10/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd +lib/firefox10/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd +lib/firefox10/chrome/en-US/locale/browser/sanitize.dtd +lib/firefox10/chrome/en-US/locale/browser/search.properties +lib/firefox10/chrome/en-US/locale/browser/searchbar.dtd +lib/firefox10/chrome/en-US/locale/browser/setDesktopBackground.dtd +lib/firefox10/chrome/en-US/locale/browser/shellservice.properties +lib/firefox10/chrome/en-US/locale/browser/syncBrand.dtd +lib/firefox10/chrome/en-US/locale/browser/syncGenericChange.properties +lib/firefox10/chrome/en-US/locale/browser/syncKey.dtd +lib/firefox10/chrome/en-US/locale/browser/syncProgress.dtd +lib/firefox10/chrome/en-US/locale/browser/syncQuota.dtd +lib/firefox10/chrome/en-US/locale/browser/syncQuota.properties +lib/firefox10/chrome/en-US/locale/browser/syncSetup.dtd +lib/firefox10/chrome/en-US/locale/browser/syncSetup.properties +lib/firefox10/chrome/en-US/locale/browser/tabbrowser.dtd +lib/firefox10/chrome/en-US/locale/browser/tabbrowser.properties +lib/firefox10/chrome/en-US/locale/browser/tabview.properties +lib/firefox10/chrome/en-US/locale/browser/taskbar.properties +lib/firefox10/chrome/en-US/locale/en-US/services/errors.properties +lib/firefox10/chrome/en-US/locale/en-US/services/sync.properties +lib/firefox10/chrome/en-US/locale/feedback/main.dtd +lib/firefox10/chrome/en-US/locale/feedback/main.properties +lib/firefox10/chrome/icons/default/default16.png +lib/firefox10/chrome/icons/default/default32.png +lib/firefox10/chrome/icons/default/default48.png +lib/firefox10/chrome/localized.manifest +lib/firefox10/chrome/nonlocalized.manifest +lib/firefox10/components/FeedConverter.js +lib/firefox10/components/FeedWriter.js +lib/firefox10/components/PlacesProtocolHandler.js +lib/firefox10/components/Weave.js +lib/firefox10/components/WebContentConverter.js +lib/firefox10/components/browser.xpt +lib/firefox10/components/components.manifest +lib/firefox10/components/fuelApplication.js +lib/firefox10/components/interfaces.manifest +lib/firefox10/components/libbrowsercomps.so +lib/firefox10/components/nsBrowserContentHandler.js +lib/firefox10/components/nsBrowserGlue.js +lib/firefox10/components/nsPrivateBrowsingService.js +lib/firefox10/components/nsSafebrowsingApplication.js +lib/firefox10/components/nsSessionStartup.js +lib/firefox10/components/nsSessionStore.js +lib/firefox10/components/nsSetDefaultBrowser.js +lib/firefox10/components/nsSidebar.js +lib/firefox10/defaults/preferences/channel-prefs.js +lib/firefox10/defaults/preferences/firefox-branding.js +lib/firefox10/defaults/preferences/firefox-l10n.js +lib/firefox10/defaults/preferences/firefox.js +lib/firefox10/defaults/preferences/services-sync.js +lib/firefox10/defaults/profile/bookmarks.html +lib/firefox10/defaults/profile/chrome/userChrome-example.css +lib/firefox10/defaults/profile/chrome/userContent-example.css +lib/firefox10/defaults/profile/localstore.rdf +lib/firefox10/defaults/profile/mimeTypes.rdf +lib/firefox10/defaults/profile/prefs.js +lib/firefox10/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png +lib/firefox10/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/firefox10/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png +lib/firefox10/firefox +lib/firefox10/icons/mozicon128.png +lib/firefox10/modules/AutocompletePopup.jsm +lib/firefox10/modules/GcliCommands.jsm +lib/firefox10/modules/HUDService.jsm +lib/firefox10/modules/InsideOutBox.jsm +lib/firefox10/modules/NetworkHelper.jsm +lib/firefox10/modules/NetworkPrioritizer.jsm +lib/firefox10/modules/PlacesUIUtils.jsm +lib/firefox10/modules/PropertyPanel.jsm +lib/firefox10/modules/TreePanel.jsm +lib/firefox10/modules/devtools/CssHtmlTree.jsm +lib/firefox10/modules/devtools/CssLogic.jsm +lib/firefox10/modules/devtools/CssRuleView.jsm +lib/firefox10/modules/devtools/Promise.jsm +lib/firefox10/modules/devtools/StyleInspector.jsm +lib/firefox10/modules/devtools/Templater.jsm +lib/firefox10/modules/devtools/scratchpad-manager.jsm +lib/firefox10/modules/distribution.js +lib/firefox10/modules/domplate.jsm +lib/firefox10/modules/gcli.jsm +lib/firefox10/modules/inspector.jsm +lib/firefox10/modules/openLocationLastURL.jsm +lib/firefox10/modules/services-crypto/WeaveCrypto.js +lib/firefox10/modules/services-sync/async.js +lib/firefox10/modules/services-sync/constants.js +lib/firefox10/modules/services-sync/engines.js +lib/firefox10/modules/services-sync/engines/bookmarks.js +lib/firefox10/modules/services-sync/engines/clients.js +lib/firefox10/modules/services-sync/engines/forms.js +lib/firefox10/modules/services-sync/engines/history.js +lib/firefox10/modules/services-sync/engines/passwords.js +lib/firefox10/modules/services-sync/engines/prefs.js +lib/firefox10/modules/services-sync/engines/tabs.js +lib/firefox10/modules/services-sync/ext/Observers.js +lib/firefox10/modules/services-sync/ext/Preferences.js +lib/firefox10/modules/services-sync/ext/StringBundle.js +lib/firefox10/modules/services-sync/identity.js +lib/firefox10/modules/services-sync/jpakeclient.js +lib/firefox10/modules/services-sync/log4moz.js +lib/firefox10/modules/services-sync/main.js +lib/firefox10/modules/services-sync/notifications.js +lib/firefox10/modules/services-sync/policies.js +lib/firefox10/modules/services-sync/record.js +lib/firefox10/modules/services-sync/resource.js +lib/firefox10/modules/services-sync/rest.js +lib/firefox10/modules/services-sync/service.js +lib/firefox10/modules/services-sync/status.js +lib/firefox10/modules/services-sync/util.js +lib/firefox10/modules/source-editor-orion.jsm +lib/firefox10/modules/source-editor-textarea.jsm +lib/firefox10/modules/source-editor.jsm +lib/firefox10/modules/tabview/utils.jsm +lib/firefox10/removed-files +lib/firefox10/run-mozilla.sh +lib/firefox10/searchplugins/amazondotcom.xml +lib/firefox10/searchplugins/bing.xml +lib/firefox10/searchplugins/eBay.xml +lib/firefox10/searchplugins/google.xml +lib/firefox10/searchplugins/twitter.xml +lib/firefox10/searchplugins/wikipedia.xml +lib/firefox10/searchplugins/yahoo.xml +lib/firefox10/updater.ini +share/applications/firefox10.desktop +share/pixmaps/firefox10.png diff --git a/www/firefox10/files/desktop.in b/www/firefox10/files/desktop.in new file mode 100644 index 00000000000..d72090e1aab --- /dev/null +++ b/www/firefox10/files/desktop.in @@ -0,0 +1,191 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=@MOZILLA_NAME@ Web Browser +Name[am]= +Name[ar]= +Name[az]=@MOZILLA_NAME@ Veb Səyyahı +Name[be]= +Name[bg]=Интернет браузър @MOZILLA_NAME@ +Name[bn]= +Name[bs]=@MOZILLA_NAME@ web preglednik +Name[ca]=Navegador web @MOZILLA_NAME@ +Name[cs]=Prohlížeč WWW @MOZILLA_NAME@ +Name[cy]=Y Porwr Gwe @MOZILLA_NAME@ +Name[da]=@MOZILLA_NAME@ - internetsurfning +Name[de]=@MOZILLA_NAME@ Webbrowser +Name[el]=Περιηγητής Διαδικτύου @MOZILLA_NAME@ +Name[en_CA]=@MOZILLA_NAME@ Web Browser +Name[en_GB]=@MOZILLA_NAME@ Web Browser +Name[es]=Navegador Web @MOZILLA_NAME@ +Name[et]=@MOZILLA_NAME@ veebibrauser +Name[eu]=@MOZILLA_NAME@ web arakatzailea +Name[fi]=@MOZILLA_NAME@, WWW-selain +Name[fr]=Navigateur Web @MOZILLA_NAME@ +Name[ga]=Brabhsálaí Lín @MOZILLA_NAME@ +Name[gu]=એપીફની વૅબ બ્રાઉઝર +Name[he]=דפדפן @MOZILLA_NAME@ +Name[hi]= +Name[hr]=@MOZILLA_NAME@ Web preglednik +Name[hu]=@MOZILLA_NAME@ webböngésző +Name[id]=Web Browser @MOZILLA_NAME@ +Name[it]=Browser web @MOZILLA_NAME@ +Name[ja]=@MOZILLA_NAME@ ウェブ・ブラウザ +Name[ko]=@MOZILLA_NAME@ 웹 브라우저 +Name[li]=@MOZILLA_NAME@ Web Browser +Name[lt]=@MOZILLA_NAME@ web naršyklė +Name[mk]=@MOZILLA_NAME@ веб прелистувач +Name[ml]=എപ്പിഫാനി വെബ്ബ് ബ്രൌസര് +Name[mn]=@MOZILLA_NAME@ веб хөтөч +Name[ms]=Pelungsur Web @MOZILLA_NAME@ +Name[nb]=@MOZILLA_NAME@ nettleser +Name[nl]=@MOZILLA_NAME@ Webbrowser +Name[nn]=@MOZILLA_NAME@ nettlesar +Name[no]=@MOZILLA_NAME@ nettleser +Name[pa]=ਏਪੀਫਾਨੀ ਵੈੱਬ ਬਰਾਊਜ਼ਰ +Name[pl]=Przeglądarka WWW @MOZILLA_NAME@ +Name[pt]=Navegador Web @MOZILLA_NAME@ +Name[pt_BR]=Navegador Web @MOZILLA_NAME@ +Name[ro]=Navigatorul @MOZILLA_NAME@ +Name[ru]=Веб-браузер @MOZILLA_NAME@ +Name[sk]= +Name[sl]=Spletni brskalnik @MOZILLA_NAME@ +Name[sq]=@MOZILLA_NAME@ - Shfletuesi Web +Name[sr]= +Name[sr@Latn]=Veb čitač Spoznaja +Name[sv]=Webbläsaren @MOZILLA_NAME@ +Name[ta]=எபிபனி வலை உலாவி +Name[tk]=@MOZILLA_NAME@ Web Ahtarçisi +Name[tr]=@MOZILLA_NAME@ Web Tarayıcı +Name[uk]=Переглядач web @MOZILLA_NAME@ +Name[vi]=Trình Duyệt Web @MOZILLA_NAME@ +Name[wa]=Betchteu waibe epiphany +Name[zh_CN]=@MOZILLA_NAME@ Web 浏览器 +Name[zh_TW]=@MOZILLA_NAME@ 網頁瀏覽器 +GenericName=Web Browser +GenericName[ar]=متصفّح الانترنت +GenericName[az]=Veb Səyyahı +GenericName[be]=Вандроўнік па павуціньню +GenericName[bg]=Браузър +GenericName[bn]=ওয়েব ব্রাউজার +GenericName[bs]=Web preglednik +GenericName[ca]=Navegador web +GenericName[cs]=Prohlížeč WWW +GenericName[cy]=Porwr Gwe +GenericName[da]=Internetsurfning +GenericName[de]=Webbrowser +GenericName[el]=Περιηγητής Ιστοσελίδων +GenericName[en_CA]=Web Browser +GenericName[en_GB]=Web Browser +GenericName[es]=Navegador web +GenericName[et]=Veebilehitseja +GenericName[eu]=Web arakatzailea +GenericName[fi]=WWW-selain +GenericName[fr]=Navigateur Web @MOZILLA_NAME@ +GenericName[ga]=Brabhsálaí Lín +GenericName[gu]=વેબ બ્રાઉઝર +GenericName[he]=דפדפן אינטרנט +GenericName[hi]=वेब ब्राउज़र +GenericName[hr]=Web preglednik +GenericName[hu]=Webböngésző +GenericName[id]=Browser Web +GenericName[it]=Browser web +GenericName[ja]=GNOME ウェブ・ブラウザ +GenericName[ko]=웹 브라우저 +GenericName[li]=Wèb Browser +GenericName[lt]=Web naršyklė +GenericName[mk]=Веб прелистувач +GenericName[mn]=Веб хөтөч +GenericName[ms]=Pelungsur Web +GenericName[nb]=Nettleser +GenericName[nl]=Web-browser +GenericName[nn]=Nettlesar +GenericName[no]=Nettleser +GenericName[pa]=ਵੈਬ ਬਰਾਊਜ਼ +GenericName[pl]=Przeglądarka WWW +GenericName[pt]=Navegador Web +GenericName[pt_BR]=Navegador Web +GenericName[ro]=Navigator Internet +GenericName[ru]=Веб-браузер +GenericName[sk]=WWW prehliadač +GenericName[sl]=Spletni brskalnik +GenericName[sq]=Shfletuesi Web +GenericName[sr]=Веб читач +GenericName[sr@Latn]=Veb čitač +GenericName[sv]=Webbläsare +GenericName[ta]=வலை உலாவி +GenericName[th]=เว็บบราวเซอร์ +GenericName[tk]=Web Ahtarçysy +GenericName[tr]=Web Tarayıcı +GenericName[uk]=Переглядач web-сторінок +GenericName[vi]=Trình duyệt Web +GenericName[wa]=Betchteu waibe +GenericName[zh_CN]=Web 浏览器 +GenericName[zh_TW]=網頁瀏覽器 +Comment=Browse the web +Comment[ar]=تصفح الانترنت +Comment[az]=Vebi gəzin +Comment[be]=Вандраваць па павуціньню +Comment[bg]=Сърфиране в интернет +Comment[bn]=ওয়েব ব্রাউজ করুন +Comment[bs]=Pregledaj na internetu +Comment[ca]=Navegueu per la web +Comment[cs]=Prohlížet WWW +Comment[cy]=Pori'r we +Comment[da]=Surf på internettet +Comment[de]=Im Web surfen +Comment[el]=Περιήγηση στον παγκόσμιο ιστό +Comment[en_CA]=Browse the web +Comment[en_GB]=Browse the web +Comment[es]=Navegar por la web +Comment[et]=Sirvi veebi +Comment[eu]=Arakatu web-a +Comment[fi]=Selaa WWW:tä +Comment[fr]=Naviguer sur Internet +Comment[ga]=Brabhsáil an Líon +Comment[gu]=વેબમાં શોધો +Comment[he]=גלוש ברשת +Comment[hi]=वेब ब्राउज़ करें +Comment[hr]=Pregledaj Web +Comment[hu]=A világháló böngészése +Comment[id]=Jelajah web +Comment[it]=Esplora il web +Comment[ja]=ウェブを閲覧します +Comment[ko]=웹을 돌아 다닙니다 +Comment[li]=Blajere op internet +Comment[lt]=Naršyti internete +Comment[mk]=Прелистувајте на веб +Comment[ml]=വലക്കെട്ട് തിരയുക +Comment[mn]=Веб броузе хийх +Comment[ms]=Layari web +Comment[nb]=Surf på nettet +Comment[nl]=Websurfen +Comment[nn]=Surf på nettet +Comment[no]=Surf på nettet +Comment[pa]=ਵੈਬ ਬਰਾਊਜ਼ +Comment[pl]=Przeglądanie stron WWW +Comment[pt]=Navegar na web +Comment[pt_BR]=Navegar na web +Comment[ro]=Navigare Internet +Comment[ru]=Веб-браузер +Comment[sk]=Prehliadať internet +Comment[sl]=Brskaj po spletu +Comment[sq]=Eksploro web-in +Comment[sr]=Прегледај веб +Comment[sr@Latn]=Pregledaj veb +Comment[sv]=Surfa på nätet +Comment[ta]=வலையில் உலாவு +Comment[th]=ใช้งานเว็บบราวเซอร์ @MOZILLA_NAME@ +Comment[tk]=Webi Ahtar +Comment[tr]=Web'e Gözat +Comment[uk]=Програма перегляду web-сторінок +Comment[vi]=Duyệt web +Comment[wa]=Naivyî avå les waibes +Comment[zh_CN]=浏览 Web +Comment[zh_TW]=瀏覽網頁 +Exec=@MOZILLA@ %u +Icon=@FIREFOX_ICON@ +StartupNotify=false +Terminal=false +Type=Application +Categories=Application;Network; +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml; diff --git a/www/firefox10/files/firefox.sh.in b/www/firefox10/files/firefox.sh.in new file mode 100644 index 00000000000..7199fc404b1 --- /dev/null +++ b/www/firefox10/files/firefox.sh.in @@ -0,0 +1,9 @@ +#! /bin/sh +# +# $NetBSD: firefox.sh.in,v 1.1.1.1 2012/03/15 09:02:43 ryoon Exp $ +# +# We currently overwrite the nsXULStub launcher with this wrapper script. +# The stub causes problems like HTTPS protocol not working. +# XXX to be investigated + +exec @PREFIX@/lib/xulrunner10/xulrunner-bin @PREFIX@/lib/firefox10/application.ini "$@" diff --git a/www/firefox10/options.mk b/www/firefox10/options.mk new file mode 100644 index 00000000000..59f884f107c --- /dev/null +++ b/www/firefox10/options.mk @@ -0,0 +1,17 @@ +# $NetBSD: options.mk,v 1.1.1.1 2012/03/15 09:02:43 ryoon Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.firefox +PKG_SUPPORTED_OPTIONS= official-mozilla-branding + +.include "../../mk/bsd.options.mk" + +PLIST_VARS+= nobranding +.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) +CONFIGURE_ARGS+= --enable-official-branding +LICENSE= mozilla-trademark-license +RESTRICTED= Trademark holder prohibits distribution of modified versions. +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +.else +PLIST.nobranding= yes +.endif |