add vm-pop3d

A virtual POP3 server

PR:		30004
Submitted by:	Gea-Suan Lin <gslin.am88@nctu.edu.tw>
This commit is contained in:
Ying-Chieh Liao 2001-08-24 08:51:23 +00:00
parent cefbf2feab
commit 754e03cf9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46770
7 changed files with 65 additions and 0 deletions

View file

@ -191,6 +191,7 @@
SUBDIR += tlb SUBDIR += tlb
SUBDIR += tmda SUBDIR += tmda
SUBDIR += vbsfilter SUBDIR += vbsfilter
SUBDIR += vm-pop3d
SUBDIR += vpopmail SUBDIR += vpopmail
SUBDIR += vqadmin SUBDIR += vqadmin
SUBDIR += vrfy SUBDIR += vrfy

26
mail/vm-pop3d/Makefile Normal file
View file

@ -0,0 +1,26 @@
# New ports collection makefile for: gslin
# Date created: 24 August 2001
# Whom: Gea-Suan Lin (gslin.am88@nctu.edu.tw)
#
# $FreeBSD$
#
PORTNAME= vm-pop3d
PORTVERSION= 1.1.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/mail/pop
MAINTAINER= gslin.am88@nctu.edu.tw
GNU_CONFIGURE= yes
MAN8= vm-pop3d.8
post-install:
${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${MAN8PREFIX}/man/man8
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/CHANGES ${WRKSRC}/COPYING ${WRKSRC}/FAQ ${WRKSRC}/INSTALL ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
mail/vm-pop3d/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (vm-pop3d-1.1.4.tar.gz) = 7c7b80bac86ec75a98f9ebba9ce0144c

View file

@ -0,0 +1,20 @@
--- configure.orig Fri Aug 24 03:22:46 2001
+++ configure Fri Aug 24 03:23:02 2001
@@ -1174,7 +1174,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpam -ldl $LIBS"
+LIBS="-lpam $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1180 "configure"
#include "confdefs.h"
@@ -1202,7 +1202,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF
+ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF
#define HAVE_LIBPAM 1
EOF

View file

@ -0,0 +1 @@
A virtual POP3 server

8
mail/vm-pop3d/pkg-descr Normal file
View file

@ -0,0 +1,8 @@
vm-pop3d is a POP3 server. It is free to download and use. It supports
alternative password files and mail spool directories; it can be used for
setting up virtual email accounts -- mailboxes without real Unix owners for
each. This will allow you to have multiple email accounts with the same name
on one system.
- Gea-Suan Lin
gslin@ccca.nctu.edu.tw

8
mail/vm-pop3d/pkg-plist Normal file
View file

@ -0,0 +1,8 @@
sbin/vm-pop3d
%%PORTDOCS%%share/doc/vm-pop3d/AUTHORS
%%PORTDOCS%%share/doc/vm-pop3d/CHANGES
%%PORTDOCS%%share/doc/vm-pop3d/COPYING
%%PORTDOCS%%share/doc/vm-pop3d/FAQ
%%PORTDOCS%%share/doc/vm-pop3d/INSTALL
%%PORTDOCS%%share/doc/vm-pop3d/README
%%PORTDOCS%%@dirrm share/doc/vm-pop3d