aboutsummaryrefslogtreecommitdiff
path: root/security/please
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-07-16 17:54:53 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-07-16 17:54:53 +0000
commitd9bd84778e97ff03e264b50f1a66f3d87235f333 (patch)
treedac98a4f5272a9f2607fa4fde2bd58ea0a99cd12 /security/please
parent39777dc000c4d96980d1208126c9afcfc1ed55f2 (diff)
downloadports-d9bd84778e97ff03e264b50f1a66f3d87235f333.tar.gz
ports-d9bd84778e97ff03e264b50f1a66f3d87235f333.zip
Notes
Diffstat (limited to 'security/please')
-rw-r--r--security/please/Makefile23
-rw-r--r--security/please/distinfo2
-rw-r--r--security/please/pkg-descr8
3 files changed, 33 insertions, 0 deletions
diff --git a/security/please/Makefile b/security/please/Makefile
new file mode 100644
index 000000000000..07a1af368a0d
--- /dev/null
+++ b/security/please/Makefile
@@ -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>
diff --git a/security/please/distinfo b/security/please/distinfo
new file mode 100644
index 000000000000..cd69ee517018
--- /dev/null
+++ b/security/please/distinfo
@@ -0,0 +1,2 @@
+SHA256 (please-1.0.tar.gz) = ac40234675906b356ca8ee17957fde81b67f42d4e7d5cf5a0fcd2494298fa0fd
+SIZE (please-1.0.tar.gz) = 2921
diff --git a/security/please/pkg-descr b/security/please/pkg-descr
new file mode 100644
index 000000000000..a49ffb290ce3
--- /dev/null
+++ b/security/please/pkg-descr
@@ -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