Commit graph

4160 commits

Author SHA1 Message Date
Joe Marcus Clarke
a5608dff15 Update to 2.0.6. 2003-01-29 21:56:46 +00:00
Dirk Meyer
867beb1a9c - Update to 0.5.9
- Fix bug found by nunotex@pt-quorum.com
- discussion at http://marc.theaimsgroup.com/?l=popa3d-users&m=104354856516116&w=2
- Extend Documentation
2003-01-28 22:04:19 +00:00
Joe Marcus Clarke
f588267654 This patch was obsoleted by my recent patch to bsd.gnomeng.mk.
PR:	47579
2003-01-28 17:29:41 +00:00
Johann Visagie
8ec1ab542c - Install the Mailman favicon, which had been omitted.
- Refrain from installing the GNU logo, which is not used by this port
  anymore.
- Bump $PORTREVISION

Submitted by:	Vivek Khera <khera@kcilink.com>, Neil Darlow <neil@darlow.co.uk>
2003-01-27 15:08:48 +00:00
Joe Marcus Clarke
560eff22bc Update to 2.0.5. 2003-01-27 08:22:40 +00:00
Mario Sergio Fujikawa Ferreira
b0eefe12d2 Update to current standards for rc.conf(5) file: disable sendmail
by setting sendmail_enable to NONE instead of NO

Prompted by:	too many
2003-01-26 19:10:35 +00:00
Mario Sergio Fujikawa Ferreira
eb3358e855 Style fix: replace the 8 for the 7 bits quote character 2003-01-26 19:06:34 +00:00
Brian Feldman
7f0c68d522 Now that I've assured the CVS/Repository files are correct, remove
p5-Mail-SpamAssassin-devel (again).  Also, add it to MOVED.  Ah,
the joy and wonder of CVS.
2003-01-25 07:06:05 +00:00
Brian Feldman
3b4a505e5a Restore SpamAssassin port. No real harm done. It got removed because
somehow my p5-Mail-SpamAssassin-devel CVS Repository files are
specifying p5-Mail-SpamAssassin instead.
2003-01-25 07:01:56 +00:00
Brian Feldman
8722a07b47 Remove skeletons. 2003-01-25 06:43:43 +00:00
Brian Feldman
de5bbbec3c Move mail/p5-Mail-SpamAssassin-devel to mail/p5-Mail-SpamAssassin-snapshot
and add NO_LATEST_LINK.
2003-01-25 06:42:59 +00:00
Tilman Keskinoz
ec106e8673 Update to 0.8.1
PR:		47435
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-01-24 23:33:37 +00:00
Oliver Braun
5c477be578 Reactivate the two knobs WITH_MUTT_PGP_PATCH and WITH_MUTT_MBOX_HOOK_PATCH.
PR:		ports/47437
Submitted by:	maintainer
2003-01-24 22:17:59 +00:00
Dirk Meyer
ee9cac369a - Catch up implicit dependency of ffcall 2003-01-24 18:55:58 +00:00
Yen-Ming Lee
dee2e3c3df update to razor-agents-0.22 2003-01-23 18:54:49 +00:00
Pete Fritchman
7db03c9a36 - add a patch so we have sensible defaults for freebsd
- bump PORTREVISION

PR:		47137
Submitted by:	Marco Molteni <molter@tin.it>
2003-01-23 13:32:09 +00:00
Johann Visagie
9fb9d105a9 - Update author's email address in $DESCR.
- Update $PKGREQ to depend explicitly on Python >= 2.1.3, and not just >= 2.1
- Document required value of $MAIL_GID for Exim4.
- Substantial rewrite of $PKGINSTALL:
  - Simplified layout.
  - More extensive error checking.
  - More expressive and user-friendly output.
- Substantial rewrite of $PKGDEINSTALL:
  - Simplified layout.
  - More expressive and user-friendly output.
  - Delete %%MAILMANDIR%%/data/last_mailman_version in DEINSTALL, and restore
    it in POST-DEINSTALL if the entire Mailman installation has not been
    removed.  This file is required by Mailman's update script (run as part
    of the installation procedure) to update active mailing lists.
  - Delete the errorlog if it is the only existing logfile.  This will
    finally allow the mailman port/package to be completely and cleanly
    deinstalled when there are no active lists or updated configuration.
- Bump $PORTREVISION, with apologies to those tracking the port.

