diff options
-rw-r--r-- | www/bugmenot/Makefile | 25 | ||||
-rw-r--r-- | www/bugmenot/distinfo | 3 | ||||
-rw-r--r-- | www/bugmenot/files/installed-chrome.txt | 1 | ||||
-rw-r--r-- | www/bugmenot/pkg-descr | 6 | ||||
-rw-r--r-- | www/bugmenot/pkg-plist | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/www/bugmenot/Makefile b/www/bugmenot/Makefile new file mode 100644 index 000000000..a004390f8 --- /dev/null +++ b/www/bugmenot/Makefile @@ -0,0 +1,25 @@ +# Ports collection Makefile for: bugmenot +# Date created: Tue May 24, 2005 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME?= bugmenot +PORTVERSION= 0.8 +PORTREVISION= 2 +CATEGORIES= www +MASTER_SITES= http://extensions.roachfiend.com/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT?= Mozilla extension to bypass compulsory web registration + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/mozex/Makefile.xpi" + +do-install: + @${INSTALL_DATA} ${WRKDIR}/chrome/bugmenot.jar ${MOZDIR}/chrome + +.include <bsd.port.post.mk> diff --git a/www/bugmenot/distinfo b/www/bugmenot/distinfo new file mode 100644 index 000000000..826716723 --- /dev/null +++ b/www/bugmenot/distinfo @@ -0,0 +1,3 @@ +MD5 (bugmenot-0.8_1/bugmenot.xpi) = 13d767e11d5fc41711e61ff5e564493b +SHA256 (bugmenot-0.8_1/bugmenot.xpi) = 36da3653f59a20c5894f35621bdc49fdb739c4d3b6dc52f9a1e6792349a82125 +SIZE (bugmenot-0.8_1/bugmenot.xpi) = 24375 diff --git a/www/bugmenot/files/installed-chrome.txt b/www/bugmenot/files/installed-chrome.txt new file mode 100644 index 000000000..b57772746 --- /dev/null +++ b/www/bugmenot/files/installed-chrome.txt @@ -0,0 +1 @@ +content,install,url,jar:resource:/chrome/bugmenot.jar!/content/bugmenot/ diff --git a/www/bugmenot/pkg-descr b/www/bugmenot/pkg-descr new file mode 100644 index 000000000..643bdfb54 --- /dev/null +++ b/www/bugmenot/pkg-descr @@ -0,0 +1,6 @@ +Bypass compulsory web registration via Firefox's right-click context menu. +Compatibile with Mozilla and current Firefox releases. + +Visit bugmenot.com for full details of their service. + +WWW: http://roachfiend.com/archives/2005/02/07/bugmenot/ diff --git a/www/bugmenot/pkg-plist b/www/bugmenot/pkg-plist new file mode 100644 index 000000000..0b390fcc4 --- /dev/null +++ b/www/bugmenot/pkg-plist @@ -0,0 +1,2 @@ +%%MOZDIR%%/chrome/bugmenot.jar +%%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf |