summaryrefslogtreecommitdiff
path: root/mail/cucipop/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-01-26use bsd.pkg.install.mk features, SPECIAL_PERMS for setgid binary,grant1-1/+13
use MAKE_DIRS for bulletins directory. use BSD install to install binaries and man pages. fixes install on Solaris. bump PKGREVISION.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-15Use ROOT_USER and ROOT_GROUP in patch file, instead of root and wheel.jmmv1-1/+4
2003-06-07Avoid hardcoding /usr/pkg in patch files.jmmv1-2/+2
Do the "dynamic" substitution in the pre-configure target instead of post-patch so that patches can be generated properly after a "make patch".
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-08-21include libs to make this work on Solaris.grant1-1/+5
2001-02-23pull latest IPv6 patch. this fixes standalone mode behavior.itojun1-2/+2
commented by brad@openbsd
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-28pull newer IPv6 patch. fixes issues with loggingitojun1-2/+2
2000-12-01Make this work on pre-1.5 systems -- check if USE_INET6 is definedfredb1-2/+2
before testing it's value.
2000-11-22pull IPv6 support from ftp.kame.netitojun1-1/+14
1998-07-21Addition of cucipop, version 1.31, to the NetBSD packages collection.agc1-0/+19
Cucipop, the Cubic Circle POP3 server, is a very small and fast server for POP3 mail clients--far faster than UW's ipop3d. It does not support POP2, but it does include support for the TOP extension to POP3, Content-Length: headers, and APOP. It can be run from inetd or standalone. Please note that this package is shareware. This package is based on Todd Vierling's submission in PR pkg/4977, as well as Jim Wise's submission in PR pkg/4910, which were put on hold until the licence logic had been added to bsd.pkg.mk, but I've also updated this to version 1.31, and fixed a few things in the compilation process.