Skip site navigation (1)Skip section navigation (2)

CVS log for ports/mail/mutt/Makefile

[BACK] Up to [FreeBSD] / ports / mail / mutt

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.195: download - view: text, markup, annotated - select for diffs
Sat Oct 1 16:45:46 2011 UTC (4 months, 1 week ago) by sunpoet
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +2 -2 lines
- Mark CONFLICTS with ja-mutt, ja-mutt-devel, mutt-devel, mutt-devel-lite, mutt-lite and zh-mutt-devel
- Use ?= for CONFLICTS and PORTREVISION: mutt is MASTERDIR of mutt-lite
- Bump PORTREVISION for package change

Revision 1.194: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:23:57 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +1 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.193: download - view: text, markup, annotated - select for diffs
Tue Sep 6 17:57:58 2011 UTC (5 months ago) by dhn
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +2 -3 lines
- Fix handling of ncurses config-option
- Remove USE_GMAKE (not needed)

PR:		ports/160521
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)

Revision 1.192: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:34:16 2011 UTC (10 months ago) by bapt
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +5 -3 lines
Add a new macro to deal with conflict between ncurses from base and ncurses from ports.
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes

it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes

PR:		ports/155269
Submitted by:	me
Reviwed by:	pav@
Approved by:	portmgr (pav@)
Exp-run by:	portmgr (pav@)

Revision 1.191: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:31 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.190: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:52:20 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +1 -1 lines
Punt autoconf267->autoconf268

Revision 1.189: download - view: text, markup, annotated - select for diffs
Tue Oct 5 19:57:43 2010 UTC (16 months ago) by ade
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +1 -1 lines
Round one migration of ports from automake{19,110} to automake111

Revision 1.188: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:34:43 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +2 -2 lines
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs

Revision 1.187: download - view: text, markup, annotated - select for diffs
Sun Sep 5 21:21:15 2010 UTC (17 months ago) by johans
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +2 -2 lines
Fix quoting of Makefile variables;
this fixes the installation of mutt-lite

Revision 1.186: download - view: text, markup, annotated - select for diffs
Sat Aug 28 10:29:15 2010 UTC (17 months, 2 weeks ago) by rene
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +20 -8 lines
- add options for user-settable knobs [1]
- replace an .error with an IGNORE [1]
- s/WITH_NCURSES_PORT/WITH_NCURSES [1]
- pet portlint for fatal errors and capitalization of IGNORE lines
- invert SGML logic for Alpha architecture

PR:		ports/149061 [1]
Submitted by:	David DEMELIER [demelier.david gmail.com]
Reviewed by:	Chip Camden [sterling camdensoftware.com] (during last bugathon)
Approved by:	maintainer timeout (21 days)

Revision 1.185: download - view: text, markup, annotated - select for diffs
Mon May 31 01:59:43 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +1 -1 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.184: download - view: text, markup, annotated - select for diffs
Tue Feb 10 09:22:59 2009 UTC (3 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +1 -1 lines
- Switch slang dependency to libslang2 (untested)

Reported by:	pointyhat (make index)
Pointy hat to:	pgollucci

Revision 1.183: download - view: text, markup, annotated - select for diffs
Mon Jan 5 21:05:46 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +1 -1 lines
- Remove conditional checks for FreeBSD 5.x and older

Revision 1.182: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:38 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.181: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:56:56 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)

Revision 1.180: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:42:56 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

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)

Revision 1.179: download - view: text, markup, annotated - select for diffs
Thu Feb 28 09:31:34 2008 UTC (3 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +2 -2 lines
- Fix dependency for the security/krb5 port.
- Bump PORTREVISION

PR:		117823
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)

Revision 1.178: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:47:02 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +2 -1 lines
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

Revision 1.177: download - view: text, markup, annotated - select for diffs
Wed May 30 06:40:41 2007 UTC (4 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +10 -10 lines
- Update to 1.4.2.3

PR:		113079
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)

Revision 1.176: download - view: text, markup, annotated - select for diffs
Tue Apr 24 22:12:15 2007 UTC (4 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +1 -4 lines
- Remove SASL1 support

PR:		112076
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)