It should now finally be possible to update a Mailman installation with
active mailing lists simply by deinstalling the port/package, and
reinstalling a later version (or by using portupgrade(1)).  There are still
no guarantees, though, and a backup is thorouhly recommended.
2003-01-23 12:49:00 +00:00
Doug Barton
71a9a9b628 Update mirror sites, and remove a pointless variable 2003-01-23 09:51:36 +00:00
Doug Barton
6835cc3401 Fix the MASTER_SITE_LOCAL stuff 2003-01-23 09:07:23 +00:00
Oliver Braun
892042cf0c Upgrade to 2.3.11.
PR:		ports/47373
Submitted by:	maintainer
2003-01-22 22:26:29 +00:00
Dirk Meyer
09666e3dd5 - make portlint happier 2003-01-22 19:14:08 +00:00
Doug Barton
46cee9fdea Argh. Actually stop trying to install and package the pgp scripts.
Add a message about the new, improved pine-pgp-filters port.
2003-01-22 16:15:08 +00:00
Doug Barton
395c2606a1 Upgrade to 4.53, the latest version from our friends at UW. Several
bugs have been fixed, mostly in new options. Users of Pine are
encouraged to upgrade.

In addition to the version upgrade, I've overhauled the port. The most
significant change is that I'm now using the include version of the
c-client library, as opposed to the shared version used by the IMAP
port. The main reason for this is to stay current with the Pine
developer's view of the program. An additional benefit is that this
change will allow me to update the Pine port more rapidly, without
having to wait for the shared cclient port.

In order to avoid conflicts with the IMAP server port, I am now
compiling the pine binary static. On my system, this actually gives
the pine binary a smaller memory footprint. I've also adopted the
same option semantics that are currently in use for cclient. Namely
that WITH_SSL is now the default.

The other change of note is that I'm now installing the rpdump and
rpload binaries that let you save and load a remote pine configuration.

The Makefile has also been cleaned up, somewhat simplified, and made
more generic. The basic functionality should be the same.
2003-01-22 15:46:11 +00:00
Doug Barton
de9dc670de This patch was necessary when committed, but I've been working with the
Pine authors on this and we think it's no longer necessary. Please let
me know if I'm wrong. :)
2003-01-22 15:33:37 +00:00
Doug Barton
8fe9d932d4 These files have suffered from a lot of bitrot, and either don't work, or
don't work well. They also don't take gnupg into account at all.

Therefore I'm removing them from here, and in their place I've created a
new pine-pgp-filters port with totally new, and fully functional versions.
2003-01-22 15:28:13 +00:00
Doug Barton
e4bc30e984 Re-creation of the Bourne Shell based pgp filters for Pine that used
to be part of the pine4 port. These have been updated to A) actually
work, and B) use gnupg if it's available.
2003-01-22 15:21:51 +00:00
Hajimu UMEMOTO
90fd9a1b44 better workaround against PF_LOCAL. 2003-01-22 14:30:20 +00:00
Jun Kuriyama
a3fc91f725 Upgrade to 1.58.
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2003-01-22 00:02:03 +00:00
Lars Koeller
18fb6d66e8 o) Fix some install problems due to X11 non-X11 version
o) Install faces.1.gz not faces.man
o) Avoid package building due to various sound options, X11/non-X11 build
o) Give maintainership to ports
o) Bump PORTREVISION
2003-01-21 19:39:57 +00:00
Sheldon Hearn
ac224686f9 Do not create missing DB hints files for read-only operations on them;
simply fail the lookup.

This prevents Exim from creating hints files that it can't use when
its DBM method is DB 1.85 (the default).

