Index: head/mail/Makefile =================================================================== --- head/mail/Makefile (revision 34323) +++ head/mail/Makefile (revision 34324) @@ -1,156 +1,157 @@ # $FreeBSD$ # SUBDIR += adcomplain SUBDIR += asmail SUBDIR += arrow SUBDIR += autorespond SUBDIR += balsa SUBDIR += bbmail SUBDIR += biffer + SUBDIR += bsmtp SUBDIR += bulk_mailer SUBDIR += cclient SUBDIR += cclient-maildir SUBDIR += cmail SUBDIR += coolmail SUBDIR += courier-imap SUBDIR += cucipop SUBDIR += cvsmail SUBDIR += cyrus SUBDIR += distribute SUBDIR += elm SUBDIR += elm+ME SUBDIR += emil SUBDIR += evolution SUBDIR += exim SUBDIR += exmh2 SUBDIR += ezmlm SUBDIR += ezmlm-idx SUBDIR += ezmlm-web SUBDIR += faces SUBDIR += fetchmail SUBDIR += gbuffy SUBDIR += gensig SUBDIR += gkrellmmailwatch SUBDIR += glacier SUBDIR += glbiff SUBDIR += grepmail SUBDIR += hbiff SUBDIR += icqmail SUBDIR += im SUBDIR += imap-uw SUBDIR += junkfilter SUBDIR += kbiff SUBDIR += knewmail SUBDIR += lbdb SUBDIR += listar SUBDIR += listmanager SUBDIR += mailagent SUBDIR += mailcrypt SUBDIR += maildrop SUBDIR += mailfilter SUBDIR += mailman SUBDIR += mailx SUBDIR += majorcool SUBDIR += majordomo SUBDIR += mbx2mbox SUBDIR += metamail SUBDIR += mew SUBDIR += mew-emacs20 SUBDIR += mew-mule SUBDIR += mew-xemacs SUBDIR += mew-xemacs20 SUBDIR += mew-xemacs21 SUBDIR += mew-xemacs21-mule SUBDIR += mh SUBDIR += minimalist SUBDIR += ml SUBDIR += mmc SUBDIR += mmr SUBDIR += movemail SUBDIR += mreport SUBDIR += mutt SUBDIR += muttzilla SUBDIR += nail SUBDIR += newmail SUBDIR += nmh SUBDIR += p5-IMAP-Admin SUBDIR += p5-MIME-Lite SUBDIR += p5-MIME-Tools SUBDIR += p5-Mail-CClient SUBDIR += p5-Mail-Ezmlm SUBDIR += p5-Mail-Folder SUBDIR += p5-Mail-POP3Client SUBDIR += p5-Mail-Sender SUBDIR += p5-Mail-Sendmail SUBDIR += p5-Mail-Tools SUBDIR += pathalias SUBDIR += pgp4pine SUBDIR += pgpsendmail SUBDIR += pine4 SUBDIR += pine4-ssl SUBDIR += pmail SUBDIR += popa3d SUBDIR += poppassd SUBDIR += popper SUBDIR += popper3 SUBDIR += postfix SUBDIR += postfix-current SUBDIR += postilion SUBDIR += premail SUBDIR += procmail SUBDIR += prom-mew SUBDIR += prom-wl SUBDIR += pygmy SUBDIR += qmail SUBDIR += qmail-contrib SUBDIR += qmail-ldap SUBDIR += qmailadmin SUBDIR += qmailanalog SUBDIR += qpopper SUBDIR += rblcheck SUBDIR += rblsmtpd SUBDIR += rftp SUBDIR += rlytest SUBDIR += ruby-net-imap SUBDIR += ruby-tmail SUBDIR += sendmail SUBDIR += serialmail SUBDIR += sigrot SUBDIR += smail SUBDIR += smapi SUBDIR += smtpd SUBDIR += smtpfeed SUBDIR += smunge SUBDIR += solidpop3d SUBDIR += sonicmail SUBDIR += spruce SUBDIR += sqwebmail SUBDIR += sylpheed SUBDIR += teapop SUBDIR += tkrat SUBDIR += tkrat2 SUBDIR += vpopmail SUBDIR += vrfy SUBDIR += wanderlust-emacs SUBDIR += wanderlust-emacs20 SUBDIR += wanderlust-mule SUBDIR += wanderlust-xemacs20 SUBDIR += wanderlust-xemacs21-mule SUBDIR += wmbiff SUBDIR += wmmail SUBDIR += wmpop3 SUBDIR += xbuffy SUBDIR += xc-mail SUBDIR += xfaces SUBDIR += xfmail SUBDIR += xlbiff SUBDIR += xmail SUBDIR += xmailbox SUBDIR += xpbiff SUBDIR += xpbiff-youbin SUBDIR += youbin SUBDIR += yuzu SUBDIR += zmailer .include Property changes on: head/mail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.170 \ No newline at end of property +1.171 \ No newline at end of property Index: head/mail/bsmtp/Makefile =================================================================== --- head/mail/bsmtp/Makefile (nonexistent) +++ head/mail/bsmtp/Makefile (revision 34324) @@ -0,0 +1,27 @@ +# New ports collection makefile for: bsmtp +# Date created: 2000-10-05 +# Whom: Christian Weisgerber +# +# $FreeBSD$ + +PORTNAME= bsmtp +PORTVERSION= 1.01 +CATEGORIES= mail +MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uk1o/bsmtp/ + +MAINTAINER= naddy@mips.inka.de + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --redo + +pre-configure: + @${SED} -e 's,%%CC%%,${CC},' \ + -e 's,%%CFLAGS%%,${CFLAGS},' \ + -e 's,%%PREFIX%%,${PREFIX},' \ + ${FILESDIR}/config.sed >${WRKSRC}/config.sed + +post-install: + ${MKDIR} ${PREFIX}/share/doc/bsmtp + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bsmtp/ + +.include Property changes on: head/mail/bsmtp/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/mail/bsmtp/distinfo =================================================================== --- head/mail/bsmtp/distinfo (nonexistent) +++ head/mail/bsmtp/distinfo (revision 34324) @@ -0,0 +1 @@ +MD5 (bsmtp-1.01.tar.gz) = 85aee02dfcb1c65646ebdb2fce7d8dbe Property changes on: head/mail/bsmtp/distinfo ___________________________________________________________________ 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/bsmtp/files/config.sed =================================================================== --- head/mail/bsmtp/files/config.sed (nonexistent) +++ head/mail/bsmtp/files/config.sed (revision 34324) @@ -0,0 +1,25 @@ +s,@CC@,%%CC%%, +s,@INSTALL@,/usr/bin/install, +s,@SH@,/bin/sh, +s,@GZIP@,/usr/bin/gzip, +s,@PERL@,/usr/bin/perl, +s,@COMPRESS@,/usr/bin/compress, +s,@UUX@,/usr/bin/uux, +s,@SENDMAIL@,/usr/sbin/sendmail, +s,@CFLAGS@,%%CFLAGS%%, +s,@PRIVBINDIR@,%%PREFIX%%/libexec, +s,@PUBBINDIR@,%%PREFIX%%/bin, +s,@MAILERDIR@,%%PREFIX%%/share/sendmail, +s,@QUEUEDIR@,/var/spool/bsmtp, +s,@DAEMONUSER@,uucp, +s,@DAEMONGID@,66, +s,@DAEMONUID@,66, +s,@INPROTO@,bsmtp, +s,@LOCALHOSTNAME@,`hostname`, +s,@DOMAINSUFFIX@,none, +s,@SENDMAILVERS@,8.9, +s,@INSTALLMAILER@,true, +s,@MAILERVERSION@,8.9, +s,@FLOCK@,true, +s,@LOCKDEFINE@,-DUSE_FLOCK, +s,@BATCHER@,batcher.new, Property changes on: head/mail/bsmtp/files/config.sed ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/mail/bsmtp/files/patch-Makefile_in =================================================================== --- head/mail/bsmtp/files/patch-Makefile_in (nonexistent) +++ head/mail/bsmtp/files/patch-Makefile_in (revision 34324) @@ -0,0 +1,28 @@ +--- Makefile.in.orig Sun May 16 11:24:08 1999 ++++ Makefile.in Thu Oct 5 23:44:15 2000 +@@ -30,8 +30,8 @@ + #oldsendmail=@OLDSENDMAIL@ # not used anymore + installmailer=@INSTALLMAILER@ + mailerversion=@MAILERVERSION@ +-bingrp = bin +-binusr = bin ++bingrp = wheel ++binusr = root + privbin = @PRIVBINDIR@ + pubbin = @PUBBINDIR@ + mailerdir = @MAILERDIR@ +@@ -88,6 +88,14 @@ + chown $(binusr) $(privbin) ; \ + chgrp $(bingrp) $(privbin) ; \ + chmod 755 $(privbin) ; \ ++ fi ++ @if [ ! -d $(mailerdir) ]; then \ ++ echo Making $(mailerdir) ; \ ++ set -x ; \ ++ mkdir -p $(mailerdir) || mkdir $(mailerdir) || exit 0 ; \ ++ chown $(binusr) $(mailerdir) ; \ ++ chgrp $(bingrp) $(mailerdir) ; \ ++ chmod 755 $(mailerdir) ; \ + fi + @if [ ! -d $(queuedir) ]; then \ + echo Making $(queuedir) ; \ Property changes on: head/mail/bsmtp/files/patch-Makefile_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/bsmtp/files/patch-bsmtp_c_in =================================================================== --- head/mail/bsmtp/files/patch-bsmtp_c_in (nonexistent) +++ head/mail/bsmtp/files/patch-bsmtp_c_in (revision 34324) @@ -0,0 +1,14 @@ +--- bsmtp.c.in.orig Sun May 16 11:24:08 1999 ++++ bsmtp.c.in Thu Oct 5 21:41:25 2000 +@@ -167,7 +167,10 @@ + } + #endif + fseek (file, 0, SEEK_END); +- fprintf (file, "MAIL FROM:<%s>\n", from); ++ if (*from == '<') ++ fprintf (file, "MAIL FROM:%s\n", from); ++ else ++ fprintf (file, "MAIL FROM:<%s>\n", from); + while (argc) { + fprintf (file, "RCPT TO:<%s>\n", argv[0]); + argv++; argc--; Property changes on: head/mail/bsmtp/files/patch-bsmtp_c_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/bsmtp/pkg-comment =================================================================== --- head/mail/bsmtp/pkg-comment (nonexistent) +++ head/mail/bsmtp/pkg-comment (revision 34324) @@ -0,0 +1 @@ +Batch SMTP support for sendmail, incoming and outgoing Property changes on: head/mail/bsmtp/pkg-comment ___________________________________________________________________ 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/bsmtp/pkg-descr =================================================================== --- head/mail/bsmtp/pkg-descr (nonexistent) +++ head/mail/bsmtp/pkg-descr (revision 34324) @@ -0,0 +1,7 @@ +This package supplies batch SMTP support for sendmail, both incoming +and outgoing. Batch SMTP can be used to batch and compress mail +messages for UUCP links, which is faster and doesn't suffer from +the address limitations of rmail. Bsmtp's version of batch SMTP +is fully compatible with smail. + +WWW: http://www.stud.uni-karlsruhe.de/~uk1o/bsmtp/ Property changes on: head/mail/bsmtp/pkg-descr ___________________________________________________________________ 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/bsmtp/pkg-plist =================================================================== --- head/mail/bsmtp/pkg-plist (nonexistent) +++ head/mail/bsmtp/pkg-plist (revision 34324) @@ -0,0 +1,22 @@ +bin/_bqueue +bin/bqueue +bin/bsmtp +bin/cbsmtp +bin/crsmtp +bin/rcsmtp +bin/rgsmtp +bin/rsmtp +libexec/batcher +libexec/bsmtp +libexec/rsmtp +libexec/transmitter.c-cbsmtp +libexec/transmitter.c-rcsmtp +libexec/transmitter.g-rcsmtp +libexec/transmitter.g-rgsmtp +libexec/transmitter.n-rsmtp +share/doc/bsmtp/README +share/sendmail/bsmtp.m4 +@dirrm share/doc/bsmtp +@dirrm share/sendmail +@exec mkdir -pm 770 /var/spool/bsmtp; chown uucp:uucp /var/spool/bsmtp +@unexec rmdir /var/spool/bsmtp || true Property changes on: head/mail/bsmtp/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property