summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--news/nnap/Makefile31
-rw-r--r--news/nnap/distinfo1
-rw-r--r--news/nnap/pkg-comment1
-rw-r--r--news/nnap/pkg-descr3
-rw-r--r--news/nnap/pkg-plist1
5 files changed, 37 insertions, 0 deletions
diff --git a/news/nnap/Makefile b/news/nnap/Makefile
new file mode 100644
index 000000000000..b3eb03cde729
--- /dev/null
+++ b/news/nnap/Makefile
@@ -0,0 +1,31 @@
+# ex:ts=8
+# Ports collection makefile for: nnap
+# Date created: Sun May 26, 2002
+# Whom: Lasse L. Johnsen (lasse@freebsdcluster.org)
+#
+# $FreeBSD$
+#
+
+PORTNAME= nnap
+PORTVERSION= 1.0
+CATEGORIES= news
+MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/ \
+ ${MASTER_SITE_LOCAL}
+DISTNAME= nnap
+EXTRACT_SUFX= .c
+
+MAINTAINER= lasse@freebsdcluster.org
+
+NO_WRKSUBDIR= yes
+
+do-extract:
+ @${MKDIR} ${WRKDIR}
+ @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
+
+do-build:
+ (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c)
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin
+
+.include <bsd.port.mk>
diff --git a/news/nnap/distinfo b/news/nnap/distinfo
new file mode 100644
index 000000000000..d71c61ad8220
--- /dev/null
+++ b/news/nnap/distinfo
@@ -0,0 +1 @@
+MD5 (nnap.c) = ea48d42df822cdcc566549638681f4e4
diff --git a/news/nnap/pkg-comment b/news/nnap/pkg-comment
new file mode 100644
index 000000000000..4a8eca7da7b5
--- /dev/null
+++ b/news/nnap/pkg-comment
@@ -0,0 +1 @@
+Nnap is a lightweight NNTP authentication proxy
diff --git a/news/nnap/pkg-descr b/news/nnap/pkg-descr
new file mode 100644
index 000000000000..03efe882adc5
--- /dev/null
+++ b/news/nnap/pkg-descr
@@ -0,0 +1,3 @@
+A small program that implements just enough of the NNTP protocol
+to authenticate client requests. After authentication nnap bounces
+the client TCP connection to an open NNTP server.
diff --git a/news/nnap/pkg-plist b/news/nnap/pkg-plist
new file mode 100644
index 000000000000..0c334c2d8e2a
--- /dev/null
+++ b/news/nnap/pkg-plist
@@ -0,0 +1 @@
+sbin/nnap