aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/bsd-vacation/Makefile21
-rw-r--r--mail/bsd-vacation/distinfo3
-rw-r--r--mail/bsd-vacation/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/mail/bsd-vacation/Makefile b/mail/bsd-vacation/Makefile
new file mode 100644
index 000000000000..cbf1c8dcc069
--- /dev/null
+++ b/mail/bsd-vacation/Makefile
@@ -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>
diff --git a/mail/bsd-vacation/distinfo b/mail/bsd-vacation/distinfo
new file mode 100644
index 000000000000..1e25dc988f38
--- /dev/null
+++ b/mail/bsd-vacation/distinfo
@@ -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
diff --git a/mail/bsd-vacation/pkg-descr b/mail/bsd-vacation/pkg-descr
new file mode 100644
index 000000000000..a791141b1613
--- /dev/null
+++ b/mail/bsd-vacation/pkg-descr
@@ -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".