Obtained from:	author
2003-01-21 10:23:37 +00:00
Lars Koeller
27f2210553 o) Fix wrong dependency of intl.4 instead of .1
o) Pump PORTREVISION
PR:		-
Submitted by:	obraun@FreeBSD.org
2003-01-20 19:42:30 +00:00
Peter Pentchev
e6f9fa5a9e USE_REINPLACE.
The mail/vpopmail and mail/vpopmail-stable ports retain their Perl
dependency, since the pkg-install script is written in Perl.  I think
this might need to be changed when I get the time to look into it.

Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-01-20 16:55:22 +00:00
Johann Visagie
cb97692613 - Add the patch that was accidentally omitted from the previous commit. :-( 2003-01-20 13:07:34 +00:00
Johann Visagie
65ec759241 - Add dependency on www/lynx, required for Mailman's mail filtering feature.
- Add patch to Mailman/Defaults.py.in, to correct path to lynx and various
  MTAs.
- Change default $MAIL_GID and $CGI_GID values from numerical GIDs to group
  names.
- Minor change to $PLIST to ensure clean deinstallation.
- Bump $PORTREVISION

Submitted by:	Jan Siml <jsi@jules.de> (Lynx dependency)
2003-01-20 13:02:39 +00:00
Neil Blakey-Milner
8c553dd3f3 Sergei has agreed to take over maintainership, since he's been the one
keeping the port up to date for ages now.
2003-01-20 11:11:35 +00:00
Neil Blakey-Milner
f7fcd3d76d Fix curses bug in mail/offlineimap 3.99.7
PR:		47013
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-01-20 09:43:20 +00:00
Dirk Meyer
5290fd0740 - Avoid installation of Clock and PGP in GNUSTEP_USER_DIR
Problem noted by: ryngold@softhome.net
2003-01-20 05:10:46 +00:00
Dirk Meyer
34b1084035 - Update to use gnustep-back instead of gnustep-xgps
- Sweep devel slave ports
- retire x11-toolkits/gnustep-xgps
2003-01-20 04:49:01 +00:00
Kris Kennaway
62758f7599 (Temporarily) retired ports should be retired into the attic so they
don't confuse INDEX builds or cause warnings for 'make checksubdirs'
2003-01-20 00:09:52 +00:00
Kris Kennaway
830cd2d7fa Remove xfaces after port deletion
Pointy hat to:	lkoeller
2003-01-20 00:06:15 +00:00
Pete Fritchman
f189c754e1 Update to 0.68.
PR:		46880
Submitted by:	maintainer
2003-01-19 20:13:27 +00:00
Joe Marcus Clarke
a2f8b226cc * Do not explicitly link against libc
* Do not install module .a files

Approved by:	maintainer
2003-01-19 19:22:53 +00:00
Joe Marcus Clarke
29f01dc7db Update to 2.0.4. 2003-01-19 19:21:21 +00:00
Joe Marcus Clarke
b6661f5ce4 Update to 1.2.1. 2003-01-19 19:17:52 +00:00
Lars Koeller
d60b460b03 o) Patch reverse compface part to faces 1.6.1 port
- Missing uncompface -X option used in exmh
   - Missing filter programs to generate ikon file
   - I will try communicate the necessary add ons to the
     new developers of faces.
2003-01-19 19:07:23 +00:00
Lars Koeller
1969fb0224 o) Functionallity is included in new faces port, which developent take place. 2003-01-19 16:22:42 +00:00
Lars Koeller
98bf951184 o) Update to nearly complete rewritten faces-1.7.7 port
o) This port now includes xfaces functionality -> remove xfaces port
o) Support for different audio systems when building the port

PR:		ports/35578, ports/35617
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2003-01-19 16:16:42 +00:00
SADA Kenji
2f341d2e47 upgrade to version 2.0.2
PR:	ports/47110
Submitted by:	maintainer
2003-01-19 07:25:46 +00:00
Ade Lovett
9f3061271c Fix make index (duplicate entry mailman-2.1), after temporary
retiring of mail/mailman-devel -- the directory should really be
wiped too, and reinstated according to the BROKEN message therein
at a later date, but I'll leave that to MAINTAINER

Submitted by:	make index
2003-01-19 02:07:44 +00:00
Oliver Braun
2940f0e8ef Add chk4mail 2.12, a utility to quickly check multiple folders for new email.
PR:		ports/44314
Submitted by:	Johan van Selst <johans@stack.nl>
2003-01-19 00:41:34 +00:00
Tilman Keskinoz
a7b432d6db Add ${SCRIPTDIR} to PATH
PR:		47041
Submitted by:	"Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
2003-01-19 00:00:37 +00:00
Sean Chittenden
d9927d40f8 Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.

Submitted by:	kris/bento[1]
2003-01-18 22:50:06 +00:00
Tom Hukins
e622b31995 Fix a possible security issue with ezmlm-cgi mentioned in ports/47091.
While I'm here, merge pkg-plist and pkg-plist.docs and remove some dead
MASTER_SITES.

