Bug 18782 - port of solidpop
Summary: port of solidpop
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-05-23 23:20 UTC by drkangel
Modified: 2000-06-09 14:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description drkangel 2000-05-23 23:20:01 UTC
# 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:
#
#	solidpop3d
#	solidpop3d/files
#	solidpop3d/files/md5
#	solidpop3d/pkg
#	solidpop3d/pkg/COMMENT
#	solidpop3d/pkg/DESCR
#	solidpop3d/pkg/PLIST
#	solidpop3d/Makefile
#
echo c - solidpop3d
mkdir -p solidpop3d > /dev/null 2>&1
echo c - solidpop3d/files
mkdir -p solidpop3d/files > /dev/null 2>&1
echo x - solidpop3d/files/md5
sed 's/^X//' >solidpop3d/files/md5 << 'END-of-solidpop3d/files/md5'
XMD5 (solid-pop3d-0.15.tar.gz) = 1b893fcfdceef7d3c209094e34023c02
END-of-solidpop3d/files/md5
echo c - solidpop3d/pkg
mkdir -p solidpop3d/pkg > /dev/null 2>&1
echo x - solidpop3d/pkg/COMMENT
sed 's/^X//' >solidpop3d/pkg/COMMENT << 'END-of-solidpop3d/pkg/COMMENT'
XSolidPop3 POP3 daemon (fully RFC1939 compliant)
END-of-solidpop3d/pkg/COMMENT
echo x - solidpop3d/pkg/DESCR
sed 's/^X//' >solidpop3d/pkg/DESCR << 'END-of-solidpop3d/pkg/DESCR'
XThe Solid POP3 Server is an implementation of a Post Office Protocol version 3 server that has flexibility as its main goal. The
X                      server is easily configurable and has support for few features such as:
X                      - APOP authentication scheme
X                      - virtual hosting
X                      - maildir and mailbox handling
X                      - bulletins
X                      - expiration of messages
X
XEach user can specify his maildrop (its position and type). The format used in specification of maildrop's position should handle
Xalmost all widely-used system configurations. The server also seems to be fast, however no tests have been performed, so it's
Xrather relative feeling. The design used is very similar to the design of Solar Designer's POPA3D server. This solution let's
Xminimalize size of code working with root privileges. The code was also heavily checked for buffer overflow leaks and file races.
XNone have been found as for now. All operations on files are done with user privileges. There is no SUID APOP secrets database
Xmanagement program (as in QPOP). Each user can specify his secret in his own home directory.
X
X- Marco Rodrigues
Xdrkangel@drkangel.org
END-of-solidpop3d/pkg/DESCR
echo x - solidpop3d/pkg/PLIST
sed 's/^X//' >solidpop3d/pkg/PLIST << 'END-of-solidpop3d/pkg/PLIST'
Xsbin/spop3d
END-of-solidpop3d/pkg/PLIST
echo x - solidpop3d/Makefile
sed 's/^X//' >solidpop3d/Makefile << 'END-of-solidpop3d/Makefile'
X# New ports collection makefile for:   solidpop3d
X# Date created:        22 May 2000
X# Whom:                Marco Rodrigues
X#
X# $FreeBSD$
X#
X
XPORTNAME=      solid-pop3d
XPORTVERSION=   0.15
XCATEGORIES=    mail
XMASTER_SITES=  http://solidpop3d.pld.org.pl/
XMASTER_SITES=  ftp://207.176.230.192/
X
XMAINTAINER=    drkangel@drkangel.org
X
XHAS_CONFIGURE=          yes
XCONFIGURE_SCRIPT=       configure
X
XMAN1=          pop_auth.1
XMAN5=          spop3d.conf.5 dot-spop3d.5
XMAN8=          spop3d.8
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/src/spop3d ${PREFIX}/sbin
X	${INSTALL_MAN} ${WRKSRC}/man/pop_auth.1 ${PREFIX}/man/man1
X	${INSTALL_MAN} ${WRKSRC}/man/spop3d.conf.5 ${PREFIX}/man/man5
X	${INSTALL_MAN} ${WRKSRC}/man/dot-spop3d.5 ${PREFIX}/man/man5
X	${INSTALL_MAN} ${WRKSRC}/man/spop3d.8 ${PREFIX}/man/man8
X	${INSTALL_DATA} ${WRKSRC}/doc/config.example ${PREFIX}/etc/spop3d.conf.sample
X
X.include <bsd.port.mk>
END-of-solidpop3d/Makefile
exit
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2000-06-08 17:20:25 UTC
Hi,

It would be nice if you will add script for creation of the user required to
run the daemon. You can use script from popper/popper3 ports, tweak it and
submit as a follow-up to this PR.

Thanks!

-Maxim
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2000-06-09 14:29:58 UTC
State Changed
From-To: open->closed

Committed with many additions and cleanups. 

Anyway, thanks!