diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 14:16:23 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 14:16:23 +0000 |
commit | 44110cc0fbc4e37d05cdddb6a042ebb60e9f9ebc (patch) | |
tree | 37150be21d95d5ff37de67dd7dcbb026a6549f23 | |
parent | 887a49142c66237d7f82de63a18c93a11fa066c1 (diff) | |
download | ports-44110cc0fbc4e37d05cdddb6a042ebb60e9f9ebc.tar.gz ports-44110cc0fbc4e37d05cdddb6a042ebb60e9f9ebc.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-mldonkey/Makefile | 22 | ||||
-rw-r--r-- | www/xpi-mldonkey/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-mldonkey/files/chrome.manifest | 1 | ||||
-rw-r--r-- | www/xpi-mldonkey/pkg-descr | 15 |
5 files changed, 42 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 97af2f17c9eb..f8a6075ffc2c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -979,6 +979,7 @@ SUBDIR += xpi-colorfultabs SUBDIR += xpi-cssviewer SUBDIR += xpi-fasterfox + SUBDIR += xpi-mldonkey SUBDIR += xpi-no-referrer SUBDIR += xpi-noscript SUBDIR += xpi-pdf_download diff --git a/www/xpi-mldonkey/Makefile b/www/xpi-mldonkey/Makefile new file mode 100644 index 000000000000..d2a1c693b321 --- /dev/null +++ b/www/xpi-mldonkey/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-mldonkey +# Date created: 18 April 2006 +# Whom: Andrew Pantyukhin <infofarmer@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= mldonkey +PORTVERSION= 1.7 +CATEGORIES= www net-p2p +MASTER_SITES= http://www.informatik.uni-oldenburg.de/~dyna/${PORTNAME}/${PORTVERSION}/ +DISTNAME= mldonkey_protocol_handler-${PORTVERSION} + +MAINTAINER= infofarmer@gmail.com +COMMENT= A ed2k, magnet and sig2dat protocol handling extension + +XPI_ID= {bc72206d-b3ce-4b49-88b9-d59b388a0cde} +XPI_FILES= components/ed2kprotocol.js contents.rdf install.js install.rdf chrome.manifest +XPI_DIRS= components + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-mldonkey/distinfo b/www/xpi-mldonkey/distinfo new file mode 100644 index 000000000000..fdcf8f38e5b4 --- /dev/null +++ b/www/xpi-mldonkey/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/mldonkey_protocol_handler-1.7.xpi) = 20be3ad138fb9f6bec908591db14585e +SHA256 (xpi/mldonkey_protocol_handler-1.7.xpi) = 7a2d70b8000c01aaac3ceb9ca5204b3c5978a7f20888cc724131e48a918d36ff +SIZE (xpi/mldonkey_protocol_handler-1.7.xpi) = 5502 diff --git a/www/xpi-mldonkey/files/chrome.manifest b/www/xpi-mldonkey/files/chrome.manifest new file mode 100644 index 000000000000..5cf75d8d8bd7 --- /dev/null +++ b/www/xpi-mldonkey/files/chrome.manifest @@ -0,0 +1 @@ +# Empty manifest diff --git a/www/xpi-mldonkey/pkg-descr b/www/xpi-mldonkey/pkg-descr new file mode 100644 index 000000000000..896078262386 --- /dev/null +++ b/www/xpi-mldonkey/pkg-descr @@ -0,0 +1,15 @@ +This is a protocol handler for Mozilla and Firefox that forwards +some link types to a running MLdonkey (see www.mldonkey.net) or +eMule (see www.emule-project.net) client. + +Supported protocols are ed2k:, magnet: and sig2dat:. For eMule, +only ed2k: is supported, of course. + +Also note that eMule support is still beta and has only been +tested to work with eMule versions 0.45* and 0.46a as of yet. +Please send eMule specific questions to Dan Fritz. + +The protocol handler is implemented in JavaScript and should run +on any platform supported by Mozilla or Firefox. + +WWW: http://www.informatik.uni-oldenburg.de/~dyna/mldonkey/ |