From owner-freebsd-ports Thu Aug 23 13:20:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6CB537B40E for ; Thu, 23 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NKK1746173; Thu, 23 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id BDD1D37B405 for ; Thu, 23 Aug 2001 13:17:16 -0700 (PDT) (envelope-from gslin@infomath.math.nctu.edu.tw) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7NKHBf91746 for ; Fri, 24 Aug 2001 04:17:11 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id A9EB13D99; Fri, 24 Aug 2001 04:17:09 +0800 (CST) Message-Id: <20010823201709.A9EB13D99@infomath.math.nctu.edu.tw> Date: Fri, 24 Aug 2001 04:17:09 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30003: New port: mail/vm-pop3d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30003 >Category: ports >Synopsis: New port: mail/vm-pop3d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 13:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: New port: vm-pop3d - A virtual POP3 server >How-To-Repeat: >Fix: # 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: # # vm-pop3d/ # vm-pop3d/pkg-comment # vm-pop3d/Makefile # vm-pop3d/distinfo # vm-pop3d/pkg-descr # vm-pop3d/pkg-plist # vm-pop3d/files # vm-pop3d/files/patch-configure # vm-pop3d/files/patch-configure.in # echo c - vm-pop3d/ mkdir -p vm-pop3d/ > /dev/null 2>&1 echo x - vm-pop3d/pkg-comment sed 's/^X//' >vm-pop3d/pkg-comment << 'END-of-vm-pop3d/pkg-comment' XA virtual POP3 server END-of-vm-pop3d/pkg-comment echo x - vm-pop3d/Makefile sed 's/^X//' >vm-pop3d/Makefile << 'END-of-vm-pop3d/Makefile' X# New ports collection makefile for: gslin X# Date created: 24 August 2001 X# Whom: Gea-Suan Lin (gslin.am88@nctu.edu.tw) X# X# $FreeBSD$ X# X XPORTNAME= vm-pop3d XPORTVERSION= 1.1.4 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= system/mail/pop X XMAINTAINER= gslin.am88@nctu.edu.tw X XGNU_CONFIGURE= yes XMAN8= vm-pop3d.8 X Xpost-install: X.if !defined(NOPORTSDOCS) X ${MKDIR} ${PREFIX}/share/doc/vm-pop3d X ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/CHANGES ${WRKSRC}/COPYING ${WRKSRC}/FAQ ${WRKSRC}/INSTALL ${WRKSRC}/README ${PREFIX}/share/doc/vm-pop3d X ${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${PREFIX}/man/man8 X.endif X X.include END-of-vm-pop3d/Makefile echo x - vm-pop3d/distinfo sed 's/^X//' >vm-pop3d/distinfo << 'END-of-vm-pop3d/distinfo' XMD5 (vm-pop3d-1.1.4.tar.gz) = 7c7b80bac86ec75a98f9ebba9ce0144c END-of-vm-pop3d/distinfo echo x - vm-pop3d/pkg-descr sed 's/^X//' >vm-pop3d/pkg-descr << 'END-of-vm-pop3d/pkg-descr' Xvm-pop3d is a POP3 server. It is free to download and use. It supports Xalternative password files and mail spool directories; it can be used for Xsetting up virtual email accounts -- mailboxes without real Unix owners for Xeach. This will allow you to have multiple email accounts with the same name Xon one system. X X- Gea-Suan Lin X gslin@ccca.nctu.edu.tw END-of-vm-pop3d/pkg-descr echo x - vm-pop3d/pkg-plist sed 's/^X//' >vm-pop3d/pkg-plist << 'END-of-vm-pop3d/pkg-plist' Xsbin/vm-pop3d Xshare/vm-pop3d/doc/AUTHORS Xshare/vm-pop3d/doc/CHANGES Xshare/vm-pop3d/doc/COPYING Xshare/vm-pop3d/doc/FAQ Xshare/vm-pop3d/doc/INSTALL Xshare/vm-pop3d/doc/README END-of-vm-pop3d/pkg-plist echo c - vm-pop3d/files mkdir -p vm-pop3d/files > /dev/null 2>&1 echo x - vm-pop3d/files/patch-configure sed 's/^X//' >vm-pop3d/files/patch-configure << 'END-of-vm-pop3d/files/patch-configure' X--- configure.orig Fri Aug 24 03:22:46 2001 X+++ configure Fri Aug 24 03:23:02 2001 X@@ -1174,7 +1174,7 @@ X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpam -ldl $LIBS" X+LIBS="-lpam $LIBS" X cat > conftest.$ac_ext <&6 X- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF X+ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF X #define HAVE_LIBPAM 1 X EOF X END-of-vm-pop3d/files/patch-configure echo x - vm-pop3d/files/patch-configure.in sed 's/^X//' >vm-pop3d/files/patch-configure.in << 'END-of-vm-pop3d/files/patch-configure.in' X--- configure.in.orig Fri Aug 24 03:22:50 2001 X+++ configure.in Fri Aug 24 03:23:59 2001 X@@ -17,7 +17,7 @@ X X if test x"$ac_cv_header_security_pam_appl_h" = x"yes"; then X AC_CHECK_LIB(pam, pam_authenticate, X- [LIBS="$LIBS -ldl -lpam"; AC_DEFINE(HAVE_LIBPAM)],, -ldl) X+ [LIBS="$LIBS -lpam"; AC_DEFINE(HAVE_LIBPAM)],,) X fi X X dnl Checks for typedefs, structures, and compiler characteristics. END-of-vm-pop3d/files/patch-configure.in exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message