mail/bsd-vacation: Add a port of the BSD4.3 version of vacation(1)
This is a port of the vacation(1) command based on the BSD4.3 version. It is based on the NetBSD version, which also incorporates changs from OpenBSD. It supports RFC 2076 "Common Internet Message Headers" and RFC 3834 "Recommendations for Automatic Responses to Electronic Mail".
This commit is contained in:
parent
4b50342a1d
commit
43b31c8397
3 changed files with 28 additions and 0 deletions
21
mail/bsd-vacation/Makefile
Normal file
21
mail/bsd-vacation/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PORTNAME= bsd-vacation
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0
|
||||
CATEGORIES= mail
|
||||
|
||||
MAINTAINER= gbe@FreeBSD.org
|
||||
COMMENT= This is a port of the vacation(1) command based on the BSD4.3 version
|
||||
WWW= https://github.com/gbergling/bsd-vacation
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= gbergling
|
||||
|
||||
PLIST_FILES= bin/vacation man/man1/vacation.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vacation ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/vacation.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/bsd-vacation/distinfo
Normal file
3
mail/bsd-vacation/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1695649368
|
||||
SHA256 (gbergling-bsd-vacation-v1.0_GH0.tar.gz) = 9396c73248c7db1e308d46567f5b2e50c8082c4ea5e8afc37abb78cd00223b94
|
||||
SIZE (gbergling-bsd-vacation-v1.0_GH0.tar.gz) = 7970
|
4
mail/bsd-vacation/pkg-descr
Normal file
4
mail/bsd-vacation/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is a port of the vacation(1) command based on the BSD4.3 version. It is
|
||||
based on the NetBSD version, which also incorporates changs from OpenBSD. It
|
||||
supports RFC 2076 "Common Internet Message Headers" and
|
||||
RFC 3834 "Recommendations for Automatic Responses to Electronic Mail".
|
Loading…
Reference in a new issue