1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

2316 Commits

Author SHA1 Message Date
Nick Sayer
01436013af Mega cclient port SSL commit redux. This time with maintainer approval.
1. Add support for building cclient with SSL. Warn about the possibility
that some ports may have been missed and need ssl added at link time.

2. Update cclient and imap-uw to latest versions.

3. Fix pine4 to add ssl libraries. This can be used as a model for what
other ports may need to do.

4. Release MAINTAINERship (by request).

Submitted by:	anders@fix.no
Approved by:	petef@databits.net
2001-04-05 03:21:41 +00:00
Nick Sayer
4d026b9e75 Finish getting rid of pine4-ssl 2001-04-04 21:55:28 +00:00
Nick Sayer
9be2fdaa67 Scrap pine4-ssl port as a separate entity. Shortly the pine4 port will
get a WITH_SSL=yes option, hopefully.
2001-04-04 21:54:32 +00:00
Nick Sayer
d90ce4ba61 Back out my last change.
I started the commit and decided that my timeout of petef may have been
premature. The commit got started rather than aborted. I will try
contacting petef some more first.
2001-04-04 21:52:19 +00:00
Nick Sayer
b0d35cb232 Mega commit for cclient based port SSL
1. Update cclient and imap-uw to latest code from uwash.

2. Enable building cclient with SSL turned on. Warn folks that
subordinate ports will need SSL libraries added in case we missed any.

3. Enable building imap-uw with SSL support.

4. Add WITH_SSL for pine so that it adds the crypto link options.

5. Finally de-orbit pine4-ssl port.

Submitted by:	anders@fix.no
Maintainer timeout:	petef@databits.net
2001-04-04 21:45:52 +00:00
Jim Mock
ab1f01876c Update to version 0.3.0 -- patch-ab is no longer needed. 2001-04-04 16:45:16 +00:00
Maxim Sobolev
60d98bc43c Update to 0.5.4. 2001-04-03 12:59:37 +00:00
Will Andrews
dbba8af644 Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
Michael Haro
15113dbdbb update postfix to 20010228-pl01
PR:		26211
Submitted by:	    maintainer
2001-04-02 06:50:26 +00:00
Kevin Lo
608d54b852 Update to version 0.4.1
PR: 26234
Submitted by: Ports Fury
2001-03-31 16:17:05 +00:00
Yukihiro Nakai
fd6ec4b9cf Initial import.
mail checker for file,qmail,MH dir and pop3
2001-03-31 13:47:14 +00:00
Neil Blakey-Milner
18a7e0ba0d Upgrade to 1.3.5.
PR:		25981
Submitted by:	yssu@CCCA.NCTU.edu.tw (Yen-Shuo Su)
2001-03-31 13:10:26 +00:00
Maxim Sobolev
851c9a3ce4 Update to 1.1.3. 2001-03-30 13:39:09 +00:00
Mario Sergio Fujikawa Ferreira
928ce8e4b5 Fix the qpopper path in pkg-message. It is now properly replaced
with PREFIX.

Submitted by:	Dan Langille <dan@langille.org> (with changes)
2001-03-30 13:15:38 +00:00
Michael Haro
842b1445a0 Port mail/prom-wl has unfetchable distfile. Patch updates port to version
1.1.2

PR:		24055
Submitted by:	    George Reid <greid@ukug.uk.freebsd.org>
2001-03-29 22:39:24 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Neil Blakey-Milner
a27752ff63 vqadmin depends on vpopmail. 2001-03-29 13:17:18 +00:00
Neil Blakey-Milner
fda2495b95 Add vqadmin 1.4, a cgi-based Virtual Qmail Domains Administrator. 2001-03-29 13:11:02 +00:00
Jim Mock
3d1f807d47 Bump PORTREVISION.
Reminded by:	kris
2001-03-28 21:51:46 +00:00
Jim Mock
1096d5b2bd Fix the following from the PR:
First, teapop fails to authentificate user if he logs in without
   specifying his domain (pop_auth calls pop_string_find and tests its
   result against being NULL, while NULL is returned only upon malloc()
   failures. On empty domain logins pop_string_find returns empty
   string). This makes APOP login method to always fail as teapop
   erroneously interprets command APOP avn
   d41d8cd98f00b204e9800998ecf8427e as an attempt of login for user
   avn@d41d8cd98f00b204e9800998ecf8427e without supplying MD5 hash
   value. Instead, return value should be tested against being empty
   string, while positive test for NULL should cause pop3 server error
   message to be printed.

   Second, if configured with WITHOUT_APOP arguments to 'make install',
   teapop incorrectly handles QUIT command while in authentification
   state. It's because a part of switch statement became commented out
   and there will be no branch for return value from
   pop_wait_for_commands with command "QUIT" (it will return 3, not 4
   when configured without APOP).

