diff options
author | will <will@FreeBSD.org> | 2000-09-17 22:30:36 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-17 22:30:36 +0000 |
commit | d1dfc3f3ce39ff4909681cf75b234a65079a0fd3 (patch) | |
tree | f22bf4f778388ccdf2ff3492a7a7893fd0f8ebbb /misc/nsf | |
parent | fc96c019b5c034b84b036e8366aa63c47b1c73e9 (diff) | |
download | FreeBSD-ports-d1dfc3f3ce39ff4909681cf75b234a65079a0fd3.zip FreeBSD-ports-d1dfc3f3ce39ff4909681cf75b234a65079a0fd3.tar.gz |
Add nsf (unversioned - but I put 1.0), NAKAMURA Kazushi's shell form input.
PR: 21235
Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
Diffstat (limited to 'misc/nsf')
-rw-r--r-- | misc/nsf/Makefile | 25 | ||||
-rw-r--r-- | misc/nsf/distinfo | 1 | ||||
-rw-r--r-- | misc/nsf/pkg-comment | 1 | ||||
-rw-r--r-- | misc/nsf/pkg-descr | 8 | ||||
-rw-r--r-- | misc/nsf/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile new file mode 100644 index 0000000..d20d5f6 --- /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 0000000..5a0e348 --- /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 0000000..09c15a2 --- /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 0000000..5af3281 --- /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 0000000..837558e --- /dev/null +++ b/misc/nsf/pkg-plist @@ -0,0 +1 @@ +bin/nsf |