diff options
author | wosch <wosch@FreeBSD.org> | 1997-09-06 22:26:20 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-09-06 22:26:20 +0000 |
commit | 16deb5eb0ad9a45a4e18c3d58d24dc0f72cbf0b3 (patch) | |
tree | 6991d1a8b2b2c411fa57501fa1b7bf634837e2ed /mail/movemail | |
parent | 0d30377ac60081a53f6124313773a59b0a90fc19 (diff) | |
download | FreeBSD-ports-16deb5eb0ad9a45a4e18c3d58d24dc0f72cbf0b3.zip FreeBSD-ports-16deb5eb0ad9a45a4e18c3d58d24dc0f72cbf0b3.tar.gz |
Move your mail box to annother location.
Movemail is part of the GNU Emacs distribution (version 19.34).
This port works only for FreeBSD.
Diffstat (limited to 'mail/movemail')
-rw-r--r-- | mail/movemail/Makefile | 15 | ||||
-rw-r--r-- | mail/movemail/distinfo | 1 | ||||
-rw-r--r-- | mail/movemail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/movemail/pkg-descr | 10 | ||||
-rw-r--r-- | mail/movemail/pkg-plist | 2 |
5 files changed, 29 insertions, 0 deletions
diff --git a/mail/movemail/Makefile b/mail/movemail/Makefile new file mode 100644 index 0000000..626f62f --- /dev/null +++ b/mail/movemail/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: movemail +# Version required: 1.0 +# Date created: 1997/09/09 +# Whom: wosch +# +# $Id: Makefile,v 1.6 1997/08/19 21:17:13 wosch Exp $ +# + +DISTNAME= movemail-1.0 +CATEGORIES= mail +MASTER_SITES= http://www.freebsd.org/~wosch/src/ + +MAINTAINER= wosch@FreeBSD.ORG + +.include <bsd.port.mk> diff --git a/mail/movemail/distinfo b/mail/movemail/distinfo new file mode 100644 index 0000000..d381163 --- /dev/null +++ b/mail/movemail/distinfo @@ -0,0 +1 @@ +MD5 (movemail-1.0.tar.gz) = eeb61b39553c6fbdb3997eddc798479e diff --git a/mail/movemail/pkg-comment b/mail/movemail/pkg-comment new file mode 100644 index 0000000..e8b7b2a --- /dev/null +++ b/mail/movemail/pkg-comment @@ -0,0 +1 @@ +Move your mail box to annother location. diff --git a/mail/movemail/pkg-descr b/mail/movemail/pkg-descr new file mode 100644 index 0000000..634c23c --- /dev/null +++ b/mail/movemail/pkg-descr @@ -0,0 +1,10 @@ +Move your mail box to annother location. + +Example: + + $ movemail /var/mail/rammstein ~/backup/rammstein.970905 + +Move the mail box of the user `rammstein' to `~/backup/rammstein.970905'. + +Movemail is part of the GNU Emacs distribution (version 19.34). +This port works only for FreeBSD. diff --git a/mail/movemail/pkg-plist b/mail/movemail/pkg-plist new file mode 100644 index 0000000..08f34be --- /dev/null +++ b/mail/movemail/pkg-plist @@ -0,0 +1,2 @@ +bin/movemail +man/man1/movemail.1.gz |