PR:		26181
Submitted by:	Alexey V. Neyman <avn@any.ru>
2001-03-28 20:51:19 +00:00
Dirk Meyer
21dfb27757 extra Whitespaces removed 2001-03-28 17:28:38 +00:00
Kevin Lo
c79d0c866a Upgrade to version 3.1
A few notes I changed in Makefile:
- Remove USE_PERL5
- Add MAN1

PR: 26133
Submitted by: MAINTAINER
2001-03-27 13:06:15 +00:00
James E. Housley
aba319a01e The last set of patches, I had to hand edit, didn't apply cleanly.
Submitted by:	Richard Lucas <rlucas@solidcomputing.com>
2001-03-27 12:27:20 +00:00
Maxim Sobolev
6fcd1686e6 Unbroke on the systems with crypto from ssl port. 2001-03-27 08:38:06 +00:00
Jun Kuriyama
a20bc60284 Use \${PREFIX} instead of $ENV{PREFIX} in Makefile.PL. 2001-03-26 05:00:54 +00:00
Jun Kuriyama
53348cb980 Revert previous commit.
sendmail_enable="YES" in rc.conf executes /usr/sbin/sendmail at
startup.  But mysql-client.sh is not yet executed at that stage.
2001-03-26 04:43:28 +00:00
Trevor Johnson
e995a513a1 Set PORTREVISION because of new files/patch-reply.c. It looks as
though the only slave port to this is mail/pine4-ssl, which is
marked BROKEN.

Submitted by:	kris
2001-03-25 20:17:46 +00:00
Trevor Johnson
12e5d4e82c Add a patch to take out of the Message-ID header the information
about the operating system, the version of Pine, and the word
"PINE".  As described in http://www.crimelabs.net/docs/passive.html
this information could be of use to someone with malicious
intentions.

PR:		26051 (duplicated as 26052)
Approved by:	maintainer
2001-03-25 01:59:39 +00:00
Doug Barton
89eb12f60c Commit the least objectionable of the possible fixes... maintainer, et al
can argue about the rest later, let's get the thing fixed first. This is
a combination of my fix and Peter Pentchev's.
2001-03-24 06:37:25 +00:00
Jun Kuriyama
9ba9c792a9 Link shared library for MySQL.
Submitted by:	Renaud Waldura <renaud+freebsd-bugs@waldura.org>
PR:		ports/25967
Approved by:	maintainer
2001-03-24 01:41:51 +00:00
Mario Sergio Fujikawa Ferreira
63522304e0 Help it be PREFIX safe.
Approved by:	MAINTAINER
2001-03-23 15:57:14 +00:00
Mario Sergio Fujikawa Ferreira
6a30f581c7 TLS support is not being build on all systems. Fix this.
Submitted by:	 Raoul Schroeder <memphis_ms@gmx.net>
2001-03-23 03:36:52 +00:00
Jun Kuriyama
be76d00386 Change library version dependency on c-client4.
No response from:	maintainer
2001-03-23 03:10:48 +00:00
James E. Housley
fb97d1d104 * Update the imap-uw port to use PAM again, as it used to. We do have imap by
default in /etc/pam.conf, so it must be better to compile imap-uw with PAM
  authentication too no?
* Changed the PAM service name for the POP3 daemon from pop to pop3 as that is
  what we have in our default pam.conf.
* Update the port with optional DRAC support.

Approved by Maintainer

