Index: head/mail/dovecot/pkg-message =================================================================== --- head/mail/dovecot/pkg-message (revision 162347) +++ head/mail/dovecot/pkg-message (nonexistent) @@ -1,18 +0,0 @@ ---------------------------------------------------------------------- - - You can get default configured IMAP and POP3 services running by - copying the sample configuration file to the given location and then - enabling dovecot in /etc/rc.conf. - In this simple configuration Dovecot will authenticate users against - the systems passwd file and use the default /var/mail/$USER mbox - files. - - cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf - - echo dovecot_enable="YES" >> /etc/rc.conf - - Further information on configuration can be found in: - - %%DOCSDIR%% - ---------------------------------------------------------------------- Property changes on: head/mail/dovecot/pkg-message ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.6 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/mail/dovecot/Makefile =================================================================== --- head/mail/dovecot/Makefile (revision 162347) +++ head/mail/dovecot/Makefile (revision 162348) @@ -1,125 +1,121 @@ # ex:ts=8 # New ports collection makefile for: dovecot # Date created: 12/08/2002 # Whom: Dominic Marks # # $FreeBSD$ # PORTNAME= dovecot -DISTVERSION= 1.0.beta7 -PORTREVISION= 1 +DISTVERSION= 1.0.beta8 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ MAINTAINER= robin@isometry.net COMMENT= Secure and compact IMAP and POP3 servers USE_ICONV= yes USE_RC_SUBR= dovecot.sh GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-shadow --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message .if !defined(NOPORTDOCS) PORTDOCS= USE-WIKI-INSTEAD \ auth-protocol.txt auth.txt configuration.txt design.txt \ index.txt mail-storages.txt multiaccess.txt nfs.txt \ securecoding.txt variables.txt .else CONFIGURE_ARGS+= --without-docs .endif OPTIONS= KQUEUE "kqueue(2) support" off \ SASL2 "SASL2 support" off \ GSSAPI "GSSAPI support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ PGSQL "PostgreSQL support" off \ MYSQL "MySQL support" off \ SQLITE "SQLite support" off .include ## kqueue(2) support # -.if defined(WITH_KQUEUE) +.if defined(WITH_KQUEUE) CONFIGURE_ARGS+= --with-ioloop=kqueue --with-notify=kqueue .endif ## SASL2 support # .if defined(WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --with-cyrus-sasl2 .endif ## GSSAPI support # .if defined(WITH_GSSAPI) CONFIGURE_ARGS+= --with-gssapi .else CONFIGURE_ARGS+= --without-gssapi .endif ## VPopMail Support # .if defined(WITH_VPOPMAIL) VPOPMAIL= ${LOCALBASE}/vpopmail/bin/vchkpw BUILD_DEPENDS+= ${VPOPMAIL}:${PORTSDIR}/mail/vpopmail CONFIGURE_ARGS+= --with-vpopmail .else CONFIGURE_ARGS+= --without-vpopmail .endif ## OpenLDAP Support # .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap .endif ## PostgreSQL Support # .if defined(WITH_PGSQL) USE_PGSQL= yes CONFIGURE_ARGS+= --with-pgsql .endif ## MySQL Support # .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql .endif ## SQLite Support # .if defined(WITH_SQLITE) USE_SQLITE= 3 CONFIGURE_ARGS+= --with-sqlite .endif post-build: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/dovecot-example.conf pre-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: @${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DATADIR} @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ - ${.CURDIR}/pkg-message >${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/dovecot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/mail/dovecot/distinfo =================================================================== --- head/mail/dovecot/distinfo (revision 162347) +++ head/mail/dovecot/distinfo (revision 162348) @@ -1,3 +1,3 @@ -MD5 (dovecot-1.0.beta7.tar.gz) = bfbc4c3705f6e6e891934168cd26e9dd -SHA256 (dovecot-1.0.beta7.tar.gz) = 0044595968396d094d6e67e9112b3af16bef1bd1d63ec4934cc9ca889864e580 -SIZE (dovecot-1.0.beta7.tar.gz) = 1406322 +MD5 (dovecot-1.0.beta8.tar.gz) = 6a87718a86ee1ae2334c75843dd9a7df +SHA256 (dovecot-1.0.beta8.tar.gz) = b43bb6ea5426b0d78ae260b53be035d1b5371b76a342870b2d56a6aba1ad82d2 +SIZE (dovecot-1.0.beta8.tar.gz) = 1392106 Property changes on: head/mail/dovecot/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/mail/dovecot/files/pkg-message.in =================================================================== --- head/mail/dovecot/files/pkg-message.in (nonexistent) +++ head/mail/dovecot/files/pkg-message.in (revision 162348) @@ -0,0 +1,18 @@ +--------------------------------------------------------------------- + + You can get default configured IMAP and POP3 services running by + copying the sample configuration file to the given location and then + enabling dovecot in /etc/rc.conf. + In this simple configuration Dovecot will authenticate users against + the systems passwd file and use the default /var/mail/$USER mbox + files. + + cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf + + echo dovecot_enable="YES" >> /etc/rc.conf + + Further information on configuration can be found in: + + %%DOCSDIR%% + +--------------------------------------------------------------------- Property changes on: head/mail/dovecot/files/pkg-message.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/dovecot/pkg-plist =================================================================== --- head/mail/dovecot/pkg-plist (revision 162347) +++ head/mail/dovecot/pkg-plist (revision 162348) @@ -1,49 +1,50 @@ @comment $FreeBSD$ etc/dovecot-example.conf lib/dovecot/imap/lib01_acl_plugin.so lib/dovecot/imap/lib01_convert_plugin.so lib/dovecot/imap/lib01_quota_plugin.so lib/dovecot/imap/lib01_zlib_plugin.a lib/dovecot/imap/lib01_zlib_plugin.la lib/dovecot/imap/lib01_zlib_plugin.so lib/dovecot/imap/lib02_imap_quota_plugin.a lib/dovecot/imap/lib02_imap_quota_plugin.la lib/dovecot/imap/lib02_imap_quota_plugin.so lib/dovecot/imap/lib02_trash_plugin.so @dirrm lib/dovecot/imap lib/dovecot/pop3/lib01_convert_plugin.so +lib/dovecot/pop3/lib01_quota_plugin.so @dirrm lib/dovecot/pop3 lib/dovecot/lda/lib01_acl_plugin.so lib/dovecot/lda/lib01_convert_plugin.so lib/dovecot/lda/lib01_quota_plugin.so lib/dovecot/lda/lib02_trash_plugin.so @dirrm lib/dovecot/lda lib/dovecot/lib01_acl_plugin.a lib/dovecot/lib01_acl_plugin.la lib/dovecot/lib01_acl_plugin.so lib/dovecot/lib01_convert_plugin.a lib/dovecot/lib01_convert_plugin.la lib/dovecot/lib01_convert_plugin.so lib/dovecot/lib01_quota_plugin.a lib/dovecot/lib01_quota_plugin.la lib/dovecot/lib01_quota_plugin.so lib/dovecot/lib02_trash_plugin.a lib/dovecot/lib02_trash_plugin.la lib/dovecot/lib02_trash_plugin.so @dirrm lib/dovecot libexec/dovecot/checkpassword-reply libexec/dovecot/dict libexec/dovecot/dovecot-auth libexec/dovecot/gdbhelper libexec/dovecot/imap libexec/dovecot/imap-login libexec/dovecot/pop3 libexec/dovecot/pop3-login libexec/dovecot/rawlog libexec/dovecot/ssl-build-param @dirrm libexec/dovecot sbin/dovecot sbin/dovecotpw %%DATADIR%%/dovecot-openssl.cnf %%DATADIR%%/mkcert.sh @dirrm %%DATADIR%% Property changes on: head/mail/dovecot/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/mail/dovecot-devel/pkg-message =================================================================== --- head/mail/dovecot-devel/pkg-message (revision 162347) +++ head/mail/dovecot-devel/pkg-message (nonexistent) @@ -1,18 +0,0 @@ ---------------------------------------------------------------------- - - You can get default configured IMAP and POP3 services running by - copying the sample configuration file to the given location and then - enabling dovecot in /etc/rc.conf. - In this simple configuration Dovecot will authenticate users against - the systems passwd file and use the default /var/mail/$USER mbox - files. - - cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf - - echo dovecot_enable="YES" >> /etc/rc.conf - - Further information on configuration can be found in: - - %%DOCSDIR%% - ---------------------------------------------------------------------- Property changes on: head/mail/dovecot-devel/pkg-message ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.6 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/mail/dovecot-devel/Makefile =================================================================== --- head/mail/dovecot-devel/Makefile (revision 162347) +++ head/mail/dovecot-devel/Makefile (revision 162348) @@ -1,125 +1,121 @@ # ex:ts=8 # New ports collection makefile for: dovecot # Date created: 12/08/2002 # Whom: Dominic Marks # # $FreeBSD$ # PORTNAME= dovecot -DISTVERSION= 1.0.beta7 -PORTREVISION= 1 +DISTVERSION= 1.0.beta8 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ MAINTAINER= robin@isometry.net COMMENT= Secure and compact IMAP and POP3 servers USE_ICONV= yes USE_RC_SUBR= dovecot.sh GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-shadow --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message .if !defined(NOPORTDOCS) PORTDOCS= USE-WIKI-INSTEAD \ auth-protocol.txt auth.txt configuration.txt design.txt \ index.txt mail-storages.txt multiaccess.txt nfs.txt \ securecoding.txt variables.txt .else CONFIGURE_ARGS+= --without-docs .endif OPTIONS= KQUEUE "kqueue(2) support" off \ SASL2 "SASL2 support" off \ GSSAPI "GSSAPI support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ PGSQL "PostgreSQL support" off \ MYSQL "MySQL support" off \ SQLITE "SQLite support" off .include ## kqueue(2) support # -.if defined(WITH_KQUEUE) +.if defined(WITH_KQUEUE) CONFIGURE_ARGS+= --with-ioloop=kqueue --with-notify=kqueue .endif ## SASL2 support # .if defined(WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --with-cyrus-sasl2 .endif ## GSSAPI support # .if defined(WITH_GSSAPI) CONFIGURE_ARGS+= --with-gssapi .else CONFIGURE_ARGS+= --without-gssapi .endif ## VPopMail Support # .if defined(WITH_VPOPMAIL) VPOPMAIL= ${LOCALBASE}/vpopmail/bin/vchkpw BUILD_DEPENDS+= ${VPOPMAIL}:${PORTSDIR}/mail/vpopmail CONFIGURE_ARGS+= --with-vpopmail .else CONFIGURE_ARGS+= --without-vpopmail .endif ## OpenLDAP Support # .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap .endif ## PostgreSQL Support # .if defined(WITH_PGSQL) USE_PGSQL= yes CONFIGURE_ARGS+= --with-pgsql .endif ## MySQL Support # .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql .endif ## SQLite Support # .if defined(WITH_SQLITE) USE_SQLITE= 3 CONFIGURE_ARGS+= --with-sqlite .endif post-build: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/dovecot-example.conf pre-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: @${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DATADIR} @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ - ${.CURDIR}/pkg-message >${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/dovecot-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/mail/dovecot-devel/distinfo =================================================================== --- head/mail/dovecot-devel/distinfo (revision 162347) +++ head/mail/dovecot-devel/distinfo (revision 162348) @@ -1,3 +1,3 @@ -MD5 (dovecot-1.0.beta7.tar.gz) = bfbc4c3705f6e6e891934168cd26e9dd -SHA256 (dovecot-1.0.beta7.tar.gz) = 0044595968396d094d6e67e9112b3af16bef1bd1d63ec4934cc9ca889864e580 -SIZE (dovecot-1.0.beta7.tar.gz) = 1406322 +MD5 (dovecot-1.0.beta8.tar.gz) = 6a87718a86ee1ae2334c75843dd9a7df +SHA256 (dovecot-1.0.beta8.tar.gz) = b43bb6ea5426b0d78ae260b53be035d1b5371b76a342870b2d56a6aba1ad82d2 +SIZE (dovecot-1.0.beta8.tar.gz) = 1392106 Property changes on: head/mail/dovecot-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/mail/dovecot-devel/files/pkg-message.in =================================================================== --- head/mail/dovecot-devel/files/pkg-message.in (nonexistent) +++ head/mail/dovecot-devel/files/pkg-message.in (revision 162348) @@ -0,0 +1,18 @@ +--------------------------------------------------------------------- + + You can get default configured IMAP and POP3 services running by + copying the sample configuration file to the given location and then + enabling dovecot in /etc/rc.conf. + In this simple configuration Dovecot will authenticate users against + the systems passwd file and use the default /var/mail/$USER mbox + files. + + cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf + + echo dovecot_enable="YES" >> /etc/rc.conf + + Further information on configuration can be found in: + + %%DOCSDIR%% + +--------------------------------------------------------------------- Property changes on: head/mail/dovecot-devel/files/pkg-message.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/dovecot-devel/pkg-plist =================================================================== --- head/mail/dovecot-devel/pkg-plist (revision 162347) +++ head/mail/dovecot-devel/pkg-plist (revision 162348) @@ -1,49 +1,50 @@ @comment $FreeBSD$ etc/dovecot-example.conf lib/dovecot/imap/lib01_acl_plugin.so lib/dovecot/imap/lib01_convert_plugin.so lib/dovecot/imap/lib01_quota_plugin.so lib/dovecot/imap/lib01_zlib_plugin.a lib/dovecot/imap/lib01_zlib_plugin.la lib/dovecot/imap/lib01_zlib_plugin.so lib/dovecot/imap/lib02_imap_quota_plugin.a lib/dovecot/imap/lib02_imap_quota_plugin.la lib/dovecot/imap/lib02_imap_quota_plugin.so lib/dovecot/imap/lib02_trash_plugin.so @dirrm lib/dovecot/imap lib/dovecot/pop3/lib01_convert_plugin.so +lib/dovecot/pop3/lib01_quota_plugin.so @dirrm lib/dovecot/pop3 lib/dovecot/lda/lib01_acl_plugin.so lib/dovecot/lda/lib01_convert_plugin.so lib/dovecot/lda/lib01_quota_plugin.so lib/dovecot/lda/lib02_trash_plugin.so @dirrm lib/dovecot/lda lib/dovecot/lib01_acl_plugin.a lib/dovecot/lib01_acl_plugin.la lib/dovecot/lib01_acl_plugin.so lib/dovecot/lib01_convert_plugin.a lib/dovecot/lib01_convert_plugin.la lib/dovecot/lib01_convert_plugin.so lib/dovecot/lib01_quota_plugin.a lib/dovecot/lib01_quota_plugin.la lib/dovecot/lib01_quota_plugin.so lib/dovecot/lib02_trash_plugin.a lib/dovecot/lib02_trash_plugin.la lib/dovecot/lib02_trash_plugin.so @dirrm lib/dovecot libexec/dovecot/checkpassword-reply libexec/dovecot/dict libexec/dovecot/dovecot-auth libexec/dovecot/gdbhelper libexec/dovecot/imap libexec/dovecot/imap-login libexec/dovecot/pop3 libexec/dovecot/pop3-login libexec/dovecot/rawlog libexec/dovecot/ssl-build-param @dirrm libexec/dovecot sbin/dovecot sbin/dovecotpw %%DATADIR%%/dovecot-openssl.cnf %%DATADIR%%/mkcert.sh @dirrm %%DATADIR%% Property changes on: head/mail/dovecot-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property