diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-26 05:25:43 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-26 05:25:43 +0800 |
commit | 41aeae9da96ab3c158f05709ef71a6519ee912d7 (patch) | |
tree | 0a922d186cf6e602bcfe5652fd2a19fcdb84071e /www/bugmenot | |
parent | 2f3d9882dfc07d42d9e13f63c45c491b41fd31b1 (diff) | |
download | freebsd-ports-gnome-41aeae9da96ab3c158f05709ef71a6519ee912d7.tar.gz freebsd-ports-gnome-41aeae9da96ab3c158f05709ef71a6519ee912d7.tar.zst freebsd-ports-gnome-41aeae9da96ab3c158f05709ef71a6519ee912d7.zip |
Add bugmenot 0.6.2, a mozilla extension to bypass compulsory web
registration.
Diffstat (limited to 'www/bugmenot')
-rw-r--r-- | www/bugmenot/Makefile | 26 | ||||
-rw-r--r-- | www/bugmenot/distinfo | 2 | ||||
-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 000000000000..6ae68ec5682a --- /dev/null +++ b/www/bugmenot/Makefile @@ -0,0 +1,26 @@ +# Ports collection Makefile for: bugmenot +# Date created: Tue May 24, 2005 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME?= bugmenot +PORTVERSION= 0.6.2 +CATEGORIES= www +MASTER_SITES= http://extensions.roachfiend.com/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT?= Mozilla extension to bypass compulsory web registration + +USE_X_PREFIX= yes # Cannot be included after <bsd.port.pre.mk>. + +.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 000000000000..7881cbbcd98a --- /dev/null +++ b/www/bugmenot/distinfo @@ -0,0 +1,2 @@ +MD5 (bugmenot-0.6.2/bugmenot.xpi) = 01de512715f6d226cf976a667e22e35a +SIZE (bugmenot-0.6.2/bugmenot.xpi) = 24106 diff --git a/www/bugmenot/files/installed-chrome.txt b/www/bugmenot/files/installed-chrome.txt new file mode 100644 index 000000000000..b57772746fdb --- /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 000000000000..47b82f73600c --- /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/category/extensions/ diff --git a/www/bugmenot/pkg-plist b/www/bugmenot/pkg-plist new file mode 100644 index 000000000000..0b390fcc476a --- /dev/null +++ b/www/bugmenot/pkg-plist @@ -0,0 +1,2 @@ +%%MOZDIR%%/chrome/bugmenot.jar +%%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf |