aboutsummaryrefslogtreecommitdiff
path: root/mail/moztraybiff/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.1, which works with Thunderbird 1.5Adam Weinberger2006-01-161-13/+4
| | | | | | | | PR: ports/91735 Submitted by: Phil Oleson <oz@nixil.net> Notes: svn path=/head/; revision=153670
* Update to 1.2.Adam Weinberger2005-12-123-6/+20
| | | | | | | | In theory, this version can be told to build against Thunderbird 1.5, but I'm not going to tweak this port to do so until Tb 1.5 is released. Notes: svn path=/head/; revision=151033
* Chase the thunderbird's big change by fix DEPENDS and build.Jeremy Messenger2005-09-091-13/+9
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=142272
* Update to 1.1.Adam Weinberger2005-05-172-4/+19
| | | | | | | | | | | | | Please keep in mind that new versions of this thing just install a new .xpi file in ${DATADIR}. To upgrade, you must uninstall the old version (via the extensions manager thinger), restart thunderbird, install the new version, and then restart thunderbird again. This info would be useful in /usr/ports/UPDATING, but I'm hesitant to put it in there for every release. Notes: svn path=/head/; revision=135523
* Apply a couple clean-ups.Adam Weinberger2005-04-262-14/+9
| | | | | | | | | | | | | | | - Ditch pkg-message/%%DATADIR%% substitutions in favour of SUB_FILES and files/pkg-message.in. - Remove a rather horrific shell command used to generate a list of include dirs for c++(1). I'm not sure why it works without the shell command... or more specifically, I'm not sure what caused me to write it in the first place. In any event, it builds cleanly here as-is. I'm sure Kris will happily inform me of the inevitable breakages. - Space the Makefile a bit better. Notes: svn path=/head/; revision=134224
* Determine where thunderbird is installed automatically,Adam Weinberger2005-04-021-1/+1
| | | | | | | | rather than having to code it in in numerous places every time thunderbird gets upgraded. Notes: svn path=/head/; revision=132157
* Mozilla New Mail Icon is an extension which displays an icon in theAdam Weinberger2005-03-202-0/+34
system tray when new mail arrives in Mozilla Thunderbird. While it supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM, it requires GNOME libraries to build and run. WWW: http://moztraybiff.mozdev.org/ Notes: svn path=/head/; revision=131682