notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: mail/alpine/Makefile

Number of commits found: 67

Saturday, 24 Feb 2024
16:35 Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/alpine: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 03d1663ba7252e0e8d36c07237131d985d33ad32 commit hash: 03d1663ba7252e0e8d36c07237131d985d33ad32 commit hash: 03d1663ba7252e0e8d36c07237131d985d33ad32 commit hash: 03d1663ba7252e0e8d36c07237131d985d33ad32 03d1663
Wednesday, 8 Feb 2023
10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da 6e1233b
Saturday, 10 Sep 2022
17:41 Stefan Eßer (se) search for other commits by this committer Author: Tobias Kortkamp
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 e79fe1a
Friday, 9 Sep 2022
10:25 Nuno Teixeira (eduardo) search for other commits by this committer Author: Martin Neubauer
mail/alpine: Update to 2.26

 - update WWW url

ChangeLog:	https://alpineapp.email/alpine/release/
PR:		266087
commit hash: 07c5f71db8c5e915b2b8723ffc0d6b7ac68ee5d2 commit hash: 07c5f71db8c5e915b2b8723ffc0d6b7ac68ee5d2 commit hash: 07c5f71db8c5e915b2b8723ffc0d6b7ac68ee5d2 commit hash: 07c5f71db8c5e915b2b8723ffc0d6b7ac68ee5d2 07c5f71
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 25 Sep 2021
20:28 Bernhard Froehlich (decke) search for other commits by this committer
mail/alpine: Add CPE information

Approved by:	portmgr (blanket)
commit hash: bfaf9538953d9f3c7383248b4a9f57a0a0c8adc4 commit hash: bfaf9538953d9f3c7383248b4a9f57a0a0c8adc4 commit hash: bfaf9538953d9f3c7383248b4a9f57a0a0c8adc4 commit hash: bfaf9538953d9f3c7383248b4a9f57a0a0c8adc4 bfaf953
Tuesday, 21 Sep 2021
18:16 Kevin Bowling (kbowling) search for other commits by this committer Author: Marco Beishuizen
mail/alpine: update to 2.25

See https://repo.or.cz/alpine.git/rss/refs/heads/master for changes.

PR:		258585
commit hash: 8056f8874752f8cd2505ec94fa316d00306a10fe commit hash: 8056f8874752f8cd2505ec94fa316d00306a10fe commit hash: 8056f8874752f8cd2505ec94fa316d00306a10fe commit hash: 8056f8874752f8cd2505ec94fa316d00306a10fe 8056f88
Wednesday, 30 Jun 2021
16:17 Kevin Bowling (kbowling) search for other commits by this committer Author: Marco Beishuizen
mail/alpine: update to 2.24.2

PR:		256901
Approved by:	maintainer
commit hash: b344bd8af6bfa56b48c6f8a6c47543620d066b2c commit hash: b344bd8af6bfa56b48c6f8a6c47543620d066b2c commit hash: b344bd8af6bfa56b48c6f8a6c47543620d066b2c commit hash: b344bd8af6bfa56b48c6f8a6c47543620d066b2c b344bd8
Monday, 12 Apr 2021
16:41 Neel Chauhan (nc) search for other commits by this committer
mail/alpine: update to 2.24.1

PR:		255005
Submitted by:	Marco Beishuizen <mbeis AT xs4all DOT nl> (maintainer)
commit hash: b423d95cc70fbff1e529078a76984b854829bae9 commit hash: b423d95cc70fbff1e529078a76984b854829bae9 commit hash: b423d95cc70fbff1e529078a76984b854829bae9 commit hash: b423d95cc70fbff1e529078a76984b854829bae9 b423d95
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 15 Oct 2020
09:35 joneum search for other commits by this committer
Update to 2.24

PR:		250295
Submitted by:	maintainer
Sponsored by:	Netzkommune GmbH
Original commitRevision:552397 
Saturday, 5 Sep 2020
14:28 olivier search for other commits by this committer
Update Maildir patch URL.

PR:		249112
Reported by:	Freddy Dissaux <dsx@bsdsx.fr>
Approved by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Original commitRevision:547651 
Saturday, 11 Jul 2020
15:01 cs search for other commits by this committer
Update to 2.23.2

PR:		247435
Submitted by:	maintainer
Original commitRevision:541980 
Tuesday, 21 Jan 2020
09:14 joneum search for other commits by this committer
Update to 2.22

