diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-30 14:34:23 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-30 14:34:23 +0000 |
commit | 65e5ef1f07eafa28d425951a257a07d22ce25a98 (patch) | |
tree | a741ddab2afa6878216847ffea15370d334d0515 /www/xpi-statusbarclock | |
parent | 03cbe4583cd0e0d3a7248e25cbdfa4062c2e51aa (diff) | |
download | ports-65e5ef1f07eafa28d425951a257a07d22ce25a98.tar.gz ports-65e5ef1f07eafa28d425951a257a07d22ce25a98.zip |
Notes
Diffstat (limited to 'www/xpi-statusbarclock')
-rw-r--r-- | www/xpi-statusbarclock/Makefile | 28 | ||||
-rw-r--r-- | www/xpi-statusbarclock/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-statusbarclock/pkg-descr | 8 |
3 files changed, 39 insertions, 0 deletions
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/ |