From 02d8b0bfa6e5d55e780bbfebf04203714a86fac3 Mon Sep 17 00:00:00 2001 From: sat Date: Sat, 5 Aug 2006 07:26:03 +0000 Subject: 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 --- www/Makefile | 1 + www/xpi-num2web/Makefile | 21 +++++++++++++++++++++ www/xpi-num2web/distinfo | 3 +++ www/xpi-num2web/files/chrome.manifest | 1 + www/xpi-num2web/pkg-descr | 9 +++++++++ 5 files changed, 35 insertions(+) create mode 100644 www/xpi-num2web/Makefile create mode 100644 www/xpi-num2web/distinfo create mode 100644 www/xpi-num2web/files/chrome.manifest create mode 100644 www/xpi-num2web/pkg-descr (limited to 'www') 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 +# +# $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 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/ -- cgit