aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-adblock
Commit message (Collapse)AuthorAgeFilesLines
* - Introduce and document USE_XPI - a maintainer-tunable varAndrew Pantyukhin2006-05-291-2/+13
| | | | | | | Approved by: krion (implicit) Notes: svn path=/head/; revision=163866
* - Preliminary support for multi-xpi portsAndrew Pantyukhin2006-05-291-2/+17
| | | | | | | | | | | - Allow redefinition of public targets - Make relink-all catch extensions with non-GUID ID's - A bit smarter XPI_ID extraction Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=163865
* - Add and document XPI_LIBDIR and XPI_XPIDIR variablesAndrew Pantyukhin2006-05-181-10/+32
| | | | | | | | | | | | - Add my mirrors (temporarily) - XPI_DIRS is undefined by default now - Rework ugly PLIST_FILES hacks - Add xpi-plist target in maintainer section Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=162702
* - Fix mode and owners of installed filesAndrew Pantyukhin2006-05-171-0/+2
| | | | | | | | Reported by: Thierry Thomas <thierry@freebsd.org> Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=162642
* - Style change: convert to tabstop=4Andrew Pantyukhin2006-05-171-18/+18
| | | | | | | Approved by: krion (implicit) Notes: svn path=/head/; revision=162621
* - Extend documentationAndrew Pantyukhin2006-05-101-27/+42
| | | | | | | | | | | - Add support for XPI_DISTNAME [1] PR: ports/96764 [1] Submitted by: Lapo Luchini <lapo.luchini@gmail.com> [1] Approved by: osa (co-mentor) Notes: svn path=/head/; revision=161999
* Update my e-mail addressAndrew Pantyukhin2006-05-082-3/+3
| | | | | | | Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=161759
* - Fix for extensions for which id is not an UUID, but an addressThierry Thomas2006-04-271-29/+37
| | | | | | | | | | | containing dots [1]; - Various improvements [2]. Submitted by: Andrew Pantyukhin (maintainer) [2], /me [1] Notes: svn path=/head/; revision=160605
* Adblock is a content filtering plug-in for the Mozilla and Firefox browsers.Thierry Thomas2006-04-164-0/+114
It is both more robust and more precise than the built-in image blocker. Adblock allows the user to specify filters, which remove unwanted content based on the source-address. WWW: http://adblock.mozdev.org/ Note: the included www/xpi-adblock/Makefile.xpi is used for browsers based on Gecko >= 1.8 (e.g. Firefox >= 1.5). Older browsers must use extensions which rely on www/mozex/Makefile.xpi. PR: ports/95076 Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com> Notes: svn path=/head/; revision=159709