PR:		24135
Submitted by:	Anders Nordby <anders@fix.no>
2001-03-23 03:04:16 +00:00
James E. Housley
77c6a12660 Link to dynamic mysql library, not static Bump portrevision
PR:		25973
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net> MAINTAINER
2001-03-23 00:43:24 +00:00
Hajimu UMEMOTO
749983c11c Use -U option of ps instead of odd path checking. 2001-03-22 11:17:17 +00:00
Kevin Lo
82f08c2992 Update to version 0.4.12
PR: 25957
Submitted by: MAINTAINER
2001-03-21 05:13:52 +00:00
FUJISHIMA Satsuki
eab9cf4f38 update to 2.4.1.
PR:		25951
Submitted by:	maintainer
2001-03-20 22:12:05 +00:00
Kevin Lo
139438f1fb Update to version 0.4.62
PR: 25924
Submitted by: MAINTAINER
2001-03-20 13:14:00 +00:00
Maxim Sobolev
6c70d3fc1e Try harder to prevent build process from unnecessarily invoking autoheader,
autoconf, automake and aclocal.

Prompted by:	Raimar Lutsch <raimar@lutsch.de>
2001-03-20 11:04:36 +00:00
Maxim Sobolev
6dab512385 Fix two breakages:
- Prevent Makefile from trying to run 644 missing script when no autocrap
  is installed;
- add missed by the configure -lintl into LDFLAGS.

Replace perl with ${PERL} while I'm here.

Submitted by:	bento
2001-03-20 09:40:16 +00:00
Akinori MUSHA
66090a1545 Update MASTER_SITES, WWW and the author's email. 2001-03-20 08:51:04 +00:00
Neil Blakey-Milner
ad2dd742bc enable-workarounds-for-imap-client-bugs
PR:		25887
Submitted by:	Blaz Zupan
2001-03-18 16:08:42 +00:00
Masafumi Max NAKANE
33a9bfb202 Upgrade to 3.0pl73. 2001-03-18 15:13:28 +00:00
Peter Pentchev
f061afd9c2 Update to 5.7.4.
Add USE_GMAKE - too many things in the autoconf build process depend
on GNU make.

Approved by:	maintainer
2001-03-17 12:08:09 +00:00
Maxim Sobolev
0de82c5856 Update to 0.9. Please note that I was not able to get anything but cool
splash screen out of it, so use with caution. However, this version at least
compiles with, which is a big step forward ;-).
2001-03-16 20:59:47 +00:00
Maxim Sobolev
dacdefdf2e Update to 0.5.2. 2001-03-16 18:14:37 +00:00
Hajimu UMEMOTO
4fcf21acaa killall doesn't have -u option under FreeBSD 3.X
Reported by:	Alex Vasylenko <lxv@omut.org>
2001-03-16 13:28:16 +00:00
Kevin Lo
db79d85f1f - Bump PORTREVISION
- Support newer versions of the CGI perl module, and perl 5.6.0

PR: 25822
Submitted by: MAINTAINER
2001-03-15 15:01:54 +00:00
Wolfram Schneider
1f605c324f typo
Submitted by:	jfitz
2001-03-14 22:25:08 +00:00
Akinori MUSHA
a9577c6535 Update to 0.9.3. 2001-03-14 19:28:45 +00:00
Murray Stokely
e78d45facc Update the plist to install-info --delete and update the description a little.
Noticed by: Mike Heffner <mheffner@vt.edu>
2001-03-14 09:24:35 +00:00
Jun Kuriyama
02458f13bc Bump portrevision by maintainer's request.
Submitted by:	dwcjr@inethouston.net (mail/postfix-current maintainer)
PR:		ports/25776
2001-03-14 02:35:50 +00:00
Jun Kuriyama
1cacfaba3b Make spool directory at pkg-install.
Submitted by:	blaz@amis.net (mail/postfix maintainer)
PR:		ports/25775
2001-03-14 02:33:15 +00:00
Dirk Meyer
de3cf9242c Fixed package list for option milter,
port still marked "NO_PACKAGE", so no PORTREVISION needed.
2001-03-13 13:17:58 +00:00
Dmitry Sivachenko
886140f751 Uncomment RUN_DEPENDS
(forgot to do it before previous commit).
2001-03-13 11:57:02 +00:00
Dmitry Sivachenko
3747580b65 Update to 2.0.3.
Add more MASTER_SITEs.
2001-03-13 11:19:58 +00:00
Hajimu UMEMOTO
cd9b7e7397 Activate cyrus-imapd. 2001-03-13 11:19:05 +00:00
Hajimu UMEMOTO
a3b3c78cee Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and
IMAP4 protocols.

