From d55eb6d01aaacf60317fc5a222f2bb05b751b1b6 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 3 May 1999 02:58:28 +0000 Subject: Initial import of mailx version 0.5. A mail command with mailx extensions. PR: 10161 Submitted by: Issei Suzuki --- mail/mailx/Makefile | 37 +++++++++++++++++++++++++++++++++++++ mail/mailx/distinfo | 3 +++ mail/mailx/pkg-comment | 1 + mail/mailx/pkg-descr | 17 +++++++++++++++++ mail/mailx/pkg-plist | 3 +++ 5 files changed, 61 insertions(+) create mode 100644 mail/mailx/Makefile create mode 100644 mail/mailx/distinfo create mode 100644 mail/mailx/pkg-comment create mode 100644 mail/mailx/pkg-descr create mode 100644 mail/mailx/pkg-plist (limited to 'mail') diff --git a/mail/mailx/Makefile b/mail/mailx/Makefile new file mode 100644 index 000000000000..4edd7c9d8f44 --- /dev/null +++ b/mail/mailx/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: mailx +# Version required: 5 +# Date created: 18 Febrary 1999 +# Whom: Issei Suzuki +# +# $Id$ +# + +DISTNAME= mailx-0.5 +CATEGORIES= mail +MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \ + ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/FreeBSD/mailx/ +DISTFILES= mail-2.2.8.tar.gz mailx-memo-2.2.8R + +PATCH_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \ + ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/FreeBSD/mailx/ +PATCHFILES= mailx.v05.patch.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= issei@jp.FreeBSD.ORG + +EXTRACT_ONLY= mail-2.2.8.tar.gz +WRKSRC= ${WRKDIR}/mail-2.2.8 +USE_PERL5= yes +MAN1= mailx.1 +MANCOMPRESSED= yes + +post-patch: + ${PERL5} -pi.bak -e 's/^(\.Nm mail)/$$1x/i; s/^(\.Dt MAIL)/$$1X/' ${WRKSRC}/mail.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mail ${PREFIX}/bin/mailx + ${INSTALL_MAN} ${WRKSRC}/mail.1.gz ${PREFIX}/man/man1/mailx.1.gz + ${MKDIR} ${PREFIX}/share/doc/mailx + ${INSTALL_DATA} ${DISTDIR}/mailx-memo-2.2.8R ${PREFIX}/share/doc/mailx + +.include diff --git a/mail/mailx/distinfo b/mail/mailx/distinfo new file mode 100644 index 000000000000..0f6ccef6109d --- /dev/null +++ b/mail/mailx/distinfo @@ -0,0 +1,3 @@ +MD5 (mail-2.2.8.tar.gz) = 5f3a8c97ed7b30cbc165bf38248e4e2a +MD5 (mailx-memo-2.2.8R) = fa61fd210e90647820778b2a704c6199 +MD5 (mailx.v05.patch.gz) = 0fabc29c57907dd484bb2c431022decb diff --git a/mail/mailx/pkg-comment b/mail/mailx/pkg-comment new file mode 100644 index 000000000000..203d7864456e --- /dev/null +++ b/mail/mailx/pkg-comment @@ -0,0 +1 @@ +Mail command with mailx extensions. diff --git a/mail/mailx/pkg-descr b/mail/mailx/pkg-descr new file mode 100644 index 000000000000..04433020f333 --- /dev/null +++ b/mail/mailx/pkg-descr @@ -0,0 +1,17 @@ +Mail command with mailx extensions. + + Mailx command is based on BSD mail command, but it also provides some +enhanced features such as: + +o Edit header information. +o Use pager program to display long message. +o Add pipe (|) command. You can pass the mail message to the shell command by + using this feature. +o Add Save, Copy command. +o Add askcc, askbcc command. The mailx program ask you Cc: and Bcc: at the + beggining. +o Add hsubject command. This is similar to subject command, but it only + displays Subject: headers. +o Add tilda escape command. + +See also the files in ${PREFIX}/share/doc/mailx directory. diff --git a/mail/mailx/pkg-plist b/mail/mailx/pkg-plist new file mode 100644 index 000000000000..09fe2d50aa2f --- /dev/null +++ b/mail/mailx/pkg-plist @@ -0,0 +1,3 @@ +bin/mailx +share/doc/mailx/mailx-memo-2.2.8R +@dirrm share/doc/mailx -- cgit