diff options
author | sat <sat@FreeBSD.org> | 2006-08-05 15:26:03 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-05 15:26:03 +0800 |
commit | 02d8b0bfa6e5d55e780bbfebf04203714a86fac3 (patch) | |
tree | 8d0218c4d374a1b41a1d36f431fd264cf8592333 /www | |
parent | aec205534546f27ea698cae403622e22cb1897f0 (diff) | |
download | freebsd-ports-gnome-02d8b0bfa6e5d55e780bbfebf04203714a86fac3.tar.gz freebsd-ports-gnome-02d8b0bfa6e5d55e780bbfebf04203714a86fac3.tar.zst freebsd-ports-gnome-02d8b0bfa6e5d55e780bbfebf04203714a86fac3.zip |
Add port www/xpi-num2web:
E164.org is a public enum directory of telephone numbers that can be
reached over the Internet by anyone anywhere!
The system works by publishing a DNS zone, 'e164.org', that can be used
by various Internet applications including SER, Gnome Meeting and
Asterisk. The idea is to be able to map your phone number to an Email
address, website, VoIP addresses, etc.
WWW: http://www.e164.org/
Requested by: edwin
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-num2web/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-num2web/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-num2web/files/chrome.manifest | 1 | ||||
-rw-r--r-- | www/xpi-num2web/pkg-descr | 9 |
5 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f9e0c843a23a..9485056fc449 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1096,6 +1096,7 @@ SUBDIR += xpi-mrtech-local-install SUBDIR += xpi-no-referrer SUBDIR += xpi-noscript + SUBDIR += xpi-num2web SUBDIR += xpi-pdf_download SUBDIR += xpi-preferential SUBDIR += xpi-quickproxy diff --git a/www/xpi-num2web/Makefile b/www/xpi-num2web/Makefile new file mode 100644 index 000000000000..1f7ddd3678e3 --- /dev/null +++ b/www/xpi-num2web/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-num2web +# Date created: 5 August 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= num2web +PORTVERSION= 0.1 +CATEGORIES= www +MASTER_SITES= http://www.e164.org/${PORTNAME}/ CSME + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Enum lookups support + +XPI_ID= support@e164.org +XPI_FILES= components/num2web.js contents.rdf install.rdf chrome.manifest +XPI_DIRS= components + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-num2web/distinfo b/www/xpi-num2web/distinfo new file mode 100644 index 000000000000..db19a998d0c7 --- /dev/null +++ b/www/xpi-num2web/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/num2web-0.1.xpi) = 7cd95b3e2b66a4d71447ecd3afadabeb +SHA256 (xpi/num2web-0.1.xpi) = 87b5988437b21442b817535dd9d371cfabc9ec5b5760398f1985d6b9230180d9 +SIZE (xpi/num2web-0.1.xpi) = 3366 diff --git a/www/xpi-num2web/files/chrome.manifest b/www/xpi-num2web/files/chrome.manifest new file mode 100644 index 000000000000..5cf75d8d8bd7 --- /dev/null +++ b/www/xpi-num2web/files/chrome.manifest @@ -0,0 +1 @@ +# Empty manifest diff --git a/www/xpi-num2web/pkg-descr b/www/xpi-num2web/pkg-descr new file mode 100644 index 000000000000..d84a0075a6f3 --- /dev/null +++ b/www/xpi-num2web/pkg-descr @@ -0,0 +1,9 @@ +E164.org is a public enum directory of telephone numbers that can be +reached over the Internet by anyone anywhere! + +The system works by publishing a DNS zone, 'e164.org', that can be used +by various Internet applications including SER, Gnome Meeting and +Asterisk. The idea is to be able to map your phone number to an Email +address, website, VoIP addresses, etc. + +WWW: http://www.e164.org/ |