PR:		243467
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:523707 
Wednesday, 9 Oct 2019
12:06 bapt search for other commits by this committer
Drop the ipv6 virtual category for m* category as it is not relevant anymore
Original commitRevision:514142 
Wednesday, 17 Jul 2019
19:03 swills search for other commits by this committer
mail/alpine: readd maildir patch and change LDAP option

PR:		239257
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Original commitRevision:506816 
Tuesday, 16 Jul 2019
16:55 swills search for other commits by this committer
mail/alpine: update to 2.21.99999

PR:		239187
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Original commitRevision:506767 
Thursday, 28 Jun 2018
20:59 swills search for other commits by this committer
mail/alpine: update to 2.21.9999

PR:		229352
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Original commitRevision:473512 
Sunday, 20 May 2018
13:06 ler search for other commits by this committer
mail/alpine: re-add maildir patch.
The upstream Alpine developer has found a new home for the Alpine patches. So
now the previously removed option for the maildir patch can be re-added again.

PR:		228376
Submitted by:	mbeis@xs4all.nl (maintainer)
Original commitRevision:470452 
Wednesday, 28 Mar 2018
22:33 yuri search for other commits by this committer
mail/alpine: Update 2.21.1 -> 2.21.999

Port changes:
* Change to DISTVERSION
* Remove unused MAILDIR_DESC
* Add the new NTLM option to support Windows NT Lan Manager authentication
* Replace WWW with the real homepage

PR:		227002
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Original commitRevision:465849 
Wednesday, 21 Mar 2018
22:40 tobik search for other commits by this committer
mail/alpine: Update to 2.21.1

- Move to new master site.  The old one is gone.
- The maildir patch is gone too, so remove the MAILDIR option for now.
- While here add LICENSE_FILE and fix plist

PR:		226790
Submitted by:	Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Approved by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Original commitRevision:465245 
Thursday, 11 Jan 2018
14:18 danfe search for other commits by this committer
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Original commitRevision:458739 
Monday, 19 Jun 2017
17:39 ultima search for other commits by this committer
* Removed options SSL, ISPELL, NOSPELL
* Added option ASPELL set as default
* Modernized makefile

PR:		219895
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11263
Original commitRevision:443900 
Sunday, 28 May 2017
23:17 sunpoet search for other commits by this committer
Fix OPTIONS_DEFAULT: remove DOCS which is added by framework

Approved by:	portmgr (blanket)
Original commitRevision:441961 
Tuesday, 16 May 2017
18:22 sunpoet search for other commits by this committer
Update MASTER_SITES and PATCH_SITES

PR:		219331
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Original commitRevision:441045 
Saturday, 1 Apr 2017
11:01 pi search for other commits by this committer
editors/pico-alpine: update 2.20 -> 2.21
mail/alpine: update 2.20 -> 2.21

- lots of changes, see the release notes

PR:		218240, 218239
Changes:	http://patches.freeiz.com/alpine/release/index.html
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Original commitRevision:437428 
Monday, 16 Jan 2017
16:46 mat search for other commits by this committer
Fixup EXTRA_PATCHES and PATCHFILES missing the :-pX argument.

Sponsored by:	Absolight
Original commitRevision:431679 
Wednesday, 11 Jan 2017
22:15 adamw search for other commits by this committer
USE_OPENSSL=no is not a thing. Neither is OPTIONS helpers after bsd.port.pre.mk.

This Makefile is a complete mess.
Original commitRevision:431213 
Monday, 9 Jan 2017
13:16 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:430947 
Tuesday, 29 Nov 2016
18:46 mat search for other commits by this committer
Mark some ports as not openssl-devel ready.

Sponsored by:	Absolight
Original commitRevision:427389 
Wednesday, 2 Nov 2016
22:45 mat search for other commits by this committer
Cleanup no longer needed CHMOD usage after r424898.

PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:425174 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 31 Jan 2016
00:08 marino search for other commits by this committer
mail/alpine: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
Original commitRevision:407562 
Tuesday, 7 Jul 2015
04:40 koobs search for other commits by this committer
mail/alpine: Update distinfo for maildir patch

The upstream distribution file (maildir.patch.gz) has changes. Update distinfo
to compensate.

PR:		199173
Submitted by:	Igor Zabelin <igorz yandex ru> (maintainer)
Tested by:	Jason Unovitch <jason dot unovitch gmail com>
MFH:		2015Q3
Original commitRevision:391489 
Saturday, 7 Mar 2015
14:51 riggs search for other commits by this committer
- Update to upstream version 2.20

