Commit graph

5471 commits

Author SHA1 Message Date
Sergey Skvortsov
aa4932de38 Updated to 1.11 2004-01-16 11:48:53 +00:00
Dirk Meyer
f1158fc75f - udpate to 1.1.2 2004-01-16 06:50:22 +00:00
Clement Laforet
7917108ce0 - Cleanups.
Notice by:          From: lou <lou@0xffff.org>
Approved by:        erwin (mentor) (implicitly)
2004-01-16 01:48:12 +00:00
Clement Laforet
ffc3bae108 - Update to 2.0.2
PR:                 61385
Submitted by:       Rob Evers <rob@debank.tv> (maintainer)
Approved by:        erwin (mentor) (implicitly)
2004-01-16 01:06:16 +00:00
Hajimu UMEMOTO
9244f03504 Update to 2.2.3. 2004-01-15 20:43:10 +00:00
Sergei Kolobov
716bc6aa4a - Update to 0.44.2
- Fix LDAP support build problems
- CONFLICTS has been expanded
- WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT
- WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system
  and NOUUCP is no longer a /etc/make.conf tunable for buildworld
- WITH_EXPECT not being set now adds --disable-changepass which causes the suid
  authdaemon.passwd to not be installed.
- devel/fam dependency is now non-optional since the port will use the library
  if it finds it regardless of one's intention to use it or not.  For instance
  if libfam is installed and one doe not want it used by courier but chosses
  the WITH_LDAP support than libfam will get sucked in as well.  Then the user
  deletes fam and courier breaks because the user had no idea courier depended
  on it.  So until courier gets a configure --without-fam tunable this should
  be a mandatory dependency.
- and last but not least etc/rc.d/courier.sh startup script has been rewritten
  to work with rc.subr which allows one to move it to /etc/rc.d/courier and
  have it just work. :)

PR:		61112
Submitted by:	Yarema <yds@CoolRat.org>
2004-01-15 15:12:32 +00:00
Kirill Ponomarev
43b505a100 - Use db-4.2 in LIB_DEPENDS
- Remove contiguous blank line

PR:		61375
Submitted by:	maintainer
2004-01-15 08:57:37 +00:00
Peter Pentchev
1c3d5ea87c Add vodmr 0.13, an ODMR/ATRN server for vpopmail/qmail.
PR:		47002
Submitted by:	James Raftery <james@now.ie>
2004-01-15 08:44:31 +00:00
Trevor Johnson
d3d8412578 Add Sourceforge site, to make fetchable.
Submitted by:	ijliao
2004-01-15 07:11:32 +00:00
Kirill Ponomarev
4f7e8bc001 - Update to 0.15.13.2, to fix Alpha SIGFPE (we use -mieee now)
- Support WITH_DB_VER=42 to build against db42 rather than
  default db4
- Switch to bz2 to reduce download time and data volume.
- Fix up forgotten src/version.c update to 0.15.13.2

PR:		61284
Submitted by:	maintainer
2004-01-14 21:16:21 +00:00
Alex Dupre
094da82d8f Use bsd.php.mk.
PR:		ports/61359
Submitted by:	Xin LI
Reviewed by:	Simon Dick (maintainer)
Approved by:	nork (mentor/implicitly)
2004-01-14 14:01:56 +00:00
Sergei Kolobov
947980ea53 - Restore a fix for breakage when run under cron(8) introduced in
Makefile revision 1.21 and mistakenly ommitted during upgrade to 3.2.1

Noticed by:	Ori Peleg <orip@humaneyes.com>
2004-01-14 10:14:50 +00:00
Hajimu UMEMOTO
3160ca4d1a add WITH_IDLE option which takes poll, idled or no. Default is poll
as Cyrus IMAPd's default.

