Add new port security/please:

Please aims to be little sudo without bells and whistles. Only pam
authentication and executing command.

Approved by:	crees (mentor)
This commit is contained in:
Grzegorz Blach 2013-07-16 17:54:53 +00:00
parent 39777dc000
commit d9bd84778e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323117
4 changed files with 34 additions and 0 deletions

View file

@ -716,6 +716,7 @@
SUBDIR += pkcs11-helper
SUBDIR += pks
SUBDIR += pktsuckers
SUBDIR += please
SUBDIR += polarssl
SUBDIR += poly1305aes
SUBDIR += portsentry

23
security/please/Makefile Normal file
View file

@ -0,0 +1,23 @@
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= please
PORTVERSION= 1.0
CATEGORIES= security
MAINTAINER= gblach@FreeBSD.org
COMMENT= Execute a command as root
LICENSE= BSD
BUILD_DEPENDS= rst2man:${PORTSDIR}/textproc/py-docutils
USE_GITHUB= yes
GH_ACCOUNT= MagikBSD
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT= 71c64bc
PLIST_FILES= bin/please
MAN1= please.1
.include <bsd.port.mk>

2
security/please/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (please-1.0.tar.gz) = ac40234675906b356ca8ee17957fde81b67f42d4e7d5cf5a0fcd2494298fa0fd
SIZE (please-1.0.tar.gz) = 2921

View file

@ -0,0 +1,8 @@
Please aims to be little sudo without bells and whistles. Only pam
authentication and executing command.
Name please fits into unix naming conventions. Where we have daemon instead of
background process. We are killing processes, not closing processes. Now we can
please to run privileged process.
WWW: https://github.com/MagikBSD/please