1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
4185540109 - Convert to new options framework 2012-08-05 07:16:55 +00:00
Sunpoet Po-Chuan Hsieh
e6b6e7e8d8 - Update to 2.07
- 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
2012-02-08 02:41:02 +00:00
Sunpoet Po-Chuan Hsieh
e53c13b9c9 - Update to 2.0.6
- Take maintainership

Changes:	http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.6/readme.txt/view
2012-02-01 20:19:59 +00:00
Thomas Abthorpe
978fe5634d - Reassign to the heap 2012-02-01 15:53:08 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Marcus Alves Grando
cf7b2a5a6e - Update to 2.0.5
PR:		128985
Submitted by:	Yi-Jheng Lin <yzlin___cs.nctu.edu.tw>
2008-11-24 13:35:56 +00:00
Marcus Alves Grando
d86bbde9a8 - Update to 2.0.4
PR:		109033
Submitted by:	Koen Martens<gmc___sonologic.nl>
2008-04-13 16:25:16 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- 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
2007-07-30 09:42:28 +00:00
Marcus Alves Grando
ffcf729c85 Add SHA256 2005-11-09 02:32:50 +00:00
Marcus Alves Grando
346fd0a6a3 Update my email
Approved by: pav (mentor)
2005-09-16 17:58:32 +00:00
Pav Lucistnik
c337ac62fe - Fix dependency line
- Use PLIST_FILES

PR:		ports/83744
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-07-19 21:06:53 +00:00
Pav Lucistnik
6e58cbf790 Add py-spf, a python implementation of SPF.
PR:		ports/75521
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2004-12-28 15:00:15 +00:00