OpenBSD CVS

CVS log for ports/mail/alpine/Makefile


[BACK] Up to [local] / ports / mail / alpine

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.62 / (download) - annotate - [select for diffs], Sun Nov 19 17:51:10 2023 UTC (6 months, 2 weeks ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.61: +1 -0 lines
Diff to previous 1.61 (unified)

alpine: stop reaching into X509_ALGOR

Revision 1.61 / (download) - annotate - [select for diffs], Tue Sep 26 12:28:08 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.60: +1 -1 lines
Diff to previous 1.60 (unified)

MASTER_SITES -> SITES

Revision 1.60 / (download) - annotate - [select for diffs], Sun Jan 1 21:02:07 2023 UTC (17 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.59: +2 -6 lines
Diff to previous 1.59 (unified)

Update to alpine 2.26

Revision 1.59 / (download) - annotate - [select for diffs], Sun Aug 7 08:15:51 2022 UTC (22 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.58: +9 -8 lines
Diff to previous 1.58 (unified)

alpine HOMEPAGE/MASTER_SITES changed again

Revision 1.58 / (download) - annotate - [select for diffs], Fri Mar 11 19:34:31 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.57: +0 -2 lines
Diff to previous 1.57 (unified)

drop RCS Ids

Revision 1.57 / (download) - annotate - [select for diffs], Sun Oct 31 17:03:43 2021 UTC (2 years, 7 months ago) by tb
Branch: MAIN
Changes since 1.56: +7 -7 lines
Diff to previous 1.56 (unified)

mail/alpine: Do not try to access the commonName directly and use the
API instead. Neuter a few broken compat shims.
Bumping eyeballed by sthen

Revision 1.56 / (download) - annotate - [select for diffs], Thu Oct 14 14:29:03 2021 UTC (2 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.55: +3 -2 lines
Diff to previous 1.55 (unified)

override LIB_DEPENDS-c-client to empty to remove bogus entry

Revision 1.55 / (download) - annotate - [select for diffs], Tue Oct 5 10:37:41 2021 UTC (2 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.54: +3 -3 lines
Diff to previous 1.54 (unified)

c-client picks up ssl libs now; from Jens A. Griepentrog

Revision 1.54 / (download) - annotate - [select for diffs], Mon Oct 4 20:29:08 2021 UTC (2 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (unified)

another missed bump

Revision 1.53 / (download) - annotate - [select for diffs], Mon Oct 4 07:03:10 2021 UTC (2 years, 8 months ago) by ajacoutot
Branch: MAIN
Changes since 1.52: +3 -1 lines
Diff to previous 1.52 (unified)

Missed bumps after removal of COMPILER.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Oct 3 19:03:48 2021 UTC (2 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.51: +5 -9 lines
Diff to previous 1.51 (unified)

remove COMPILER=ports-gcc added by mistake.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Sep 29 18:33:58 2021 UTC (2 years, 8 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.50: +5 -1 lines
Diff to previous 1.50 (unified)

mail/alpine: disable "COMPILER=ports-gcc" setting on aarch64 (where it
results in a linker failure) and arm (hasn't started release builds yet).
mistakenly committed after testing and missed. release packages for this
built ok on amd64, i386, powerpc64, sparc64 so I'm leaving it unchanged
for those.

ok naddy@ (ports remains locked)

Revision 1.50 / (download) - annotate - [select for diffs], Wed Sep 22 20:57:10 2021 UTC (2 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.49: +10 -13 lines
Diff to previous 1.49 (unified)

update to alpine(/c-client/etc) 2.25, original diff from solene@, updated
to fix build failures in dependent ports by tb@, tweaked by me (regen
patches, stop listing headers separately in the makefile).

various bug fixes, including c-client's version of the "parses
information from an IMAP server during non-authenticated state" class
of problems which was found in a bunch of IMAP software recently, some
crashes/memory corruption, and a problem with forwarding and replacing
attachments.

ok tb@

Revision 1.49 / (download) - annotate - [select for diffs], Thu Feb 4 22:13:22 2021 UTC (3 years, 4 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.48: +11 -12 lines
Diff to previous 1.48 (unified)

update to alpine-2.24
peter stern did some tests, thanks

this changes the api; next commits to lang/php and telephony/asterisk
adapt to this.

Revision 1.47.2.1 / (download) - annotate - [select for diffs], Sun Sep 13 09:24:32 2020 UTC (3 years, 8 months ago) by tb
Branch: OPENBSD_6_7
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (unified) next main 1.48 (unified)

MFC: Only retry SSL_write on a blocking socket

Jussi Laako reported seeing a busy loop when Thunderbird or mobile users
connected to the Alpine based imapd mail server. One of the added retries
is doing non-blocking I/O and the added retry logic short-circuited the
select call causing a busy loop. Simplify the remaining retry logic while
there.

tested by procter and Jussi, with help from beck

Revision 1.48 / (download) - annotate - [select for diffs], Sun Sep 13 08:05:08 2020 UTC (3 years, 8 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (unified)

Only retry the write on a non-blocking socket

Jussi Laako reported seeing a busy loop when Thunderbird or mobile users
connected to the Alpine based imapd mail server. One of them is doing
non-blocking I/O and the added retry short-circuited the select call
and retry causing a busy loop. Simplify the retry logic while there.

tested by procter, with help from beck

Revision 1.47 / (download) - annotate - [select for diffs], Fri May 1 09:09:14 2020 UTC (4 years, 1 month ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE
Branch point for: OPENBSD_6_7
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (unified)

Add workarounds to fix alpine with TLSv1.3

Servers enforcing that clients send an SNI become more common.
Backport the mechanism for sending SNI from alpine 2.22.
Our new TLSv1.3 stack requires more retries than the old one
so retry SSL_write() if the API tells us to do so.

Issue reported, fix tested and "ok" procter.
ok jca sthen

Revision 1.46 / (download) - annotate - [select for diffs], Fri Mar 20 16:44:24 2020 UTC (4 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (unified)

Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@

Revision 1.45 / (download) - annotate - [select for diffs], Fri Jul 12 20:47:24 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.44 / (download) - annotate - [select for diffs], Tue May 21 09:34:30 2019 UTC (5 years ago) by sthen
Branch: MAIN
Changes since 1.43: +5 -8 lines
Diff to previous 1.43 (unified)

more ncurses->curses

Revision 1.43 / (download) - annotate - [select for diffs], Mon May 20 22:15:15 2019 UTC (5 years ago) by naddy
Branch: MAIN
Changes since 1.42: +8 -8 lines
Diff to previous 1.42 (unified)

Update gettext to 0.20.1.

Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle

Revision 1.42 / (download) - annotate - [select for diffs], Wed May 8 22:50:07 2019 UTC (5 years, 1 month ago) by ajacoutot
Branch: MAIN
Changes since 1.41: +11 -7 lines
Diff to previous 1.41 (unified)

Fix HOMEPAGE and MASTER_SITES.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Sep 4 12:46:15 2018 UTC (5 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.40: +3 -1 lines
Diff to previous 1.40 (unified)

convert to PKGSTEM

Revision 1.40 / (download) - annotate - [select for diffs], Sat Dec 2 13:40:32 2017 UTC (6 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (unified)

fix permissions

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jul 23 10:01:10 2017 UTC (6 years, 10 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.38: +1 -4 lines
Diff to previous 1.38 (unified)

Doesn't need GNU libtool anymore.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Apr 25 09:20:53 2017 UTC (7 years, 1 month ago) by ajacoutot
Branch: MAIN
Changes since 1.37: +4 -9 lines
Diff to previous 1.37 (unified)

Update to alpine-2.21.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Jul 10 11:55:21 2016 UTC (7 years, 11 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (unified)

Fix imap authentication.

from Anthony La Porte

Revision 1.36 / (download) - annotate - [select for diffs], Wed Apr 13 05:54:38 2016 UTC (8 years, 1 month ago) by ajacoutot
Branch: MAIN
Changes since 1.35: +3 -6 lines
Diff to previous 1.35 (unified)

Simplify WANTLIB/LIB_DEPENDS after devel/gettext MODULE removal in previous.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Apr 12 19:18:18 2016 UTC (8 years, 1 month ago) by naddy
Branch: MAIN
Changes since 1.34: +8 -6 lines
Diff to previous 1.34 (unified)

replace gettext module

Revision 1.34 / (download) - annotate - [select for diffs], Thu Mar 10 21:58:51 2016 UTC (8 years, 3 months ago) by naddy
Branch: MAIN
Changes since 1.33: +2 -7 lines
Diff to previous 1.33 (unified)

remove various instances of NO_SHARED_LIBS and PROPERTIES:Mno_shared,
fold PFRAG.shared into PLIST

Revision 1.33 / (download) - annotate - [select for diffs], Tue Oct 20 19:36:46 2015 UTC (8 years, 7 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (unified)

smmsp -> _smmsp

from Geoff Steckel with a few tweaks

Revision 1.32 / (download) - annotate - [select for diffs], Thu Mar 19 20:25:26 2015 UTC (9 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (unified)

fold lib-only PFRAG.shared into PLIST, and some related cleanups

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jan 27 13:38:05 2015 UTC (9 years, 4 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.30: +7 -10 lines
Diff to previous 1.30 (unified)

Update to alpine-2.20.
(c-client-2.20, imap-uw-2.20, mailutil-uw-2.20, pico-5.07, pilot-2.99)

input, test and ok sthen@

Revision 1.30 / (download) - annotate - [select for diffs], Sat Aug 30 08:56:04 2014 UTC (9 years, 9 months ago) by miod
Branch: MAIN
Changes since 1.29: +7 -7 lines
Diff to previous 1.29 (unified)

Remove RAND_egd tentacles in never-used code paths gcc 4 is smart enough to
optimize away, but gcc 3 isn't. Bump VERSION.

ok ajacoutot@

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jul 16 07:50:50 2014 UTC (9 years, 10 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (unified)

No more lynx in base.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jul 10 13:09:06 2014 UTC (9 years, 11 months ago) by ajacoutot
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified)

rc.conf.local is in man(1) section 8, at least for now.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Apr 27 16:43:32 2014 UTC (10 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (unified)

switch to using `pkg-config --libs openssl`, suggested by aja@

Revision 1.26 / (download) - annotate - [select for diffs], Sun Apr 27 16:39:46 2014 UTC (10 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.25: +11 -10 lines
Diff to previous 1.25 (unified)

c-client lost SSL support after kerbV removal (libssl requires libcrypto,
but because we don't do inter-library links in base, it isn't pulled in
automatically) - explicitly pass the required libraries, and bump shlib
version; this particular update is really just a minor, but bumping major
here because we missed it before.  ok aja@ (maintainer)

Revision 1.25 / (download) - annotate - [select for diffs], Tue Apr 22 19:47:02 2014 UTC (10 years, 1 month ago) by kili
Branch: MAIN
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (unified)

-pico and -pilot need bumps, too.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Apr 21 13:46:53 2014 UTC (10 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (unified)

missing bump which caused me some head scratching ;)

Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 21 12:26:19 2014 UTC (10 years, 1 month ago) by ajacoutot
Branch: MAIN
Changes since 1.22: +10 -12 lines
Diff to previous 1.22 (unified)

Drop gssapi support.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 19 09:40:28 2014 UTC (10 years, 4 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (unified)

Fix mode for doc files.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Oct 17 09:08:03 2013 UTC (10 years, 7 months ago) by ajacoutot
Branch: MAIN
Changes since 1.20: +131 -73 lines
Diff to previous 1.20 (unified)

Update to alpine-2.11.
New upstream, re-alpine is dead...

Revision 1.20, Thu Sep 27 15:11:17 2012 UTC (11 years, 8 months ago) by ajacoutot
Branch: MAIN
Changes since 1.19: +1 -1 lines
FILE REMOVED

Remove, these ports are superseded by mail/re-alpine.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 2 14:36:15 2011 UTC (12 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

bye bye FLAVOR:L

Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 23 19:46:57 2011 UTC (12 years, 7 months ago) by ajacoutot
Branch: MAIN
Changes since 1.17: +4 -6 lines
Diff to previous 1.17 (unified)

I no longer use these, so remove myself from MAINTAINER.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 2 13:41:39 2011 UTC (13 years ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified)

Add a consistent header that substitutes FULLPKGNAME for the READMEs.

ok jasper@ sthen@

Revision 1.16 / (download) - annotate - [select for diffs], Fri Nov 19 07:23:05 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (unified)

new depends

Revision 1.15 / (download) - annotate - [select for diffs], Fri Nov 12 13:54:47 2010 UTC (13 years, 6 months ago) by jasper
Branch: MAIN
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (unified)

switch to pkg-readmes

ok ajacoutot@ (MAINTAINER)

Revision 1.14 / (download) - annotate - [select for diffs], Sat Oct 23 19:41:47 2010 UTC (13 years, 7 months ago) by jsg
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (unified)

no need to link libdes for kerberos
ok ajacoutot@

Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 18 19:59:15 2010 UTC (13 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (unified)

USE_GROFF=Yes

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 31 20:07:10 2010 UTC (13 years, 9 months ago) by ajacoutot
Branch: MAIN
Changes since 1.11: +11 -6 lines
Diff to previous 1.11 (unified)

Set "Do Not Send Flowed Text" by default to allow sending proper inline
diffs ("cool!!!" sthen@).
Switch to REVISION and new DEPENDS.

Add a README.OpenBSD file explaining how to setup pop/imap/smtp.

Most work from Daniel Dickman (thanks!), with a couple of tweaks.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 8 08:22:53 2009 UTC (14 years, 7 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

mail/imap-uw,-c-client,plaintext is no more.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 23 11:41:29 2009 UTC (15 years, 4 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (unified)

- fix a locales related crash in the editor

crash reported by Niels Van Mourik via jasper@

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 28 11:09:03 2008 UTC (15 years, 5 months ago) by ajacoutot
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (unified)

- fix a typo in PLISTs that would prevent upgrading from old versions of
pilot and pico

from Ingo Schwarze, thanks for spotting this!

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 15 14:31:04 2008 UTC (15 years, 7 months ago) by ajacoutot
Branch: MAIN
Changes since 1.7: +7 -7 lines
Diff to previous 1.7 (unified)

- update to alpine 2.00 (+pico 5.04)

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 15 00:08:44 2008 UTC (15 years, 11 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (unified)

- use SUBST_CMD
- explicitely set configure options
no pkg change

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 12 21:47:20 2008 UTC (15 years, 11 months ago) by ajacoutot
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (unified)

- fix a crash when using tab-completion for selecting a save filename
(from alpine SVN)
- regen PLIST while here

reported to and fixed by upstream
issue spotted by Jonathan Thornburg <J.Thornburg at soton.ac dot uk>

Revision 1.5 / (download) - annotate - [select for diffs], Tue May 20 07:17:16 2008 UTC (16 years ago) by ajacoutot
Branch: MAIN
Changes since 1.4: +6 -6 lines
Diff to previous 1.4 (unified)

- update to alpine-1.10, pico-5.01

from Daniel Dickman <didickman at gmail dot com>, thanks!

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 24 10:11:43 2008 UTC (16 years, 1 month ago) by ajacoutot
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (unified)

- make sure we do not use the plaintext FLAVOR from c-client

CRAM-MD5 authentication and alikes can be disabled using the
"disable-these-authenticators=..." option if needed;
plaintext will still work over TLS/SSL

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 3 10:54:35 2008 UTC (16 years, 5 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.2: +6 -5 lines
Diff to previous 1.2 (unified)

- update to alpine-1.00

Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 7 17:56:01 2007 UTC (16 years, 6 months ago) by ajacoutot
Branch: MAIN
Changes since 1.1: +9 -2 lines
Diff to previous 1.1 (unified)

- install some useful sample files and docs

based on a submission by Markus Hennecke
<markus-hennecke at markus-hennecke dot de>, thanks!

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 22 13:49:52 2007 UTC (16 years, 6 months ago) by ajacoutot
Branch: ajacoutot
CVS Tags: ajacoutot_20071122
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import alpine-0.99999

Alpine is a screen-oriented message-handling tool.  In its default
configuration, Alpine offers an intentionally limited set of functions
geared toward the novice user, but it also has a large list of optional
"power-user" and personal-preference features.


Note: Alpine is the next-generation successor to Pine and supersed it;
it is not a rewrite, it is mostly the same code with a license change
and several improvements (Pine development stopped more than 2 years ago).

ok djm@

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 22 13:49:52 2007 UTC (16 years, 6 months ago) by ajacoutot
Branch: MAIN

Initial revision

This form allows you to request diff's 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.