Revision 1.175: download - view: text, markup, annotated - select for diffs
Thu Apr 5 18:35:21 2007 UTC (4 years, 10 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +1 -0 lines
One more temporary workaround for -CURRENT.

Revision 1.174: download - view: text, markup, annotated - select for diffs
Sun Nov 5 08:38:28 2006 UTC (5 years, 3 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +5 -3 lines
- Fix GSSAPI for FreeBSD 4.x.

PR:		ports/105141
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2

Revision 1.173: download - view: text, markup, annotated - select for diffs
Tue Oct 3 14:11:30 2006 UTC (5 years, 4 months ago) by shaun
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +13 -0 lines
- Add Kerberos (GSSAPI) support to mutt and mutt-devel.

PR:		ports/103924
Submitted by:	shaun (me)
Approved by:	Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)

Revision 1.172: download - view: text, markup, annotated - select for diffs
Tue Jul 18 14:44:03 2006 UTC (5 years, 6 months ago) by erwin
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +2 -2 lines
Update to 1.4.2.2

PR:		100478
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)

Revision 1.171: download - view: text, markup, annotated - select for diffs
Fri Jun 30 14:38:26 2006 UTC (5 years, 7 months ago) by shaun
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +1 -1 lines
Fix IMAP buffer overflow:
  http://www.securityfocus.com/bid/18642

PR:		ports/99614 [1], ports/99610 [2]
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer) [1],
		J.P. Dinger <jpd@vvtp.tudelft.nl> [2]
Approved by:	ahze (mentor)

Revision 1.170: download - view: text, markup, annotated - select for diffs
Wed May 10 22:36:57 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +0 -1 lines
Remove USE_REINPLACE from ports starting with M

Revision 1.169: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:01 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +1 -2 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.168: download - view: text, markup, annotated - select for diffs
Sat May 28 16:28:04 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +1 -0 lines
- Add mutt-lite, a slave port for mutt which defines MUTT_LITE flag

PR:		ports/81248
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by:	Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)

Revision 1.167: download - view: text, markup, annotated - select for diffs
Wed May 18 15:16:58 2005 UTC (6 years, 8 months ago) by vs
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +1 -3 lines
Do not disable NLS by default with MUTT_LITE

PR:		ports/81205
Submitted by:	maintainer

Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed May 18 12:42:50 2005 UTC (6 years, 8 months ago) by krion
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +6 -1 lines
Add WITHOUT_MUTT_FLOCK knob.

PR:		ports/81174
Submitted by:	maintainer

