aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozplugger
Commit message (Collapse)AuthorAgeFilesLines
* - Update Master_SITESmiwi2013-06-221-1/+1
| | | | | | PR: 179669 Submitted by: John Marino <draco@marino.st> Approved by: maintainer
* - Update to 2.1.3bdrewery2013-02-264-34/+28
| | | | | | | - Trim header PR: ports/176384 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* - Update to 1.14.6jhale2012-10-015-95/+54
| | | | | | | | | - Update pkg-descr - Strip Makefile header PR: ports/172105 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> Approved by: makc (mentor)
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Update to 1.14.3wen2011-03-093-25/+26
| | | | | PR: ports/155252 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - Update to 1.14.2decke2010-09-202-4/+4
| | | | | | PR: ports/150725 Submitted by: Rusty Nejdl <rnejdl at ringofsaturn dot com> Approved by: beat (co-mentor, implicit)
* - Update to 1.14.1decke2010-08-202-4/+4
| | | | | | PR: ports/149709 Submitted by: Rusty Nejdl <rnejdl at tethys dot ringofsaturn dot com> (maintainer) Approved by: beat (co-mentor)
* - Update to 1.14miwi2010-06-202-4/+4
| | | | | | PR: 147825 Submitted by: Rusty Nejdl <rnejdl@tethys.ringofsaturn.com> (maintainer) Feature safe: yes
* - Update to 1.13.1miwi2010-01-282-4/+4
| | | | | PR: 143272 Submitted by: Rusty Nejdl <rnejdl@tethys.ringofsaturn.com> (maintainer)
* - Fix distfile.araujo2009-09-041-3/+3
| | | | | | | - The package was rerolled to remove some unnecessary BKP and TXT files. Reviewed by: myself Approved by: maintainer implicit
* - Update to 1.13.0.araujo2009-08-283-17/+23
| | | | | | PR: ports/138114 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - Update to 1.12.1dhn2009-05-112-4/+4
| | | | | | PR: ports/134173 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) Approved by: miwi (mentor implicit)
* - Update to 1.12.0beech2009-01-292-5/+4
| | | | | PR: ports/131031 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foomezz2009-01-103-5/+17
| | | | | | | | | | | | | | plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr
* - Update to 1.11.0rafan2008-10-124-13/+15
| | | | | PR: ports/127879 Submitted by: Rusty Nejdl <rnejdl at tethys.ringofsaturn.com> (maintainer)
* - Update to 1.10.2beech2008-07-225-42/+21
| | | | | | | | - Pass maintainership to submitter PR: ports/125316 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> Approved by: portmgr (linimon) maintainer timeout (maintainer email bounces)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-6/+5
| | | | | | | | | | | | | | | - 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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Change maintainer's emailrafan2006-11-031-1/+1
| | | | Approved by: Loren M. Lang (maintainer)
* - Chase GNOME, move to LOCALBASErafan2006-10-311-1/+1
| | | | | | PR: ports/104474 Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk> Approved by: maintainer timeout (15 days)
* Use MASTER_SITE_MOZDEVgarga2006-05-121-1/+2
| | | | | | PR: ports/96451 (partial) Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: maintainers timeout (2 weeks)
* - Update to 1.7.3pav2006-01-294-28/+11
| | | | | PR: ports/92442 Submitted by: Loren M. Lang <lorenl@alzatex.com> (maintainer)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Fix pkg-plistlawrance2005-06-091-3/+4
| | | | | | Reported by: kris PR: ports/81988 Submitted by: Loren M. Lang <lorenl@alzatex.com> (maintainer)
* Add mozplugger 1.7.2, framework for loading web content in externallawrance2005-06-037-0/+163
viewers. (actively maintained mozdev branch of plugger) PR: ports/81826 Submitted by: Loren M. Lang