Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

6
mail/solid-pop3d/DESCR Normal file
View File

@@ -0,0 +1,6 @@
The Solid POP3 Server is an implementation of a Post Office Protocol
version 3 server that has flexibility as its main goal. The server is
easily configurable and has support for few features such as APOP
authentication scheme, virtual hosting, maildir and mailbox handling,
bulletins and expiration of messages. Each user can specify position and
type of his maildrop.

16
mail/solid-pop3d/MESSAGE Normal file
View File

@@ -0,0 +1,16 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2002/05/12 16:54:45 hubertf Exp $
The config file for ${PKGNAME} must be located at ${PKG_SYSCONFDIR}
Example files are located at ${EGDIR}
To use ${PKGNAME} you must add 'spop3d' user:
spop3d:*:68:32766::0:0:spop3d:/sbin/nonexistent:/sbin/nologin
To run ${PKGNAME} from inetd, make sure you didn't enable standalone
option and add the following line to /etc/inetd.conf:
pop3 stream tcp nowait root ${PREFIX}/sbin/spop3d spop3d
===========================================================================

36
mail/solid-pop3d/Makefile Normal file
View File

@@ -0,0 +1,36 @@
# $NetBSD: Makefile,v 1.7 2012/10/08 12:19:31 asau Exp $
DISTNAME= solid-pop3d-0.15
CATEGORIES= mail
MASTER_SITES= http://solidpop3d.pld.org.pl/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://solidpop3d.pld.org.pl/
COMMENT= Flexible POP3 server
EGDIR= ${PREFIX}/share/examples/spop3d
MESSAGE_SUBST+= EGDIR=${EGDIR}
PLIST_SRC= # empty
EXAMPLES= # empty
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-logextend
CONFIGURE_ARGS+= --enable-statistics
.include "options.mk"
PLIST_SRC+= ${PKGDIR}/PLIST
EXAMPLES+= config.example
INSTALLATION_DIRS+= ${EGDIR} share/doc/solid-pop3d
post-install:
cd ${WRKSRC}/doc; for i in ${EXAMPLES}; do \
${INSTALL_DATA} $${i} ${DESTDIR}${EGDIR}/$${i}; \
done
.for i in AUTHORS CONFIGFILE COPYING ChangeLog INSTALL README THANKS VIRTUALS
${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/share/doc/solid-pop3d
.endfor
.include "../../mk/bsd.pkg.mk"

14
mail/solid-pop3d/PLIST Normal file
View File

@@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:43 joerg Exp $
man/man5/spop3d.conf.5
man/man5/dot-spop3d.5
man/man8/spop3d.8
sbin/spop3d
share/examples/spop3d/config.example
share/doc/solid-pop3d/AUTHORS
share/doc/solid-pop3d/CONFIGFILE
share/doc/solid-pop3d/COPYING
share/doc/solid-pop3d/ChangeLog
share/doc/solid-pop3d/INSTALL
share/doc/solid-pop3d/README
share/doc/solid-pop3d/THANKS
share/doc/solid-pop3d/VIRTUALS

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST.apop,v 1.1.1.1 2002/05/12 16:54:45 hubertf Exp $
man/man1/pop_auth.1

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2005/02/24 09:59:29 agc Exp $
SHA1 (solid-pop3d-0.15.tar.gz) = 77534072dc352700acf23d29c781659833e53a04
RMD160 (solid-pop3d-0.15.tar.gz) = c01c120bb835c0e7b139ff091e3f80aecada1b05
Size (solid-pop3d-0.15.tar.gz) = 102927 bytes
SHA1 (patch-aa) = ce2a1959bfd917f99281c6b0f3e5ed9fd47511d8

View File

@@ -0,0 +1,45 @@
# $NetBSD: options.mk,v 1.2 2012/06/12 15:45:58 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.solid-pop3d
PKG_SUPPORTED_OPTIONS= inet6
PKG_SUPPORTED_OPTIONS+= solid-pop3d-aliases
PKG_SUPPORTED_OPTIONS+= solid-pop3d-apop
PKG_SUPPORTED_OPTIONS+= solid-pop3d-standalone
PKG_SUGGESTED_OPTIONS= inet6
PKG_OPTIONS_LEGACY_VARS+= SPOP3D_ENABLE_ALIASES:solid-pop3d-aliases
PKG_OPTIONS_LEGACY_VARS+= SPOP3D_ENABLE_APOP:solid-pop3d-apop
PKG_OPTIONS_LEGACY_VARS+= SPOP3D_ENABLE_STANDALONE:solid-pop3d-standalone
.include "../../mk/bsd.options.mk"
###
### IPv6 support
###
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
###
### Support user names mapping and non-IP-based virtuals
###
.if !empty(PKG_OPTIONS:Msolid-pop3d-aliases)
CONFIGURE_ARGS+= --enable-mapping
CONFIGURE_ARGS+= --enable-nonip
.endif
###
### APOP support
###
.if !empty(PKG_OPTIONS:Msolid-pop3d-apop)
CONFIGURE_ARGS+= --enable-apop
PLIST_SRC+= ${PKGDIR}/PLIST.apop
.endif
###
### Run as standalone daemon instead of via inetd
###
.if !empty(PKG_OPTIONS:Msolid-pop3d-standalone)
CONFIGURE_ARGS+= --enable-standalone
CONFIGURE_ARGS+= --enable-connect
.endif

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2002/05/12 16:54:45 hubertf Exp $
--- configure Mon May 6 01:06:20 2002
+++ configure Mon May 6 01:06:28 2002
@@ -82,7 +82,7 @@
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/share/info'
-mandir='${prefix}/share/man'
+mandir='${prefix}/man'
# Initialize some other variables.
subdirs=