summaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Add missing manpage.clive2001-04-101-0/+1
| | | | | PR: ports/26463 Submitted by: MAINTAINER
* Fix cclient and imap-uw to use the latest UW beta and use thensayer2001-04-095-57/+46
| | | | | | bsd.port.mk SSL variables Submitted by: anders@fix.no
* Use TCL/TK 8.3 (with TCL_STUBS). I did not bother with autodetection ofmi2001-04-085-8/+125
| | | | | | | | | | the need for stubs. They are needed with currect TCL port, regretfully. When the need goes away (hopefully), I'll remove the files/patch-stubs. Actually USE the blasted c-client4 instead of merely (and bogusly!) LIB_DEPEND-ing on it. The port continued to build and use its own version (based on imap-4.7 from October 1999). Don't even extract the imap subdir...
* Fix handling of WITH_SSL -- the USE_OPENSSL was defined when in themi2001-04-082-6/+4
| | | | | | | | | opposite case :) Make the c-client's Makefile use the LDFLAGS files, when linking the shared library. This ensures, that the things like -lpam, -lssl are linked into it and an application does not have to refer to them explicitly. WITH_SSL should, IMHO, be made a default...
* So, we are on the slippery slope of using the beta-versions... Well,mi2001-04-082-2/+2
| | | | | use the one available on the vendor's site. (0104051333 instead of 0104031813).
* Fix mistakes:will2001-04-073-3/+13
| | | | | | | | | - Fixed installation prefix, it is GNOME dependent, should not be in LOCALBASE but X11BASE. - Changed location of installed gmimeConf.sh for gnome-config script PR: 26414 Submitted by: maintainer
* Add gmime 0.5.0, a library (written in C) for parsing and creatingwill2001-04-077-0/+74
| | | | | | | messages using MIME. PR: 26411 Submitted by: Bas Kruit <baskruit@bsltwr.dnsalias.org>
* Add ripmime 1.0.0pr3, a program that extracts attached files out of awill2001-04-077-0/+50
| | | | | | | MIME encoded email package. PR: 25848 Submitted by: Justin Stanford <jus@security.za.net>
* Add missing patch that does chown to cyrus spool directory.ume2001-04-065-0/+145
|
* Since spool location is configurable by user, prevent making spoolume2001-04-0620-90/+75
| | | | | | at install time. Install mkimap script and show guidance, instead. Reported by: David A. Koran <dak@solo.net>
* Add missing Perl library into pkg-plist.ume2001-04-0610-5/+75
| | | | Reported by: Kaz SHiMZ <kshimz@sfc.co.jp>
* Add procmail as a RUN_DEPENDS. Highly overlooked.lioux2001-04-061-0/+1
| | | | Submitted by: trebleZed@netscape.net
* Mega cclient port SSL commit redux. This time with maintainer approval.nsayer2001-04-0512-102/+160
| | | | | | | | | | | | | | | 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
* Finish getting rid of pine4-sslnsayer2001-04-041-16/+0
|
* Scrap pine4-ssl port as a separate entity. Shortly the pine4 port willnsayer2001-04-0411-208/+0
| | | | get a WITH_SSL=yes option, hopefully.
* Back out my last change.nsayer2001-04-043-38/+11
| | | | | | 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.
* Mega commit for cclient based port SSLnsayer2001-04-044-12/+38
| | | | | | | | | | | | | | | | 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
* Update to version 0.3.0 -- patch-ab is no longer needed.jim2001-04-048-92/+30
|
* Update to 0.5.4.sobomax2001-04-034-13/+22
|
* Overhaul QT/KDE support:will2001-04-032-6/+3
| | | | | | | | | | | | | | | | | | - 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)
* update postfix to 20010228-pl01mharo2001-04-0222-44/+33
| | | | | PR: 26211 Submitted by: maintainer
* Update to version 0.4.1kevlo2001-03-313-4/+6
| | | | | PR: 26234 Submitted by: Ports Fury
* Initial import.nakai2001-03-318-0/+84
| | | | mail checker for file,qmail,MH dir and pop3
* Upgrade to 1.3.5.nbm2001-03-312-2/+2
| | | | | PR: 25981 Submitted by: yssu@CCCA.NCTU.edu.tw (Yen-Shuo Su)
* Update to 1.1.3.sobomax2001-03-306-6/+12
|
* Fix the qpopper path in pkg-message. It is now properly replacedlioux2001-03-301-1/+1
| | | | | | with PREFIX. Submitted by: Dan Langille <dan@langille.org> (with changes)
* Port mail/prom-wl has unfetchable distfile. Patch updates port to versionmharo2001-03-292-2/+2
| | | | | | | 1.1.2 PR: 24055 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-296-7/+7
| | | | | | | -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.
* vqadmin depends on vpopmail.nbm2001-03-291-0/+5
|
* Add vqadmin 1.4, a cgi-based Virtual Qmail Domains Administrator.nbm2001-03-296-0/+58
|
* Bump PORTREVISION.jim2001-03-282-0/+2
| | | | Reminded by: kris
* Fix the following from the PR:jim2001-03-282-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* extra Whitespaces removeddinoex2001-03-284-4/+4
|
* Upgrade to version 3.1kevlo2001-03-274-21/+19
| | | | | | | | | A few notes I changed in Makefile: - Remove USE_PERL5 - Add MAN1 PR: 26133 Submitted by: MAINTAINER
* The last set of patches, I had to hand edit, didn't apply cleanly.jeh2001-03-273-13/+13
| | | | Submitted by: Richard Lucas <rlucas@solidcomputing.com>
* Unbroke on the systems with crypto from ssl port.sobomax2001-03-272-3/+13
|
* Use \${PREFIX} instead of $ENV{PREFIX} in Makefile.PL.kuriyama2001-03-261-2/+2
|
* Revert previous commit.kuriyama2001-03-2611-33/+33
| | | | | sendmail_enable="YES" in rc.conf executes /usr/sbin/sendmail at startup. But mysql-client.sh is not yet executed at that stage.
* Set PORTREVISION because of new files/patch-reply.c. It looks astrevor2001-03-251-0/+1
| | | | | | | though the only slave port to this is mail/pine4-ssl, which is marked BROKEN. Submitted by: kris
* Add a patch to take out of the Message-ID header the informationtrevor2001-03-251-0/+37
| | | | | | | | | | 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
* Commit the least objectionable of the possible fixes... maintainer, et aldougb2001-03-243-3/+16
| | | | | can argue about the rest later, let's get the thing fixed first. This is a combination of my fix and Peter Pentchev's.
* Link shared library for MySQL.kuriyama2001-03-2411-33/+33
| | | | | | Submitted by: Renaud Waldura <renaud+freebsd-bugs@waldura.org> PR: ports/25967 Approved by: maintainer
* Help it be PREFIX safe.lioux2001-03-231-0/+9
| | | | Approved by: MAINTAINER
* TLS support is not being build on all systems. Fix this.lioux2001-03-233-6/+6
| | | | Submitted by: Raoul Schroeder <memphis_ms@gmx.net>
* Change library version dependency on c-client4.kuriyama2001-03-231-1/+1
| | | | No response from: maintainer
* * Update the imap-uw port to use PAM again, as it used to. We do have imap byjeh2001-03-237-7/+240
| | | | | | | | | | | | | 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>
* Link to dynamic mysql library, not static Bump portrevisionjeh2001-03-232-4/+4
| | | | | PR: 25973 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> MAINTAINER
* Use -U option of ps instead of odd path checking.ume2001-03-2210-10/+10
|
* Update to version 0.4.12kevlo2001-03-212-2/+2
| | | | | PR: 25957 Submitted by: MAINTAINER
* update to 2.4.1.sf2001-03-2014-70/+52
| | | | | PR: 25951 Submitted by: maintainer
OpenPOWER on IntegriCloud