non port: mail/spamilter/Makefile |
Number of commits found: 53 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 16 Apr 2020
|
14:49 dinoex
- cleanup rc.d script
 |
Tuesday, 23 Oct 2018
|
16:34 jbeich
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
 |
Friday, 19 Oct 2018
|
19:27 dinoex
- make ipfwmtad optional
- fix build on FreeBSD-12
 |
Sunday, 1 Jul 2018
|
10:17 dinoex
- bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
 |
Monday, 15 Jan 2018
|
10:55 dinoex
- Add IPv6 AAAA Lookups for MtaHostChk
PR: 196756
Submitted by: jvp@lateapex.net
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 13 Feb 2016
|
09:03 dinoex
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by: matthew (Matthew Seaman)
 |
Saturday, 30 May 2015
|
23:21 bapt
Switch from NEED_ROOT to USES=fakeroot
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 25 Mar 2015
|
11:41 marino
mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket
 |
Sunday, 3 Aug 2014
|
16:19 dinoex
- fix order in USES
 |
Tuesday, 29 Jul 2014
|
19:11 adamw
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
 |
Tuesday, 15 Jul 2014
|
16:14 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
Monday, 7 Jul 2014
|
15:31 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
 |
Sunday, 9 Mar 2014
|
13:57 dinoex
- update LICENSE
 |
Thursday, 5 Dec 2013
|
08:39 dinoex
- use STAGEDIR
- use OPT_* flags
- use SHEBANG_FILES
 |
Wednesday, 27 Nov 2013
|
20:25 dinoex
- use OPTIONS_DEFINE
 |
Saturday, 21 Sep 2013
|
11:06 dinoex
- fix misplaced NO_STAGE in slaveports and ifdefs
 |
Friday, 20 Sep 2013
|
19:59 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
 |
Saturday, 13 Oct 2012
|
13:39 dinoex
- cleanup comments
Feature safe: yes
 |
Wednesday, 15 Aug 2012
|
01:04 dougb
Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
 |
Sunday, 5 Aug 2012
|
23:19 dougb
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
 |
Friday, 2 Mar 2012
|
14:56 pav
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat)
 |
Friday, 15 Oct 2010
|
22:12 dinoex
- cleanup LICENSE_FILE
 |
Friday, 11 Jun 2010
|
07:51 dinoex
- add COPYRIGHT
 |
Saturday, 5 Jun 2010
|
07:52 dinoex
LICENSE BSD
 |
Friday, 6 Nov 2009
|
06:49 dinoex
- fix build for option WITH_LIBSPF
 |
Sunday, 21 Jun 2009
|
13:38 dinoex
- fix build with custom PREFIX
Reported by: QAT
 |
Thursday, 7 May 2009
|
05:06 dinoex
- new option WITH_LIBSPF
Submitted by: Paul Koene
 |
Friday, 16 Jan 2009
|
19:54 dinoex
- use RC_SUBR
 |
Friday, 25 Jul 2008
|
12:24 pav
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
 |
Thursday, 4 Oct 2007
|
01:49 edwin
Remove always-false/true conditions based on OSVERSION 500000
 |
Saturday, 17 Mar 2007
|
09:01 dinoex
- fix build with sendmail in base
no longer depend on the sendmail source in base
 |
Monday, 5 Feb 2007
|
12:49 markus
Utilize PORTDOCS
Approved by: dinoex (maintainer)
 |
Saturday, 13 Jan 2007
|
04:16 dinoex
- use milter framework
 |
Wednesday, 19 Jul 2006
|
04:02 dinoex
- fix build on RELENG_6
Submitted by: ume (Hajimu UMEMOTO)
 |
Monday, 15 May 2006
|
15:35 dinoex
- fix build on FreeBSD 700014
Submitted by: Hajimu UMEMOTO
 |
Sunday, 30 Apr 2006
|
19:13 dinoex
- mark BROKEN on FreeBSD 7.x
 |
Friday, 31 Mar 2006
|
05:53 dinoex
- fix build on 7-CURRENT
Submitted by: Hajimu UMEMOTO
 |
Saturday, 17 Dec 2005
|
08:41 dinoex
- fix missing/obsolete patches
- new options WITH_PAM SMTP_AFTER_POP3
 |
Wednesday, 14 Dec 2005
|
15:42 dinoex
- update to 0.60
 |
Tuesday, 8 Nov 2005
|
10:02 dinoex
- make patchsite fixable
Submitted by: Pav Lucistnik
 |
08:23 dinoex
- fix a violation of RFC2821
Reported by: Claus Assmann
 |
Wednesday, 27 Jul 2005
|
17:35 dinoex
- reset IGNORE for FreeBSD >= 5.4
 |
Friday, 17 Dec 2004
|
04:38 dinoex
- rename option
SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
 |
Thursday, 16 Dec 2004
|
21:07 dinoex
- register depedency for SENDMAIL_WITH_SHARED_MILTER
 |
Tuesday, 17 Aug 2004
|
10:36 kris
s/BROKEN/IGNORE/ because the package builds but is unusable.
# XXX Is it really still unusable?
 |
Monday, 19 Jul 2004
|
04:45 dinoex
- new option SENDMAIL_PORT
 |
Tuesday, 15 Jun 2004
|
03:11 dinoex
- update distifo
distfiles was rerolled at Apr 29
list of extensions extended
example configuration files added
 |
Friday, 11 Jun 2004
|
05:54 dinoex
Spamilter is a Sendmail milter written entierly in C, and therefore
is faster and less cpu intensive than other interperative based solutions.
It blocks spam using the following methods;
* Configurable Realtime DNS Blacklists
* Sender Address verification
* Configurable Black and White lists
* Invalid MTA hostname verfication
* Basic Virus/Worm file attachment rejection for files ending
in .pif, .scr, etc.. via MsExtChk filter
* SPF via libspf
Also;
* Realtime firewall blocking of MTA hosts with invalid host names via
MtaHostIpfw filter
* Realtime rate limited connection blocking via firewall rule injection
All actions are logged via syslog with both the sender and the recipient.
From this, report generation and notification to recipients showing
activity becomes extremely simple.
WWW: http://www.wanlink.com/spamilter/index.php
 |
Number of commits found: 53 |