aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-qpsmtpd
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update to 0.93Ryan Steinmetz2014-06-273-52/+72
| | | | | | | | | | - Pass MAINTAINERship to submitter PR: 187964 Submitted by: dan@langille.org Notes: svn path=/head/; revision=359605
* Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name ofAdam Weinberger2014-03-111-1/+1
| | | | | | | | | | | improving accessibility. I think people who want to just find the port/package and install it are more likely to look for "spamassassin the program" than "spamassassin the perl module collection." Notes: svn path=/head/; revision=347936
* Support stagingEmanuel Haupt2014-02-062-25/+19
| | | | Notes: svn path=/head/; revision=343041
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold2013-11-241-6/+6
| | | | | | | - Replace some FIND ... CPIO with COPYTREE_SHARE. Notes: svn path=/head/; revision=334748
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-3/+3
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert to new perl frameworkMathieu Arnold2013-08-021-3/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - fix broken mod_perl includeOlli Hauer2012-07-241-3/+7
| | | | | | | | apache version detect was not enabled, the time SITE_PERL was removed from *_DEPENDS Notes: svn path=/head/; revision=301488
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-07-011-1/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300304
* - Revert my changes with SITE_PERL for ports which require mod_perl2.Andrej Zverev2012-06-061-1/+1
| | | | | | | | Pointy hat: az@ Reported by: pav@ Notes: svn path=/head/; revision=298555
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-1/+1
| | | | Notes: svn path=/head/; revision=298322
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add missing DEPENDS to allow the module to work, silence buildSteve Wills2012-01-051-2/+10
| | | | | | | | warning and allow testing - Bump PORTREVISION due to added dependency Notes: svn path=/head/; revision=288563
* Correct pkg-message to use EXAMPLESDIR and DATADIRChris Rees2011-08-132-3/+2
| | | | | | | | PR: ports/159731 Submitted by: gjb Notes: svn path=/head/; revision=279585
* mod_perl2 was updated, this changes are needet to preventOlli Hauer2011-05-221-1/+1
| | | | | | | | | | | | | | dependency loops - fix mod_perl/mod_perl2 dependency - p5-Apache-Reload is now included in mod_perl2 - make usage of CPAN author macro - bump portrevision commit with hat apache@ Notes: svn path=/head/; revision=274481
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-1/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* - stray \Philip M. Gollucci2010-04-301-1/+1
| | | | Notes: svn path=/head/; revision=253485
* - Make mod_perl/apache optionalPhilip M. Gollucci2010-04-301-2/+7
| | | | | | | | Requested by: Jochem Oosterveen <jochem@oosterveen.net> (via e-mail) With Hat: perl@ Notes: svn path=/head/; revision=253484
* - Send my final p5- ports to perl@Philip M. Gollucci2010-04-291-1/+1
| | | | Notes: svn path=/head/; revision=253432
* - Fix dependencyPhilip M. Gollucci2010-04-281-1/+2
| | | | | | | | PR: ports/141688 [1] Reported by: pav via -exp run for [1] Notes: svn path=/head/; revision=253386
* - Update to 0.84Philip M. Gollucci2010-04-272-4/+4
| | | | Notes: svn path=/head/; revision=253321
* - Rework the rc.d scriptPhilip M. Gollucci2010-01-032-83/+40
| | | | | | | Submitted by: dougb & Glen Barber <glen.j.barber@gmail.com> Notes: svn path=/head/; revision=247075
* - Update to 0.83Philip M. Gollucci2009-12-263-6/+6
| | | | | | | [rc.d script needs lots of work] Notes: svn path=/head/; revision=246728
* - Forgot to bump PORTREVISIONPhilip M. Gollucci2009-12-101-0/+1
| | | | Notes: svn path=/head/; revision=245484
* Apply the following fixes to the rc.d scriptPhilip M. Gollucci2009-12-101-2/+23
| | | | | | | | | | | | | - contains a typo - does not daemonize the process by default - does not check if the process is currently running - does not provide output to STDOUT on start-up, shutdown, or when errors are encountered PR: ports/141330 Submitted by: Glen Barber <glen.j.barber@gmail.com> Notes: svn path=/head/; revision=245483
* - Update to 0.82Philip M. Gollucci2009-06-072-5/+4
| | | | Notes: svn path=/head/; revision=235397
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Fix pkg-plist when NOPORT* are NOT definedPhilip M. Gollucci2009-05-102-2/+1
| | | | | | | | | - Bump PORTREVISION Reported by: pav via pointyhat Notes: svn path=/head/; revision=233659
* - Update to 0.81Philip M. Gollucci2009-05-014-122/+123
| | | | | | | | | | | | - Fix NOPORTEXAMPLES - DISTNAME isn't needed - Move text to pkg-message and use SUB_FILES for pkg-message - *Dramatically* cleanup Depends Unconditionally depend on mod_perl for a persistent framework - sort cleanup pkg-plist Notes: svn path=/head/; revision=233020
* - Depend on mail/p5-Clamd which required security/clamavPhilip M. Gollucci2008-12-252-3/+3
| | | | | | | | | - Rename files/qpsmtpd.sh.in -> files/qpsmtpd.in Approved by: araujo (mentor, implicit) Notes: svn path=/head/; revision=224743
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-1/+1
| | | | | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav) Notes: svn path=/head/; revision=220390
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Include some ports in perl5 category.Marcelo Araujo2008-05-191-1/+1
| | | | | | | | | | PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr) Notes: svn path=/head/; revision=213332
* - Pass maintainership to pgollucci p6m7g8.comThomas Abthorpe2008-03-231-1/+1
| | | | | | | | PR: ports/121978 Submitted by: Zane C.B. <vvelox vvelox.net> (maintainer) Notes: svn path=/head/; revision=209639
* - Fix RC script.Marcelo Araujo2007-08-172-1/+2
| | | | | | | | | | | - Bump PORTREVISION. PR: ports/115424 Submitted by: Zane C. B. <vvelox@vvelox.net> (maintainer) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=197828
* - s/INSTALL_SHARE/INSTALL_DATA/Roman Bogorodskiy2007-08-071-1/+2
| | | | | | | | | - bump PORTREVISION Submitted by: araujo Notes: svn path=/head/; revision=197303
* - Update to 0.40.Marcelo Araujo2007-08-063-32/+63
| | | | | | | | | PR: ports/113611 Submitted by: Z.C.B. <vvelox@vvelox.net> (maintainer) Approved by: pav (portmgr, in mentor's absence) Notes: svn path=/head/; revision=197240
* Qpsmtpd started as a replacement daemon for the SMTP receiver (qmail-smtpd)Martin Wilke2007-01-095-0/+263
from the qmail mail transport agent (MTA). qmail-smtpd has a number of shortcomings (e.g. being unable to check the validity of a recipient mail address) and is written in C which makes it burdensome to modify and extend. Qpsmtpd, on the other hand, is written in pure perl and can be customized easily. It consists of a core that implements a complete SMTP server, and a number of plugins/modules which control the operations. Such plugins include plugins to check the recipient and sender as well as plugins for virus scanning, spam checking, blocking lists (dns and rhs), AUTH and TLS. Qpsmtpd can not only be used with qmail but also with e.g. postfix and exim. It can also write messages to a Maildir or forward it to a remote host without buffering. WWW: http://smtpd.develooper.com/ PR: ports/107668 Submitted by: Zane C. Bowers Notes: svn path=/head/; revision=181881