Create a package for vi(1) and related files.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-02-02 16:47:50 +00:00
parent 750e7eb5dc
commit 17f1329d94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=295155
4 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,13 @@
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "Vi Editor (debugging symbols)"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD

13
release/packages/vi.ucl Normal file
View File

@ -0,0 +1,13 @@
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "Vi Editor"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD

View File

@ -4,6 +4,7 @@
.include <src.opts.mk>
PACKAGE= vi
SRCDIR= ${.CURDIR}/../../contrib/nvi
SUBDIR+= catalog

View File

@ -3,10 +3,14 @@
.include <bsd.own.mk>
PACKAGE=vi
V= ${.CURDIR}/../../../contrib/nvi
CAT= dutch english french german polish ru_RU.KOI8-R spanish swedish \
FILESGROUPS+=VICAT
VICAT= dutch english french german polish ru_RU.KOI8-R spanish swedish \
uk_UA.KOI8-U zh_CN.GB2312
VICATDIR= ${FILESDIR}
VICATPACKAGE= ${PACKAGE}
SCAN= ${V}/cl/*.c ${V}/common/*.c ${V}/ex/*.c ${V}/vi/*.c