Port details |
- pyzor Collaborative, networked system to detect and block spam
- 1.0.0_2 mail =39 1.0.0_2Version of this port present on the latest quarterly branch.
- Maintainer: dbaio@FreeBSD.org
- Port Added: 2002-08-01 16:46:04
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: razor-agents, libiconv, expat, dcc-dccd
- Also Listed In: python
- License: GPLv2
- WWW:
- https://github.com/SpamExperts/pyzor
- Description:
- Pyzor is a collaborative, networked system to detect and block spam using
identifying digests of messages.
Pyzor initially started out to be merely a Python implementation of Razor,
but due to the protocol and the fact that Razor's server is not Free Software,
I decided to Pyzor should be based upon a new, lighter, more language-
independent protocol.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyzor>0:mail/pyzor@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/mail/pyzor/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/pyzor
- pkg install py39-pyzor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pyzor listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyzor
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1642351477
SHA256 (pyzor-1.0.0.tar.gz) = 10ea114bdee2eee5edd6afe8eeddaaf605620445977ae019a3e9b1cbb6bc3b27
SIZE (pyzor-1.0.0.tar.gz) = 39945
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-gdbm>=0 : databases/py-gdbm@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_pyzor
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.0.0_2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0_2 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.0.0_2 16 Jul 2022 18:18:54 |
Danilo G. Baio (dbaio) |
mail/pyzor: Fix runtime with Python 3.9
Partial patch of
https://github.com/SpamExperts/pyzor/commit/7afe0aedc320dd2689bfbf45e97fdb09adb89686
PR: 265237 [1]
Reported by: Jakob Stoklund Olesen <swig.morning0d@icloud.com> [1]
Reported by: Andrew <andrew@tekrealm.net> |
1.0.0_1 20 Jan 2022 18:20:12 |
Danilo G. Baio (dbaio) |
mail/pyzor: Update WWW |
1.0.0_1 20 Jan 2022 17:56:06 |
Danilo G. Baio (dbaio) |
mail/pyzor: Fix encoding issues
Add upstream patches to fix encoding issues:
https://github.com/SpamExperts/pyzor/issues/38
https://github.com/SpamExperts/pyzor/issues/64
Take MAINTAINER'ship.
PR: 261253
Approved by: chalpin@cs.wisc.edu (maintainer) |
1.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.0.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.0.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.0 26 May 2016 18:06:26 |
amdmi3 |
- Update to 1.0.0
- Add LICENSE
- While here, also add LICENSE_FILE and NO_ARCH
PR: 205703
Submitted by: z7dr6ut7gs@snkmail.com
Approved by: chalpin@cs.wisc.edu (maintainer) |
0.7.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.7.0 13 Apr 2015 18:06:57 |
adamw |
Update to 0.7.0. The manpages and usage.html files aren't part of the
package anymore, so remove all the bits for it from the Makefile.
PR: 199318
Approved by: maintainer (Corey Halpin) |
0.5.0_5 21 Oct 2014 17:10:06 |
mva |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit) |
0.5.0_5 31 May 2014 18:26:30 |
adamw |
Add a DOCS option to allow control of installing PORTDOCS. The
autoplist stuff sure makes this difficult! |
0.5.0_4 22 Feb 2014 15:22:03 |
mva |
- Respect DOCSDIR
PR: ports/185947
With hat: python@ |
0.5.0_3 22 Oct 2013 09:53:36 |
wg |
mail/pyzor: add missing dependency
- Add missing dependency [1]
- Allow staging
- Use autoplist
- Remove leading article from COMMENT
PR: ports/182200 [1] |
0.5.0_2 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.5.0_2 13 Sep 2012 19:33:39 |
crees |
Small changes to ignore deprecation Python warnings
PR: ports/171607
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (based on)
Approved by: maintainer (Corey Halpin <chalpin@cs.wisc.edu>)
While here, anchor and optimise regex |
0.5.0_1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.5.0_1 13 May 2009 23:22:09 |
amdmi3 |
- Install manpages
PR: 134490
Submitted by: kkobb@skylincorp.com
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
0.5.0 07 May 2009 16:07:31 |
garga |
- Update to 0.5.0
PR: ports/134337
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
0.4.0_5 30 Mar 2009 18:33:28 |
dhn |
- Pass maintainership to submitter
PR: ports/133210 ports/133211 ports/133212
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
0.4.0_5 04 Nov 2008 12:14:23 |
mbr |
Fix predigest command |
0.4.0_4 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.4.0_4 15 Apr 2006 09:08:24 |
mbr |
Bump portrevision. |
0.4.0_3 15 Apr 2006 09:07:49 |
mbr |
Handle unknown encodings. Even binary parts are handled now.
Treat empty type as 'text'. |
0.4.0_3 15 Apr 2006 09:06:20 |
mbr |
Allow pyzor to scan mailboxes. |
0.4.0_3 25 Nov 2005 15:31:02 |
pav |
- Add SHA256 |
0.4.0_3 14 Apr 2004 19:41:40 |
clement |
- add @dirrm
- Use %%DOCSDIR%%
Spotted by: erwin
Reported on: dosirak |
0.4.0_3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.4.0_3 24 Jul 2003 07:28:20 |
arved |
Really fix permissions.
Big pointy hat to: arved
Reported by: Shawn Yeager <mail@shawnyeager.com> |
0.4.0_2 22 Jul 2003 15:58:12 |
arved |
Fix permissions of scripts and docs.
Bump PORTREVISION
PR: 53392
Submitted by: Andrew J. Caines <A.J.Caines@halplant.com> |
0.4.0_1 09 Apr 2003 18:07:15 |
arved |
Fix python path. Bump PORTREVISION.
PR: 50407
Submitted by: Linh Pham <question@closedsrc.org> |
0.4.0 20 Feb 2003 18:40:39 |
knu |
De-pkg-comment. |
0.4.0 19 Nov 2002 17:18:22 |
arved |
Update to 0.4
PR: 43449 |
0.3.1 16 Aug 2002 13:38:54 |
ijliao |
upgrade to 0.3.1 |
0.3.0 01 Aug 2002 16:40:18 |
ijliao |
add pyzor 0.3.0
A collaborative, networked system to detect and block spam |