aboutsummaryrefslogtreecommitdiff
path: root/mail/websieve
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.Mathieu Arnold2017-04-111-3/+3
| | | | | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight Notes: svn path=/head/; revision=438272
* Add Cyrus IMAP 3.0 series.Hajimu UMEMOTO2017-03-101-2/+8
| | | | | | | | | | | Now, it is the third release candidate from the Cyrus IMAP 3.0 series: 3.0.0-rc3. As a release candidate, it is considered near-stable for production usage. Interfaces, APIs, features, etc are not likely to change between now and the full release. Notes: svn path=/head/; revision=435817
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Fix shebangsDmitry Marakasov2015-06-171-2/+4
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=389915
* Cleanup options, use RADIO and SINGLE.Mathieu Arnold2015-03-122-23/+35
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381092
* Fix package depends.Mathieu Arnold2015-03-121-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381085
* Add initial support for Cyrus-IMAPd 2.5.0.Hajimu UMEMOTO2015-03-121-3/+7
| | | | | | | HTTP support doesn't work yet. Notes: svn path=/head/; revision=381069
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373086
* - Remove optional dependencies on expired Cyrus 2.1 / 2.2Rene Ladan2014-06-302-23/+12
| | | | | | | | | | | - Stage support - Fix runtime dependencies - Use @sample - Unmute installation commands - Bump PORTREVISION Notes: svn path=/head/; revision=359820
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Remove SITE_PERL from *_DEPENDS (final part)Andrej Zverev2012-10-101-6/+4
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=305672
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-2/+2
| | | | Notes: svn path=/head/; revision=300176
* Convert to new options frameworkBaptiste Daroussin2012-06-131-10/+13
| | | | Notes: svn path=/head/; revision=299171
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Add support for Cyrus IMAPd 2.4.x.Hajimu UMEMOTO2010-10-181-2/+6
| | | | Notes: svn path=/head/; revision=263203
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* Move the USE_PERL5 and NO_BUILD lines before the inclusion of bsd.port.pre.mk.Mark Linimon2007-10-121-4/+4
| | | | Notes: svn path=/head/; revision=201336
* - Add support for Cyrus IMAPd 2.3.xAlejandro Pulver2007-09-296-48/+59
| | | | | | | | | | | | - Remove explicit dependence on Apache. - Install into ${PREFIX}/www/websieve (${WWWDIR}). - Use the generic OPTIONS mechanism rather than some strange precursor to it. PR: ports/116493 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=200371
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Replace the dangerous .error with IGNORE.Mark Linimon2006-01-271-1/+1
| | | | Notes: svn path=/head/; revision=154573
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* - Define APACHE_COMPATClement Laforet2005-09-191-1/+1
| | | | | | | | | | | It fixed INDEX build with next exp-build patchset and prepare a smooth migration to bsd.apache.mk It's a no-op for now. Approved by: portmgr (self) Notes: svn path=/head/; revision=143148
* With portmgr hat on, reset eik's ports since he has been inactive forMark Linimon2005-07-181-1/+1
| | | | | | | | | several months (not responding to email). Discussed among: portmgr team Notes: svn path=/head/; revision=139457
* Remove references to ports recently deleted.Kris Kennaway2005-02-211-3/+1
| | | | Notes: svn path=/head/; revision=129432
* add files forgotten in last commitOliver Eikemeier2004-07-191-0/+17
| | | | Notes: svn path=/head/; revision=113972
* Update to version 063aOliver Eikemeier2004-07-194-302/+9
| | | | | | | | PR: 69265 (partly) Submitted by: Toshiya SAITOH <toshiya@saitoh.nu> Notes: svn path=/head/; revision=113971
* SIZEifyOliver Eikemeier2004-03-181-0/+1
| | | | | | | Prompted by: trevor Notes: svn path=/head/; revision=104342
* switch my ports to my FreeBSD addressOliver Eikemeier2003-11-141-1/+1
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=93923
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-5/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* - make Cyrus-IMAP-2.x selectable instead of p5-IMAP-Admin and p5-IMAP-SieveHajimu UMEMOTO2003-04-292-4/+54
| | | | | | | | | | - fixes cookie path (i.e. for Lynx) Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (The maintainer) Notes: svn path=/head/; revision=79868
* Fix index build.Will Andrews2003-04-271-1/+1
| | | | Notes: svn path=/head/; revision=79727
* Add websieve 0.61, web based Cyrus IMAP user admin client.Norikatsu Shigemura2003-04-268-0/+345
PR: 51425 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=79691