svn commit: r323117 - in head/security: . please
Grzegorz Blach
gblach at FreeBSD.org
Tue Jul 16 17:54:55 UTC 2013
Author: gblach
Date: Tue Jul 16 17:54:53 2013
New Revision: 323117
URL: http://svnweb.freebsd.org/changeset/ports/323117
Log:
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)
Added:
head/security/please/
head/security/please/Makefile (contents, props changed)
head/security/please/distinfo (contents, props changed)
head/security/please/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Tue Jul 16 17:52:47 2013 (r323116)
+++ head/security/Makefile Tue Jul 16 17:54:53 2013 (r323117)
@@ -716,6 +716,7 @@
SUBDIR += pkcs11-helper
SUBDIR += pks
SUBDIR += pktsuckers
+ SUBDIR += please
SUBDIR += polarssl
SUBDIR += poly1305aes
SUBDIR += portsentry
Added: head/security/please/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/please/Makefile Tue Jul 16 17:54:53 2013 (r323117)
@@ -0,0 +1,23 @@
+# Created by: Grzegorz Blach <gblach at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= please
+PORTVERSION= 1.0
+CATEGORIES= security
+
+MAINTAINER= gblach at 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>
Added: head/security/please/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/please/distinfo Tue Jul 16 17:54:53 2013 (r323117)
@@ -0,0 +1,2 @@
+SHA256 (please-1.0.tar.gz) = ac40234675906b356ca8ee17957fde81b67f42d4e7d5cf5a0fcd2494298fa0fd
+SIZE (please-1.0.tar.gz) = 2921
Added: head/security/please/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/please/pkg-descr Tue Jul 16 17:54:53 2013 (r323117)
@@ -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
More information about the svn-ports-head
mailing list