aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-07-30 22:34:23 +0800
committersat <sat@FreeBSD.org>2006-07-30 22:34:23 +0800
commitb15741f7a3a1e1ea6b8ede382587d17ceb3f1675 (patch)
treebff5349425e7566952c32fbfecb7d18ce3faf2c8 /www
parent9c25c1c117e5e0f343abe8e3922fc62bdcc8a5f6 (diff)
downloadfreebsd-ports-gnome-b15741f7a3a1e1ea6b8ede382587d17ceb3f1675.tar.gz
freebsd-ports-gnome-b15741f7a3a1e1ea6b8ede382587d17ceb3f1675.tar.zst
freebsd-ports-gnome-b15741f7a3a1e1ea6b8ede382587d17ceb3f1675.zip
Add port www/xpi-statusbarclock:
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. Author: Cosmic Cat Creations <momokatte@hotmail.com> WWW: http://www.cosmicat.com/extensions/timestatus/ PR: ports/100913 Submitted by: Simon Olofsson <simon@olofsson.de>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-statusbarclock/Makefile28
-rw-r--r--www/xpi-statusbarclock/distinfo3
-rw-r--r--www/xpi-statusbarclock/pkg-descr8
4 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 0c49e6431945..b52fa18308f1 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1097,6 +1097,7 @@
SUBDIR += xpi-searchstatus
SUBDIR += xpi-server_switcher
SUBDIR += xpi-sessionmanager
+ SUBDIR += xpi-statusbarclock
SUBDIR += xpi-stumbleupon
SUBDIR += xpi-surfkeys
SUBDIR += xpi-tabletools
diff --git a/www/xpi-statusbarclock/Makefile b/www/xpi-statusbarclock/Makefile
new file mode 100644
index 000000000000..fbe7defbdd18
--- /dev/null
+++ b/www/xpi-statusbarclock/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: xpi-statusbarclock
+# Date created: 2006-07-27
+# Whom: Simon Olofsson <simon@olofsson.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= statusbarclock
+PORTVERSION= 1.7.2
+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_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
+
+post-extract:
+ @${RM} -rf ${WRKSRC}/META-INF ${WRKSRC}/readme.txt
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-statusbarclock/distinfo b/www/xpi-statusbarclock/distinfo
new file mode 100644
index 000000000000..f974757072ff
--- /dev/null
+++ b/www/xpi-statusbarclock/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/statusbarclock.xpi) = 1c7c9215369e072df1cf9e0653191d50
+SHA256 (xpi/statusbarclock.xpi) = 291504c585dcd473f3e5afb4e1c6848c47ee949696de9c4e4a2ca6583da74638
+SIZE (xpi/statusbarclock.xpi) = 11624
diff --git a/www/xpi-statusbarclock/pkg-descr b/www/xpi-statusbarclock/pkg-descr
new file mode 100644
index 000000000000..a4eb9d24ee51
--- /dev/null
+++ b/www/xpi-statusbarclock/pkg-descr
@@ -0,0 +1,8 @@
+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.
+
+Author: Cosmic Cat Creations <momokatte@hotmail.com>
+WWW: http://www.cosmicat.com/extensions/timestatus/