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

(-)/usr/ports/mail/hotwayd74/Makefile (-6 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	hotwayd
8
PORTNAME=	hotwayd
9
PORTVERSION=	0.8
9
PORTVERSION=	0.7.4
10
PORTEPOCH=	1
10
CATEGORIES=	mail
11
CATEGORIES=	mail
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	hotwayd
13
MASTER_SITE_SUBDIR=	hotwayd
Lines 14-31 Link Here
14
MAINTAINER=	john@jnielsen.net
15
MAINTAINER=	john@jnielsen.net
15
COMMENT=	A Hotmail -> POP3 gateway
16
COMMENT=	A Hotmail -> POP3 gateway
16
17
17
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
18
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
18
		sasl2.2:${PORTSDIR}/security/cyrus-sasl2
19
19
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
USE_ICONV=	yes
23
USE_ICONV=	yes
24
24
25
MAN1=		hotwayd.1 \
25
MAN1=		hotwayd.1
26
		hotsmtpd.1
27
26
28
DOC_FILES=	AUTHORS COPYING INSTALL NEWS README README.hotsmtpd VERSION
27
DOC_FILES=	AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
29
DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
28
DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
30
29
31
post-install:	install-doc-files display-message
30
post-install:	install-doc-files display-message
(-)/usr/ports/mail/hotwayd74/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (hotwayd-0.8.tar.bz2) = b34d5166a2c6d7ba3970d3a0325c8c1a
1
MD5 (hotwayd-0.7.4.tar.bz2) = 55ffa28a319d84b59bfdccf87f9bde90
2
SIZE (hotwayd-0.8.tar.bz2) = 148962
2
SIZE (hotwayd-0.7.4.tar.bz2) = 135826
(-)/usr/ports/mail/hotwayd74/pkg-descr (-4 lines)
Lines 3-10 Link Here
3
you to access e-mail on Hotmail and similar servers using standard POP3 mail
3
you to access e-mail on Hotmail and similar servers using standard POP3 mail
4
clients.
4
clients.
5
5
6
Starting with version 0.8, the port also includes hotsmtpd which can be used
7
for sending e-mail through Hotmail and similar servers with standard SMTP
8
mail clients.
9
10
WWW: http://hotwayd.sourceforge.net
6
WWW: http://hotwayd.sourceforge.net
(-)/usr/ports/mail/hotwayd74/pkg-message (-9 / +6 lines)
Lines 1-16 Link Here
1
hotwayd and hotsmtpd need to be run from inetd (or xinetd).
1
********************
2
hotwayd should normally be run from inetd (or xinetd).
2
To use the standard ports for pop3 and smtp, add lines
3
To use the standard ports for pop3 and smtp, add lines
3
like the following to /etc/inetd.conf:
4
like the following to /etc/inetd.conf:
4
5
5
pop3	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
6
pop3	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
6
smtp	stream	tcp	nowait	root	/usr/local/sbin/hotsmtpd hotsmtpd
7
7
8
Alternatively, you may specify arbitrary ports for hotwayd and hotsmtpd.
8
Alternatively, you may specify an arbitrary port for hotwayd.
9
Define them in /etc/services, and then add lines like thke following to
9
Define them in /etc/services, and then add a line like the following to
10
/etc/inetd.conf:
10
/etc/inetd.conf:
11
11
12
hotwayd	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
12
hotwayd	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
13
hotsmtpd stream	tcp	nowait	root	/usr/local/sbin/hotsmtpd hotsmtpd
14
13
15
After making your changes, restart inetd. e.g.:
14
After making your changes, restart inetd. e.g.:
16
15
Lines 21-28 Link Here
21
address (e.g. example@hotmail.com), and the password is your your
20
address (e.g. example@hotmail.com), and the password is your your
22
password for hotmail (or whichever service you use).
21
password for hotmail (or whichever service you use).
23
22
24
Similarly, you can use any mail client that supports SASL authentication
23
For more detailed information see hotwayd(1) and the port
25
for SMTP to send e-mail (through hotmail, etc).
26
27
For more detailed information see hotwayd(1), hotsmtpd(1), and the port
28
documentation in ${PREFIX}/share/doc/hotwayd.
24
documentation in ${PREFIX}/share/doc/hotwayd.
25
********************
(-)/usr/ports/mail/hotwayd74/pkg-plist (-2 / +1 lines)
Lines 1-10 Link Here
1
sbin/hotwayd
1
sbin/hotwayd
2
sbin/hotsmtpd
3
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
2
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
4
%%PORTDOCS%%%%DOCSDIR%%/COPYING
3
%%PORTDOCS%%%%DOCSDIR%%/COPYING
4
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
5
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
5
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
6
%%PORTDOCS%%%%DOCSDIR%%/NEWS
6
%%PORTDOCS%%%%DOCSDIR%%/NEWS
7
%%PORTDOCS%%%%DOCSDIR%%/README
7
%%PORTDOCS%%%%DOCSDIR%%/README
8
%%PORTDOCS%%%%DOCSDIR%%/README.hotsmtpd
9
%%PORTDOCS%%%%DOCSDIR%%/VERSION
8
%%PORTDOCS%%%%DOCSDIR%%/VERSION
10
%%PORTDOCS%%@dirrm %%DOCSDIR%%
9
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 72655