mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
A plugin for WoozTalk to see and chat with other people
listening to the same music at the same time as you on Imeem. WWW: http://www.wooztalk.com PR: ports/132873 Submitted by: David <tech at wooztalk.com>
This commit is contained in:
parent
3753c629a5
commit
2d743cdfce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230645
@ -1647,6 +1647,7 @@
|
||||
SUBDIR += xpi-httpfox
|
||||
SUBDIR += xpi-imagezoom
|
||||
SUBDIR += xpi-imdbpreview
|
||||
SUBDIR += xpi-imeemonwooztalk
|
||||
SUBDIR += xpi-imglikeopera
|
||||
SUBDIR += xpi-infolister
|
||||
SUBDIR += xpi-informenter
|
||||
|
42
www/xpi-imeemonwooztalk/Makefile
Normal file
42
www/xpi-imeemonwooztalk/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: xpi-imeemwooztalk
|
||||
# Date created: 2009-03-09
|
||||
# Whom: David <tech@wooztalk.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= imeemonwooztalk
|
||||
PORTVERSION= 0.9.9
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.wooztalk.com/download/
|
||||
DISTNAME= imeemonwooztalk-freebsd
|
||||
|
||||
MAINTAINER= tech@wooztalk.com
|
||||
COMMENT= Meet your World Wide Web neighbors on Imeem
|
||||
|
||||
XPI_ID= imeemonwooztalk@wooztalk.com
|
||||
XPI_FILES= chrome.manifest install.rdf chrome/content/imeem.png \
|
||||
chrome/content/overlay.xul chrome/content/overlay.js \
|
||||
install/libimeem.so install/imeem.png install/imeem_dis.png
|
||||
|
||||
XPI_DIRS= chrome/content chrome install
|
||||
|
||||
.include "../xpi-adblock/Makefile.xpi"
|
||||
|
||||
USE_LDCONFIG+= ${PREFIX}/share/wooztalk/plugins/imeem/
|
||||
PLIST_FILES+= share/wooztalk/plugins/imeem/libimeem.so share/wooztalk/plugins/imeem/imeem.png \
|
||||
share/wooztalk/plugins/imeem/imeem_dis.png
|
||||
PLIST_FILES+= "@dirrm share/wooztalk/plugins/imeem"
|
||||
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/imeem
|
||||
@${INSTALL_DATA} ${WRKSRC}/install/* ${PREFIX}/share/wooztalk/plugins/imeem
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/xpi-imeemonwooztalk/distinfo
Normal file
3
www/xpi-imeemonwooztalk/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xpi/imeemonwooztalk-freebsd.xpi) = c19ddd72ca672846ff4f17f4270c1f5c
|
||||
SHA256 (xpi/imeemonwooztalk-freebsd.xpi) = 1e332150ba933a31e3baca3e1f2409307ca01675f0a33f5f5078d9021c91c49a
|
||||
SIZE (xpi/imeemonwooztalk-freebsd.xpi) = 9766
|
10
www/xpi-imeemonwooztalk/pkg-descr
Normal file
10
www/xpi-imeemonwooztalk/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 Imeem.
|
||||
|
||||
Please install it thanks to the WoozTalk port in net-im/wooztalk
|
||||
|
||||
WWW: http://www.wooztalk.com
|
2
www/xpi-imeemonwooztalk/pkg-message
Normal file
2
www/xpi-imeemonwooztalk/pkg-message
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
Do not forget to install ${PORTSDIR}/net-im/wooztalk to use this plugin
|
Loading…
Reference in New Issue
Block a user