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

View File

@@ -0,0 +1,6 @@
checkperms is a small and simple program that detects many
inconsistencies in file and directory permissions. Theoretically, there
are 2^12 valid combinations (setuid, setgid, sticky, owner-rwx,
group-rwx, other-rwx), but only very few of them are actually used.
It can automatically fix the permissions if instructed so.

View File

@@ -0,0 +1,40 @@
# $NetBSD: Makefile,v 1.27 2013/04/06 14:58:21 rodent Exp $
#
DISTNAME= checkperms-1.11
CATEGORIES= sysutils
MASTER_SITES= http://www.roland-illig.de/checkperms/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.roland-illig.de/checkperms/
COMMENT= Check and correct file permissions
LICENSE= modified-bsd
AUTO_MKDIRS= yes
USE_BSD_MAKEFILE= yes
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mclang*)
MAKE_FLAGS+= ACTIVE_CC=clang
.endif
.include "../../mk/bsd.prefs.mk"
# Avoid self-referential and circular dependencies.
CHECK_PERMS= no
IGNORE_CCACHE= yes
IGNORE_DISTCC= yes
.if ${OPSYS} == "Linux"
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
.endif
# Avoid catpage regeneration
post-extract:
${ECHO} ".PHONY: checkperms.cat1" >> ${WRKSRC}/Makefile
${ECHO} "checkperms.cat1:" >> ${WRKSRC}/Makefile
${ECHO} "" >> ${WRKSRC}/Makefile
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2012/03/04 11:40:46 wiz Exp $
bin/checkperms
man/cat1/checkperms.0
man/man1/checkperms.1

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.9 2009/12/05 10:23:34 rillig Exp $
SHA1 (checkperms-1.11.tar.gz) = 21a2a61c8b085ba2d016dca3f7160494ac78a329
RMD160 (checkperms-1.11.tar.gz) = 749c7446133e79314df7b3f8ea9c467173dbb405
Size (checkperms-1.11.tar.gz) = 6332 bytes