While on it:
- Pet portlint

PR:		197885
Submitted by:	mbeis@xs4all.nl (maintainer)
Original commitRevision:380703 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Thursday, 24 Jul 2014
18:34 tijl search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
Original commitRevision:362835 
Monday, 23 Jun 2014
11:57 pi search for other commits by this committer
mail/alpine: fixes

- fix hlp file [1]
- quota patch now part of 2.11, disable config option [2]
- fix/update maildir support [3]
- fix distinfo

Submitted by:	antoine [1], Greg Rivers [2], Warren Block [3]
Approved by:	maintainer by mail
Original commitRevision:358924 
Monday, 16 Jun 2014
10:44 pi search for other commits by this committer
editors/pico-alpine: fix build on 8.4 by fixing masterport mail/alpine

Thanks for the bug report to Scott Allendorf <scott-allendorf@uiowa.edu>

PR:		ports/191081
Submitted by:	Michelle Sullivan <michelle@sorbs.net>
Original commitRevision:357968 
Sunday, 15 Jun 2014
08:40 pi search for other commits by this committer
mail/alpine: 2.00 -> 2.11, stagify'ed, portlint'ed, new master site

Big thanks to Michelle for the biggest part of the work in getting
the port to StageAge. Thanks for Marco to take over as maintainer.

PR:		ports/190273
Submitted by:	Michelle Sullivan <michelle@sorbs.net>
Approved by:	Marco Beishuizen <mbeis@xs4all.nl> (incoming maintainer)
Original commitRevision:357844 
Monday, 3 Feb 2014
21:34 antoine search for other commits by this committer
pico-alpine slave is now staged, so move NO_STAGE to a master only part
Original commitRevision:342472 
Tuesday, 28 Jan 2014
14:15 bapt search for other commits by this committer
Switch ispell to aspell-ispell
Original commitRevision:341572 
Saturday, 4 Jan 2014
08:21 jgh search for other commits by this committer
- reset maintainer

PR:		185461
Submitted by:	maintainer, c.petrik.sosa@gmail.com
Original commitRevision:338626 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Monday, 17 Jun 2013
12:03 bapt search for other commits by this committer
Add an options to configure SSL (on), this was missed during the conversion to
new options framework.
Bump port revision.

Reported by:	M. Schulte <m@fuglos.org>
Original commitRevision:321103 
Friday, 7 Jun 2013
07:05 bapt search for other commits by this committer
Fix conversion

Reported by:	ak
Original commitRevision:320157 
Thursday, 6 Jun 2013
19:31 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:320121 
Thursday, 7 Mar 2013
03:25 bdrewery search for other commits by this committer
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
Original commitRevision:313559 
Monday, 8 Oct 2012
10:38 dougb search for other commits by this committer
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
Original commitRevision:305526 
Sunday, 29 Jul 2012
08:17 dougb search for other commits by this committer
Remove my personal web site from MASTER_SITES
Original commit
Friday, 20 Jan 2012
10:03 dougb search for other commits by this committer
Apply a better fix for CC

While I'm here, remove the license info

PR:             ports/163173
Submitted by:   Jan Beich <jbeich@tormail.net>
Original commit
Monday, 9 Jan 2012
15:41 tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
Original commit
Sunday, 26 Jun 2011
07:12 dougb search for other commits by this committer
Fix build with clang
Original commit
Monday, 30 May 2011
20:43 dougb search for other commits by this committer
Remove the "phone home" feature that was used by UW to gather statistics
on [Al]pine usage. There is no one interested in this data anymore.

Discussed on:   alpine-info mailing list
Original commit
Saturday, 23 Apr 2011
16:15 dougb search for other commits by this committer
The master patch site has disappeared, so remove it for now until
I hear from the author. The patches are still available from my
personal site, as well as the FreeBSD distfile distributor.
Original commit
Sunday, 5 Dec 2010
07:51 dougb search for other commits by this committer
Remove CONFLICTS for the old pine stuff, it's been long enough

Fix the problem mentioned in the PR related to a feature of the port
that is useful, or dangerous depending on how you look at it. :)
If you run 'alpine -conf > file' it will merge in values from your
existing global conf file (/usr/local/etc/alpine.conf) and spit out a
new file with any new features added. The port used this feature when
I took it over, and I maintained that behavior because it is useful.
However, it is different from the traditional behavior of installing
a clean foo.conf.sample file, and maintaining foo.conf only if it
differs from the sample.

