ports/66113: New port: mail/missey A secure and efficient POP3 server
Xin LI
delphij at frontfree.net
Fri Apr 30 14:10:23 UTC 2004
>Number: 66113
>Category: ports
>Synopsis: New port: mail/missey A secure and efficient POP3 server
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Apr 30 07:10:22 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Xin LI
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD beastie.frontfree.net 5.2-CURRENT FreeBSD 5.2-CURRENT #33: Mon Apr 26 15:10:21 CST 2004 delphij at beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386
>Description:
Missey POP3 Server is a secure, small and high performance POP3 server.
>How-To-Repeat:
>Fix:
--- missey.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:
#
# missey
# missey/files
# missey/files/Makefile
# missey/Makefile
# missey/distinfo
# missey/pkg-descr
# missey/pkg-plist
#
echo c - missey
mkdir -p missey > /dev/null 2>&1
echo c - missey/files
mkdir -p missey/files > /dev/null 2>&1
echo x - missey/files/Makefile
sed 's/^X//' >missey/files/Makefile << 'END-of-missey/files/Makefile'
X# $FreeBSD$
X
XSRCS_M = main.c pop3d.c auth.c plcat.c mydaemon.c listen.c sig.c log.c conf.c checkip.c auth.h checkip.h conf.h const.h listen.h log.h mydaemon.h plcat.h pop3d.h sig.h
XSRCS_B = bent.c
X
XOBJS_M = ${SRCS_M:N*.h:R:S/$/.o/}
XOBJS_B = ${SRCS_B:N*.h:R:S/$/.o/}
X
XLDFLAGS += -lcrypt
X
XMISSEY ?= missey
XBENT ?= bent
X
Xall: $(MISSEY) $(BENT)
X$(MISSEY): $(OBJS_M)
X $(CC) $(CFLAGS) -o $(MISSEY) $(OBJS_M) $(LDFLAGS)
X$(BENT): $(OBJS_B)
X $(CC) $(CFLAGS) ${PTHREAD_CFLAGS} -o $(BENT) $(SRCS_B) ${PTHREAD_LIBS}
Xinstall:
X @${MKDIR} -p $(PREFIX)/etc/missey/
X ${INSTALL_DATA} $(WRKSRC)/pop3d.conf $(PREFIX)/etc/missey/pop3d.conf-dist
X ${INSTALL_PROGRAM} $(WRKSRC)/$(MISSEY) $(PREFIX)/sbin/$(MISSEY)
X ${INSTALL_PROGRAM} $(WRKSRC)/$(BENT) $(PREFIX)/sbin/$(BENT)
X
Xclean :
X rm -f *.o *.core core.* *~ *.s missey bent
X
END-of-missey/files/Makefile
echo x - missey/Makefile
sed 's/^X//' >missey/Makefile << 'END-of-missey/Makefile'
X# New ports collection makefile for: missey
X# Date created: 30 April 2004
X# Whom: delphij at FreeBSD.org.cn
X#
X# $FreeBSD$
X#
X
XPORTNAME= missey
XPORTVERSION= 1.1.0
XCATEGORIES= mail
XMASTER_SITES= http://snofe.dot66.net/missey/
X
XMAINTAINER= delphij at FreeBSD.org.cn
XCOMMENT= Secure small and high performance POP3 server
X
XUSE_BZIP2= yes
X
XWRKSRC= ${WRKDIR}/missey/src
X
XMAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" PREFIX="$(PREFIX)" INSTALL_PROGRAM="$(INSTALL_PROGRAM)" INSTALL_DATA="$(INSTALL_DATA)" MKDIR="$(MKDIR)" WRKSRC="$(WRKSRC)"
X
Xpost-patch:
X @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-missey/Makefile
echo x - missey/distinfo
sed 's/^X//' >missey/distinfo << 'END-of-missey/distinfo'
XMD5 (missey-1.1.0.tar.bz2) = 668b845922a13c9cfbcae931702954b9
XSIZE (missey-1.1.0.tar.bz2) = 16687
END-of-missey/distinfo
echo x - missey/pkg-descr
sed 's/^X//' >missey/pkg-descr << 'END-of-missey/pkg-descr'
XMissey POP3 Server is a secure, small codes and high performance POP3 server.
XIt's extremely fast and memory footprint is very low.
X
XCurrently Missey supports system user (virtual user support will be added
Xin the future) and Maildir format only.
X
XSource code released under a traditional 4-clause BSD License.
X
XWWW: http://snofe.dot66.net/missey/index.html
END-of-missey/pkg-descr
echo x - missey/pkg-plist
sed 's/^X//' >missey/pkg-plist << 'END-of-missey/pkg-plist'
Xetc/missey/pop3d.conf-dist
Xsbin/bent
Xsbin/missey
X at dirrm etc/missey
END-of-missey/pkg-plist
exit
--- missey.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list