mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Initial import of mailx version 0.5.
A mail command with mailx extensions. PR: 10161 Submitted by: Issei Suzuki <issei@jp.FreeBSD.org>
This commit is contained in:
parent
b143148eef
commit
d396bf6dfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18377
37
mail/mailx/Makefile
Normal file
37
mail/mailx/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: mailx
|
||||
# Version required: 5
|
||||
# Date created: 18 Febrary 1999
|
||||
# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
3
mail/mailx/distinfo
Normal file
3
mail/mailx/distinfo
Normal file
@ -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
|
1
mail/mailx/pkg-comment
Normal file
1
mail/mailx/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Mail command with mailx extensions.
|
17
mail/mailx/pkg-descr
Normal file
17
mail/mailx/pkg-descr
Normal file
@ -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.
|
3
mail/mailx/pkg-plist
Normal file
3
mail/mailx/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/mailx
|
||||
share/doc/mailx/mailx-memo-2.2.8R
|
||||
@dirrm share/doc/mailx
|
Loading…
Reference in New Issue
Block a user