PR:		ports/25597
Submitted by:	Christopher K Davis <ckd@ckdhr.com>
2001-03-13 11:15:12 +00:00
Hajimu UMEMOTO
3c9f2b791a Update to 0.4.
PR:		ports/25753
Submitted by:	maintainer (Tobias Reifenberger <treif@mayn.de>)
2001-03-13 09:21:10 +00:00
Dirk Meyer
8769245118 vbsfilter will rename VBS and SHS attachments to .txt,
thus rendering them harmless.

Sendmail 8.10 introduced a new feature called the milter library,
which provides filtering callbacks to a user-level program, which in
turn can provide a "Yes"/"No"/"I haven't seen enough yet" answer to
the question: Can sendmail allow this mail to be delivered?

Sendmail is a trademark of Sendmail, Inc.

WWW: http://aeschi.ch.eu.org/milter/

Submitted by:	maintainer
2001-03-13 06:47:30 +00:00
Dirk Meyer
ff1aa7cfc6 - Listed an overview of options
- Added support for optional configuraion in files/site.config.m4.local
2001-03-13 06:44:50 +00:00
Mario Sergio Fujikawa Ferreira
90a7b13a96 Add {start|stop} support to the initialization (rc.d style) scripts.
Also, add a informational message if the user does not use the
scripts correctly.
2001-03-13 05:47:01 +00:00
FUJISHIMA Satsuki
1ccb661af0 fix build options.
PR:		25746
Submitted by:	R)Bémi Guyomarch <rguyom@pobox.com>
2001-03-12 20:05:11 +00:00
Dirk Meyer
371bff03d3 removed port, that I commited with wrong name
It will reappear as vbsfiler
2001-03-12 17:58:21 +00:00
Dmitry Sivachenko
e7f24d079d Update to version 2.0.2.
PR:		25619
Submitted by:	Ron Rosson <insane@oneinsane.net>

Add a patch to eliminate -O2 option to gcc.
2001-03-12 09:47:36 +00:00
Kris Kennaway
a76a449606 Update to elm 2.5.5.
Reviewed by:	maintainer
2001-03-12 08:15:17 +00:00
Dirk Meyer
b77ed8cd7e vbsfilter will rename VBS and SHS attachments to .txt,
thus rendering them harmless.

Sendmail 8.10 introduced a new feature called the milter library,
which provides filtering callbacks to a user-level program, which in
turn can provide a "Yes"/"No"/"I haven't seen enough yet" answer to
the question: Can sendmail allow this mail to be delivered?

Sendmail is a trademark of Sendmail, Inc.

WWW: http://aeschi.ch.eu.org/milter/

Submitted by:	maintainer
2001-03-12 07:18:13 +00:00
Jun Kuriyama
446d057b36 Add virtual.
Submitted by:	maintainer
PR:		ports/25713
2001-03-12 03:00:17 +00:00
Mike Heffner
4e4b2aa61e Fix plist. 2001-03-12 01:49:44 +00:00
Alexander Langer
ace1848ae7 Disable IPv6 on Alpha, since this breaks it.
Submitted by:	blaz@amis.net (maintainer)
2001-03-11 19:53:59 +00:00
Kevin Lo
9418e43911 Fix pkg-plist
PR: 25669
Submitted by: maintainer
2001-03-11 07:56:08 +00:00
Dirk Meyer
ec702c06b2 sendmail -- TLS/SASL/SFIO enhancement:
This is a diff to the current port that implements SFIO and SASL
options support in addition to TLS.  It makes the sendmail port
conform more closely to the available documentation for such
security enhancements.

ken@nova.org
- renamed option from SENDMAIL_WITH_TSL to SENDMAIL_WITH_TLS
- new option SENDMAIL_WITH_SFIO
- fixed bug in site.config.m4.sasl

PR:		25661
Submitted by:	ken@nova.org
2001-03-11 07:03:34 +00:00
Kevin Lo
2bafa6b6e5 - Update to lastest version
- Add %%PORTDOCS%% to pkg-plist