My solution to this problem is different than the PR's, but does not
involve patching the source. Using the pkg-install file and taking
advantage of the default behavior of the alpine -conf feature I have
created the best of both worlds, a clean .sample, and merging in local
changes if they exist.

Since I'm changing stuff anyway, do both sides of the process in a
more security-conscious way.

Bump PORTREVISION since the package is now different

PR:             ports/148859
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
Original commit
Monday, 14 Jun 2010
08:22 dougb search for other commits by this committer
Add LICENSE information to my ports where the right answer is obvious
Original commit
Monday, 8 Feb 2010
07:04 dougb search for other commits by this committer
Allow alpine to link against OpenSSL from the ports instead of the base.

PR:             ports/143525
Submitted by:   Dan Lukes <dan@obluda.cz>
Original commit
Monday, 20 Jul 2009
18:13 dougb search for other commits by this committer
Rework the sed pattern for pine.conf -> alpine.conf related stuff to be
more thorough. (Prompted by the PR, but I used a different solution.)

PR:             ports/136931
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
Original commit
Tuesday, 24 Mar 2009
19:51 dougb search for other commits by this committer
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports
Original commit
Saturday, 6 Sep 2008
06:15 dougb search for other commits by this committer
A number of small-but-important updates:

1. Update the names of some configure flags. This would not have affected
users who used the defaults, or the package.

2. In order for the speller option to actually be chosen by configure
it already has to be installed, so add them to BUILD_DEPENDS. [1]
Fixing this properly also required a patch to configure which I am
submitting upstream.

3. Update the location of mlock (if installed) [1]

4. Turns out that alpine no longer uses the value of SSLTYPE internally,
(it is only used by the IMAP server which we don't build) so simplify
the whole SSL section considerably. All authentication types are now
available to alpine by default.

5. Include the proper MAKE_ARGS and relax a test in configure to give
users who want to try the new S/MIME support a fighting chance. [2]

Bump PORTREVISION accordingly

Submitted by:   Scott Allendorf <scott-allendorf@uiowa.edu> [1]
Inspired by:    scf [2]
Original commit
Monday, 1 Sep 2008
01:16 dougb search for other commits by this committer
Upgrade to version 2.00. The major new feature is experimental S/MIME
support. There are also some improvements and bug fixes for charset
handling, and various other small bug fixes.

See http://www.washington.edu/alpine/changes/1.10-to-2.00.html
for details.
Original commit
Friday, 6 Jun 2008
13:43 edwin search for other commits by this committer
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)
Original commit
Tuesday, 18 Mar 2008
23:27 dougb search for other commits by this committer
Update to version 1.10, which has the following highlights. See
http://www.washington.edu/alpine/changes/1.00-to-1.10.html for
the list of all changes.

New Features
============
1. Default role
2. Better kerberos support
3. Better threading performance for large folders
4. "Unknown" character set to improve the chances you can read a
malformed message
5. Option to suppress user agent for sent mail

Bug Fixes
=========
1. Various crashes with non-standards-compliant SMTP or IMAP servers
2. Don't try to send a message with an unknown charset
Original commit
Friday, 21 Dec 2007
23:02 dougb search for other commits by this committer
Add missing trailing quote to WITH_ISPELL CONFIGURE_ARGS.

Submitted by:   scf
Original commit
10:39 dougb search for other commits by this committer
Add a port for Alpine the new (Apache-licensed) version of Pine.

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

Alpine's basic feature set includes:
        * View, Save, Export, Delete, Print, Reply and Forward messages.
            Compose messages in a simple editor with word-wrap and a
            spelling checker.  Messages may be postponed for later completion.
        * Selection and management of message folders.
        * Address book to keep a list of long or frequently-used
            addresses.  Personal distribution lists may be defined.
            Addresses may be taken into the address book from incoming mail
            without retyping them.
        * New mail checking/notification occurs automatically (configurable).
        * On-line, context-sensitive help screens.

Alpine supports MIME (Multipurpose Internet Mail Extensions), an Internet
Standard for representing multipart and multimedia data in email.

WWW: http://www.washington.edu/alpine/

This is a master port for editors/pico-alpine
Original commit

Number of commits found: 67