Revision 1.165: download - view: text, markup, annotated - select for diffs
Tue May 10 18:51:59 2005 UTC (6 years, 9 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +5 -2 lines
Use autoconf259/automake19 instead of the deprecated
autoconf213/automake14.

PR:		ports/80855
Submitted by:	maintainer

Revision 1.164: download - view: text, markup, annotated - select for diffs
Sun May 8 15:37:47 2005 UTC (6 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +12 -6 lines
- Fix the misc/mime-support dependency
- Add the MUTT_LITE knob for those who want to build mutt with
  minimal effort.

PR:		ports/80785
Submitted by:	maintainer

Revision 1.163: download - view: text, markup, annotated - select for diffs
Sun May 8 08:39:30 2005 UTC (6 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +0 -0 lines
last commit was done by using:
PR:		ports/80748
Submitted by:	maintainer

Revision 1.162: download - view: text, markup, annotated - select for diffs
Sun May 8 08:37:36 2005 UTC (6 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +3 -3 lines
- Use mime.types from misc/mime-support
- Bump PORTREVISION

Revision 1.161: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:01 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.160: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:01 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.159: download - view: text, markup, annotated - select for diffs
Mon Mar 21 09:03:35 2005 UTC (6 years, 10 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +2 -0 lines
Fix the pgp6 examples and no longer install pgp5 examples.

PR:		ports/79076
Submitted by:	maintainer

Revision 1.158: download - view: text, markup, annotated - select for diffs
Sat Jan 8 18:41:31 2005 UTC (7 years, 1 month ago) by krion
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +1 -1 lines
No longer install flea and muttbug as mutt's bug-tracking system is
out of order due to massive spamming.

PR:		ports/75959
Submitted by:	maintainer

Revision 1.157: download - view: text, markup, annotated - select for diffs
Thu Jul 8 12:40:50 2004 UTC (7 years, 7 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +1 -0 lines
Install Muttrc and mime.types if not already present from a
prior installation

PR:		ports/68815
Submitted by:	maintainer

Revision 1.156: download - view: text, markup, annotated - select for diffs
Sun Jun 6 07:02:01 2004 UTC (7 years, 8 months ago) by krion
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +0 -1 lines
- Remove obsolete site from PATCH_SITES

PR:		ports/67620
Submitted by:	maintainer

Revision 1.155: download - view: text, markup, annotated - select for diffs
Fri Jun 4 17:29:25 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +1 -0 lines
Sync with new bsd.autotools.mk

Revision 1.154: download - view: text, markup, annotated - select for diffs
Mon May 10 11:37:57 2004 UTC (7 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +13 -1 lines
- Fix mutt's tmp-file-naming to fix syntax highlightning for
  the vim editor.
- Add the WITHOUT_MUTT_ICONV knob and add dependency on iconv
  if that knob is not defined.

PR:		ports/66443
Submitted by:	maintainer

Revision 1.153: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:54 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.

Revision 1.152: download - view: text, markup, annotated - select for diffs
Sun Feb 15 07:21:08 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +9 -21 lines
- Update to version 1.4.2.1

PR:		ports/62865
Submitted by:	maintainer

Revision 1.151: download - view: text, markup, annotated - select for diffs
Thu Feb 12 09:22:37 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +16 -7 lines
- Update the compressed mailbox patch
- Add another mirror site for some patches

PR:		ports/62723
Submitted by:	maintainer

Revision 1.150: download - view: text, markup, annotated - select for diffs
Wed Feb 11 17:19:00 2004 UTC (8 years ago) by osa
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +11 -8 lines
Maintainer update of mail/mutt:
- Update mutt to version 1.4.2.
  This version fixes a buffer overflow that can be
  triggered by incoming messages.  There are reports
  about spam that has actually triggered this problem
  and crashed mutt.
- Add SIZEs to distinfo

Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
PR:		62695

Revision 1.149: download - view: text, markup, annotated - select for diffs
Mon Feb 9 15:28:15 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +1 -1 lines
- Fix the generation of temporary file names by using mktemp
  instead of PIDs
- Bump PORTREVISION

PR:		ports/62568
Submitted by:	maintainer

Revision 1.148: download - view: text, markup, annotated - select for diffs
Sun Feb 8 03:20:23 2004 UTC (8 years ago) by leeym
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +6 -5 lines
- Preserve $PREFIX/etc/mime.types
- Add $PREFIX/etc/mime.types.dist

PR:		62452
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>

Revision 1.147: download - view: text, markup, annotated - select for diffs
Wed Feb 4 04:36:06 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -2 lines
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:	trevor
Tested by:	bento

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Feb 2 13:33:26 2004 UTC (8 years ago) by sergei
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +2 -0 lines
- Add CONFLICTS to prevent installation over mutt-devel

PR:		ports/62254
Submitted by:	maintainer

Revision 1.145: download - view: text, markup, annotated - select for diffs
Fri Jan 23 18:12:02 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -1 lines
Now gettext 0.12.1 is gettext-old.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Tue Jan 13 15:32:20 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +8 -0 lines
- Add WITHOUT_NLS knob

PR:		61312
Submitted by:	maintainer

Revision 1.143: download - view: text, markup, annotated - select for diffs
Sun Oct 26 13:19:29 2003 UTC (8 years, 3 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +13 -6 lines
- Fix the DOCSDIR and EXAMPLESDIR code. Now both can be
  set to non-standard values.
- Striping of binaries is no longer needed (it's done by install -s).
- Be less verbose.

PR:		58558
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)

Revision 1.142: download - view: text, markup, annotated - select for diffs
Wed Sep 24 15:30:36 2003 UTC (8 years, 4 months ago) by osa
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +6 -6 lines
Utilize ${DOCSDIR} and ${EXAMPLESDIR}.

Approved by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)

Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed Sep 24 09:37:07 2003 UTC (8 years, 4 months ago) by osa
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +1 -1 lines
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998

Revision 1.140: download - view: text, markup, annotated - select for diffs
Sun Aug 31 09:24:38 2003 UTC (8 years, 5 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +2 -1 lines
- don't clobber any given LDFLAGS
  resoves conflitcs with bsd.openssl.mk
Approved by:	Udo.Schweigert@siemens.com

Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue Aug 26 20:25:48 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +1 -1 lines
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:	kris

Revision 1.138: download - view: text, markup, annotated - select for diffs
Mon Aug 25 05:41:29 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +1 -1 lines
Chase the libintl.so shared lib version.

Revision 1.137: download - view: text, markup, annotated - select for diffs
Mon Aug 4 21:48:03 2003 UTC (8 years, 6 months ago) by naddy
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +2 -1 lines
- Do not remove etc/Muttrc when deinstalling and if it was changed.
- Bump PORTREVISION.

PR:		55188
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>

Revision 1.136: download - view: text, markup, annotated - select for diffs
Fri Jul 11 17:31:48 2003 UTC (8 years, 7 months ago) by nork
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +1 -1 lines
o Add patch for the new ~a function. By this one can tag entire
  threads via "T ~a" (means: tag all entire threads where at least
  one message of the tread is tagged).
o Bump PORTREVISION.

PR:		ports/54360
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)

Revision 1.135: download - view: text, markup, annotated - select for diffs
Sun Jun 1 02:51:45 2003 UTC (8 years, 8 months ago) by foxfair
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +1 -1 lines
PR:		52809
Submitted by:	MAINTAINER
Add ipv6 to the categories (as mutt flawlessly works with IPv6).

Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed Apr 30 20:45:07 2003 UTC (8 years, 9 months ago) by obraun
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +1 -1 lines
* Fix handling of hostname if hostname contains more than 31 characters
  for FreeBSD versions before 5.x.
* Bump PORTREVISION.

PR:		ports/51621, ports/51622
Submitted by:	maintainer

Revision 1.133: download - view: text, markup, annotated - select for diffs
Thu Apr 24 06:24:34 2003 UTC (8 years, 9 months ago) by obraun
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -3 lines
Fix MASTER_SITES to contain only fetchable sites.

PR:		ports/51328
Submitted by:	maintainer

Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed Mar 26 18:21:14 2003 UTC (8 years, 10 months ago) by obraun
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +9 -2 lines
- Integrate the new "initials"-patch.
- Honor the MUTT_CONFIGURE_ARGS variable, if present.
- Fix the PATH for gpg in the rc-example.
- Install the configuration examples in ${PREFIX}/share/examples/mutt.

PR:		ports/50197
Submitted by:	maintainer

Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Mar 21 03:48:54 2003 UTC (8 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -5 lines
``compressed'' patch now available for 1.4.1.

Approved by:	kris

Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Mar 20 16:39:23 2003 UTC (8 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +6 -3 lines
Update to version 1.4.1 which among other things, fixes a buffer overflow
in mutt's IMAP client code.

Approved by:	kris

Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Mar 5 13:50:31 2003 UTC (8 years, 11 months ago) by obraun
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +30 -9 lines
- Use "grouped" patch-files and -sites
- Add WITH_MUTT_XFACE knob for mutt's use with slrnface.

PR:		ports/48944
Submitted by:	maintainer

Revision 1.128: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:42:19 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +1 -0 lines
De-pkg-comment.

Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu Nov 28 18:01:29 2002 UTC (9 years, 2 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -1 lines
Fix installing reinstalling without cleaning WRKDIR first.

Approved by:	maintainer, portmgr

Revision 1.126: download - view: text, markup, annotated - select for diffs
Mon Nov 11 14:29:03 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +5 -4 lines
o Fix build to match recent updates in GNU auto* support in bsd.port.mk
o Deploy USE_REINPLACE instead of PERL
o Fix warning messages in -CURRENT

PR:		45212
Submitted by:	maintainer

Revision 1.125: download - view: text, markup, annotated - select for diffs
Tue Nov 5 03:46:58 2002 UTC (9 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +1 -1 lines
Pass maintance on to Udo Schweigert, who does a fine job with the
mutt-devel port.

Revision 1.124: download - view: text, markup, annotated - select for diffs
Thu Oct 17 04:01:24 2002 UTC (9 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +4 -4 lines
Make it more clear that WITH_DOCS controlled the docs produced from
SGML.  s/WITH_DOCS/WITH_SGML_DOCS/g

Revision 1.123: download - view: text, markup, annotated - select for diffs
Thu Oct 17 00:32:33 2002 UTC (9 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +4 -4 lines
Allow one to use "WITH_DOCS=no" to avoid building them.

Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Sep 20 18:38:17 2002 UTC (9 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +1 -1 lines
Blah, fat fingered in the editor -- remove bogon

Revision 1.121: download - view: text, markup, annotated - select for diffs
Fri Sep 20 16:36:44 2002 UTC (9 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +3 -4 lines
More updating of master sites.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Fri Sep 20 16:33:44 2002 UTC (9 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +3 -4 lines
Update master sites.

Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Sep 18 02:57:02 2002 UTC (9 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -1 lines
More documentation (html) build fixes.

Submitted by:	kris (bento)

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Sep 16 00:35:58 2002 UTC (9 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -2 lines
Fix plist

Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue Sep 10 01:01:10 2002 UTC (9 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +0 -2 lines
This fix a warning in the mutt port which is fatal in certain
situations (e.g. to portupgrade).

Submitted by:	kris

Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Aug 1 16:22:17 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +1 -1 lines
Chase shlib rev of devel/gettext

Submitted by:	lots and lots
Pointy hat to:	ade

Revision 1.115: download - view: text, markup, annotated - select for diffs
Sat Jun 22 17:14:39 2002 UTC (9 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +0 -7 lines
Remove all charmaps related bits.  They aren't needed for 1.4.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Sat Jun 22 00:15:41 2002 UTC (9 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +24 -12 lines
Upgrade to version 1.4[.0].

Revision 1.113: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:09:46 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +2 -1 lines
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr

Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Mar 15 19:44:08 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -1 lines
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sun Jan 13 00:32:51 2002 UTC (10 years, 1 month ago) by jim
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -4 lines
Update to 1.2.5.1.  This is the latest version on mutt's "stable"
branch, and fixes a security hole (which was patched in the last commit
to the port).

PR:		33610
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
Approved by:	silence from maintainer

Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed Jan 2 13:52:03 2002 UTC (10 years, 1 month ago) by nectar
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -0 lines
Fix a security hole using vendor-supplied patch.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Sun Dec 16 05:11:27 2001 UTC (10 years, 1 month ago) by dwcjr
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +3 -0 lines
Fix package building
Fix SSL building

Submitted by:	Udo Schweigert
Approved by:	obrien

Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Dec 5 21:47:02 2001 UTC (10 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +1 -1 lines
Back off the GMAKE.

	Extract from /usr/local/share/automake14/automake/depend.am

	## This fragment is probably only useful for maintainers.  It relies
	## on GNU make and gcc.  It is only included in the generated
	## Makefile.in if `automake' is not passed the `--include-deps' flag

This has changed from automake14 to automake15. The solution is easy: use
the -i switch for automake.

Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>

Revision 1.107: download - view: text, markup, annotated - select for diffs
Wed Dec 5 20:30:19 2001 UTC (10 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +3 -1 lines
Update this to build with proper dependancies again.
When I added the folder compression patch, I didn't realize we now needed
automake & autoconf.  Bringing those two in, now makes gmake required. :-(
Also we can't patch `configure' as before, now we must patch `configure.in'
and `aclocal.m4'.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri May 25 10:30:32 2001 UTC (10 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +3 -2 lines
The mode of the doc directory wasn't what was intended.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue May 22 18:16:57 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -2 lines
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sun Mar 11 00:03:01 2001 UTC (10 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -2 lines
Allow maintainer to be properly set in slave ports.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Feb 7 14:51:14 2001 UTC (11 years ago) by obrien
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -1 lines
Put back my editor hints that were removed w/o permission.
Note these are *FULLY* Satoshi approved for the past 4 years.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:31:20 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +6 -7 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Nov 16 13:14:26 2000 UTC (11 years, 2 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -3 lines
Depend on ncurses.5 after the upgrade of devel/ncurses.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Oct 31 10:51:43 2000 UTC (11 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +6 -4 lines
Add compressed and encrypted folders support.

Submitted by:	ru

Revision 1.99: download - view: text, markup, annotated - select for diffs
Sun Oct 8 02:35:51 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -3 lines
Rename PLIST.htmlfiles to pkg-plist.htmlfiles.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Sat Oct 7 22:32:10 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2 lines
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri Sep 22 01:58:54 2000 UTC (11 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2 lines
Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Aug 29 01:32:15 2000 UTC (11 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2 lines
Fix DISTNAME so that language-specific satellite ports will work.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Aug 26 09:46:47 2000 UTC (11 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Use the `pre-configure:' target rather than `post-patch:' target.  This
frees up `post-patch:' for satelite ports use.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Aug 10 10:26:26 2000 UTC (11 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +18 -15 lines
Improve the granularity of the WITH_ options.  Rather than use my approved
configuration when BATCH is defined (as a BATCH user might want ncurses)
only do it when package building.  Also, add a knob so that the HTML docs
build and intall can be turned on w/o doing a BATCH build.

It would be nice if someone started a mutt-docs port to seperate the PITA
docs building (due to sgmlformat, et al.) from the binary production.

Asked for by:	marko

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Aug 9 19:42:30 2000 UTC (11 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -1 lines
Suposedly this is need when WITH_NCURSES_PORT is defined on a
FreeBSD 3.x box.

Submitted by:	Aaron Smith <aaron@mutex.org>

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sun Jul 30 08:56:35 2000 UTC (11 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +13 -15 lines
Upgrade to version 1.2.5.

Submitted by:	Jim

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Jul 19 12:44:01 2000 UTC (11 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -3 lines
Minor portlinting.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Jul 10 22:04:50 2000 UTC (11 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2 lines
Upgrade to version 1.2.4.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue May 23 16:36:59 2000 UTC (11 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +5 -3 lines
Only configure for locales-fix if "WITH_LOCALES_FIX" is defined.

ache reports that configuring for locales-fix breaks non-ja/zh locales badly.

Submitted by:	ache

Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue May 23 15:47:38 2000 UTC (11 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
Use LOCALBASE instead of PREFIX in CC flags

Submitted by:	ade

Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue May 23 11:40:19 2000 UTC (11 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -2 lines
Shared linking of -lintl

PR:		18717

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon May 22 05:31:45 2000 UTC (11 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +3 -2 lines
"This fix the l10n'ed po displaying and other places in multibyte condition.
(For me it's zh_TW.Big5)"

Submitted by:	Clive Lin <clive@CirX.ORG>

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat May 13 18:27:43 2000 UTC (11 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -1 lines
Copy CP1251 charset under its official name: windows-1251

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat May 13 18:01:36 2000 UTC (11 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +4 -1 lines
Remove *.orig files in charmaps/maps in post-patch: - they are installed
otherwise

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat May 13 15:33:46 2000 UTC (11 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +17 -7 lines
Update to the 1.2 release.

Submitted by:	Udo Schweigert <ust@cert.siemens.de>

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Apr 17 00:18:13 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +5 -5 lines
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Apr 13 20:00:13 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +5 -4 lines
Update to use PORTNAME/PORTVERSION

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:27:16 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -1 lines
Restore useless version required comments.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Mar 20 02:36:51 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -2 lines
Remove the "version required" line.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Mar 11 05:16:45 2000 UTC (11 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -2 lines
Master site hostname change.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Feb 13 03:23:51 2000 UTC (12 years ago) by obrien
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +8 -8 lines
Style nits in the ports I maintain.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Jan 20 03:22:01 2000 UTC (12 years ago) by obrien
Branches: MAIN
CVS tags: mutt_1_0_1
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -3 lines
Update to version 1.0.1.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Oct 25 06:57:26 1999 UTC (12 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: mutt_1_0, RELEASE_3_4_0
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Remove test code that *should* have bitten it before the commit.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Oct 25 04:40:45 1999 UTC (12 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -3 lines
Upgrade to 1.0 release.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Sep 26 07:39:29 1999 UTC (12 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: mutt_1_0_pre3
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +3 -3 lines
Crud!  I put the BUILD_DEPENDS of msgfmt in the "batch" area rather than
make it unconditional.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Sep 25 14:59:28 1999 UTC (12 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +5 -4 lines
Update to version 1.0pre3

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Sep 7 06:14:00 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: mutt_1_0_b2, RELEASE_3_3_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -3 lines
Upgrade to 1.0 release candidate 2.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Aug 29 10:53:22 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: mutt_1_0_b1
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Portlint.

Submitted by:	mharo

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Aug 25 20:10:03 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +4 -4 lines
Upgrade to version 1.0 prerelease #1.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:50:32 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Change Id->FreeBSD.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Aug 22 18:58:58 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: mutt_0_95_7
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Aug 22 09:00:23 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3 lines
Upgrade to 0.95.7.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Aug 5 17:29:38 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_95_6
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
s/BUILD_DEPEND/BUILD_DEPENDS/g

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Jul 9 20:17:53 1999 UTC (12 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
Fix syntax error that was killing the package build.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Jul 8 23:28:54 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +6 -7 lines
Rather than be broken on the Alpha, just don't try to build the docs.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Jul 4 21:25:05 1999 UTC (12 years, 7 months ago) by steve
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -1 lines
Mark this port broken for Alpha because it coredumps in sgmls.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Jun 23 06:29:13 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -3 lines
Upgrade to version 0.95.6.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed May 26 07:02:03 1999 UTC (12 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_95_5
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +4 -3 lines
Upgrade to 0.95.5.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue May 25 23:38:56 1999 UTC (12 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_95_4
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -1 lines
Depend on `urlview' when offically package building.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Mar 4 03:13:46 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
upgrade to 0.95.4

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Feb 16 15:32:31 1999 UTC (12 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -1 lines
fix errors in ru.po (posted to mutt-dev)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Feb 12 22:32:37 1999 UTC (13 years ago) by obrien
Branches: MAIN
CVS tags: mutt_0_95_3, RELEASE_3_1_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +5 -5 lines
upgrade to 0.95.3

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jan 7 18:43:20 1999 UTC (13 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -3 lines
remove CONIGURE_ARGS --enable-dsn and --enable-hidden-host as they are now
run-time .muttrc configurable.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Jan 5 03:12:07 1999 UTC (13 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +7 -4 lines
upgrade to 0.95.1

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Dec 13 01:31:06 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_95
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +18 -19 lines
Upgrade to version 0.95.

Note that Muttrc and mime.types have moved from
PREFIX/share/misc -> PREFIX/etc

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Oct 9 10:05:51 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: mutt_0_93_2, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Remove all the remaining regexps from LIB_DEPENDS.  There are some
ports that are not ELFized yet but it's getting too late in the game
and I need to commit the new bsd.port.mk that doesn't use regexps.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Oct 1 20:29:46 1998 UTC (13 years, 4 months ago) by eivind
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +6 -1 lines
Reference ${PREFIX}/share/doc/mutt/ in the manpage (though only if we
install the docs).

OK'ed by:	obrien

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Sep 22 22:48:42 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3 lines
Completely remove regexp support (not only trailing dot) now that
libslang is ELFized.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Sep 22 21:59:45 1998 UTC (13 years, 4 months ago) by smace
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
slang is now ELF.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Aug 4 19:26:04 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
Upgrade to 0.93.2

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Jul 23 08:04:47 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_93_1
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +15 -4 lines
Build HTML doc files if "BATCH" is defined.

Requested by:	Adrian Wontroba <aw1@stade.co.uk>

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Jul 18 19:09:24 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +13 -4 lines
Revert to compiling agaist stock ncurses by default (requested by ache)
If "BATCH" is defined (ie. building packages for the CDROM, link agaist
libslang.  Also does the right thing if "USE_NCURSES_PORT" or "USE_SLANG"
is defined.  Note that resizing works better for me with Slang than with
the ncurses 4.2 port.

I'm using Slang over the ncurses port because the ncurses 4.2 port does
NOT support the "xterm-color" terminal type.  (and a big reason for
linking with ncurses is for color support)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jul 17 18:52:17 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +6 -4 lines
* upgrade to 0.93.1
* use ncurses port rather than base systems -- window resizing works better
  (although not perfectly)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jul 16 05:57:09 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_93
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +13 -5 lines
Upgrade to 0.93

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Apr 18 11:11:27 1998 UTC (13 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_91_1
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -4 lines
Upgrade to version 0.91.1

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Feb 28 21:31:08 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_89_1_1, RELEASE_2_2_6
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +6 -5 lines
distpatch to help some PGP5 problems.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Feb 1 19:03:38 1998 UTC (14 years ago) by obrien
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Upgrade to minor patch version 0.89.1

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Jan 28 00:11:59 1998 UTC (14 years ago) by obrien
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +16 -14 lines
Upgrade to version 0.89.

NOTE, this is now the full version.  Michael has pushed the PGP hooks
development off-shore.  This port now fetches from there.  Mutt does
not contain crypo, just hooks to run an extern application.  All I've
talked to feel ITAR does NOT prohibit this -- as Mutt isn't using the
PGP ABI.  In fact, our current Elm package is built with PGP hooks and
we do not control it, so I am treaing Mutt in the same way.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Nov 16 01:57:53 1997 UTC (14 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -4 lines
Upgrade to "release" version 0.88

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Oct 1 11:27:35 1997 UTC (14 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Upgrade to 0.84.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Aug 5 09:01:53 1997 UTC (14 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Upgrade to 0.81.
(warning: PGP patch for international users isn't available yet)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jul 24 20:59:00 1997 UTC (14 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Sync up CONFIG_ARGS.
	currently "--enable-hidden-host" is in effect.  Opinions?

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jul 14 23:30:39 1997 UTC (14 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Upgrade to 0.79

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Jun 7 17:08:02 1997 UTC (14 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Upgrade to 0.76.
(pgp patch is not presently on public ftp site, but should be soon)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jun 6 06:39:07 1997 UTC (14 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -5 lines
Minor cleanup of Makefiles

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat May 31 04:53:05 1997 UTC (14 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Upgrade to 0.75.

This is purely a bug-fix version.  No new features have been added.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun May 25 16:28:50 1997 UTC (14 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -1 lines
Add ache's configure options to the export version.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon May 19 13:40:31 1997 UTC (14 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +15 -53 lines
Back out, commited in wrong directory

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon May 19 12:59:42 1997 UTC (14 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +53 -15 lines
Fix problem with PGP patch
Add -lmytinfo to LIBS

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat May 17 05:34:21 1997 UTC (14 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Upgrade to 0.74.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Apr 5 17:27:37 1997 UTC (14 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
As Michael Elkins says upgrade to "lucky number 69".

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Apr 1 17:51:52 1997 UTC (14 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Upgrade to 0.68

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Mar 22 19:14:08 1997 UTC (14 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Upgrade to 0.67

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Mar 16 16:56:21 1997 UTC (14 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_66, RELEASE_2_2_1
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -0 lines
Upgrade to 0.66

One thing added is being able to determin your domain name (as in FQDN)
  at runtime by reading your /etc/resolv.conf file.  Both "domain" and
  "search" directives are supported.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Mar 16 16:44:07 1997 UTC (14 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -11 lines
Upgrade to version 0.66.
One thing added is being able to determin your domain name (as in FQDN)
  at runtime by reading your /etc/resolv.conf file.  Both "domain" and
  "search" directives are supported.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Mar 10 00:32:49 1997 UTC (14 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_65
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +13 -31 lines
Upgrade to 0.65.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Mar 5 23:39:01 1997 UTC (14 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_64
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +32 -11 lines
Upgrade to 0.64.  Warning, the .muttrc syntax hash changed a little)
Start off mutt port with patches 3-9, 11-13, 16, 20-23, 25, 27.
Start off mutt.with_pgp port with patches 3-9,11-13,16-17,20-23,25-27.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 20 09:53:22 1997 UTC (14 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: mutt_0_60
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +9 -2 lines
Add patches 2,3,8,9 to mutt.
Add patches 2,3,5,8,9 to mutt.with_pgp.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Feb 1 20:45:54 1997 UTC (15 years ago) by obrien
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Upgrade to 0.60

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jan 29 19:16:28 1997 UTC (15 years ago) by obrien
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -16 lines
Upgrade mutt.with_pgp to 0.59 PL19.
Upgrade mutt to 0.59.1 PL0.  (0.59e is hopelessly broken)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 20 05:50:55 1997 UTC (15 years ago) by obrien
Branches: MAIN
CVS tags: mutt_0_58
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +17 -8 lines
Upgrade to 0.58 PL15

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jan 19 02:11:50 1997 UTC (15 years ago) by obrien
Branches: MAIN
CVS tags: mutt_0_57
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -17 lines
Upgrade to 0.57 PL 4.

(note that 0.58 is out, but I want to lets the bugs shake out of it first).

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jan 1 21:42:40 1997 UTC (15 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -1 lines
Upgrade 0.55 to PL15
Remade all checksums.

Added Andreas's patch that remembers the last directory when doing a
change folder operation.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 31 15:00:05 1996 UTC (15 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +14 -7 lines
Upgrade 0.55 to PL10.

And fix patches to version.h to say this version, rather than the last one.
Noticed by:	Andreas Klemm

Excelent patches applied so that we can produce the HTML docs using our
own SGML tools.
Submitted by:	J"org

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 25 13:58:58 1996 UTC (15 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -16 lines
Upgrade to version 0.55 (and patches upto 04.xyz.PATCH)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Dec 18 05:06:26 1996 UTC (15 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +15 -28 lines
Upgrade to 0.54 and patches upto 15.*.PATCH

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Dec 8 06:33:38 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -3 lines
Now upto PL-19.

Move berlin back to .de from .fr (it didn't make it there last time -- crash
on freefall happened in mid commit)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Dec 5 09:52:00 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -2 lines
Ollivier posted patches upto 13.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Dec 3 10:36:30 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +18 -2 lines
Upgraded to PL-10.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 1 02:12:27 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Cannot have an empty PATCHFILES if you have a DIST_SUBDIR now.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Nov 30 22:57:49 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Upgrade to 0.53

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 26 06:54:15 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Change DIST_SUBDIR to lowercase, like other ports.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 25 00:55:17 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -11 lines
Upgrade to version 0.52

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 17 07:42:41 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Convert to use MAN[1-8LN]

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 11 18:37:07 1996 UTC (15 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Don't make a seperate subdir w/DISTDIR for each version.

Requested by:	Satoshi

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 10 20:19:54 1996 UTC (15 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -4 lines
Variable reordering.  Removed a bogus "\" line continuation.

Submitted by:	Satoshi

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Nov 10 09:37:23 1996 UTC (15 years, 3 months ago) by obrien
Branches: OBRIEN
CVS tags: mutt_0_49
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Mutt -- "The Mongrel of Mail User Agents" (part Elm, part Pine, part mh,
part everything else) is an interactive screen-oriented mailer program
that supersedes Elm, Pine, mail and mailx.

This version of the port does *not* support PGP.  The author considers the
distfile with PGP hooks to be covered under ITAR.  I have a PGP suporting
mutt port that I will commit later.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Nov 10 09:37:23 1996 UTC (15 years, 3 months ago) by obrien
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options