PR: 25667
Submitted by: maintainer
2001-03-11 07:01:16 +00:00
Jim Mock
389518e808 Don't install teapop.passwd -- only install teapop.passwd.sample, and
let the user know they need to copy it to teapop.passwd before using
teapop.
2001-03-11 01:08:47 +00:00
Bill Fumerola
c53e639659 revert previous commit, the problem is not specific to the alpha. 2001-03-11 00:30:39 +00:00
Bill Fumerola
9b58ec9c96 remove BROKEN for alpha, the unaligned access errors are a red herring.
I'm getting the same "unknown mail transport error" on my i386 at work.
2001-03-11 00:26:20 +00:00
David E. O'Brien
b1f1d6b635 The HTML version of the manual grew. 2001-03-11 00:25:38 +00:00
David E. O'Brien
be7dfffec9 Allow maintainer to be properly set in slave ports. 2001-03-11 00:03:01 +00:00
Kris Kennaway
7802bf8d4b Oops, actually use the corrected pkg-plist 2001-03-10 23:48:26 +00:00
Kris Kennaway
5355ad5030 Switch to using USE_X_PREFIX, respect CC and CFLAGS, and sort and fix
plist.
2001-03-10 23:47:51 +00:00
Dirk Meyer
be24244bf1 - Update to new release 8.11.3
- filters has been removed, will reappear in a seperate port
- install additional headers and libs for SENDMAIL_WITH_MILTER=yes
- pkh-commed reduced to make portlint happy

Reviewed by:	gshapiro
2001-03-10 20:49:42 +00:00
Alexander Langer
cebd59bc73 Mark BROKEN on alpha: Problems with unaligned access.
On my box almost all commands coming with postfix produce unaligned
access errors.  Delivery of mails to another mailserver via SMTP works,
but it fails to deliver mails to local users.
2001-03-10 20:35:11 +00:00
Will Andrews
3db916d092 Add ftrack 3.01, a FTN Messages tracker.
PR:		23711
Submitted by:	Sergey Samoyloff <gonza@techline.ru>
2001-03-10 18:56:51 +00:00
Alexander Langer
bed498b1cf Mark BROKEN for alpha: Unaligned access problems in postsuper and postlog 2001-03-10 17:20:56 +00:00
Trevor Johnson
02dcdcc71c Add SUBDIR entries for mail/althea and www/w3-4.
reported by:	o bento
2001-03-10 12:46:11 +00:00
Dirk Meyer
d31f25a60c new port, no changes
PR:		24312
Submitted by:	andrew@ugh.net.au
2001-03-10 07:19:46 +00:00
Dirk Meyer
faf105b654 New port poppwd
PR:		24312
Submitted by:	andrew@ugh.net.au
2001-03-10 07:18:47 +00:00
Dirk Meyer
75a197a7a1 SENDMAIL_WITH_MILTER support
sample filter is build.
GPL attachmentfilter ist build.
2001-03-10 06:09:27 +00:00
Dirk Meyer
bd8f0fd12f Clean up bulding messages
SENDMAIL_WITH_MILTER support
sample filter is build.
GPL attachmentfilter ist build.
2001-03-10 06:09:04 +00:00
Kris Kennaway
5ce6dda849 Update to 20010118 version and switch to a more sensible versioning scheme
(YYYYMMDD instead of MMDDYY)
2001-03-10 05:02:39 +00:00
Gregory Neil Shapiro
cf7d406097 Add two missing files and fixup directory removals in pkg-plist (bump revision) 2001-03-10 03:48:08 +00:00
Clive Lin
88b3d8ce69 Add missing entry.
Submitted by: bento
2001-03-10 03:24:54 +00:00
SADA Kenji
1288d2ff34 Import of new port skeleton: mail/xmailwatcher.
From pkg-descr:

This is XMAILWATCHER, which periodically checks a user's mailbox. If
there is mail, the user is notified either by a changing icon, or by a
list of senders and subjects in an X object.

PR:	ports/25438
Submitted by:	Harry Newton <harry_newton@telinco.co.uk>
2001-03-09 22:31:33 +00:00
Peter Pentchev
5960b716f2 Remove patches incorporated into the mainstream fetchmail distribution.
Approved by:	maintainer
2001-03-08 12:03:33 +00:00
Peter Pentchev
5fd2d44265 Update to 5.7.2, add NOPORTDOCS handling, fix --enable-opie misspelled
as --enable-OPIE until now.

