From 4746471552e4d4fbe9cca2e3bb656ce37bae2818 Mon Sep 17 00:00:00 2001 From: sat Date: Fri, 5 Oct 2007 22:38:24 +0000 Subject: - Update to 1.8.0 PR: ports/116760 Submitted by: Simon Olofsson (maintainer) --- www/xpi-statusbarclock/Makefile | 14 +++++--------- www/xpi-statusbarclock/distinfo | 6 +++--- www/xpi-statusbarclock/files/chrome.manifest | 7 ------- www/xpi-statusbarclock/pkg-descr | 6 ++---- www/xpi-statusbarclock/pkg-plist | 19 +++++++++++++++++++ 5 files changed, 29 insertions(+), 23 deletions(-) delete mode 100644 www/xpi-statusbarclock/files/chrome.manifest create mode 100644 www/xpi-statusbarclock/pkg-plist diff --git a/www/xpi-statusbarclock/Makefile b/www/xpi-statusbarclock/Makefile index fbe7defbdd18..e097bfdb8814 100644 --- a/www/xpi-statusbarclock/Makefile +++ b/www/xpi-statusbarclock/Makefile @@ -6,23 +6,19 @@ # PORTNAME= statusbarclock -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.0 +DISTVERSIONSUFFIX= -fx CATEGORIES= www -MASTER_SITES= http://www.willbueche.com/temp/ \ - http://olofsson.de/mirror/distfiles/ -DISTNAME= ${PORTNAME} MAINTAINER= simon@olofsson.de COMMENT= Display date and time in the status bar +XPI_DISTNAME= statusbar_clock XPI_ID= {3669edc0-b1ad-11d8-92e7-00d09e0179f2} -XPI_FILES= chrome/timestatus.jar chrome.manifest \ - defaults/preferences/timestatus-defaults.js \ - install.js install.rdf -XPI_DIRS= chrome defaults/preferences defaults +XPI_NUM= 52 post-extract: - @${RM} -rf ${WRKSRC}/META-INF ${WRKSRC}/readme.txt + @${RM} -rf ${WRKSRC}/readme.txt .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff --git a/www/xpi-statusbarclock/distinfo b/www/xpi-statusbarclock/distinfo index f974757072ff..551364808660 100644 --- a/www/xpi-statusbarclock/distinfo +++ b/www/xpi-statusbarclock/distinfo @@ -1,3 +1,3 @@ -MD5 (xpi/statusbarclock.xpi) = 1c7c9215369e072df1cf9e0653191d50 -SHA256 (xpi/statusbarclock.xpi) = 291504c585dcd473f3e5afb4e1c6848c47ee949696de9c4e4a2ca6583da74638 -SIZE (xpi/statusbarclock.xpi) = 11624 +MD5 (xpi/statusbar_clock-1.8.0-fx.xpi) = 3009950d00d3c1024b0a908f5a42c4d3 +SHA256 (xpi/statusbar_clock-1.8.0-fx.xpi) = dee388917e4d33e63d3f3146db3db540f89c923b571175a28c64a2cdaa0bb448 +SIZE (xpi/statusbar_clock-1.8.0-fx.xpi) = 13149 diff --git a/www/xpi-statusbarclock/files/chrome.manifest b/www/xpi-statusbarclock/files/chrome.manifest deleted file mode 100644 index e04dc19844cb..000000000000 --- a/www/xpi-statusbarclock/files/chrome.manifest +++ /dev/null @@ -1,7 +0,0 @@ - -overlay chrome://browser/content/browser.xul chrome://timestatus/content/browserOverlay.xul -content timestatus jar:chrome/timestatus.jar!/content/timestatus/ - -skin timestatus classic/1.0 jar:chrome/timestatus.jar!/skin/classic/timestatus/ - -locale timestatus en-US jar:chrome/timestatus.jar!/locale/en-US/timestatus/ diff --git a/www/xpi-statusbarclock/pkg-descr b/www/xpi-statusbarclock/pkg-descr index a4eb9d24ee51..f7eb2d4c1b82 100644 --- a/www/xpi-statusbarclock/pkg-descr +++ b/www/xpi-statusbarclock/pkg-descr @@ -1,8 +1,6 @@ Display the date and time in your browser's status bar. -Features: -* Displays the time and date in the status bar of your browser. -* The time, date, and display formatting are all fully customizable. -* Position the clock anywhere on the statusbar. +Or just the date, or just the time, or maybe a cheerful +message to brighten someone's day. It's quite customizable. Author: Cosmic Cat Creations WWW: http://www.cosmicat.com/extensions/timestatus/ diff --git a/www/xpi-statusbarclock/pkg-plist b/www/xpi-statusbarclock/pkg-plist new file mode 100644 index 000000000000..fa178622275c --- /dev/null +++ b/www/xpi-statusbarclock/pkg-plist @@ -0,0 +1,19 @@ +%%XPI_XPIDIR%%/chrome/content/_PrefManager.js +%%XPI_XPIDIR%%/chrome/content/browserOverlay.js +%%XPI_XPIDIR%%/chrome/content/browserOverlay.xul +%%XPI_XPIDIR%%/chrome/content/prefWindow-Display.xul +%%XPI_XPIDIR%%/chrome/content/prefWindow-Position.xul +%%XPI_XPIDIR%%/chrome/locale/en-US/context-timestatus.ent +%%XPI_XPIDIR%%/chrome/locale/en-US/options.ent +%%XPI_XPIDIR%%/chrome/locale/en-US/timestatus-bundle.properties +%%XPI_XPIDIR%%/chrome/skin/icon.png +%%XPI_XPIDIR%%/defaults/preferences/timestatus-defaults.js +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/install.rdf +@dirrm %%XPI_XPIDIR%%/chrome/content +@dirrm %%XPI_XPIDIR%%/chrome/locale/en-US +@dirrm %%XPI_XPIDIR%%/chrome/locale +@dirrm %%XPI_XPIDIR%%/chrome/skin +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults -- cgit