From d24350b748151e2d5021020d7d3d14feadcfc85c Mon Sep 17 00:00:00 2001
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 17 Sep 2000 22:30:36 +0000
Subject: Add nsf (unversioned - but I put 1.0), NAKAMURA Kazushi's shell form
 input.

PR:		21235
Submitted by:	NAKAMURA Kazushi <kaz@kobe1995.net>
---
 misc/nsf/Makefile    | 25 +++++++++++++++++++++++++
 misc/nsf/distinfo    |  1 +
 misc/nsf/pkg-comment |  1 +
 misc/nsf/pkg-descr   |  8 ++++++++
 misc/nsf/pkg-plist   |  1 +
 5 files changed, 36 insertions(+)
 create mode 100644 misc/nsf/Makefile
 create mode 100644 misc/nsf/distinfo
 create mode 100644 misc/nsf/pkg-comment
 create mode 100644 misc/nsf/pkg-descr
 create mode 100644 misc/nsf/pkg-plist

(limited to 'misc/nsf')

diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile
new file mode 100644
index 000000000000..d20d5f660f8f
--- /dev/null
+++ b/misc/nsf/Makefile
@@ -0,0 +1,25 @@
+# ports collection makefile for:	nsf
+# Date created:				2000/09/09
+# Whom:					kaz
+#
+# $FreeBSD$
+#
+
+PORTNAME=	nsf
+PORTVERSION=	1.0
+CATEGORIES=	misc
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	will
+
+MAINTAINER=	kaz@kobe1995.net
+
+WRKSRC=		${WRKDIR}
+MAN1=		nsf.1
+MANCOMPRESSED=	yes
+ALL_TARGET=
+
+post-install:
+	${INSTALL_DATA} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/
+	${GZIP_CMD} ${PREFIX}/man/man1/${MAN1}
+
+.include <bsd.port.mk>
diff --git a/misc/nsf/distinfo b/misc/nsf/distinfo
new file mode 100644
index 000000000000..5a0e3485719e
--- /dev/null
+++ b/misc/nsf/distinfo
@@ -0,0 +1 @@
+MD5 (nsf-1.0.tar.gz) = 9ecbf2150cbbb544f0f21027358f2d60
diff --git a/misc/nsf/pkg-comment b/misc/nsf/pkg-comment
new file mode 100644
index 000000000000..09c15a2e0250
--- /dev/null
+++ b/misc/nsf/pkg-comment
@@ -0,0 +1 @@
+NAKAMURA's Shell Form input
diff --git a/misc/nsf/pkg-descr b/misc/nsf/pkg-descr
new file mode 100644
index 000000000000..5af328189c83
--- /dev/null
+++ b/misc/nsf/pkg-descr
@@ -0,0 +1,8 @@
+nsf	- NAKAMURA's Shell Form input utility.
+
+This makes a shell script can form-input. Availablity of shell script
+grow wider and wider.
+
+WWW: http://www.kobe1995.net/
+
+NAKAMURA Kazushi @ KOBE <kaz@kobe1995.net>
diff --git a/misc/nsf/pkg-plist b/misc/nsf/pkg-plist
new file mode 100644
index 000000000000..837558e7b44c
--- /dev/null
+++ b/misc/nsf/pkg-plist
@@ -0,0 +1 @@
+bin/nsf
-- 
cgit v1.2.3