aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-mark_read-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Move plugin installation into the plist, rather than post-install, soAdam Weinberger2014-08-281-4/+3
| | | | | | | | | that it will work when installed from binary pkg. Bump PORTREVISION on all plugins for this. Notes: svn path=/head/; revision=366415
* - Stage supportMartin Wilke2014-02-181-1/+0
| | | | | | | - While here cleanup some whitespaces / dependencys Notes: svn path=/head/; revision=344880
* It turns out that letting bsd.squirrelmail.mk define CATEGORIESAdam Weinberger2013-12-121-1/+2
| | | | | | | | | | | | | broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops. So, I've added CATEGORIES back to all the plugins, and bumped PORTREVISION so that packages with correct origins can be created. Thanks to: Stefan Bethke <stb@lassitu.de> Notes: svn path=/head/; revision=336240
* Create a generic PKGMESSAGE, and use it where appropriate.Adam Weinberger2013-12-082-6/+4
| | | | | | | | | | | | | Make sure that bsd.port.pre.mk is included before bsd.squirrelmail.mk. For ports with maintainers, I haven't switched you to the new PKGMESSAGE, but I have corrected paths in pkg-message.in where necessary. I also got a little over-zealous in cleaning redundant definitions from the headers. Apologies in advance if this rubs you the wrong way. Notes: svn path=/head/; revision=335921
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326257
* CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after ↵Baptiste Daroussin2013-06-271-10/+3
| | | | | | | | | | | | .mk inclusion leading to PKGORIGIN not being set when needed. Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the PORTDIR. Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk dancine Reported by: erwin Notes: svn path=/head/; revision=321853
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Use USE_PERL5_RUN instead of USE_PERL5_BUILDThomas Abthorpe2009-11-101-0/+1
| | | | | | | | | | | | - Move perl dependency before <bsd.port.pre.mk> - Adopt mail/squirrelmail-login_notes-plugin while I am here - There is no bump as the same functionality is maintained Requested by: linimon Approved by: portmgr (linimon) Notes: svn path=/head/; revision=244081
* Use mail/squirellmail/bsd.squirrelmail.mk.Ion-Mihai Tetcu2009-02-111-61/+3
| | | | Notes: svn path=/head/; revision=228078
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Remove the .orig file created by patch to fix deinstall.Ion-Mihai Tetcu2008-02-181-0/+4
| | | | | | | Submitted by: pontyhat via erwin@ Notes: svn path=/head/; revision=207559
* Fix a path for corectly loading the left frame after clicking the 'read' link.Ion-Mihai Tetcu2008-02-171-0/+11
| | | | Notes: svn path=/head/; revision=207481
* This plugin allows the user to turn on the display of "(read/unread)" links toIon-Mihai Tetcu2008-02-175-0/+116
the right of any folders in their folder list that contain at least one message. Clicking on the link will then mark all messages in this folder as read/unread. Note that you may turn the "read/unread" link on and off by going to the Folders page. You may even turn only the "read" or the "unread" link on or off. It also displays a "mark all read/unread" link below the folder list to mark all folders read/unread that are selected on the Folders page. WWW: http://www.squirrelmail.org/plugin_view.php?id=218 Notes: svn path=/head/; revision=207477