Requested by:	ervin.nemeth@niif.hu
2004-01-14 05:32:27 +00:00
Pete Fritchman
5d9292468e Make the command we use for finding a PID really work. Bump PORTREVISION.
Submitted by:	Shawn Yeager <mail@shawnyeager.com>
2004-01-14 04:35:54 +00:00
Kirill Ponomarev
03793bda71 - Add WITHOUT_NLS knob
PR:		61314
Submitted by:	maintainer
2004-01-13 16:17:34 +00:00
Clement Laforet
78300b9f90 - fix *squirrelmail ports.
- add slaveport-target
- fix INDEX build
- add forgotten file

Approved by:    erwin (mentor)
2004-01-13 15:59:50 +00:00
Kirill Ponomarev
233792da59 - Add WITHOUT_NLS knob
PR:		61312
Submitted by:	maintainer
2004-01-13 15:32:20 +00:00
Clement Laforet
3887814e09 - Update my email address
Approved and reviewed by:    erwin (mentor)
2004-01-13 15:04:51 +00:00
Edwin Groothuis
735f2f7994 remove old comment which was needed while testing the port. 2004-01-13 10:47:21 +00:00
Edwin Groothuis
53cd2da357 the mail/majordomo port looks for majordomo.cf in /etc
majordomo installed from the port doesn't work out of the
	box: one either has to move ${PREFIX}/majordomo/majordomo.cf
	to /etc/majordomo.cf, or set the MAJORDOMO_CF envvar. This
	patch should fix this problem.

Honestly, I didn't use his patch since it wasn't attached to the
original PR.

PR:		ports/45963
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
Approved by:	maintainer timeout
2004-01-13 10:45:48 +00:00
Edwin Groothuis
5140d21c9d mail/squirrelmail - Port Docs in wrong location
Installation of mail/squirrelmail places the ports documentation
	in PREFIX/squirrelmail, and you are not able to not install
	the documentation with NOPORTDOCS.

    - installs all documentation to the DOCSDIR directory
     - fixes security of the port by moving the attachment
       and user preferences out of the web servers document
       root (moves default data_dir & attachment_dir from
       SQUIRRELDIR/data to sub-directorys under
       /var/spool/squirrelmail) as recommended on the
       SquirrelMail web site.
     - adds a periodic/daily script to clean the attachment
       directory of abandoned files (disabled by default)
     - location of squirrelmail can be set by either defining
       SQUIRRELDIR or WITHOUT_WWWDIR when patching and installing
       the port.
     - BENTO FIX: The /var/spool/squirrelmail directory is
       created by pkg-install, but it wasn't being uninstalled.
       Connditionalized the creation of this directory depending
       on how the BATCH variable is set. A message in pkg-deinstall
       advises the port user to remove it if no longer needed.

PR:		ports/50840
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
Approved by:	Maintainer timeout
2004-01-13 09:14:24 +00:00
Edwin Groothuis
ae88725e1a [PATCH] mail/p5-Mail-SpamAssassin 2.60
This patch adds rc_subr support to spamd daemon
	of the spamassassin port.

PR:		ports/57384
Submitted by:	Martin Matuska <martin@tradex.sk>
2004-01-13 08:29:28 +00:00
Sheldon Hearn
37e082ecf9 Silence two portlint warnings. 2004-01-12 11:49:42 +00:00
Sheldon Hearn
a0d0a1e903 1) Fix build for the WITHOUT_ALT_CONFIG_PREFIX case.
2) Allow the operator to override exim user and group with EXIM_USER and
   EXIM_GROUP.  This was made possible by the introduction of runtime
   resolution of the exim_user UID and the exim_group GID, new in
   exim-4.30.

Reported by:	Phil Pennock <pdp@nl.demon.net>
2004-01-12 10:56:41 +00:00
Dmitry Sivachenko
a85beb4a41 Add RUN_DEPENDS.
Submitted by:	maintainer
2004-01-12 08:33:26 +00:00
Dmitry Sivachenko
cf9e8bf44c Update to version 9575.
Submitted by:	maintainer
2004-01-12 06:36:26 +00:00
Mike Heffner
8a2e324b7f Update FTP mirror address. 2004-01-11 19:14:46 +00:00
Edwin Groothuis
ecf6561d63 Maintainer update: mail/dovecot
Updates:
	- MASTER_SITES
	- dovecot-example.conf used pgsql for userdb by default, now uses passwd.

