diff options
author | sat <sat@FreeBSD.org> | 2007-04-03 04:47:38 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-03 04:47:38 +0800 |
commit | be62a101ae46911a0a47e1b6b14ad01aac7ee9a7 (patch) | |
tree | 16297382d029bbe610d74181e38b6b6201c06240 | |
parent | e81e643d5c1d48e9c33cf2557eac93dc8467f67b (diff) | |
download | freebsd-ports-gnome-be62a101ae46911a0a47e1b6b14ad01aac7ee9a7.tar.gz freebsd-ports-gnome-be62a101ae46911a0a47e1b6b14ad01aac7ee9a7.tar.zst freebsd-ports-gnome-be62a101ae46911a0a47e1b6b14ad01aac7ee9a7.zip |
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
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-xmpp4moz/Makefile | 20 | ||||
-rw-r--r-- | www/xpi-xmpp4moz/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-xmpp4moz/pkg-descr | 8 | ||||
-rw-r--r-- | www/xpi-xmpp4moz/pkg-plist | 18 |
5 files changed, 50 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 776382de1623..b962c2c545f4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/xpi-xmpp4moz/Makefile b/www/xpi-xmpp4moz/Makefile new file mode 100644 index 000000000000..a863171d1ad0 --- /dev/null +++ b/www/xpi-xmpp4moz/Makefile @@ -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> diff --git a/www/xpi-xmpp4moz/distinfo b/www/xpi-xmpp4moz/distinfo new file mode 100644 index 000000000000..d1fef7457626 --- /dev/null +++ b/www/xpi-xmpp4moz/distinfo @@ -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 diff --git a/www/xpi-xmpp4moz/pkg-descr b/www/xpi-xmpp4moz/pkg-descr new file mode 100644 index 000000000000..16a3be7e869c --- /dev/null +++ b/www/xpi-xmpp4moz/pkg-descr @@ -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 diff --git a/www/xpi-xmpp4moz/pkg-plist b/www/xpi-xmpp4moz/pkg-plist new file mode 100644 index 000000000000..761fecf2dacb --- /dev/null +++ b/www/xpi-xmpp4moz/pkg-plist @@ -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 |