aboutsummaryrefslogtreecommitdiff
path: root/mail/spfval
Commit message (Collapse)AuthorAgeFilesLines
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376399
* Convert USE_BZIP2=yes to USES=tar:bzip2Emanuel Haupt2014-03-141-1/+1
| | | | Notes: svn path=/head/; revision=348200
* Support staging.Emanuel Haupt2013-10-241-2/+1
| | | | Notes: svn path=/head/; revision=331494
* 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
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-6/+2
| | | | Notes: svn path=/head/; revision=313649
* Various spelling correctionsChris Rees2013-02-091-1/+1
| | | | | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi Notes: svn path=/head/; revision=311969
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-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. Notes: svn path=/head/; revision=284232
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Mark MAKE_JOBS_UNSAFEEmanuel Haupt2009-03-261-0/+1
| | | | Notes: svn path=/head/; revision=231076
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209964
* Remove WWW, project site as well as freshmeat entry disappeared.Emanuel Haupt2007-07-061-2/+0
| | | | Notes: svn path=/head/; revision=195091
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+2
| | | | Notes: svn path=/head/; revision=164152
* - Update master siteEmanuel Haupt2006-05-232-2/+2
| | | | | | | - Update WWW Notes: svn path=/head/; revision=163170
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* Add spfval.Jean-Yves Lefort2005-07-255-0/+58
Spfval validates SPF records. It does not check them via the network, this was intentionally omitted in favour of focusing purely on syntactically validating SPF records. Simply pass the validator a string and it will see if it validates as an SPFv1 or SPF-Classic record. If an error is found, it tries its best to report the error in question and the specific location in the record where the error occured. WWW: http://spfval.codeshare.ca/ PR: ports/83899 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=140057