PR:		ports/61188
Submitted by:	Robin Breathe <robin@isometry.net>
2004-01-11 10:35:54 +00:00
Mark Linimon
1954b0551f Reset maintainer to ports@. From private email from the previous maintainer:
Time constraints prevent me from maintaining this port properly. I
  apologize for being unable to serve the community better, but life
  has gotten in the way of things as usual.

  The build issue here seems to be a rather strange one, and has to do
  with compiling on the alpha. I have no way of troubleshooting this
  myself, since I don't have  access to the build environment.

  The port requires some heavy-duty updating and it's really not
  something I have much time to work on. Unfortunately.

  I hope someone else will take over from me.

Thanks to Alex for his work on this port.
2004-01-10 22:03:10 +00:00
Sergei Kolobov
22a69799fa - Add some missing RUN_DEPENDS
- Change Makefile to adjust a two more scripts to use FreeBSD paths
- Added additional install (Sophos)

PR:		61132
Submitted by:	maintainer
2004-01-09 17:45:42 +00:00
Sergei Kolobov
1fceb88774 - Update to 4.26.4
- Add few new RUN_DEPENDS for the virus_wrapper scripts
- Patch scripts to use FreeBSD conform directories

PR:		61130
Submitted by:	maintainer
2004-01-09 17:33:15 +00:00
Pete Fritchman
45b17525f3 Update to 2.1.4.
PR:		61083
Submitted by:	maintainer
2004-01-09 05:31:07 +00:00
Pete Fritchman
41b6f01a20 - smart config file management
- install our www tree with appropriate permissions
- update pkg-descr, add WWW:
- add a pkg-message
- bump PORTREVISION

PR:		61054
Submitted by:	maintainer
2004-01-09 04:05:37 +00:00
Yen-Ming Lee
32d0b41294 Update mail/dspam
Add ENABLE_SPAM_DELIVERY knob
  Make dspam play with qmail
  Install MySQL documentation
  Install a dummy mysql.data file

PR:		61089
Submitted by:	Mark Daniel Reidel <mark@reidel.info>
Reviewed by:	Rob Evers <rob@debank.tv>
2004-01-09 02:17:48 +00:00
Simon L. B. Nielsen
2fcee47a69 - Update to version 0.4.20.
- Autodetect if gnutls is installed to get dependencies right.

Approved by:	edwin
2004-01-08 11:55:30 +00:00
Pete Fritchman
8b73d17400 - update to 1.2.0
- we now depend on perl 5.6.1
2004-01-08 05:01:03 +00:00
Edwin Groothuis
09c2535c0d [maintainer-update] mail/postfixadmin
Includes ports/60908 by Franz Klammer <klammer@webonaut.com>
	The new version includes many new features.
	The database structure has changed !! Read UPGRADE.TXT

PR:		ports/61044
Submitted by:	Rob Evers <rob@debank.tv>
2004-01-08 00:52:44 +00:00
Kirill Ponomarev
a57ee68265 - Drop maintainership to ports@ 2004-01-07 20:25:50 +00:00
Sheldon Hearn
5d55359d70 Look for WITHOUT_DNSDB as advertised, not WITH_DNSDB.
Submitted by:	ade
2004-01-07 11:05:26 +00:00
Kirill Ponomarev
67ee4fa92f - Update to 0.15.13.1
PR:		61004
Submitted by:	maintainer
2004-01-07 08:55:56 +00:00
Mark Linimon
c7d1223fe8 Update from 0.12 to 0.14:
* add new dependency of p5-Test-Simple
* create the output dir if it does not exist (Thanx Paul Wolters!)
* added BUGS section to doc
* converted makegraph.t to Test::More and added some tests
* output dir no longer gets a trailing slash (good for OS/2?) and we use
  File::Spec to construct output file names
