mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add nsf (unversioned - but I put 1.0), NAKAMURA Kazushi's shell form input.
PR: 21235 Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
This commit is contained in:
parent
c88da8197d
commit
d24350b748
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32785
6 changed files with 37 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
SUBDIR += moviedb
|
||||
SUBDIR += mshell
|
||||
SUBDIR += muuz
|
||||
SUBDIR += nsf
|
||||
SUBDIR += numchar
|
||||
SUBDIR += nwrite
|
||||
SUBDIR += orville-write
|
||||
|
|
25
misc/nsf/Makefile
Normal file
25
misc/nsf/Makefile
Normal file
|
@ -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>
|
1
misc/nsf/distinfo
Normal file
1
misc/nsf/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nsf-1.0.tar.gz) = 9ecbf2150cbbb544f0f21027358f2d60
|
1
misc/nsf/pkg-comment
Normal file
1
misc/nsf/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
NAKAMURA's Shell Form input
|
8
misc/nsf/pkg-descr
Normal file
8
misc/nsf/pkg-descr
Normal file
|
@ -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>
|
1
misc/nsf/pkg-plist
Normal file
1
misc/nsf/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/nsf
|
Loading…
Add table
Reference in a new issue