aboutsummaryrefslogtreecommitdiff
path: root/mail/pyzor
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Update to 1.0.0Dmitry Marakasov2016-05-262-5/+10
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=415904
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 0.7.0. The manpages and usage.html files aren't part of theAdam Weinberger2015-04-132-28/+3
| | | | | | | | | | package anymore, so remove all the bits for it from the Makefile. PR: 199318 Approved by: maintainer (Corey Halpin) Notes: svn path=/head/; revision=383944
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* Add a DOCS option to allow control of installing PORTDOCS. TheAdam Weinberger2014-05-311-3/+13
| | | | | | | autoplist stuff sure makes this difficult! Notes: svn path=/head/; revision=356006
* - Respect DOCSDIRMarcus von Appen2014-02-221-1/+2
| | | | | | | | PR: ports/185947 With hat: python@ Notes: svn path=/head/; revision=345658
* mail/pyzor: add missing dependencyWilliam Grzybowski2013-10-222-22/+11
| | | | | | | | | | | | - Add missing dependency [1] - Allow staging - Use autoplist - Remove leading article from COMMENT PR: ports/182200 [1] Notes: svn path=/head/; revision=331246
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Small changes to ignore deprecation Python warningsChris Rees2012-09-131-3/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=304228
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Install manpagesDmitry Marakasov2009-05-131-0/+5
| | | | | | | | | PR: 134490 Submitted by: kkobb@skylincorp.com Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=233864
* - Update to 0.5.0Renato Botelho2009-05-075-491/+4
| | | | | | | | PR: ports/134337 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=233366
* - Pass maintainership to submitterDennis Herrmann2009-03-301-3/+2
| | | | | | | | | PR: ports/133210 ports/133211 ports/133212 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=231315
* Fix predigest commandMartin Blapp2008-11-042-21/+26
| | | | Notes: svn path=/head/; revision=222377
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Bump portrevision.Martin Blapp2006-04-151-1/+1
| | | | Notes: svn path=/head/; revision=159570
* Handle unknown encodings. Even binary parts are handled now.Martin Blapp2006-04-152-0/+108
| | | | | | | Treat empty type as 'text'. Notes: svn path=/head/; revision=159569
* Allow pyzor to scan mailboxes.Martin Blapp2006-04-151-0/+373
| | | | Notes: svn path=/head/; revision=159568
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* - add @dirrmClement Laforet2004-04-141-2/+3
| | | | | | | | | | - Use %%DOCSDIR%% Spotted by: erwin Reported on: dosirak Notes: svn path=/head/; revision=107066
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Really fix permissions.Tilman Keskinoz2003-07-241-3/+3
| | | | | | | | Big pointy hat to: arved Reported by: Shawn Yeager <mail@shawnyeager.com> Notes: svn path=/head/; revision=85512
* Fix permissions of scripts and docs.Tilman Keskinoz2003-07-221-1/+5
| | | | | | | | | | Bump PORTREVISION PR: 53392 Submitted by: Andrew J. Caines <A.J.Caines@halplant.com> Notes: svn path=/head/; revision=85392
* Fix python path. Bump PORTREVISION.Tilman Keskinoz2003-04-091-0/+6
| | | | | | | | PR: 50407 Submitted by: Linh Pham <question@closedsrc.org> Notes: svn path=/head/; revision=78673
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Update to 0.4Tilman Keskinoz2002-11-192-2/+2
| | | | | | | PR: 43449 Notes: svn path=/head/; revision=70509
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 0.3.1Ying-Chieh Liao2002-08-162-2/+2
| | | | Notes: svn path=/head/; revision=64579
* add pyzor 0.3.0Ying-Chieh Liao2002-08-015-0/+45
A collaborative, networked system to detect and block spam Notes: svn path=/head/; revision=63851