---
name: heirloom-mailx
version: 12.4_3
origin: mail/heirloom-mailx
comment: BSD mail utility with MIME, IMAP, POP3, SMTP, and S/MIME extensions
arch: freebsd:9:x86:64
www: http://heirloom.sourceforge.net/mailx.html
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 504353
desc: |
  Heirloom mailx (formerly known as "nail") is derived from Berkeley
  Mail and provides the functionality of the System V and POSIX mailx
  commands. Additional features include support for MIME, IMAP
  (including caching and disconnected use), POP3, SMTP, S/MIME,
  international character sets, maildir folders, message threading,
  powerful search methods, scoring, and a Bayesian junk mail filter.
  Mailx can be used as a mail batch language in nearly the same way as
  it is used interactively. It can thus act as a mailbox filter, can
  fetch mail from remote accounts, and can send files as attachments.

  WWW: http://heirloom.sourceforge.net/mailx.html
deps:
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories: [mail, ipv6]
options: {DOCS: on, IPV6: on}
files:
  /usr/local/bin/mailx: d50d4a00cbb578240e4f7c7730a54f3c46e602de0c512802b0a4736d2655760e
  /usr/local/etc/nail.rc.default: e503f5e72089122077034142edb468fcaa2990476e900978837c8e4af9ef7b6b
  /usr/local/man/man1/mailx.1.gz: 88f7d74fe8fea114ff846eb7bd70d85af3910630f4e97391e847a3ac7d3bcacd
  /usr/local/share/doc/mailx/AUTHORS: f17ee9e8c2c9e2af772a1f776ae34484dade091f731fd3379bd68d607609d495
  /usr/local/share/doc/mailx/COPYING: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07
  /usr/local/share/doc/mailx/ChangeLog: e9ff44c41c841c19b3ab052c1e94b1a15f3156debf63fc981526b56acc9a99d9
  /usr/local/share/doc/mailx/README: 43ae3c8deeccaf40ae329dc75f3a270e570df289877997e4a1f4069b8876a0a7
  /usr/local/share/doc/mailx/TODO: a2e7a12d9e3c1967faca8ec5d7130e2d1d0d4ea023677e38f87820f783b01537
directories:
  /usr/local/share/doc/mailx/: n
scripts:
  post-install: |
    [ -f /usr/local/etc/nail.rc ] || /bin/cp /usr/local/etc/nail.rc.default /usr/local/etc/nail.rc
  pre-deinstall: |
    if cmp -s /usr/local/etc/nail.rc /usr/local/etc/nail.rc.default; then /bin/rm -f /usr/local/etc/nail.rc; fi
