aboutsummaryrefslogtreecommitdiff
path: root/mail/py-spf
Commit message (Collapse)AuthorAgeFilesLines
* - Move mail/py-spf to mail/py-pyspfSunpoet Po-Chuan Hsieh2015-12-293-47/+0
| | | | | | | | | | - Update MASTER_SITES: change from SF to CHEESESHOP - Update RUN_DEPENDS: always use dns/py-py3dns - Bump PORTREVISION for dependency change - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=404778
* - Move dns/py-dns3 to dns/py-py3dnsSunpoet Po-Chuan Hsieh2015-12-291-2/+2
| | | | | | | | | | | | - Update MASTER_SITES: change from launchpad.net to CHEESEHOP - Remove PKGNAMESUFFIX - Add NO_ARCH - Relax USES=python - Add PyPI as primary WWW - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=404766
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2015-09-021-1/+2
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=395884
* - Update to 2.0.12Sunpoet Po-Chuan Hsieh2015-08-132-3/+4
| | | | | | | | | - Add NO_ARCH Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.12/README.txt/view Notes: svn path=/head/; revision=394079
* Switch PYTHON_REL from a 3 digits number to a 4 digits number to handleAntoine Brodin2015-05-261-1/+1
| | | | | | | | | | python 2.7.10 Differential Revision: https://reviews.freebsd.org/D2639 Reviewed by: sunpoet, mva Notes: svn path=/head/; revision=387491
* - Update to 2.0.11Sunpoet Po-Chuan Hsieh2014-12-062-3/+3
| | | | | | | Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.11/README.txt/view Notes: svn path=/head/; revision=374136
* - Update to 2.0.10Sunpoet Po-Chuan Hsieh2014-09-032-9/+3
| | | | | | | | | - Remove DOCS option Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.10/readme.txt/view Notes: svn path=/head/; revision=367201
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)Sunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | | | | Notified by: koobs, wg Notes: svn path=/head/; revision=364929
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-4/+2
| | | | Notes: svn path=/head/; revision=364911
* - Update to 2.0.9Sunpoet Po-Chuan Hsieh2014-05-022-4/+3
| | | | | | | Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.9/README/view Notes: svn path=/head/; revision=352786
* - Allow build with Python 3.xSunpoet Po-Chuan Hsieh2014-02-231-3/+10
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=345700
* - Use PYDISTUTILS_AUTOPLISTSunpoet Po-Chuan Hsieh2014-02-142-12/+3
| | | | | | | - Simplify Makefile Notes: svn path=/head/; revision=344301
* - Fix shebangSunpoet Po-Chuan Hsieh2013-11-202-9/+8
| | | | | | | | - Support STAGEDIR - Update WWW: use https:// instead of http:// Notes: svn path=/head/; revision=334389
* 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
* - Update to 2.08Sunpoet Po-Chuan Hsieh2013-08-063-15/+4
| | | | | | | | | - Cleanup pkg-descr Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.8/README/view Notes: svn path=/head/; revision=324321
* - Add LICENSESunpoet Po-Chuan Hsieh2013-05-061-5/+4
| | | | | | | | | | - Fix OPTIONSFILE issue PR: ports/177796 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=317536
* - Convert to new options frameworkSunpoet Po-Chuan Hsieh2012-08-051-1/+5
| | | | Notes: svn path=/head/; revision=302086
* - Update to 2.07Sunpoet Po-Chuan Hsieh2012-02-082-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove DIST_SUBDIR - Do not silence installation message Note that there are two source tarballs (pyspf-2.0.7.tar.gz). One is 46,283 bytes from CHEESESHOP and the other is 46,281 bytes from SF. Since the former has a wrong entry in pyspf.spec, we choose the latter and suspend adding CHEESESHOP to MASTER_SITES. Changes: - Allow for timeouts to be global for all DNS lookups instead of per DNS lookup to allow for MAY processing time limitsin RFC 4408 10.1. See README for details. - Use openspf.net for SPF web site instead of openspf.org - Extend query.get_header to return either Received-SPF (still default) or RFC 5451 Authentication Results headers (needs authres 0.3 or later) - Rework query.parse_header: - Make query.parse_header automatically select Received-DPF or Authentication Results header types and use them to collect SPF results from trusted relays - Add query.parse_header_spf and query.parse_header_ar functions for header type specific processing - Finish Python3 port - works with python2.6/2.7/3.2 and 2to3 is no longer required - will also work with newer py3dns where TXT records are returned as type bytes and not strings - Accounts for new py3dns error classes coming in py3dns 3.0.2 (but fully backward compatible with earlier versions) - check for 7-bit ascii on TXT and SPF records - fix CNAME chain duplicating TXT records Notes: svn path=/head/; revision=290669
* - Update to 2.0.6Sunpoet Po-Chuan Hsieh2012-02-012-4/+4
| | | | | | | | | - Take maintainership Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.6/readme.txt/view Notes: svn path=/head/; revision=290255
* - Reassign to the heapThomas Abthorpe2012-02-011-1/+1
| | | | Notes: svn path=/head/; revision=290231
* - 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 to 2.0.5Marcus Alves Grando2008-11-243-10/+8
| | | | | | | | PR: 128985 Submitted by: Yi-Jheng Lin <yzlin___cs.nctu.edu.tw> Notes: svn path=/head/; revision=223326
* - Update to 2.0.4Marcus Alves Grando2008-04-134-23/+33
| | | | | | | | PR: 109033 Submitted by: Koen Martens<gmc___sonologic.nl> Notes: svn path=/head/; revision=211176
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update my emailMarcus Alves Grando2005-09-162-3/+3
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Fix dependency linePav Lucistnik2005-07-192-5/+6
| | | | | | | | | | - Use PLIST_FILES PR: ports/83744 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=139626
* Add py-spf, a python implementation of SPF.Pav Lucistnik2004-12-284-0/+55
PR: ports/75521 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=125340