A plugin for WoozTalk to see and chat with other people listening to
the same music at the same time as you on Jiwa. WWW: http://www.wooztalk.com PR: ports/132874 Submitted by: David <tech at wooztalk.com>
This commit is contained in:
parent
2d743cdfce
commit
9c2779b107
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230646
5 changed files with 58 additions and 0 deletions
|
@ -1652,6 +1652,7 @@
|
|||
SUBDIR += xpi-infolister
|
||||
SUBDIR += xpi-informenter
|
||||
SUBDIR += xpi-inline-google-definitions
|
||||
SUBDIR += xpi-jiwaonwooztalk
|
||||
SUBDIR += xpi-joga
|
||||
SUBDIR += xpi-jsview
|
||||
SUBDIR += xpi-leechblock
|
||||
|
|
42
www/xpi-jiwaonwooztalk/Makefile
Normal file
42
www/xpi-jiwaonwooztalk/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# New ports collection makefile for: xpi-jiwaonwooztalk
|
||||
# Date created: 2009-03-09
|
||||
# Whom: David <tech@wooztalk.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jiwaonwooztalk
|
||||
PORTVERSION= 0.9.9
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.wooztalk.com/download/
|
||||
DISTNAME= jiwaonwooztalk-freebsd
|
||||
|
||||
MAINTAINER= tech@wooztalk.com
|
||||
COMMENT= Meet your World Wide Web neighbors on Jiwa
|
||||
|
||||
XPI_ID= jiwaonwooztalk@wooztalk.com
|
||||
XPI_FILES= chrome.manifest install.rdf chrome/content/jiwa.png \
|
||||
chrome/content/overlay.xul chrome/content/overlay.js \
|
||||
install/libjiwa.so install/jiwa.png install/jiwa_dis.png
|
||||
|
||||
XPI_DIRS= chrome/content chrome install
|
||||
|
||||
.include "../xpi-adblock/Makefile.xpi"
|
||||
|
||||
USE_LDCONFIG+= ${PREFIX}/share/wooztalk/plugins/jiwa/
|
||||
PLIST_FILES+= share/wooztalk/plugins/jiwa/libjiwa.so share/wooztalk/plugins/jiwa/jiwa.png \
|
||||
share/wooztalk/plugins/jiwa/jiwa_dis.png
|
||||
PLIST_FILES+= "@dirrm share/wooztalk/plugins/jiwa"
|
||||
PLIST_FILES+= "@dirrmtry share/wooztalk/plugins"
|
||||
PLIST_FILES+= "@dirrmtry share/wooztalk/"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/wooztalk
|
||||
@${MKDIR} ${PREFIX}/share/wooztalk/plugins
|
||||
@${MKDIR} ${PREFIX}/share/wooztalk/plugins/jiwa
|
||||
@${INSTALL_DATA} ${WRKSRC}/install/* ${PREFIX}/share/wooztalk/plugins/jiwa
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/xpi-jiwaonwooztalk/distinfo
Normal file
3
www/xpi-jiwaonwooztalk/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xpi/jiwaonwooztalk-freebsd.xpi) = d45444fc9a1cd460e9cc17fc77987214
|
||||
SHA256 (xpi/jiwaonwooztalk-freebsd.xpi) = a45deb2eb43a8ce96dc95b959b393d4cfcfc8f0bf1be91ef7a31213a91e09e9e
|
||||
SIZE (xpi/jiwaonwooztalk-freebsd.xpi) = 10375
|
10
www/xpi-jiwaonwooztalk/pkg-descr
Normal file
10
www/xpi-jiwaonwooztalk/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
WoozTalk is a new innovative and free Internet service that let you see and
|
||||
chat with anyone else visiting the same website, listening to the same music,
|
||||
or watching the same video at the same time as you!
|
||||
|
||||
Thanks to this plugin, you can see and chat with people who are currently
|
||||
listening to the same music as you on Jiwa.
|
||||
|
||||
Please install it thanks to the WoozTalk port in net-im/wooztalk
|
||||
|
||||
WWW: http://www.wooztalk.com
|
2
www/xpi-jiwaonwooztalk/pkg-message
Normal file
2
www/xpi-jiwaonwooztalk/pkg-message
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Do not forget to install ${PORTSDIR}/net-im/wooztalk to use this plugin
|
Loading…
Reference in a new issue