* better reasons for skipping mails (string vs. some number)

PR:		ports/60977
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
2004-01-07 00:59:44 +00:00
Sheldon Hearn
8bc7eb6ce8 Update to 4.30.
This release includes bugfixes and new features, but should be backward
compatible with 4.2x.
2004-01-06 10:18:13 +00:00
Dirk Meyer
12c098aa05 Suggested by: Martyn Hill, Diana Eichert
Prayer is yet another Webmail interface for IMAP servers on Unix systems.

It exists because we weren't terribly happy about the characteristics of
existing Webmail interfaces: in particular scalability problems with common
open source Webmail packages and the lack of flexibility that commercial
packages would give us. This doesn't mean that Prayer is trying to compete
with existing Webmail packages. It just means that Prayer is better suited
to our particular environment.

WWW: http://www-uxsup.csx.cam.ac.uk/~dpc22/prayer/
2004-01-06 10:01:22 +00:00
Sergei Kolobov
0d2acd9252 Add yadda 1.0, Yet Another Damn Delivery Agent.
Yadda - Yet Another Damn Delivery Agent is a
fully featured mail delivery agent, with support for Maildir++
and softquotas. It also supports filtering, and SQL-usage.
It's written entirely in Perl and uses Mail::Audit which is
available from CPAN. It's compatible with RFC2033 (LMTP)
and works great with postfix, and other LHLO/LMTP-fluent MTA's.

Author:	Jesper Noehr <jesper@noehr.org>
WWW:	http://code.printf.dk/~decius/yadda/

PR:		60802
Submitted by:	Jesper Noehr <jesper@noehr.org>
2004-01-06 09:57:15 +00:00
Dirk Meyer
66a65607eb Sendmail milter wich uses Mcafee Virus Scan
The milter recives messages from sendmail, and saves them as a file in
a directory. The directory name and the file name are the "$i" (queue
identifier) from Sendmail, making it easier to identify them. Once the
entire message has been received, the milter runs "ripmime" on the file
to extract any attachments. If rupmime returns without an error then it
will run "uvscan" on the diretory to scan all the files in it. If uvscan
returns an error, then the milter will look for viruses output from
uvscan, and reject the message reporting which viruses were found. If
viruses were found then the entire directory is moved to quarantine,
otherwise it is deleted.

The milter also does extention checks. Certain extentions are blocked
completely. In specific, extenions of .scr, .vbs, .pif, and .com are
blocked.

Author gave permission to distribute it with BSD-License.

WWW: http://www.nmt.edu/~wcolburn/antivirus/
2004-01-05 17:51:18 +00:00
Akinori MUSHA
5d8e0ae0b6 Update to 0.12. 2004-01-05 16:40:17 +00:00
Akinori MUSHA
f6a41ba26c Update to 0.16. 2004-01-05 16:39:14 +00:00
Sergei Kolobov
7d42f8ae01 - Fix broken detection of Japanese locales [1]
- Update patches
- Bump PORTREVISION

PR:		60853 [1] (partly)
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp> [1],
		maintainer
2004-01-04 13:25:13 +00:00
Doug Barton
e97db53ab7 Adjust the dependency check on p5-Net-DNS to take into account its
new PERL_ARCH'ified location.

In a few cases, standardize on searching for
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
2004-01-03 20:30:39 +00:00
Sergei Kolobov
0ff341f3a0 - Use --qmail-queue-binary configure's argument to point to the proper
location (i.e. ${QMAIL_DIR}/bin instead of ${PREFIX}/bin)
  Suggested by:	J. Martin Petersen <jmp@alvorlig.dk>
		Fumihiko Kimura <jfkimura@yahoo.co.jp>
- Check for qmail-queue binary in Makefile
- Display build knobs descriptions in pre-configure
- Install qs2mrtg.pl script (from contrib/)

Submitted by:	maintainer
2004-01-03 17:32:22 +00:00