aboutsummaryrefslogtreecommitdiff
path: root/mail/libsieve
Commit message (Collapse)AuthorAgeFilesLines
* Remove latest references to USE_BISONBaptiste Daroussin2013-04-291-1/+0
| | | | Notes: svn path=/head/; revision=316813
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-5/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Fix typos in COMMENTCarlo Strub2012-07-281-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301663
* - Update to 2.3.1Beech Rintoul2012-07-214-9/+14
| | | | | | | | | PR: ports/169299 Submitted by: Alan Hicks <ahicks@p-o.co.uk> Approved by: Maintainer Timeout (2+ Weeks) Notes: svn path=/head/; revision=301266
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 2.2.6Pav Lucistnik2007-12-153-54/+4
| | | | | | | | | PR: ports/118446 Submitted by: Derkjan de Haan <haanjdj@gmail.com> Approved by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=203811
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Update to 2.2.5Rong-En Fan2007-02-132-4/+4
| | | | | | | | PR: ports/109093 Submitted by: Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=185089
* - Update mail/libsieve port to latest stable version 2.2.4Cheng-Lung Sung2007-01-092-4/+4
| | | | | | | | PR: ports/107704 Submitted by: maintainer (Mark Starovoytov) Notes: svn path=/head/; revision=181849
* - Update to 2.2.3Gabor Kovesdan2006-12-102-5/+4
| | | | | | | | | PR: ports/106418 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) Approved by: erwin (mentor) Notes: svn path=/head/; revision=179376
* - Add devel/bison dependency to fix compilationCheng-Lung Sung2006-08-281-2/+1
| | | | | | | | PR: ports/102592 Submitted by: maintainer (Mark Starovoytov) Notes: svn path=/head/; revision=171521
* BROKEN: Does not compileKris Kennaway2006-08-171-0/+2
| | | | Notes: svn path=/head/; revision=170898
* - Fix build on 4.xRong-En Fan2006-08-082-2/+52
| | | | | | | | PR: ports/101555 Submitted by: Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=170131
* New port: mail/libsieve A library to interpret Sieve scripts, andEdwin Groothuis2006-08-054-0/+43
to execute them over a given set of messages A library for parsing, sorting and filtering your mail. libSieve provides a library to interpret Sieve scripts, and to execute those scripts over a given set of messages. The return codes from the libSieve functions let your program know how to handle the message, and then it's up to you to make it so. libSieve makes no attempt to have knowledge of how SMTP, IMAP, or anything else work; just how to parse and deal with a buffer full of emails. PR: ports/101346 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Notes: svn path=/head/; revision=169778