diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-03-10 15:19:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-03-10 15:19:46 +0800 |
commit | 07fd774495685f401d373e1d6e26b916f5239bc5 (patch) | |
tree | b100a4cceb4c7b3c43d1720d5f2a09d849924386 /mail/poppwd | |
parent | 971bd57dcb2e1b2417ee7331a46ca8bb52e87344 (diff) | |
download | freebsd-ports-gnome-07fd774495685f401d373e1d6e26b916f5239bc5.tar.gz freebsd-ports-gnome-07fd774495685f401d373e1d6e26b916f5239bc5.tar.zst freebsd-ports-gnome-07fd774495685f401d373e1d6e26b916f5239bc5.zip |
new port, no changes
PR: 24312
Submitted by: andrew@ugh.net.au
Diffstat (limited to 'mail/poppwd')
-rw-r--r-- | mail/poppwd/Makefile | 20 | ||||
-rw-r--r-- | mail/poppwd/distinfo | 1 | ||||
-rw-r--r-- | mail/poppwd/pkg-comment | 1 | ||||
-rw-r--r-- | mail/poppwd/pkg-descr | 6 | ||||
-rw-r--r-- | mail/poppwd/pkg-plist | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile new file mode 100644 index 000000000000..f76c2ad0c7e6 --- /dev/null +++ b/mail/poppwd/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: poppwd +# Date created: 12 Jan 2001 +# Whom: Andrew Stevenson <andrew@ugh.net.au> +# +# $FreeBSD$ +# + +PORTNAME= poppwd +PORTVERSION= 1.0 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/poppwd/ + +MAINTAINER= andrew@ugh.net.au + +WRKSRC= ${WRKDIR}/poppwd + +MAN8= poppwd.8 +MANCOMPRESSED= maybe + +.include <bsd.port.mk> diff --git a/mail/poppwd/distinfo b/mail/poppwd/distinfo new file mode 100644 index 000000000000..0dbed0ad4e69 --- /dev/null +++ b/mail/poppwd/distinfo @@ -0,0 +1 @@ +MD5 (poppwd-1.0.tar.gz) = 7bf7d2a587f5adc9c835f5be9e9440ee diff --git a/mail/poppwd/pkg-comment b/mail/poppwd/pkg-comment new file mode 100644 index 000000000000..cece699ed234 --- /dev/null +++ b/mail/poppwd/pkg-comment @@ -0,0 +1 @@ +Implementation of the Eudora (compatible) password changing protocol diff --git a/mail/poppwd/pkg-descr b/mail/poppwd/pkg-descr new file mode 100644 index 000000000000..ef7e9a0f3687 --- /dev/null +++ b/mail/poppwd/pkg-descr @@ -0,0 +1,6 @@ +This program implements the Eudora password changing protocol. That is the +protocol Eudora (and other programs) try to talk when you select "Change +Password" from their menus. It should be run from inetd(8). + +Andrew Stevenson +andrew@ugh.net.au diff --git a/mail/poppwd/pkg-plist b/mail/poppwd/pkg-plist new file mode 100644 index 000000000000..a29e56f47687 --- /dev/null +++ b/mail/poppwd/pkg-plist @@ -0,0 +1 @@ +libexec/poppwd |