Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

19
sysutils/etcutils/DESCR Normal file
View File

@@ -0,0 +1,19 @@
etcutils is a package that provides standalone utilities to manipulate some
of the configuration files in /etc in a programmatic manner. Some of these
files can be seen as databases and, as such, they should have tools to
update them.
The utilities provided by etcutils are designed to permit their integration
into packaging systems. Once integrated, packages can use these tools to
automatically modify these system-wide configuration files without having
to care about portability issues. Of course, these utilities provide a
command-line interface that resembles that of other standard tools, and
thus their manual usage is also possible.
The following utilities are provided:
* services(8): Add, list, remove and check the presence of entries in the
services(5) database.
* shells(8): Add, list, remove and check the presence of entries in the
shells(5) database.

View File

@@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.3 2012/10/23 19:51:00 asau Exp $
#
DISTNAME= etcutils-0.1
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/etcutils/0.1/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/~jmmv/etcutils/
COMMENT= Utilities to programmatically edit configuration files
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=/etc SH=${SH}
PKG_OPTIONS_VAR= PKG_OPTIONS.etcutils
PKG_SUPPORTED_OPTIONS= tests
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mtests)
CONFIGURE_ARGS+= --with-atf
DEPENDS+= atf-[0-9]*:../../devel/atf
PLIST_SUBST+= TESTS=
.else
CONFIGURE_ARGS+= --without-atf
PLIST_SUBST+= TESTS="@comment"
.endif
.include "../../mk/bsd.pkg.mk"

14
sysutils/etcutils/PLIST Normal file
View File

@@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/07 09:13:59 jmmv Exp $
man/man8/services.8
man/man8/shells.8
sbin/services
sbin/shells
share/doc/etcutils/AUTHORS
share/doc/etcutils/COPYING
share/doc/etcutils/NEWS
share/doc/etcutils/README
${TESTS}tests/etcutils/Atffile
${TESTS}tests/etcutils/services_test
${TESTS}tests/etcutils/services.gold
${TESTS}tests/etcutils/shells_test
${TESTS}tests/etcutils/shells.gold

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/05/07 09:13:59 jmmv Exp $
SHA1 (etcutils-0.1.tar.gz) = c34742febea68836eea4d4ef3495a660f6a86ee5
RMD160 (etcutils-0.1.tar.gz) = 71440ea12b091e14b2a5f4ed137c09f7bc4e663a
Size (etcutils-0.1.tar.gz) = 59625 bytes