From owner-freebsd-ports Sun May 21 19: 0:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E370237BA6D for ; Sun, 21 May 2000 19:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA98871; Sun, 21 May 2000 19:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from 200-191-155-46-as.acessonet.com.br (200-191-155-46-as.acessonet.com.br [200.191.155.46]) by hub.freebsd.org (Postfix) with SMTP id 06F8F37B972 for ; Sun, 21 May 2000 18:58:50 -0700 (PDT) (envelope-from lioux-FreeBSD-gnats-submit=freebsd.org@uol.com.br) Received: (qmail 59895 invoked by uid 1001); 22 May 2000 01:59:06 -0000 Message-Id: <20000522015906.59894.qmail@200-191-155-46-as.acessonet.com.br> Date: 22 May 2000 01:59:06 -0000 From: lioux@uol.com.br Reply-To: lioux@uol.com.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18732: New port mail/qmail-ldap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18732 >Category: ports >Synopsis: New port mail/qmail-ldap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 21 19:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD Here.here 4.0-STABLE FreeBSD 4.0-STABLE #16: Fri May 12 22:39:32 EST 2000 lioux@Here.here:/usr/src/sys/compile/LIOUX i386 >Description: New port following the apache structure port naming convention. This one builds qmail with ldap support using http://www.nrg4u.com/ patches. >How-To-Repeat: n/a >Fix: # 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: # # qmail-ldap # qmail-ldap/patches # qmail-ldap/patches/patch-ac # qmail-ldap/patches/patch-ab # qmail-ldap/patches/patch-aa # qmail-ldap/pkg # qmail-ldap/pkg/DESCR # qmail-ldap/pkg/MESSAGE # qmail-ldap/pkg/PLIST # qmail-ldap/Makefile # echo c - qmail-ldap mkdir -p qmail-ldap > /dev/null 2>&1 echo c - qmail-ldap/patches mkdir -p qmail-ldap/patches > /dev/null 2>&1 echo x - qmail-ldap/patches/patch-ac sed 's/^X//' >qmail-ldap/patches/patch-ac << 'END-of-qmail-ldap/patches/patch-ac' X+++ install.c X12a13 X> noc; /* hack for bin package install -- see port pkg/INSTALL */ X77a79 X> if (!noc) { X117a120 X> } X155c158 X< void main() X--- X> void main(argc, argv) X156a160 X> noc=--argc; END-of-qmail-ldap/patches/patch-ac echo x - qmail-ldap/patches/patch-ab sed 's/^X//' >qmail-ldap/patches/patch-ab << 'END-of-qmail-ldap/patches/patch-ab' X+++ conf-groups X2c2 X< nofiles X--- X> qnofiles END-of-qmail-ldap/patches/patch-ab echo x - qmail-ldap/patches/patch-aa sed 's/^X//' >qmail-ldap/patches/patch-aa << 'END-of-qmail-ldap/patches/patch-aa' X--- hier.c.ORIG Sun May 21 12:19:27 2000 X+++ hier.c Sun May 21 12:26:01 2000 X@@ -35,16 +35,6 @@ X d(auto_qmail,"users",auto_uido,auto_gidq,0755); X d(auto_qmail,"bin",auto_uido,auto_gidq,0755); X d(auto_qmail,"boot",auto_uido,auto_gidq,0755); X- d(auto_qmail,"doc",auto_uido,auto_gidq,0755); X- d(auto_qmail,"man",auto_uido,auto_gidq,0755); X- d(auto_qmail,"man/cat1",auto_uido,auto_gidq,0755); X- d(auto_qmail,"man/cat5",auto_uido,auto_gidq,0755); X- d(auto_qmail,"man/cat7",auto_uido,auto_gidq,0755); X- d(auto_qmail,"man/cat8",auto_uido,auto_gidq,0755); X- d(auto_qmail,"man/man1",auto_uido,auto_gidq,0755); X- d(auto_qmail,"man/man5",auto_uido,auto_gidq,0755); X- d(auto_qmail,"man/man7",auto_uido,auto_gidq,0755); X- d(auto_qmail,"man/man8",auto_uido,auto_gidq,0755); X X d(auto_qmail,"alias",auto_uida,auto_gidq,02755); X X@@ -64,43 +54,6 @@ X z(auto_qmail,"queue/lock/sendmutex",0,auto_uids,auto_gidq,0600); X p(auto_qmail,"queue/lock/trigger",auto_uids,auto_gidq,0622); X X- c(auto_qmail,"boot","home",auto_uido,auto_gidq,0755); X- c(auto_qmail,"boot","home+df",auto_uido,auto_gidq,0755); X- c(auto_qmail,"boot","proc",auto_uido,auto_gidq,0755); X- c(auto_qmail,"boot","proc+df",auto_uido,auto_gidq,0755); X- c(auto_qmail,"boot","binm1",auto_uido,auto_gidq,0755); X- c(auto_qmail,"boot","binm1+df",auto_uido,auto_gidq,0755); X- c(auto_qmail,"boot","binm2",auto_uido,auto_gidq,0755); X- c(auto_qmail,"boot","binm2+df",auto_uido,auto_gidq,0755); X- c(auto_qmail,"boot","binm3",auto_uido,auto_gidq,0755); X- c(auto_qmail,"boot","binm3+df",auto_uido,auto_gidq,0755); X- X- c(auto_qmail,"doc","FAQ",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","UPGRADE",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","SENDMAIL",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","INSTALL",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","INSTALL.alias",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","INSTALL.ctl",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","INSTALL.ids",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","INSTALL.maildir",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","INSTALL.mbox",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","INSTALL.vsm",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","TEST.deliver",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","TEST.receive",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","REMOVE.sendmail",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","REMOVE.binmail",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","PIC.local2alias",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","PIC.local2ext",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","PIC.local2local",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","PIC.local2rem",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","PIC.local2virt",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","PIC.nullclient",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","PIC.relaybad",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","PIC.relaygood",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","PIC.rem2local",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","QLDAPINSTALL",auto_uido,auto_gidq,0644); X- c(auto_qmail,"doc","ANTISPAM",auto_uido,auto_gidq,0644); X- X c(auto_qmail,"bin","qmail-queue",auto_uidq,auto_gidq,04711); X c(auto_qmail,"bin","qmail-lspawn",auto_uido,auto_gidq,0700); X c(auto_qmail,"bin","qmail-start",auto_uido,auto_gidq,0700); X@@ -150,110 +103,4 @@ X c(auto_qmail,"bin","auth_pop",auto_uido,auto_gidq,0700); X c(auto_qmail,"bin","auth_imap",auto_uido,auto_gidq,0700); X c(auto_qmail,"bin","qmail-ldaplookup",auto_uido,auto_gidq,0000); X- X- c(auto_qmail,"man/man5","addresses.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","addresses.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man5","envelopes.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","envelopes.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man5","maildir.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","maildir.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man5","mbox.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","mbox.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man5","dot-qmail.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","dot-qmail.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man5","qmail-control.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","qmail-control.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man5","qmail-header.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","qmail-header.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man5","qmail-log.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","qmail-log.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man5","qmail-users.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","qmail-users.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man5","tcp-environ.5",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat5","tcp-environ.0",auto_uido,auto_gidq,0644); X- X- c(auto_qmail,"man/man7","forgeries.7",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat7","forgeries.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man7","qmail-limits.7",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat7","qmail-limits.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man7","qmail.7",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat7","qmail.0",auto_uido,auto_gidq,0644); X- X- c(auto_qmail,"man/man1","forward.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","forward.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","condredirect.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","condredirect.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","bouncesaying.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","bouncesaying.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","except.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","except.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","maildirmake.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","maildirmake.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","maildir2mbox.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","maildir2mbox.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","maildirwatch.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","maildirwatch.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","mailsubj.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","mailsubj.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","qreceipt.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","qreceipt.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","qbiff.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","qbiff.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","preline.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","preline.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man1","tcp-env.1",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat1","tcp-env.0",auto_uido,auto_gidq,0644); X- X- c(auto_qmail,"man/man8","qmail-local.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-local.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-lspawn.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-lspawn.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-getpw.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-getpw.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-remote.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-remote.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-rspawn.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-rspawn.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-clean.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-clean.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-send.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-send.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-start.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-start.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","splogger.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","splogger.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-queue.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-queue.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-inject.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-inject.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-showctl.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-showctl.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-newmrh.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-newmrh.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-newu.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-newu.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-pw2u.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-pw2u.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-qread.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-qread.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-qstat.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-qstat.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-tcpok.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-tcpok.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-tcpto.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-tcpto.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-pop3d.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-pop3d.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-popup.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-popup.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-qmqpc.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-qmqpc.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-qmqpd.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-qmqpd.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-qmtpd.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-qmtpd.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-smtpd.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-smtpd.0",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/man8","qmail-command.8",auto_uido,auto_gidq,0644); X- c(auto_qmail,"man/cat8","qmail-command.0",auto_uido,auto_gidq,0644); X } END-of-qmail-ldap/patches/patch-aa echo c - qmail-ldap/pkg mkdir -p qmail-ldap/pkg > /dev/null 2>&1 echo x - qmail-ldap/pkg/DESCR sed 's/^X//' >qmail-ldap/pkg/DESCR << 'END-of-qmail-ldap/pkg/DESCR' XWhat is is: X X A patch to stock qmail-1.03 to get all user account information X from an LDAP database. It primary target are POP toaster with X huge numbers of users (from thousands up to millions). X XSome of it's greatest features: X X - Users and virtual domains in an LDAP database X - No local accounts needed X - Perfect for ISP's to build POP toasters X - Native mail server clustering X - Supports size quotas on user maildirs and mbox X - Automatic creation of home- and maildir's X - Handles replies with new qmail-reply X - Extensive logging in qmail-smtpd and qmail-pop3d X - Supports tarpitting (based on a patch by Chris Johnson) X - Supports OpenLDAP 1.2.X and Mozilla Directory SDK X - Includes Antispam-Features (based on a patch by Lindsay Haisley, X Rask Lambertsen and Lionel Widdifield) X [snip] X XWWW: http://www.nrg4u.com/ END-of-qmail-ldap/pkg/DESCR echo x - qmail-ldap/pkg/MESSAGE sed 's/^X//' >qmail-ldap/pkg/MESSAGE << 'END-of-qmail-ldap/pkg/MESSAGE' X ATTENTIONATTENTION: X XPlease make sure that you read /var/qmail/doc/PORT_NOTES. XIt contains important information about testing and configuring Xqmail, and finally replacing sendmail with qmail. X XYou should also add /var/qmail/man to your MANPATH (see manpath(1) Xor login.conf(5)). X XDo not forget to read /var/qmail/doc/QLDAPINSTALL. After all, Xthis is NOT our old stock qmail. END-of-qmail-ldap/pkg/MESSAGE echo x - qmail-ldap/pkg/PLIST sed 's/^X//' >qmail-ldap/pkg/PLIST << 'END-of-qmail-ldap/pkg/PLIST' X%%DOCDIR%%/FAQ X%%DOCDIR%%/UPGRADE X%%DOCDIR%%/SENDMAIL X%%DOCDIR%%/INSTALL X%%DOCDIR%%/INSTALL.alias X%%DOCDIR%%/INSTALL.ctl X%%DOCDIR%%/INSTALL.ids X%%DOCDIR%%/INSTALL.maildir X%%DOCDIR%%/INSTALL.mbox X%%DOCDIR%%/INSTALL.vsm X%%DOCDIR%%/TEST.deliver X%%DOCDIR%%/TEST.receive X%%DOCDIR%%/REMOVE.sendmail X%%DOCDIR%%/REMOVE.binmail X%%DOCDIR%%/PIC.local2alias X%%DOCDIR%%/PIC.local2ext X%%DOCDIR%%/PIC.local2local X%%DOCDIR%%/PIC.local2rem X%%DOCDIR%%/PIC.local2virt X%%DOCDIR%%/PIC.nullclient X%%DOCDIR%%/PIC.relaybad X%%DOCDIR%%/PIC.relaygood X%%DOCDIR%%/PIC.rem2local X%%DOCDIR%%/QLDAPINSTALL X%%DOCDIR%%/ANTISPAM Xboot/home Xboot/home+df Xboot/proc Xboot/proc+df Xboot/binm1 Xboot/binm1+df Xboot/binm2 Xboot/binm2+df Xboot/binm3 Xboot/binm3+df X X@group qmail X@mode 04711 X@comment *** NOTE different owner X@owner qmailq Xbin/qmail-queue X@owner X@mode 0700 Xbin/qmail-lspawn X@mode 0700 Xbin/qmail-start X@mode 0711 Xbin/qmail-getpw X@mode 0711 Xbin/qmail-local X@mode 0711 Xbin/qmail-remote X@mode 0711 Xbin/qmail-rspawn X@mode 0711 Xbin/qmail-clean X@mode 0711 Xbin/qmail-send X@mode 0711 Xbin/splogger X@mode 0700 Xbin/qmail-newu X@mode 0700 Xbin/qmail-newmrh X@mode 0711 Xbin/qmail-pw2u X@mode 0755 Xbin/qmail-inject X@mode 0755 Xbin/predate X@mode 0755 Xbin/datemail X@mode 0755 Xbin/mailsubj X@mode 0755 Xbin/qmail-showctl X@mode 0755 Xbin/qmail-qread X@mode 0755 Xbin/qmail-qstat X@mode 0755 Xbin/qmail-tcpto X@mode 0755 Xbin/qmail-tcpok X@mode 0755 Xbin/qmail-pop3d X@mode 0711 Xbin/qmail-popup X@mode 0755 Xbin/qmail-qmqpc X@mode 0755 Xbin/qmail-qmqpd X@mode 0755 Xbin/qmail-qmtpd X@mode 0755 Xbin/qmail-smtpd X@mode 0755 Xbin/sendmail X@mode 0755 Xbin/tcp-env X@mode 0755 Xbin/qreceipt X@mode 0755 Xbin/qsmhook X@mode 0755 Xbin/qbiff X@mode 0755 Xbin/forward X@mode 0755 Xbin/preline X@mode 0755 Xbin/condredirect X@mode 0755 Xbin/bouncesaying X@mode 0755 Xbin/except X@mode 0755 Xbin/maildirmake X@mode 0755 Xbin/maildir2mbox X@mode 0755 Xbin/maildirwatch X@mode 0755 Xbin/qail X@mode 0755 Xbin/elq X@mode 0755 Xbin/pinq X@mode 0755 Xbin/qmail-reply X@mode 0755 Xbin/qmail-quotawarn X@mode 0700 Xbin/auth_pop X@mode 0700 Xbin/auth_imap X@mode 0000 Xbin/qmail-ldaplookup X X@group X@owner X@mode X X@comment This port installs the following manually (ie. not through qmail-hier) Xconfigure/install Xconfigure/config Xconfigure/config-fast Xconfigure/dnsfq Xconfigure/hostname Xconfigure/dnsip Xconfigure/ipmeprint Xconfigure/dnsptr X%%DOCDIR%%/BLURB X%%DOCDIR%%/BLURB2 X%%DOCDIR%%/BLURB3 X%%DOCDIR%%/BLURB4 X%%DOCDIR%%/INTERNALS X%%DOCDIR%%/SECURITY X%%DOCDIR%%/THOUGHTS X%%DOCDIR%%/PORT_NOTES X%%DOCDIR%%/PORT_NOTES_FreeBSD_40-RELEASE X%%DOCDIR%%/SYSDEPS X%%DOCDIR%%/mkaliasdir Xboot/maildir X@dirrm %%DOCDIR%% X@dirrm configure X@dirrm boot X@dirrm bin X X@unexec echo "If you are permanently removing qmail, you should also ``rm -Rf ${PKG_PREFIX}/alias ${PKG_PREFIX}/control ${PKG_PREFIX}/queue ${PKG_PREFIX}/users'' and remove the qmail users/groups." | /usr/bin/fmt END-of-qmail-ldap/pkg/PLIST echo x - qmail-ldap/Makefile sed 's/^X//' >qmail-ldap/Makefile << 'END-of-qmail-ldap/Makefile' X# New ports collection makefile for: qmail X# Date created: 21 May 2000 X# Whom: Mario S F Ferreira et al. X# X# $FreeBSD: ports/mail/qmail/Makefile,v 1.16 2000/04/13 20:00:37 cpiazza Exp $ X# X XPORTNAME= qmail XPORTVERSION= 1.03 XPKGNAMESUFFIX= -ldap X XPATCH_SITES= http://www.nrg4u.com/qmail/ XPATCHFILES= qmail-ldap-1.03-20000501.patch.gz X XMAINTAINER= lioux@linf.unb.br X XLIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap X X.if !defined(PRE_MK_INCLUDED) X.include X.endif X XDOCFILES+= ${WRKSRC}/QLDAPINSTALL ${WRKSRC}/ANTISPAM X X# Local overrides X#MASTERDIR= ${PORTSDIR}/mail/qmail XMASTERDIR= ${.CURDIR}/../qmail XPATCHDIR= ${.CURDIR}/patches XPKGDIR_LOCAL= ${.CURDIR}/pkg XDESCR= ${PKGDIR_LOCAL}/DESCR XPLIST= ${PKGDIR_LOCAL}/PLIST XPKGMESSAGE= ${PKGDIR_LOCAL}/MESSAGE X XPRE_MK_INCLUDED= yes X.include "${MASTERDIR}/Makefile" END-of-qmail-ldap/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message