diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-17 22:30:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-17 22:30:36 +0000 |
commit | d24350b748151e2d5021020d7d3d14feadcfc85c (patch) | |
tree | 6c42729281c92ee4aa8f88adabfff94d8b5f1270 /misc/nsf | |
parent | c88da8197d2db3d18820d0d0f6afb1486c35bcd6 (diff) | |
download | ports-d24350b748151e2d5021020d7d3d14feadcfc85c.tar.gz ports-d24350b748151e2d5021020d7d3d14feadcfc85c.zip |
Notes
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 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 |