diff options
author | Will Andrews <will@FreeBSD.org> | 2001-05-20 03:25:18 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-05-20 03:25:18 +0000 |
commit | df905663603c9cc63b2ecc0b95a600e0ba3ac4c7 (patch) | |
tree | 8278f7ae21460856699448672e1ba4c3dda5b1d2 /mail/nbsmtp | |
parent | 3911ac5b812b3b5ba99280713f08765bf715dbd3 (diff) | |
download | ports-df905663603c9cc63b2ecc0b95a600e0ba3ac4c7.tar.gz ports-df905663603c9cc63b2ecc0b95a600e0ba3ac4c7.zip |
Notes
Diffstat (limited to 'mail/nbsmtp')
-rw-r--r-- | mail/nbsmtp/Makefile | 22 | ||||
-rw-r--r-- | mail/nbsmtp/distinfo | 1 | ||||
-rw-r--r-- | mail/nbsmtp/files/patch-aa | 10 | ||||
-rw-r--r-- | mail/nbsmtp/pkg-comment | 1 | ||||
-rw-r--r-- | mail/nbsmtp/pkg-descr | 18 | ||||
-rw-r--r-- | mail/nbsmtp/pkg-plist | 1 |
6 files changed, 53 insertions, 0 deletions
diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile new file mode 100644 index 000000000000..32686f1b74fd --- /dev/null +++ b/mail/nbsmtp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: nbsmtp +# Date created: 5 May 2001 +# Whom: Anders Nordby <anders@fix.no> +# +# $FreeBSD$ +# + +PORTNAME= nbsmtp +PORTVERSION= 0.8 +CATEGORIES= mail +MASTER_SITES= http://www2.fastdial.net/~drysdam/software/ \ + ftp://ftp.nuug.no/pub/anders/distfiles/ +EXTRACT_SUFX= .tgz + +MAINTAINER= anders@fix.no + +NO_WRKSUBDIR= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nbsmtp ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/mail/nbsmtp/distinfo b/mail/nbsmtp/distinfo new file mode 100644 index 000000000000..b67c4274342e --- /dev/null +++ b/mail/nbsmtp/distinfo @@ -0,0 +1 @@ +MD5 (nbsmtp-0.8.tgz) = 88e43a1d9d22210a4c9beba57ba96058 diff --git a/mail/nbsmtp/files/patch-aa b/mail/nbsmtp/files/patch-aa new file mode 100644 index 000000000000..87f91ecc7706 --- /dev/null +++ b/mail/nbsmtp/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Sat May 5 19:30:42 2001 ++++ Makefile Sat May 5 19:31:41 2001 +@@ -1,5 +1,5 @@ +-linux: nbsmtp.c +- gcc -o nbsmtp nbsmtp.c ++all: nbsmtp.c ++ gcc $(CFLAGS) -o nbsmtp nbsmtp.c + + solaris: nbsmtp.c + gcc -o nbsmtp nbsmtp.c -lxnet diff --git a/mail/nbsmtp/pkg-comment b/mail/nbsmtp/pkg-comment new file mode 100644 index 000000000000..bd2b9bef1409 --- /dev/null +++ b/mail/nbsmtp/pkg-comment @@ -0,0 +1 @@ +Simple program for outgoing SMTP delivery diff --git a/mail/nbsmtp/pkg-descr b/mail/nbsmtp/pkg-descr new file mode 100644 index 000000000000..ff97a94c8460 --- /dev/null +++ b/mail/nbsmtp/pkg-descr @@ -0,0 +1,18 @@ +No-Brainer SMTP is for people who just need a plain old SMTP outgoing delivery +system. Nothing as fancy as qmail or, heaven forbid, sendmail. It just has 3 +required parameters (and 2 optional ones). + +Usage: +nbsmtp -d domain -f from@addr -h host [-p port] [-l debuglevel] + +domain: The domain you want nbsmtp to say it belongs to. This will +almost invariably be the same as the domain in your email address. +from@addr: This is the address you want nbsmtp to say the message is from. Note +that this can be different than the "From:" line in your MUA. +host: This is the smtp server you are sending to. +port: The smtp port you want to connect to. 25 is standard, don't change it +unless you know what you are doing. + +WWW: http://www2.fastdial.net/~drysdam/software/software.html + +- Anders Nordby <anders@fix.no> diff --git a/mail/nbsmtp/pkg-plist b/mail/nbsmtp/pkg-plist new file mode 100644 index 000000000000..e141e510a790 --- /dev/null +++ b/mail/nbsmtp/pkg-plist @@ -0,0 +1 @@ +bin/nbsmtp |