PR:		ports/47091
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-01-18 19:08:03 +00:00
Tilman Keskinoz
c047dfc4cc Update to 0.8.9
PR:		47178
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2003-01-18 16:34:45 +00:00
Edwin Groothuis
caaa6963da New port: Tool to convert Outlook .pst to Unix mbox
A small CLI tool to convert M$ Outlook .pst files to standard
	Unix mbox files.  Port is named libpst...actual binary is
	readpst.

PR:		ports/39963
Submitted by:	Nate Underwood <natey@natey.com>
2003-01-18 02:14:32 +00:00
Johann Visagie
e7f3157cc4 - Temporarily retire this port until a new development branch of Mailman
opens for business.
2003-01-17 13:15:41 +00:00
Johann Visagie
9c2dfc108b - Update to the long-anticipated version 2.1 2003-01-17 12:58:06 +00:00
Hajimu UMEMOTO
5f2db03799 Wrongly removed lib/sasl/Cyrus.conf instead of lib/sasl2/Cyrus.conf
during deinstall.

Reported by:	bento via kris
2003-01-17 10:17:03 +00:00
Mike Heffner
e0eac3b80e snprintf->vsnprintf, fixes build on alpha 2003-01-16 17:43:22 +00:00
Alan Eldridge
64060e1922 Update to 7.7, change maintainer to another sucker ... I mean volunteer.
PR:		47122
Submitted by:	Bjorn Nelson + Erwin Lansing, our new contestant
2003-01-16 15:05:28 +00:00
Edwin Groothuis
ff608940cc New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail
PR:		ports/44593
Submitted by:	John Nielsen <john@jnielsen.net>
2003-01-16 04:55:24 +00:00
Dirk Meyer
d257b80466 If MaxMimeHeaderLength is set and a malformed MIME header is fixed,
log the fixup as "Fixed MIME header" instead of "Truncated
	MIME header".  Problem noted by Ian J Hart.
Submitted by:	gshapiro
2003-01-16 03:35:23 +00:00
Dirk Meyer
98d05c23ab - Update to 1.11 2003-01-16 03:30:48 +00:00
Gregory Sutter
89157a3fb1 Update to version 20030115. 2003-01-16 02:06:13 +00:00
Dirk Meyer
8adde7d147 - add some notes about testing 2003-01-15 18:45:18 +00:00
Akinori MUSHA
32cab06797 Update to 0.12. 2003-01-15 13:50:10 +00:00
Kris Kennaway
265a7adb5b Add missing header 2003-01-14 04:00:29 +00:00
Sheldon Hearn
cef6c361e1 Fix a format string vulnerability that could be exploited by an Exim
admin user to gain root privelege.
2003-01-13 16:07:08 +00:00
Peter Pentchev
8c85c87a77 Add p5-vpopmail-0.08, a Perl interface to the vpopmail API.
PR:		47003
Submitted by:	James Raftery <james@now.ie>
2003-01-13 13:36:19 +00:00
Dirk Meyer
8a396f5b99 - create a slave port for SMTP_AFTER_POP3 2003-01-13 06:03:42 +00:00
Joe Marcus Clarke
d7558054b9 Remove share/gnome/pixmaps/flink.
Reported by:	bento
2003-01-13 03:40:42 +00:00
Joe Marcus Clarke
186713aecb Remove share/gnome/html.
Reported by:	bento
2003-01-13 03:36:37 +00:00
Joe Marcus Clarke
658ed1daa9 Remove share/gnome/libical-evolution.
Reported by:	bento
2003-01-13 03:31:54 +00:00
Joe Marcus Clarke
228fa98520 Remove share/gnome/help/balsa-manual.
Reported by:	bento
2003-01-13 03:29:47 +00:00
Christian Weisgerber
2128cafb49 Update to 0.99.5.
PR:		46767
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-01-12 17:40:06 +00:00
MANTANI Nobutaka
0b3819672c Install elmo-shimbun.el regardless of existence of emacs-w3m.
Suggested by:	yoichi
2003-01-11 16:59:30 +00:00
Clive Lin
79fa8d597f Add a new master site. 2003-01-11 12:50:38 +00:00
Pete Fritchman
367a6b1dce Update to 1.2.
PR:		46956
Submitted by:	maintainer
2003-01-10 19:44:56 +00:00
Pete Fritchman
5a80c4c8b7 Update to 0.8.0.
PR:		46864
Submitted by:	maintainer
2003-01-10 07:05:08 +00:00
Neil Blakey-Milner
95d751f6f6 Update mail/offlineimap to 3.99.7
PR:		46898
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-01-09 17:44:05 +00:00
Neil Blakey-Milner
2bb8fb3192 Update mail/courier-imap to 1.6.1
PR:		45762
Submitted by:	Sergei Kolobov <sergei@kolobov.com>>
2003-01-09 17:24:37 +00:00
Neil Blakey-Milner
94972d6fdb New user config options for sqwebmail
PR:		44888
Submitted by:	Scott Lampert <scott@lampert.org>
2003-01-09 14:28:40 +00:00
Neil Blakey-Milner
c2011295a1 Upgrade offlineimap to 3.99.6
PR:		46848
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-01-09 14:21:21 +00:00
Pete Fritchman
bf133b48fb Update to 2.0.0.2.
PR:		46691
Submitted by:	maintainer
2003-01-09 05:10:39 +00:00
Tilman Keskinoz
a5cf915b12 Update to 4.0.1
PR:		42325
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	maintainer timeout
2003-01-08 18:26:06 +00:00
Sheldon Hearn
d9b85a2948 Update 4.10 -> 4.12:
For Exim, this includes an enormous number of fixes.  Most of these are
for esoteric configurations, although if you're bitten by them, you're
bitten hard.

