From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 8 04:50:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F8A137B404 for ; Tue, 8 Apr 2003 04:50:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493D343FCB for ; Tue, 8 Apr 2003 04:50:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38BoPUp040967 for ; Tue, 8 Apr 2003 04:50:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38BoPn0040966; Tue, 8 Apr 2003 04:50:25 -0700 (PDT) Resent-Date: Tue, 8 Apr 2003 04:50:25 -0700 (PDT) Resent-Message-Id: <200304081150.h38BoPn0040966@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Kolobov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D9E837B401 for ; Tue, 8 Apr 2003 04:49:14 -0700 (PDT) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id B53F643F93 for ; Tue, 8 Apr 2003 04:49:12 -0700 (PDT) (envelope-from sgk@outpost.globcon.net) Received: (qmail 78769 invoked by uid 911); 8 Apr 2003 11:49:13 -0000 Message-Id: <20030408114913.78768.qmail@outpost.globcon.net> Date: 8 Apr 2003 11:49:13 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50719: [NEW PORT] mail/bincimap: Light-weight IMAP server for Maildir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 11:50:27 -0000 >Number: 50719 >Category: ports >Synopsis: [NEW PORT] mail/bincimap: Light-weight IMAP server for Maildir >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 08 04:50:24 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan 2 03:13:48 MSK >Description: Binc IMAP is a GPL licensed IMAP4rev1 server for Maildir, written in C++. It strives to be stable, fast, flexible, and RFC compliant. For those familiar with qmail-pop3d, this IMAP server will be the natural choice. It is invoked similarily and uses checkpassword to authenticate. Author: Andreas Aardal Hanssen WWW: http://www.bincimap.org/ Supercedes: ports/48664, ports/50459, ports/50630 Tested on: -STABLE NOTE: the port does NOT compile on -CURRENT due to GCC 3.2.2 differences. The author is notified and I am awaiting a patch. >How-To-Repeat: >Fix: --- bincimap.shar begins here --- # 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: # # bincimap # bincimap/Makefile # bincimap/distinfo # bincimap/pkg-descr # bincimap/pkg-plist # echo c - bincimap mkdir -p bincimap > /dev/null 2>&1 echo x - bincimap/Makefile sed 's/^X//' >bincimap/Makefile << 'END-of-bincimap/Makefile' X# New ports collection makefile for: bincimap X# Date created: 27 Mar 2003 X# Whom: Sergei Kolobov X# X# $FreeBSD$ X# X XPORTNAME= bincimap XPORTVERSION= 1.1.4 XCATEGORIES= mail XMASTER_SITES= http://www.bincimap.org/dl/tarballs/ X XMAINTAINER= sergei@kolobov.com XCOMMENT= Light-weight IMAP server for Maildir X XUSE_BZIP2= yes XGNU_CONFIGURE= yes X XCONFIG_DIR?= ${PREFIX}/etc/${PORTNAME} XPLIST_SUB+= CONFIG_DIR="${CONFIG_DIR:S,^${PREFIX}/,,}" X XCONFIGURE_ARGS+= --sysconfdir=${CONFIG_DIR} XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X X.if defined(WITHOUT_OPENSSL) XCONFIGURE_ARGS+= --without-ssl X.else XCONFIGURE_ARGS+= --with-ssl XUSE_OPENSSL= yes X.endif X XMAN1= bincimap-up.1 bincimapd.1 XMAN5= bincimap.conf.5 XDOCS= AUTHORS ChangeLog README doc/bincimap* X X.include X X.if ${OSVERSION} < 500041 XLIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt XCONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" X.endif X Xpost-install: X @${MKDIR} ${CONFIG_DIR} X @cd ${WRKSRC}/conf && \ X ${INSTALL_DATA} bincimap.conf ${CONFIG_DIR} && \ X ${INSTALL_DATA} bincimap.conf ${CONFIG_DIR}/bincimap.conf.sample X.for dir in xinetd supervise/imap/log supervise/imaps/log X @${MKDIR} ${EXAMPLESDIR}/${dir} X.endfor X @cd ${WRKSRC}/conf && \ X ${INSTALL_DATA} xinetd-bincimap ${EXAMPLESDIR}/xinetd/imap && \ X ${INSTALL_DATA} xinetd-bincimaps ${EXAMPLESDIR}/xinetd/imaps X @cd ${WRKSRC}/service && \ X ${INSTALL_DATA} run ${EXAMPLESDIR}/supervise/imap && \ X ${INSTALL_DATA} log/run ${EXAMPLESDIR}/supervise/imap/log && \ X ${INSTALL_DATA} run-ssl ${EXAMPLESDIR}/supervise/imaps/run && \ X ${INSTALL_DATA} log/run ${EXAMPLESDIR}/supervise/imaps/log X @cd ${WRKSRC}/man && \ X ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1 && \ X ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5 X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} X.endif X X.include END-of-bincimap/Makefile echo x - bincimap/distinfo sed 's/^X//' >bincimap/distinfo << 'END-of-bincimap/distinfo' XMD5 (bincimap-1.1.4.tar.bz2) = d0a9631b702260ca26d82612b338e93e END-of-bincimap/distinfo echo x - bincimap/pkg-descr sed 's/^X//' >bincimap/pkg-descr << 'END-of-bincimap/pkg-descr' XBinc IMAP is a GPL licensed IMAP4rev1 server for Maildir, written in C++. XIt strives to be stable, fast, flexible, and RFC compliant. X XFor those familiar with qmail-pop3d, this IMAP server will be the natural Xchoice. It is invoked similarily and uses checkpassword to authenticate. X XAuthor: Andreas Aardal Hanssen XWWW: http://www.bincimap.org/ END-of-bincimap/pkg-descr echo x - bincimap/pkg-plist sed 's/^X//' >bincimap/pkg-plist << 'END-of-bincimap/pkg-plist' Xbin/bincimapd Xbin/bincimap-up X%%CONFIG_DIR%%/bincimap.conf.sample X@unexec rmdir %%CONFIG_DIR%% 2>/dev/null || true X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/bincimap-faq.html X%%PORTDOCS%%%%DOCSDIR%%/bincimap-goals.html X%%PORTDOCS%%%%DOCSDIR%%/bincimap-imapdir.html X%%PORTDOCS%%%%DOCSDIR%%/bincimap-tech.html X%%PORTDOCS%%%%DOCSDIR%%/bincimap.css X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%EXAMPLESDIR%%/xinetd/imap X%%EXAMPLESDIR%%/xinetd/imaps X@dirrm %%EXAMPLESDIR%%/xinetd X%%EXAMPLESDIR%%/supervise/imap/run X%%EXAMPLESDIR%%/supervise/imap/log/run X@dirrm %%EXAMPLESDIR%%/supervise/imap/log X@dirrm %%EXAMPLESDIR%%/supervise/imap X%%EXAMPLESDIR%%/supervise/imaps/run X%%EXAMPLESDIR%%/supervise/imaps/log/run X@dirrm %%EXAMPLESDIR%%/supervise/imaps/log X@dirrm %%EXAMPLESDIR%%/supervise/imaps X@dirrm %%EXAMPLESDIR%%/supervise X@dirrm %%EXAMPLESDIR%% END-of-bincimap/pkg-plist exit --- bincimap.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: