Create an acct package for accounting tools.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-01-21 17:49:10 +00:00
parent 2971191a94
commit d3d8fcf2c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=294519
7 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,13 @@
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "Accounting Tools (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/acct.ucl Normal file
View file

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

View file

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE=acct
PROG= lastcomm
SRCS= lastcomm.c readrec.c

View file

@ -2,6 +2,8 @@
TAP_TESTS_SH= legacy_test
PACKAGE= tests
FILESDIR= ${TESTSDIR}
FILES= v1-amd64-acct.in
FILES+= v1-amd64.out

View file

@ -4,4 +4,6 @@
PROG= accton
MAN= accton.8
PACKAGE=acct
.include <bsd.prog.mk>

View file

@ -8,6 +8,8 @@ PROG= sa
MAN= sa.8
SRCS= main.c db.c pdb.c usrdb.c readrec.c
PACKAGE=acct
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

View file

@ -1,5 +1,7 @@
# $FreeBSD$
PACKAGE= tests
TAP_TESTS_SH= legacy_test
FILESDIR= ${TESTSDIR}