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>
This commit is contained in:
parent
03cbe4583c
commit
65e5ef1f07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169134
4 changed files with 40 additions and 0 deletions
|
@ -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
|
||||
|
|
28
www/xpi-statusbarclock/Makefile
Normal file
28
www/xpi-statusbarclock/Makefile
Normal file
|
@ -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>
|
3
www/xpi-statusbarclock/distinfo
Normal file
3
www/xpi-statusbarclock/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xpi/statusbarclock.xpi) = 1c7c9215369e072df1cf9e0653191d50
|
||||
SHA256 (xpi/statusbarclock.xpi) = 291504c585dcd473f3e5afb4e1c6848c47ee949696de9c4e4a2ca6583da74638
|
||||
SIZE (xpi/statusbarclock.xpi) = 11624
|
8
www/xpi-statusbarclock/pkg-descr
Normal file
8
www/xpi-statusbarclock/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue