aboutsummaryrefslogtreecommitdiff
path: root/mail/aerc
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/aerc: unbreak fetch due to dependency renameJan Beich2021-02-182-3/+3
| | | | | | | | | | | | | | | | | $ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles) [...] => ProtonMail-crypto-71bec3603bf3_GH0.tar.gz doesn't seem to exist in /tmp/distfiles.vIqG0oUY/. => Attempting to fetch https://codeload.github.com/ProtonMail/crypto/tar.gz/71bec3603bf3?dummy=/ProtonMail-crypto-71bec3603bf3_GH0.tar.gz fetch: https://codeload.github.com/ProtonMail/crypto/tar.gz/71bec3603bf3?dummy=/ProtonMail-crypto-71bec3603bf3_GH0.tar.gz: size unknown fetch: https://codeload.github.com/ProtonMail/crypto/tar.gz/71bec3603bf3?dummy=/ProtonMail-crypto-71bec3603bf3_GH0.tar.gz: size of remote file is not known ProtonMail-crypto-71bec3603bf3_GH0.tar.gz 1939 kB 2391 kBps 00s => Fetched file size mismatch (expected 1985666, actual 1985937) => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles.vIqG0oUY/ and try again. *** Error code 1 Notes: svn path=/head/; revision=565829
* Unbreak fetch from git.sr.htJan Beich2021-02-171-6/+6
| | | | | | | | | | | | | | | GZIP compression ratio and Git footer have changed e.g., method crc date time compressed uncompressed ratio uncompressed_name -defla 944caee6 Dec 7 21:15 12482 71680 82.5% scdoc-1.11.1.tar +defla 944caee6 Feb 17 23:20 12510 71680 82.5% scdoc-1.11.1.tar --- -2.26.2 +2.30.0 Notes: svn path=/head/; revision=565827
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* mail/aerc: Update to 0.4.0Tobias Kortkamp2020-05-303-87/+87
| | | | | | | Changes: https://git.sr.ht/~sircmpwn/aerc/refs/0.4.0 Notes: svn path=/head/; revision=537013
* mail/aerc: Unbreak on arm64Tobias Kortkamp2019-12-022-4/+12
| | | | | | | | | | | | | | | | | | | | # git.sr.ht/~sircmpwn/pty vendor/git.sr.ht/~sircmpwn/pty/pty_freebsd.go:50:20: undefined: fiodgnameArg vendor/git.sr.ht/~sircmpwn/pty/pty_freebsd.go:63:12: undefined: _C_SPECNAMELEN vendor/git.sr.ht/~sircmpwn/pty/pty_freebsd.go:66:9: undefined: fiodgnameArg # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128 http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518178_s355024/logs/errors/aerc-0.3.0.log Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for FreeBSD arm64 and generating the missing git.sr.ht/~sircmpwn/pty/ztypes_freebsd_arm64.go. PR: 242312 Notes: svn path=/head/; revision=518883
* mail/aerc: Update to 0.3.0Tobias Kortkamp2019-11-223-23/+34
| | | | | | | Changes: https://git.sr.ht/~sircmpwn/aerc/refs/0.3.0 Notes: svn path=/head/; revision=518142
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* mail/aerc: Update to 0.2.1Tobias Kortkamp2019-07-303-47/+47
| | | | | | | Changes: https://git.sr.ht/~sircmpwn/aerc/refs/ Notes: svn path=/head/; revision=507648
* mail/aerc: Update to latest commitTobias Kortkamp2019-07-272-8/+11
| | | | Notes: svn path=/head/; revision=507394
* mail/aerc: Update to latest commitTobias Kortkamp2019-07-173-17/+33
| | | | Notes: svn path=/head/; revision=506788
* mail/aerc: Update to latest commitTobias Kortkamp2019-07-032-5/+5
| | | | Notes: svn path=/head/; revision=505749
* mail/aerc: Drop custom do-{build,install} targets after r505321Tobias Kortkamp2019-06-291-9/+1
| | | | Notes: svn path=/head/; revision=505322
* mail/aerc: Update to latest masterTobias Kortkamp2019-06-172-15/+15
| | | | | | | | Also fix handling of tcell dependency which is actually replaced with a patched version. Notes: svn path=/head/; revision=504421
* New port: mail/aercTobias Kortkamp2019-06-104-0/+192
Aerc is an email client that runs in your terminal. It is highly efficient and extensible, perfect for the discerning hacker. Some of its more interesting features include: - Editing emails in an embedded terminal tmux-style, allowing you to check on incoming emails and reference other threads while you compose your replies - Render HTML emails with an interactive terminal web browser, highlight patches with diffs, and browse with an embedded less session - Vim-style keybindings and ex-command system, allowing for powerful automation at a single keystroke - First-class support for working with git & email - Open a new tab with a terminal emulator and a shell running for easy access to nearby git repos for parallel work - Support for multiple accounts, with support for IMAP, Maildir, SMTP, and sendmail transfer protocols - CalDAV and CardDAV support for synchronizing contacts & calendar events - Asynchronous IMAP support ensures the UI never gets locked up by a flaky network, as mutt often does - Efficient network usage - aerc only downloads the information which is necessary to present the UI, making for a snappy and bandwidth-efficient experience WWW: https://aerc-mail.org/ Notes: svn path=/head/; revision=503916