diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-09-06 22:26:20 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-09-06 22:26:20 +0000 |
commit | 0010d19ce89905154d3559b01a52e2a516cd7c1d (patch) | |
tree | 2764635655a4eeaff7e672e3a3d2ddc45b44ebf4 /mail/movemail | |
parent | 69dc23787512ef1116d262eab895ccf3164a9626 (diff) | |
download | ports-0010d19ce89905154d3559b01a52e2a516cd7c1d.tar.gz ports-0010d19ce89905154d3559b01a52e2a516cd7c1d.zip |
Notes
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 000000000000..626f62f119f4 --- /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 000000000000..d381163b62d6 --- /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 000000000000..e8b7b2a21e14 --- /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 000000000000..634c23c48927 --- /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 000000000000..08f34be364f2 --- /dev/null +++ b/mail/movemail/pkg-plist @@ -0,0 +1,2 @@ +bin/movemail +man/man1/movemail.1.gz |