Add port www/xpi-xmpp4moz:
xmpp4moz is: * A browser connector that provides rich user-to-user communication and interaction to web applications, in real-time and without server hacks. * A family of high-level components to quickly build XUL-based applications that communicate via XMPP. WWW: http://dev.hyperstruct.net/xmpp4moz
This commit is contained in:
parent
f07da2d2a0
commit
258d2ac15f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189031
5 changed files with 50 additions and 0 deletions
|
@ -1251,6 +1251,7 @@
|
|||
SUBDIR += xpi-videodownloader
|
||||
SUBDIR += xpi-web_developer
|
||||
SUBDIR += xpi-wmlbrowser
|
||||
SUBDIR += xpi-xmpp4moz
|
||||
SUBDIR += xpi-xpcom-component-viewer
|
||||
SUBDIR += xshttpd
|
||||
SUBDIR += xshttpd-devel
|
||||
|
|
20
www/xpi-xmpp4moz/Makefile
Normal file
20
www/xpi-xmpp4moz/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: xpi-xmpp4moz
|
||||
# Date created: 3 April 2007
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmpp4moz
|
||||
PORTVERSION= 0.4.2.2007040121
|
||||
DISTVERSIONSUFFIX= -fx+tb+fl
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Support for XMPP
|
||||
|
||||
XPI_ID= xmpp4moz@hyperstruct.net
|
||||
XPI_NUM= 3632
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
3
www/xpi-xmpp4moz/distinfo
Normal file
3
www/xpi-xmpp4moz/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xpi/xmpp4moz-0.4.2.2007040121-fx+tb+fl.xpi) = f869edcf143ff90d0437c29a11d46c8a
|
||||
SHA256 (xpi/xmpp4moz-0.4.2.2007040121-fx+tb+fl.xpi) = 7cd91ba297cac49827b6f84a4ecf9bc426f4b1c1936359ece94ab0799e29271b
|
||||
SIZE (xpi/xmpp4moz-0.4.2.2007040121-fx+tb+fl.xpi) = 108868
|
8
www/xpi-xmpp4moz/pkg-descr
Normal file
8
www/xpi-xmpp4moz/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
xmpp4moz is:
|
||||
* A browser connector that provides rich user-to-user communication
|
||||
and interaction to web applications, in real-time and without server
|
||||
hacks.
|
||||
* A family of high-level components to quickly build XUL-based
|
||||
applications that communicate via XMPP.
|
||||
|
||||
WWW: http://dev.hyperstruct.net/xmpp4moz
|
18
www/xpi-xmpp4moz/pkg-plist
Normal file
18
www/xpi-xmpp4moz/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
%%XPI_XPIDIR%%/chrome/xmpp4moz.jar
|
||||
%%XPI_XPIDIR%%/chrome.manifest
|
||||
%%XPI_XPIDIR%%/components/Makefile
|
||||
%%XPI_XPIDIR%%/components/XMPPClientService.js
|
||||
%%XPI_XPIDIR%%/components/XMPPClientSession.js
|
||||
%%XPI_XPIDIR%%/components/XMPPTransport.js
|
||||
%%XPI_XPIDIR%%/components/nsIXMPPClientService.idl
|
||||
%%XPI_XPIDIR%%/components/nsIXMPPClientService.xpt
|
||||
%%XPI_XPIDIR%%/components/nsIXMPPClientSession.idl
|
||||
%%XPI_XPIDIR%%/components/nsIXMPPClientSession.xpt
|
||||
%%XPI_XPIDIR%%/components/nsIXMPPTransport.idl
|
||||
%%XPI_XPIDIR%%/components/nsIXMPPTransport.xpt
|
||||
%%XPI_XPIDIR%%/defaults/preferences/xmpp4moz.js
|
||||
%%XPI_XPIDIR%%/install.rdf
|
||||
@dirrm %%XPI_XPIDIR%%/chrome
|
||||
@dirrm %%XPI_XPIDIR%%/components
|
||||
@dirrm %%XPI_XPIDIR%%/defaults/preferences
|
||||
@dirrm %%XPI_XPIDIR%%/defaults
|
Loading…
Reference in a new issue