aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-adblock
Commit message (Collapse)AuthorAgeFilesLines
* - Add seamonkey to XPI_APPS_ALL_WC to prevent seamonkey2-i18n fromBeat Gaetzi2009-12-141-1/+1
| | | | | | | | | | deinstalling seamonkeys xpi directory. Reported by: QAT Approved by: miwi (maintainer) Notes: svn path=/head/; revision=245774
* - Add seamonkey2 and thunderbird3 to xpi-adblock/Makefile.xpiBeat Gaetzi2009-12-141-11/+9
| | | | | | | | | - Remove obsolete ports from xpi-adblock/Makefile.xpi Approved by: miwi (maintainer) Notes: svn path=/head/; revision=245765
* - Add www/firefox35 supportMartin Wilke2009-07-041-1/+1
| | | | Notes: svn path=/head/; revision=237110
* - Remove DEPRECATEDMartin Wilke2009-01-031-4/+1
| | | | | | | | | - Take over maintainership Approved by: chinsan (old maintainer) Notes: svn path=/head/; revision=225181
* - Set DEPRECATED with my xpi-* ports at first.Chin-San Huang2009-01-031-0/+3
| | | | | | | | | They could installed and updated more easily by user's browser(firefox). - EXPIRATION_DATE on 2009-01-31 Notes: svn path=/head/; revision=225169
* - Attach firefox3Chin-San Huang2009-01-031-4/+5
| | | | Notes: svn path=/head/; revision=225157
* - Take all xpi-* maintainershipChin-San Huang2008-09-071-1/+1
| | | | Notes: svn path=/head/; revision=220065
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Add support for linux-netscape-messenger/navigator intoAndrew Pantyukhin2007-12-141-2/+4
| | | | | | | XPI and NPAPI infrastructures. Notes: svn path=/head/; revision=203623
* - Add xpi_num to make fetchableAndrew Pantyukhin2007-10-291-0/+1
| | | | Notes: svn path=/head/; revision=202333
* - Enable support for sunbird and linux-sunbirdAndrew Pantyukhin2007-07-031-7/+8
| | | | Notes: svn path=/head/; revision=194760
* - s/CP -p/CP/ not to mangle ownerships of existing directoriesAndrew Pantyukhin2007-04-221-2/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=190650
* - Add XPI_NUM macro to chase addons.mozilla.org brain surgeryAndrew Pantyukhin2007-03-301-0/+7
| | | | Notes: svn path=/head/; revision=188814
* - Mark compatible with Firefox 2.0.*Andrew Pantyukhin2007-02-031-0/+4
| | | | Notes: svn path=/head/; revision=184033
* - Add a couple of targets to ease chrome.manifest generationAndrew Pantyukhin2006-11-151-0/+7
| | | | Notes: svn path=/head/; revision=177300
* - Use MOZILLA_EXTENDED mirror list for xpi ports and linux mozillas [1]Andrew Pantyukhin2006-08-031-1/+1
| | | | | | | | | - Better MASTER_SITES for linux-{firefox,seamonkey}-devel Submitted by: ahze [1] Notes: svn path=/head/; revision=169539
* - Move my csme.ru mirrors from Makefile.xpi to bsd.sites.mkAndrew Pantyukhin2006-07-301-9/+4
| | | | Notes: svn path=/head/; revision=169156
* - Support LOCALBASE installationsAndrew Pantyukhin2006-07-272-4/+5
| | | | | | | - Minor fixes Notes: svn path=/head/; revision=168885
* - Update to 0.5.3.043Andrew Pantyukhin2006-07-012-8/+7
| | | | Notes: svn path=/head/; revision=166691
* - Introduce and document WITH_XPI user-tunable varAndrew Pantyukhin2006-06-271-10/+62
| | | | | | | | | | - One step closer to smart linkfarming - Venturesome users are encouraged to "portupgrade -f xpi\*" and report bugs Wiki: http://wiki.freebsd.org/Linkfarming Notes: svn path=/head/; revision=166437
* - 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