diff options
author | sat <sat@FreeBSD.org> | 2007-04-03 04:52:56 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-03 04:52:56 +0800 |
commit | 2050b0c38d6908942037963c62c932ad6fb5ba53 (patch) | |
tree | a4cc53492945046036eb3fa193b557e376ff4091 | |
parent | ab69d4355ac732e1d1ec0ccda51e8f536d8d8315 (diff) | |
download | freebsd-ports-gnome-2050b0c38d6908942037963c62c932ad6fb5ba53.tar.gz freebsd-ports-gnome-2050b0c38d6908942037963c62c932ad6fb5ba53.tar.zst freebsd-ports-gnome-2050b0c38d6908942037963c62c932ad6fb5ba53.zip |
Add port www/xpi-sameplace:
SamePlace is a set of extensions for Firefox, Flock and Thunderbird to
keep in touch, chat, play and interact with your contacts without
leaving your browser or mail client.
WWW: http://dev.hyperstruct.net/xmpp4moz/wiki/LocalApplicationSamePlaceSuite
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-sameplace/Makefile | 25 | ||||
-rw-r--r-- | www/xpi-sameplace/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-sameplace/pkg-descr | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b962c2c545f4..401b2df0e83d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1236,6 +1236,7 @@ SUBDIR += xpi-quick-locale-switcher SUBDIR += xpi-quickproxy SUBDIR += xpi-resurrectpages + SUBDIR += xpi-sameplace SUBDIR += xpi-savegenpage SUBDIR += xpi-searchstatus SUBDIR += xpi-server_switcher diff --git a/www/xpi-sameplace/Makefile b/www/xpi-sameplace/Makefile new file mode 100644 index 000000000000..e59cceee472a --- /dev/null +++ b/www/xpi-sameplace/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xpi-sameplace +# Date created: 3 April 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sameplace +PORTVERSION= 0.6.0.2007040122 +DISTVERSIONSUFFIX= -fx+tb+fl +CATEGORIES= www + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Jabber client + +RUN_DEPENDS= xpi-xmpp4moz>=0.4.2.2007040121:${PORTSDIR}/www/xpi-xmpp4moz + +XPI_NUM= 3633 +XPI_ID= sameplace@hyperstruct.net +XPI_FILES= chrome/sameplace.jar chrome.manifest components/CommandLine.js\ + components/ProtocolHandler.js defaults/preferences/sameplace.js install.rdf +XPI_DIRS= chrome components defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-sameplace/distinfo b/www/xpi-sameplace/distinfo new file mode 100644 index 000000000000..9459669df97b --- /dev/null +++ b/www/xpi-sameplace/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/sameplace-0.6.0.2007040122-fx+tb+fl.xpi) = b0e4d64678621dd4407e9afa2f7fd66f +SHA256 (xpi/sameplace-0.6.0.2007040122-fx+tb+fl.xpi) = 60d78e3f50f55ee3d3064bf2a44a2cea744fc5a750282650222ea52d6b0aa585 +SIZE (xpi/sameplace-0.6.0.2007040122-fx+tb+fl.xpi) = 129608 diff --git a/www/xpi-sameplace/pkg-descr b/www/xpi-sameplace/pkg-descr new file mode 100644 index 000000000000..0c2fdb24d141 --- /dev/null +++ b/www/xpi-sameplace/pkg-descr @@ -0,0 +1,5 @@ +SamePlace is a set of extensions for Firefox, Flock and Thunderbird to +keep in touch, chat, play and interact with your contacts without +leaving your browser or mail client. + +WWW: http://dev.hyperstruct.net/xmpp4moz/wiki/LocalApplicationSamePlaceSuite |