Approved by:	maintainer
2001-03-08 12:03:09 +00:00
Jimmy Olgeni
d8339b664d It is not necessary to manually set DISTNAME in this port. 2001-03-07 22:56:09 +00:00
Jimmy Olgeni
6aeef68b0a Update to version 2.0.1.
PR:		25508
Submitted by:	Stephen J. Roznowski <sjr@home.com>
2001-03-07 22:45:43 +00:00
Jun Kuriyama
9148e775b3 Add virtual.8 to MAN8. 2001-03-07 13:42:13 +00:00
Jun Kuriyama
3446a2fea8 Add virtual to BIN1.
Submitted by:	"David W. Chapman Jr." <dwcjr@inethouston.net>
PR:		ports/25581
2001-03-07 12:38:38 +00:00
Peter Pentchev
fd0f122f9f Add libesmtp, a library for sending email messages via SMTP.
PR:		25269
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-03-07 10:52:05 +00:00
Maxim Sobolev
0d57081ce0 Update to 1.1.2. 2001-03-06 11:07:37 +00:00
Mikhail Teterin
efc733172c Fix a blaringly obvious bug: should be ``info exists env(MAIL)'', not
``info exists $env(MAIL)''.
2001-03-06 04:53:05 +00:00
Akinori MUSHA
b57f932896 Fix the DB3 support. DB3's shlib version is now at 2. 2001-03-05 22:15:25 +00:00
FUJISHIMA Satsuki
742f671f76 use DIST_SUBDIR=postfix due to both release and snapshot don't have
specific name in their tarballs.

