Date: Sat, 5 May 2001 20:08:59 +0200 (CEST) From: Anders Nordby <anders@fix.no> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27096: New port: mail/nbsmtp Message-ID: <20010505180859.A4E5A3CCE@totem.fix.no>
next in thread | raw e-mail | index | archive | help
>Number: 27096 >Category: ports >Synopsis: New port: mail/nbsmtp >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: Sat May 05 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: New port of nbsmtp, a simple program for outgoing SMTP delivery. >How-To-Repeat: >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: # # nbsmtp # nbsmtp/files # nbsmtp/files/patch-aa # nbsmtp/Makefile # nbsmtp/distinfo # nbsmtp/pkg-descr # nbsmtp/pkg-plist # nbsmtp/pkg-comment # echo c - nbsmtp mkdir -p nbsmtp > /dev/null 2>&1 echo c - nbsmtp/files mkdir -p nbsmtp/files > /dev/null 2>&1 echo x - nbsmtp/files/patch-aa sed 's/^X//' >nbsmtp/files/patch-aa << 'END-of-nbsmtp/files/patch-aa' X--- Makefile.orig Sat May 5 19:30:42 2001 X+++ Makefile Sat May 5 19:31:41 2001 X@@ -1,5 +1,5 @@ X-linux: nbsmtp.c X- gcc -o nbsmtp nbsmtp.c X+all: nbsmtp.c X+ gcc $(CFLAGS) -o nbsmtp nbsmtp.c X X solaris: nbsmtp.c X gcc -o nbsmtp nbsmtp.c -lxnet END-of-nbsmtp/files/patch-aa echo x - nbsmtp/Makefile sed 's/^X//' >nbsmtp/Makefile << 'END-of-nbsmtp/Makefile' X# New ports collection makefile for: nbsmtp X# Date created: 5 May 2001 X# Whom: Anders Nordby <anders@fix.no> X# X# $FreeBSD$ X# X XPORTNAME= nbsmtp XPORTVERSION= 0.8 XCATEGORIES= mail XMASTER_SITES= http://www2.fastdial.net/~drysdam/software/ \ X ftp://ftp.nuug.no/pub/anders/distfiles/ XEXTRACT_SUFX= .tgz X XMAINTAINER= anders@fix.no X XNO_WRKSUBDIR= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/nbsmtp ${PREFIX}/bin/ X X.include <bsd.port.mk> END-of-nbsmtp/Makefile echo x - nbsmtp/distinfo sed 's/^X//' >nbsmtp/distinfo << 'END-of-nbsmtp/distinfo' XMD5 (nbsmtp-0.8.tgz) = 88e43a1d9d22210a4c9beba57ba96058 END-of-nbsmtp/distinfo echo x - nbsmtp/pkg-descr sed 's/^X//' >nbsmtp/pkg-descr << 'END-of-nbsmtp/pkg-descr' XNo-Brainer SMTP is for people who just need a plain old SMTP outgoing delivery Xsystem. Nothing as fancy as qmail or, heaven forbid, sendmail. It just has 3 Xrequired parameters (and 2 optional ones). X XUsage: Xnbsmtp -d domain -f from@addr -h host [-p port] [-l debuglevel] X Xdomain: The domain you want nbsmtp to say it belongs to. This will Xalmost invariably be the same as the domain in your email address. Xfrom@addr: This is the address you want nbsmtp to say the message is from. Note Xthat this can be different than the "From:" line in your MUA. Xhost: This is the smtp server you are sending to. Xport: The smtp port you want to connect to. 25 is standard, don't change it Xunless you know what you are doing. X XWWW: http://www2.fastdial.net/~drysdam/software/software.html X X- Anders Nordby <anders@fix.no> END-of-nbsmtp/pkg-descr echo x - nbsmtp/pkg-plist sed 's/^X//' >nbsmtp/pkg-plist << 'END-of-nbsmtp/pkg-plist' Xbin/nbsmtp END-of-nbsmtp/pkg-plist echo x - nbsmtp/pkg-comment sed 's/^X//' >nbsmtp/pkg-comment << 'END-of-nbsmtp/pkg-comment' XSimple program for outgoing SMTP delivery END-of-nbsmtp/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010505180859.A4E5A3CCE>