Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 06:20:13 -0800 (PST)
From:      "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48664: New port: Binc IMAP is a GPL licensed IMAP4rev1 server for Maildir
Message-ID:  <200302251420.h1PEKDTN028157@freefall.freebsd.org>

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

From: "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To: Dale Woolridge <dale-freebsd-port-binc@woolridge.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/48664: New port: Binc IMAP is a GPL licensed IMAP4rev1
 server for Maildir
Date: Tue, 25 Feb 2003 15:19:04 +0100

 --=.Pb(7g0nu+iPtf?
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Lately Dale Woolridge told:
 
 > sed 's/^X//' >/usr/ports/mail/bincimap/Makefile << 'END-of-/usr/ports/mail/bincimap/Makefile'
 [...]
 > XDISTNAME=	${PORTNAME}-${PORTVERSION}
 
 this is the default.
 
 > X	@${CAT} pkg-message
 ${PKGMESSAGE} or at least ${.CURDIR}/pkg-message
 
 > sed 's/^X//' >/usr/ports/mail/bincimap/pkg-plist << 'END-of-/usr/ports/mail/bincimap/pkg-plist'
 [...]
 > Xman/man1/bincimapd.1
 > Xman/man5/bincimap.conf.5
 
 man pages shouldn't appear in the plist but should be noted in the
 Makefile:
 MAN1=	bincimapd.1
 MAN5=	bincimap.conf.5
 
 > sed 's/^X//' >/usr/ports/mail/bincimap/files/patch-01 << 'END-of-/usr/ports/mail/bincimap/files/patch-01'
 > X--- conf/bincimap.conf	Sat Feb 22 06:53:56 2003
 > X+++ conf/bincimap.conf	Mon Feb 24 02:59:54 2003
 > X@@ -91,7 +91,7 @@ Session {
 > X 
 > X //----------------------------------------------------------------------------
 > X SSL {
 > X-    pem file = "/usr/share/ssl/certs/stunnel.pem", /* private key and
 > X+    pem file = "/usr/local/etc/stunnel/mail.pem",  /* private key and
 
 ${LOCALBASE}?
 
 > sed 's/^X//' >/usr/ports/mail/bincimap/files/patch-03 << 'END-of-/usr/ports/mail/bincimap/files/patch-03'
 > X--- service/run-ssl.in	Sat Feb 22 11:49:36 2003
 > X+++ service/run-ssl.in	Tue Feb 25 05:11:34 2003
 > X@@ -11,5 +11,5 @@ exec	tcpserver -c 100 -u 0 -g 0			\
 > X     --logtype=multilog					\
 > X     --conf=@sysconfdir@/bincimap.conf --ssl     	\
 > X     @prefix@/bin/bincimap-auth-checkpassword		\
 > X-    /bin/checkpassword					\
 > X+    /usr/local/bin/checkpassword			\
 
 ${LOCALBASE}?
 
 > X     @prefix@/bin/bincimap-uidpwd
 > X--- service/run.in	Sat Feb 22 11:49:36 2003
 > X+++ service/run.in	Tue Feb 25 05:11:44 2003
 > X@@ -11,5 +11,5 @@ exec	tcpserver -c 100 -u 0 -g 0		\
 > X     --logtype=multilog				\
 > X     --conf=@sysconfdir@/bincimap.conf	\
 > X     @prefix@/bin/bincimap-auth-checkpassword	\
 > X-    /bin/checkpassword				\
 > X+    /usr/local/bin/checkpassword		\
 
 ${LOCALBASE}?
 
 > sed 's/^X//' >/usr/ports/mail/bincimap/bincimap.shar << 'END-of-/usr/ports/mail/bincimap/bincimap.shar'
 > X# This is a shell archive.  Save it in a file, remove anything before
 
 well, yes...
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.Pb(7g0nu+iPtf?
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.0 (GNU/Linux)
 
 iD8DBQE+W3ter5S+dk6z85oRAtImAKDosg6f+mEglNdRr1UKoWwlhsRyrgCg1VYs
 HiPwdAEtbbV13iGJkVnPiTw=
 =i1WP
 -----END PGP SIGNATURE-----
 
 --=.Pb(7g0nu+iPtf?--

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




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