Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 22:50:03 -0800 (PST)
From:      John Nielsen <john@jnielsen.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/44593: New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail
Message-ID:  <200211150650.gAF6o33I047553@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/44593; it has been noted by GNATS.

From: John Nielsen <john@jnielsen.net>
To: freebsd-gnats-submit@FreeBSD.org, john@jnielsen.net
Cc:  
Subject: Re: ports/44593: New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail
Date: Thu, 14 Nov 2002 23:52:05 -0700

 --------------Boundary-00=_T2VLSCW91H6GAJK8J22C
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 This is a minor update to the previous PR.  A new shell archive of the po=
 rt=20
 is attached.  Changes:
 
 The port calls itself hotwayd instead of hotway
 Version 0.51 instead of 0.5
 Master site set to SourceForge
 pkg-message is now printed during post-install
 
 JN
 --------------Boundary-00=_T2VLSCW91H6GAJK8J22C
 Content-Type: text/plain;
   charset="us-ascii";
   name="hotwayd.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename="hotwayd.shar"
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	hotwayd
 #	hotwayd/Makefile
 #	hotwayd/pkg-comment
 #	hotwayd/pkg-descr
 #	hotwayd/pkg-message
 #	hotwayd/pkg-plist
 #	hotwayd/distinfo
 #	hotwayd/files
 #	hotwayd/files/patch-inet.c
 #	hotwayd/files/patch-Makefile.in
 #
 echo c - hotwayd
 mkdir -p hotwayd > /dev/null 2>&1
 echo x - hotwayd/Makefile
 sed 's/^X//' >hotwayd/Makefile << 'END-of-hotwayd/Makefile'
 X# New ports collection makefile for:	hotwayd
 X# Date created:		29 October 2002
 X# Whom:		John Nielsen <john@jnielsen.net>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	hotwayd
 XPORTVERSION=	0.51
 XCATEGORIES=	mail
 X#MASTER_SITES=	http://people.freenet.de/courierdave/
 XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=	hotwayd
 XDISTNAME=	hotway-0.51
 X
 XMAINTAINER=	ports@freebsd.org
 X
 XLIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
 X		iconv.3:${PORTSDIR}/converters/libiconv
 X
 XUSE_BZIP2=	yes
 XGNU_CONFIGURE=	yes
 XUSE_GMAKE=	yes
 X
 Xpost-install:
 X	@${CAT} ${PKGMESSAGE}
 X
 X.include <bsd.port.mk>
 END-of-hotwayd/Makefile
 echo x - hotwayd/pkg-comment
 sed 's/^X//' >hotwayd/pkg-comment << 'END-of-hotwayd/pkg-comment'
 XA Hotmail -> POP3 gateway.
 END-of-hotwayd/pkg-comment
 echo x - hotwayd/pkg-descr
 sed 's/^X//' >hotwayd/pkg-descr << 'END-of-hotwayd/pkg-descr'
 XHotway uses HTTPMail (the same protocol that Outlook Express uses) to access
 XMicrosoft's Hotmail servers.  The software acts as a proxy mail server,
 Xallowing you to access hotmail and MSN accounts using a standard POP3 mail
 Xclient.
 X
 XWWW: http://people.freenet.de/courierdave
 END-of-hotwayd/pkg-descr
 echo x - hotwayd/pkg-message
 sed 's/^X//' >hotwayd/pkg-message << 'END-of-hotwayd/pkg-message'
 X
 XTo run hotwayd you need to add it to inetd.conf.
 XTo use the standard pop3 port for hotwayd, add the following
 Xline to /etc/inetd.conf:
 X
 Xpop3	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
 X
 XYou may also specify an arbitrary port for hotwayd.  Define it
 Xin /etc/services, and then use a line like this in /etc/inetd.conf:
 X
 Xhotwayd	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
 X
 XAfter making your changes, restart inetd. e.g.:
 X
 Xkillall -HUP inetd
 X
 XYou can now use fetchmail or any pop3 mail client to read your e-mail.
 XThe POP username should be your full hotmail or msn e-mail address,
 Xand the password is your hotmail/msn password.
 X
 END-of-hotwayd/pkg-message
 echo x - hotwayd/pkg-plist
 sed 's/^X//' >hotwayd/pkg-plist << 'END-of-hotwayd/pkg-plist'
 Xsbin/hotwayd
 Xinclude/hotwayd.h
 Xinclude/httpmail.h
 Xinclude/ghttp.h
 Xinclude/ghttp_constants.h
 END-of-hotwayd/pkg-plist
 echo x - hotwayd/distinfo
 sed 's/^X//' >hotwayd/distinfo << 'END-of-hotwayd/distinfo'
 XMD5 (hotway-0.51.tar.bz2) = b221348a725b87f915f1a215f15f5919
 END-of-hotwayd/distinfo
 echo c - hotwayd/files
 mkdir -p hotwayd/files > /dev/null 2>&1
 echo x - hotwayd/files/patch-inet.c
 sed 's/^X//' >hotwayd/files/patch-inet.c << 'END-of-hotwayd/files/patch-inet.c'
 X--- inet.c.orig	Tue Oct 29 08:09:14 2002
 X+++ inet.c	Tue Oct 29 08:09:27 2002
 X@@ -24,6 +24,7 @@
 X #include <sys/types.h>
 X #include <sys/socket.h>
 X #include <stdlib.h>
 X+#include <netinet/in.h>
 X #include <arpa/inet.h>
 X #include <netdb.h>
 X 
 END-of-hotwayd/files/patch-inet.c
 echo x - hotwayd/files/patch-Makefile.in
 sed 's/^X//' >hotwayd/files/patch-Makefile.in << 'END-of-hotwayd/files/patch-Makefile.in'
 X--- Makefile.in.orig	Tue Oct 29 08:13:59 2002
 X+++ Makefile.in	Tue Oct 29 08:14:43 2002
 X@@ -101,7 +101,7 @@
 X DEFS = @DEFS@ -I. -I$(srcdir) 
 X CPPFLAGS = @CPPFLAGS@
 X LDFLAGS = @LDFLAGS@
 X-LIBS = @LIBS@
 X+LIBS = -L /usr/local/lib -lm -lz -lxml2 -liconv
 X hotwayd_OBJECTS =  hotwayd.o commands.o xmlstuff.o inet.o
 X hotwayd_DEPENDENCIES =  libghttp-1.0.9-mod/ghttp.c \
 X libghttp-1.0.9-mod/http_date.c libghttp-1.0.9-mod/http_hdrs.c \
 END-of-hotwayd/files/patch-Makefile.in
 exit
 
 
 --------------Boundary-00=_T2VLSCW91H6GAJK8J22C--
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211150650.gAF6o33I047553>