Approved by:	maintainers
2001-03-05 14:21:35 +00:00
Sheldon Hearn
e4f1db2ea1 Update 3.20 -> 3.22, which fixes a number of bugs. 2001-03-05 10:32:14 +00:00
FUJISHIMA Satsuki
35ea9ae15c update to NON BETA release, 20010228.
PR:		25493
Submitted by:	maintainer
2001-03-04 19:35:00 +00:00
Peter Pentchev
d094354d2a While I'm here, fix PORTDOCS handling:
- no need for loops and multiple install invocations, docs/* is fine;
- add %%PORTDOCS%% to pkg-plist, so +CONTENTS is generated correctly.
2001-03-04 16:56:32 +00:00
Peter Pentchev
1b617eda7e Fix the ORBS RBL sites.
PR:		25424
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
2001-03-04 16:48:10 +00:00
Clive Lin
f3a4a2b0be o Almost Dump-safe
o Completely package-safe (with evil tricks)
o Bump PORTREVISION

Because I haven't invented any convenient dialog script to ask people
what protocol (smtp/qmqp) and what address of their mail server, there
still one comment left in pkg-message.

If there's any, please tell me where to steal^h^h^hudy.

Reviewed by: Sybolt de Boer <bolt@xs4all.nl>
2001-03-04 13:13:42 +00:00
Kevin Lo
3c660a239b Update to version 0.3.1
PR: 25505
Submitted by: maintainer
2001-03-03 06:13:36 +00:00
Akinori MUSHA
4bc45d271d Update to 0.9.1. 2001-03-02 10:53:44 +00:00
Jun Kuriyama
39a18faae7 Bump PORTREVISION and add ipv6 to categories.
Pointed out by:	sumikawa
2001-03-02 06:08:05 +00:00
Jun Kuriyama
28a1ca4d08 Update to new IPv6 patch. 2001-03-02 05:49:03 +00:00
Jun Kuriyama
949ad301b9 Update to 20010228. 2001-03-01 15:22:56 +00:00
FUJISHIMA Satsuki
33a7706196 respect CFLAGS.
Submitted by: maintainer
2001-03-01 14:01:45 +00:00
Neil Blakey-Milner
4c8ae3e193 Some fixes and tweaks from Yuri, hopefully fixing the mysql problems
that have been reported to me.

These changes don't affect the package, just if people use some of the
WITH_* or WITHOUT_* options

Submitted by:	 Yuri L Khachaturian <yukh@ns.otradnoe.net>
2001-03-01 13:05:47 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Kevin Lo
4be94b91be - Support PREFIX/GTK_CONFIG properly
- Sort pkg-plist

PR: 25434
Submitted by: Ports Fury
2001-02-28 15:51:02 +00:00
Steve Price
49febae544 Adding biabam version 0.9.2.
BIABAM is a commandline attachment mailer.

PR:		24051
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-02-27 06:05:37 +00:00
Steve Price
85c56f8efe Add kame.net to PATCH_SITES for the ipv6 patch.
PR:		25385
Submitted by:	maintainer
2001-02-27 02:04:52 +00:00
Steve Price
cc9d45054b Update to version 9.26.
PR:		25387
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-02-27 02:03:00 +00:00
Mikhail Teterin
bb297d17af Yet another GTK based mail program. Promisingly SMALL. And you have to
edit config files to add/remove IMAP and SMTP servers, although things
can be specified in a central location (LOCALBASE/etc/althearc).

I don't think, I'll end up using it myself though, hence maintainership.
2001-02-26 21:05:19 +00:00
Lars Koeller
b24ad43f2c - Respect PREFIX and X11BASE which wasn't done in some binaries and scripts
- Fix problem with gcc 2.95 (add -fwritable-strings)
  - Fix problem with display depth when printing username below icon
    (white text on white background ;-)
  - Add some documentation (READMEs) with respect to NOPORTDOCS
  - Define of USE_NAS environment variable builds faces with
    NAS (auplay) support (default is rplay)
  - Correct pkg-plist
  - Shorten pkg-desc below 24 lines
  - Bump PORTREVISION to 1

Changes were stimulated by:  Mike Meyer <mwm@mired.org>
2001-02-26 20:49:01 +00:00
Clive Lin
aae2ab557a Add missing entry.
Submitted by: Sybolt de Boer <bolt@xs4all.nl>
2001-02-26 17:10:16 +00:00
Tom Hukins
cbb1efe36a Fix typo (SGIG -> SGID) and update my address in MAINTAINER
Submitted by:	Peter Brezny <peter@sysadmin-inc.com>
2001-02-26 13:43:52 +00:00
Kevin Lo
8e76294aa5 Upgrade to version 0.7.06 2001-02-26 12:41:07 +00:00
Kevin Lo
2a411f8ca2 Add dependency. 2001-02-26 12:27:37 +00:00
Kevin Lo
b700c080f0 Upgrade to version 1.8 2001-02-26 12:22:28 +00:00
Kevin Lo
035c4b1b6a Upgrade to version 2.1.0 2001-02-26 12:10:25 +00:00
Dmitry Sivachenko
3d13fb15fe Teach mailman how to work both with MD5 and DES passwords.
This problem is already fixed in mailman CVS.
Bump PORTREVISION.

Submitted by:	Kresimir Kumericki <kkumer@phy.hr>
2001-02-26 09:13:49 +00:00
Steve Price
251624ffe2 Adding ssmtp version 2.38.
A sendmail alternative for small routers (only for outgoing mail).

PR:		24263
Submitted by:	Tomasz Paszkowski <ns88@k.pl>
2001-02-26 05:17:57 +00:00
Steve Price
8f5aa475af Add {BUILD,RUN}_DEPENDS on the abook and gnupg ports and update pkg-plist
accordingly.

PR:		25163
Submitted by:	Andre Goeree <abgoeree@uwnet.nl>
2001-02-26 04:54:23 +00:00
Steve Price
c4067383fa - Pass the OSTYPE/OPSYS to configure so it doesn't bomb.
- Fixup pkg-plist.
- Add mkdir flag to call to latex2html.

PR:		24783
Submitted by:	maintainer
2001-02-26 04:37:01 +00:00
Steve Price
dc997eb55a Update to version 0.03.1.
PR:		21541
Submitted by:	Guy Antony Halse <guy@rucus.ru.ac.za>
2001-02-26 03:41:15 +00:00
Steve Price
476cb20216 Update to version 0.13.
PR:		25363
Submitted by:	maintainer
2001-02-26 03:20:30 +00:00
Clive Lin
5ab4fb8386 Fix a typo which would results in wrong home directory of nullmail user.
Noted by: Sybolt de Boer <bolt@xs4all.nl>
2001-02-26 03:08:51 +00:00
Kevin Lo
431b68ea3a Change maintainer to ports@
PR: 25348
Submitted by: MAINTAINER
2001-02-25 15:46:36 +00:00
Kris Kennaway
39c4843eec Update IPv6 patch to 2001-02-23 and bump PORTREVISION 2001-02-25 08:04:52 +00:00
Peter Pentchev
df3de98c5f Update to 5.6.8, which contains preauthentication fixes and enhancements.
Approved by:	maintainer
2001-02-23 08:30:39 +00:00
Dirk Meyer
af4b7cdb70 Master-Sites changed, renaming of directories.
Approved by:	will
2001-02-23 05:48:23 +00:00
Mario Sergio Fujikawa Ferreira
224a6052af * qmail port
o bump PORTREVISION
o sanitize MASTER_SITES
o added several flags (defined checks) to enable
active slave port control on what they inherit
o add extra enhancement patches, these can be
inherited too:
	- WITH_QMAILQUEUE_PATCH: qmailqueue-patch
	- WITH_BIG_TODO_PATCH: big-todo.103.patch
	- WITH_BIG_CONCURRENCY_PATCH: big-concurrency.patch
		- WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT
		default: 509
o add patches checksum to distinfo
o added MASTER_SITE_QMAIL for internal use
o additional copies of slave qmail patches are now housed
at MASTER_SITE_LOCAL, PATCH_SITE_SUBDIR=lioux because
these patches only have ONE PATCH_SITES source each
	- qmail-ldap-1.03-20010201.patch.gz (qmail-ldap)
	- qmail-mysql-1.1.1.patch (qmail-mysql)
	- tls.patch (qmail-tls)
o turn all absolute references to both binaries and
FreeBSD configuration files into VARs: better
maintability
o s/yetanotherone-/slaveport-/: that is the correct
nomenclature
o ${LN} should use -sf instead of plain -s
o typo fix: QMail -> qmail

* qmail-ldap port
o bump PORTREVISION in sync with master port bump
o minor changes to comply to recent changes to the master
port
o block the WITH_BIG_CONCURRENCY_PATCH, it does not like
the qmail-ldap patch
o enable SMTP TLS support with WITH_TLS
	- the PKGNAMESUFFIX changes to -ldap-with_tls
	- let it know the location of QMAIL_TLS_PORT
	- add certificate and certificate-req; in fact,
		we are inheriting qmail-tls targets
 o s/yetanotherone-/slaveport-/: that is the correct
nomenclature
o tabulate better the WITH_* advertisement messages
o add appropriate message to PKGMESSAGE about the
new certificate targets following the qmail-tls
port
o nomenclature fix: ^ldap- -> ^qmail-ldap-

* qmail-mysql port
o bump PORTREVISION in sync with master port bump
o block the WITH_QMAILQUEUE_PATCH, it does not like
the qmail-mysql patch
o s/yetanotherone-/slaveport-/: that is the correct
nomenclature

* qmail-tls port
o bump PORTREVISION in sync with master port bump
o minor changes to comply to recent changes to the master
port
o s/yetanotherone-/slaveport-/: that is the correct
nomenclature
o nomenclature fix: ^tls- -> ^qmail-tls-
2001-02-22 18:15:18 +00:00
Jun Kuriyama
38a6e47643 Re-activate TLS support.
Submitted by:	"David W. Chapman Jr." <dwcjr@inethouston.net>
PR:		ports/25270
2001-02-22 04:05:43 +00:00
Mario Sergio Fujikawa Ferreira
0fabc4ff05 Sanitize MASTER_SITES. 2001-02-22 02:49:48 +00:00
Jimmy Olgeni
7390d550df Update port to version 1.3.0.
Pointed out by:	Claudiu Bosioc <cbo@uem.utt.ro>
2001-02-21 21:39:34 +00:00
Jun Kuriyama
d04629ea10 Update IPv6 patch to 20010205a. 2001-02-21 10:17:10 +00:00
Clive Lin
5ce84d162d This buffer is for notes you don't want to save, and for Lisp evaluation.
If you want to create a file, visit that file with C-x C-f,
then enter the text in that file's own buffer.

Add nullmailer, a sendmail compatible MTA which only does one thing:
send mail to a SMTP or QMQP smart relay.

NOTICE: This port is usable now, but not yet dumb-safe. Please pay
        attention on its pkg-message.
2001-02-21 02:25:59 +00:00
Mario Sergio Fujikawa Ferreira
4ccf915049 Assume maintainership. Somebody should.
Please, do not abuse me because I did. :)
2001-02-20 18:15:21 +00:00
Mario Sergio Fujikawa Ferreira
406e2935c7 Add patch file missing distinfo information.
Submitted by:	Mars G. Miro <zeitgheist@rocketmail.com>,
		Bennett Hui <bhui@mail.com>
2001-02-20 18:11:49 +00:00
Kevin Lo
0002000e21 Upgrade to version 0.4.61
PR: 25203
Submitted by: MAINTAINER
2001-02-20 02:19:17 +00:00