non port: mail/dkfilter/Makefile |
SVNWeb
|
Number of commits found: 22 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 21 Aug 2015
|
[ 17:05 amdmi3 ]
- Add LICENSE
- Add NO_ARCH
|
Wed, 19 Aug 2015
|
[ 08:10 erwin ]
Reset maintainer
<yanagisawa@csg.is.titech.ac.jp>: host mail.csg.ci.i.u-tokyo.ac.jp[133.11.54.4]
said: 550 5.1.1 <yanagisawa@csg.is.titech.ac.jp>: Recipient address
rejected: User unknown in local recipient table (in reply to RCPT TO
command)
Sponsored by: DK Hostmaster A/S
|
Sun, 2 Feb 2014
|
[ 14:33 miwi ] (Only the first 10 of 13 ports in this commit are shown above. )
- Stage support
- Convert few ports to USES
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Wed, 4 Sep 2013
|
[ 12:28 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
|
Sat, 30 Jun 2012
|
[ 13:10 az ] (Only the first 10 of 39 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
Mon, 27 Jun 2011
|
[ 17:52 crees ]
- Use USERS and GROUPS
PR: ports/157576
Submitted by: Chris Rees (utisoft@gmail.com)
Approved by: tabthorpe (co-mentor), maintainer
|
Wed, 27 Jan 2010
|
[ 13:05 kuriyama ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 11).
Approved by: portmgr (itetcu)
|
Mon, 1 Oct 2007
|
[ 05:18 linimon ]
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
|
Sat, 8 Sep 2007
|
[ 01:01 linimon ] (Only the first 10 of 112 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Wed, 1 Nov 2006
|
[ 08:36 rafan ]
- Update to 0.11
PR: ports/104967
Submitted by: Yoshisato YANAGISAWA (maintainer)
|
Mon, 18 Sep 2006
|
[ 14:12 rafan ]
- rc scripts have race condition to stop executing at start-up time.
This also stops FreeBSD start up.
Ref: http://docs.freebsd.org/cgi/mid.cgi?450CA21C.3080407
- There are potential DoS attacks by dkfilter_{in,out} program.
They can change their pid file to illegally stop any program
when an administrator try to stop them by rc script.
- pet portlint(1)
PR: ports/103344
Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp>
(maintainer)
|
Sat, 29 Jul 2006
|
[ 02:07 rafan ]
- rc.d scripts are changed to show error messages when some error
occurs. It didn't show error messages even if they are fatal.
- Each rc.d script now logs all messages got at starting a daemon.
- pkg-install is made to automatically make a user to execute dkfilter
which is specified by Makefile. Register UIDs, GIDs.
- pkg-deinstall is made to notice that an admin should remove the
user made at install-time if they don't need him or her
- Bump PORTREVISION for all these changes
PR: ports/100978
Submitted by: Yoshisato YANAGISAWA (maintainer)
|
Sat, 15 Jul 2006
|
[ 16:11 clsung ]
- update to 0.10
- pet portlint
PR: ports/100349
Submitted by: maintainer (Yoshisato YANAGISAWA)
|
Wed, 25 Jan 2006
|
[ 11:41 garga ]
- Fix rc.d scripts
- Bump PORTREVISION
PR: ports/92302
Submitted by: maintainer
|
Sat, 12 Nov 2005
|
[ 20:18 mnag ]
Add rc scripts dkfilter_in.sh and dkfilter_out.sh
Fix pkg-descr and one patch to fix Signature.pm
Bump PORTREVISION
PR: 88881
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
(maintainer)
|
Sat, 5 Nov 2005
|
[ 03:57 vanilla ]
Add dkfilter 0.8, domainkeys filter for Postfix.
PR: ports/88442
Submitted by: Yoshisato YANAGISAWA
|
Number of commits found: 22 |