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

4
shells/lshell/DESCR Normal file
View File

@@ -0,0 +1,4 @@
Limited Shell (lshell) provides a configurable shell per user. This is done
quite simply using a configuration file. It becomes easy to restrict user's
access to a limited set of commands, choosing to allow any command over SSH
(e.g. SCP,SFTP,rsync,etc.).

41
shells/lshell/Makefile Normal file
View File

@@ -0,0 +1,41 @@
# $NetBSD: Makefile,v 1.11 2013/06/04 07:35:15 wiz Exp $
DISTNAME= lshell-0.9.15.1
CATEGORIES= shells python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/}
MAINTAINER= imil@gcu.info
HOMEPAGE= http://ghantoos.org/limited-shell-lshell/
COMMENT= Lshell restricts user's environment to specified commands
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-readline>=0nb2:../../devel/py-readline
PKG_GROUPS= lshellg
PKG_SHELL= bin/lshell
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
EGDIR= share/examples/lshell
REPLACE_INTERPRETER+= python
REPLACE.python.old= /usr/bin/env python
REPLACE.python.new= ${PYTHONBIN}
REPLACE_FILES.python= lshellmodule/lshell.py
SUBST_CLASSES+= setup
SUBST_STAGE.setup= post-patch
SUBST_FILES.setup= setup.py
SUBST_SED.setup= -e 's,/etc,${EGDIR},'
SUBST_SED.setup+= -e 's,share/man,${PKGMANDIR},'
INSTALLATION_DIRS+= ${EGDIR} ${EGDIR}/logrotate.d ${PKGMANDIR}/man1
CONF_FILES= ${PREFIX}/${EGDIR}/lshell.conf \
${PKG_SYSCONFDIR}/lshell.conf
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

11
shells/lshell/PLIST Normal file
View File

@@ -0,0 +1,11 @@
@comment $NetBSD: PLIST,v 1.3 2010/04/11 14:37:25 imil Exp $
bin/lshell
${PYSITELIB}/lshell.py
${PYSITELIB}/lshell.pyc
${PYSITELIB}/lshell.pyo
man/man1/lshell.1
share/doc/lshell/CHANGES
share/doc/lshell/COPYING
share/doc/lshell/README
share/examples/lshell/logrotate.d/lshell
share/examples/lshell/lshell.conf

5
shells/lshell/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.6 2012/04/12 19:44:21 gls Exp $
SHA1 (lshell-0.9.15.1.tar.gz) = d35f44a7fb8ec89681e11d4eea0fc0f418b7d021
RMD160 (lshell-0.9.15.1.tar.gz) = 6d8ed6c58b7fe4be5fd1d2eae86d1f527b290641
Size (lshell-0.9.15.1.tar.gz) = 40387 bytes