Port details |
- p5-Sendmail-Milter Module to write mail filters in Perl using sendmail's mail filter API
- 0.18_2 mail
=4 0.18_2Version of this port present on the latest quarterly branch. - Maintainer: marc@pilgerer.org
 - Port Added: 2003-04-01 12:33:30
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: razor-agents, postfix, squirrelmail-php82, xrdp, pure-ftpd
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/sendmail-milter/
- Description:
- Sendmail::Milter provides users with the ability to write mail filters in Perl
that tightly integrate with sendmail's mail filter API.
With this module, you can define and register Perl callbacks with the Milter
engine. This module calls your perl callbacks using interpreters from a
threaded persistent interpreter pool. Milter contexts are presented using an
object-oriented style interface for performing operations on a Milter context.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Sendmail-Milter>0:mail/p5-Sendmail-Milter
- To install the port:
- cd /usr/ports/mail/p5-Sendmail-Milter/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/p5-Sendmail-Milter
- pkg install p5-Sendmail-Milter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Sendmail-Milter
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Sendmail-Milter-0.18.tar.gz) = c93d04db5d5ff514e5736b5f259602d8cac9858d7d9d3ce4333a7251230be2fa
SIZE (Sendmail-Milter-0.18.tar.gz) = 20906
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_p5-Sendmail-Milter
- USES:
- perl5
- 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 |
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) |
0.18_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 ) |
0.18_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 ) |
0.18_2 01 Jun 2022 12:54:53
    |
Mathieu Arnold (mat)  |
mail/p5-Sendmail-Milter: fix build with Perl 5.36 |
0.18_2 01 Jun 2022 12:54:48
    |
Mathieu Arnold (mat)  |
mail/p5-Sendmail-Milter: regen patch |
0.18_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.18_2 20 Jan 2017 20:33:31
  |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.18_2 28 Oct 2015 12:57:22
  |
mat  |
add IPv6 support in connect_callback
maintainer timeout
PR: 202248
Submitted by: fbsd opal com
MFH: 2015Q4
Sponsored by: Absolight |
0.18_1 10 Jun 2015 17:16:20
  |
mat  |
Really check that what you will run exists.
Sponsored by: Absolight |
0.18_1 22 May 2015 20:34:29
  |
mat  |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
0.18_1 24 Apr 2015 14:17:11
  |
mat  |
Make buildable.
Sponsored by: Absolight |
0.18_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.18 10 Jun 2014 12:14:14
  |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.18 08 Apr 2014 07:10:52
  |
bapt  |
Support stage
Fix test for perl threads |
0.18 26 Oct 2013 21:33:23
  |
bdrewery  |
- Fix warning during 'make index' with bmake
With hat: portmgr |
0.18 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.18 15 Sep 2013 08:15:42
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.18 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
0.18 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.18 26 Jan 2007 23:46:48
 |
linimon  |
Add missing else case to PERL5 test, to avoid trying to build this on
pointyhat.
Requested by: kris
Pointy hat to: linimon |
0.18 10 Dec 2006 17:49:59
 |
linimon  |
Set to require perl built with threads to save from deprecation. I don't
know of any better way to detect this.
PR: ports/104928
Submitted by: marc@pilgerer.org (new maintainer) |
0.18 02 Sep 2006 20:27:12
 |
kris  |
Schedule these ignored ports for termination on 2006-12-01 |
0.18 25 Jun 2006 15:29:12
 |
clsung  |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@
PR: ports/98755
Submitted by: rafan (the fresh committer) |
0.18 25 Nov 2005 15:31:02
 |
pav  |
- Add SHA256 |
0.18 17 Mar 2004 18:29:46
 |
trevor  |
SIZEify. |
0.18 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.18 07 Aug 2003 20:44:51
 |
sobomax  |
Replace B0RKEN with IGNORE - the port isn't broken per se, it just requires
perl compiled manually with support for threads. |
0.18 06 May 2003 23:35:17
 |
kris  |
BROKEN: Does not compile |
0.18 01 Apr 2003 12:32:58
 |
sobomax  |
Add p5-Sendmail-Milter 0.18, a module to write mail filters in Perl
using sendmail's mail filter API. |