View | Details | Raw Unified | Return to bug 106314
Collapse All | Expand All

(-)poppwd/Makefile (-4 / +5 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	poppwd
8
PORTNAME=	poppwd
9
PORTVERSION=	1.0
9
PORTVERSION=	2.0
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/
11
MASTER_SITES=	ftp://ftp.ugh.net.au/pub/unix/poppwd/	\
12
				http://www.ugh.eclipse.co.uk/mirror/ftp.ugh.net.au/pub/unix/poppwd/
12
13
13
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	andrew@ugh.net.au
14
COMMENT=	Implementation of the Eudora (compatible) password changing protocol
15
COMMENT=	Implementation of the Eudora password changing protocol
15
16
16
WRKSRC=		${WRKDIR}/poppwd
17
WRKSRC=		${WRKDIR}/poppwd
17
18
(-)poppwd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (poppwd-1.0.tar.gz) = 7bf7d2a587f5adc9c835f5be9e9440ee
1
MD5 (poppwd-2.0.tar.gz) = aed51b3a00a7d9d5486e7776e462783a
2
SHA256 (poppwd-1.0.tar.gz) = f623ad542e06011a846341caf4089f5ac811523a220e2c02b1bca0266c6a2a36
2
SHA256 (poppwd-2.0.tar.gz) = 97fc47bdeded70b965642855acd87a3a1d25695b1e18ed06ea920e8d74c37042
3
SIZE (poppwd-1.0.tar.gz) = 6338
3
SIZE (poppwd-2.0.tar.gz) = 9441
(-)poppwd/pkg-descr (-3 / +6 lines)
Lines 1-3 Link Here
1
This program implements the Eudora password changing protocol. That is the
1
This program implements the Eudora password changing protocol. This protocol
2
protocol Eudora (and other programs) try to talk when you select "Change
2
allows remote users to change their password and is supported by mail clients
3
Password" from their menus. It should be run from inetd(8).
3
such as Eudora, NuPOP and a variety of webmail systems.
4
5
poppwd supports PAM and so can be used against almost any password database,
6
including local password files, LDAP or SQL databases.

Return to bug 106314