FreeBSD Bugzilla – Attachment 42389 Details for
Bug 66113
New port: mail/missey A secure and efficient POP3 server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
missey.shar
missey.shar (text/plain), 3.04 KB, created by
Jason Li
on 2004-04-30 15:10:22 UTC
(
hide
)
Description:
missey.shar
Filename:
MIME Type:
Creator:
Jason Li
Created:
2004-04-30 15:10:22 UTC
Size:
3.04 KB
patch
obsolete
># 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@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@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@dirrm etc/missey >END-of-missey/pkg-plist >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 66113
: 42389