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

(-)/usr/ports/mail/hotwayd82/Makefile (-3 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	hotwayd
8
PORTNAME=	hotwayd
9
PORTVERSION=	0.7.4
9
PORTVERSION=	0.8.2
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	mail
11
CATEGORIES=	mail
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
Lines 15-28 Link Here
15
MAINTAINER=	john@jnielsen.net
15
MAINTAINER=	john@jnielsen.net
16
COMMENT=	A Hotmail -> POP3 gateway
16
COMMENT=	A Hotmail -> POP3 gateway
17
17
18
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
18
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
19
		sasl2.2:${PORTSDIR}/security/cyrus-sasl2
19
20
20
USE_BZIP2=	yes
21
USE_BZIP2=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
USE_GMAKE=	yes
23
USE_GMAKE=	yes
23
USE_ICONV=	yes
24
USE_ICONV=	yes
24
25
25
MAN1=		hotwayd.1
26
MAN1=		hotwayd.1 \
27
		hotsmtpd.1
26
28
27
DOC_FILES=	AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
29
DOC_FILES=	AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
28
DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
30
DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
(-)/usr/ports/mail/hotwayd82/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (hotwayd-0.7.4.tar.bz2) = 55ffa28a319d84b59bfdccf87f9bde90
1
MD5 (hotwayd-0.8.2.tar.bz2) = 0d1e3a691c8d5757a6e67b32745ab2cb
2
SIZE (hotwayd-0.7.4.tar.bz2) = 135826
2
SIZE (hotwayd-0.8.2.tar.bz2) = 150424
(-)/usr/ports/mail/hotwayd82/files/patch-hotsmtpd-commands_smtp.c (+11 lines)
Line 0 Link Here
1
--- hotsmtpd/commands_smtp.c.orig	Sat Dec 11 18:33:17 2004
2
+++ hotsmtpd/commands_smtp.c	Wed Dec 15 12:21:00 2004
3
@@ -199,7 +199,7 @@
4
   }
5
 
6
   /* Clean up after ourselves */
7
-  httpmail_destroy();
8
+  /*httpmail_destroy();*/
9
   if (body)
10
       free(body);
11
 }
(-)/usr/ports/mail/hotwayd82/pkg-message (-6 / +10 lines)
Lines 1-15 Link Here
1
1
********************
2
********************
2
hotwayd should normally be run from inetd (or xinetd).
3
hotwayd and hotsmtpd should normally be run from inetd (or xinetd).
3
To use the standard ports for pop3 and smtp, add lines
4
To use the standard ports for pop3 and smtp, add lines like the
4
like the following to /etc/inetd.conf:
5
following to /etc/inetd.conf:
5
6
6
pop3	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
7
pop3	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
8
smtp	stream	tcp	nowait	root	/usr/local/sbin/hotsmtpd hotsmtpd
7
9
8
Alternatively, you may specify an arbitrary port for hotwayd.
10
Alternatively, you may specify arbitrary ports for hotwayd and hotsmtpd.
9
Define them in /etc/services, and then add a line like the following to
11
Define them in /etc/services, and then add lines like the following to
10
/etc/inetd.conf:
12
/etc/inetd.conf:
11
13
12
hotwayd	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
14
hotwayd	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
15
hotsmtpd stream	tcp	nowait	root	/usr/local/sbin/hotsmtpd hotsmtpd
13
16
14
After making your changes, restart inetd. e.g.:
17
After making your changes, restart inetd. e.g.:
15
18
Lines 20-25 Link Here
20
address (e.g. example@hotmail.com), and the password is your your
23
address (e.g. example@hotmail.com), and the password is your your
21
password for hotmail (or whichever service you use).
24
password for hotmail (or whichever service you use).
22
25
23
For more detailed information see hotwayd(1) and the port
26
For more detailed information see hotwayd(1), hotsmtpd(1), and the port
24
documentation in ${PREFIX}/share/doc/hotwayd.
27
documentation in ${PREFIX}/share/doc/hotwayd.
25
********************
28
********************
29
(-)/usr/ports/mail/hotwayd82/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
sbin/hotwayd
1
sbin/hotwayd
2
sbin/hotsmtpd
2
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
3
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
3
%%PORTDOCS%%%%DOCSDIR%%/COPYING
4
%%PORTDOCS%%%%DOCSDIR%%/COPYING
4
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
5
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog

Return to bug 75125