summaryrefslogtreecommitdiffstats
path: root/mail/nbsmtp
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-05-20 03:25:18 +0000
committerwill <will@FreeBSD.org>2001-05-20 03:25:18 +0000
commit51aa50665ff98d4aaf28ded8819273d042f4bf1e (patch)
treea9960a41cd81252bedd427fab943288a8f0f7a33 /mail/nbsmtp
parent20cf31a3b1aff70f50e4b0c84139eddc522427d1 (diff)
downloadFreeBSD-ports-51aa50665ff98d4aaf28ded8819273d042f4bf1e.zip
FreeBSD-ports-51aa50665ff98d4aaf28ded8819273d042f4bf1e.tar.gz
Add nbsmtp 0.8, simple program for outgoing SMTP delivery.
PR: 27096 Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'mail/nbsmtp')
-rw-r--r--mail/nbsmtp/Makefile22
-rw-r--r--mail/nbsmtp/distinfo1
-rw-r--r--mail/nbsmtp/files/patch-aa10
-rw-r--r--mail/nbsmtp/pkg-comment1
-rw-r--r--mail/nbsmtp/pkg-descr18
-rw-r--r--mail/nbsmtp/pkg-plist1
6 files changed, 53 insertions, 0 deletions
diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile
new file mode 100644
index 0000000..32686f1
--- /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 0000000..b67c427
--- /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 0000000..87f91ec
--- /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 0000000..bd2b9be
--- /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 0000000..ff97a94
--- /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 0000000..e141e51
--- /dev/null
+++ b/mail/nbsmtp/pkg-plist
@@ -0,0 +1 @@
+bin/nbsmtp
OpenPOWER on IntegriCloud