The fixes also include closing up a buffer overflow that is not believed
to be exploitable, and a format string vulnerability that was only
exploitable by an Exim admin user, but then provided root access.

For Eximon, this just rationalizes a patch we carried locally for ages.
2003-01-08 13:33:30 +00:00
Hye-Shik Chang
c01d238424 Update to 0.3.1a (> 0.3.1)
PR:		46799
Submitted by:	Olafur Osvaldsson <oli@isnic.is>
Approved by:	maintainer
2003-01-08 10:15:59 +00:00
Ying-Chieh Liao
a9cb8a1eea upgrade to 1.0.7
PR:		46514
Submitted by:	maintainer
2003-01-08 10:10:51 +00:00
Dirk Meyer
9d0fc5229e Suggested by: marck@woozle.rinet.ru
- Use of /var/empty is it exists.

- Split defines to make portlint happy.
- record installation option SMTP_AFTER_POP3 better
PR:		46802
2003-01-08 06:45:48 +00:00
Tilman Keskinoz
df344baefa Unbreak by updating to 0.5.2
PR:		46726
Submitted by:	Christopher Sharp <csharp@gmx.net>
2003-01-07 22:02:27 +00:00
Edwin Groothuis
006edbf458 [MAINTAINER] Update mail/anubis to 3.6.2
PR:		ports/46669
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-01-07 14:09:18 +00:00
Christian Weisgerber
4e14ae4f75 Add grouping of PATCH_SITES and PATCHFILES.
PR:		46806
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2003-01-06 22:35:00 +00:00
Pete Fritchman
1896fb4a96 - update to 1.0.8
- reword pkg-descr

PR:		46721
Submitted by:	maintainer
2003-01-06 01:44:14 +00:00
Pete Fritchman
f264efc729 - update to 1.2.1
- switch MASTER_SITES to the project's new home

PR:		46699
Submitted by:	maintainer
2003-01-05 22:18:38 +00:00
Pete Fritchman
1d5cf2173f Update to 0.67.
PR:		46711
Submitted by:	maintainer
2003-01-05 21:37:31 +00:00
Dirk Meyer
0d42bb4d2c - Fix a configuration problem if LOCAL_RELAY or MAIL_HUB is used.
Suggested by: rob.macgregor@techie.com
Obtained from:	sendmail.org
2003-01-05 18:50:56 +00:00
Pete Fritchman
e24fedef1a Update to 0.22. 2003-01-05 18:22:14 +00:00
Brian Feldman
52c75f3570 Add SpamAssassin development port. This is version 2.50, which includes
Bayesian filtering.
2003-01-05 18:16:23 +00:00
Mike Heffner
2ab286d890 Resort the MASTER_SITES to distribute the ftp load. 2003-01-05 16:30:22 +00:00
Oliver Braun
3a59b8dba7 Reactivate WITH_MUTT_EDIT_THREADS, WITH_MUTT_SIGNATURE_MENU, and
WITH_MUTT_IFDEF_PATCH knobs. Patches are now available.

PR:		ports/46779
Submitted by:	maintainer
2003-01-05 13:51:40 +00:00