summaryrefslogtreecommitdiffstats
path: root/security/chroot_safe
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-20 20:47:45 +0000
committeredwin <edwin@FreeBSD.org>2005-12-20 20:47:45 +0000
commit9e3ceee062a26876a95700db3f634b8f636350f3 (patch)
treef9e2445f937b0c8c9c7eda662588c2d16c83a975 /security/chroot_safe
parenta78a3c9a13a6a287c96b3621dd836ebf28df73fe (diff)
downloadFreeBSD-ports-9e3ceee062a26876a95700db3f634b8f636350f3.zip
FreeBSD-ports-9e3ceee062a26876a95700db3f634b8f636350f3.tar.gz
[new port] security/chroot_safe
chroot_safe, a tool to chroot any application in a sane manner without requring binaries, shared libraries etc within the chroot or any support from the application. Works with any dynamically linked application. WWW: http://sourceforge.net/projects/chrootsafe PR: ports/90341 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Diffstat (limited to 'security/chroot_safe')
-rw-r--r--security/chroot_safe/Makefile29
-rw-r--r--security/chroot_safe/distinfo3
-rw-r--r--security/chroot_safe/pkg-descr5
3 files changed, 37 insertions, 0 deletions
diff --git a/security/chroot_safe/Makefile b/security/chroot_safe/Makefile
new file mode 100644
index 0000000..30c48c1
--- /dev/null
+++ b/security/chroot_safe/Makefile
@@ -0,0 +1,29 @@
+# Ports collection Makefile for: chroot_safe
+# Date created: 11 Dec 2005
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= chroot_safe
+PORTVERSION= 1.4
+CATEGORIES= security sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= chrootsafe
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= A tool to chroot softwares easily
+
+GNU_CONFIGURE=YES
+USE_REINPLACE=YES
+
+MAN1= chroot_safe.1
+PLIST_FILES= sbin/chroot_safe libexec/chroot_safe/chroot_safe.so
+PLIST_DIRS= libexec/chroot_safe
+
+post-patch:
+ ${REINPLACE_CMD} -e 's|CXX=g++|CXX?=c++|' \
+ -e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \
+ ${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} 's|chroot(1)|chroot(8)|' ${WRKSRC}/chroot_safe.1.in
+
+.include <bsd.port.mk>
diff --git a/security/chroot_safe/distinfo b/security/chroot_safe/distinfo
new file mode 100644
index 0000000..7637975
--- /dev/null
+++ b/security/chroot_safe/distinfo
@@ -0,0 +1,3 @@
+MD5 (chroot_safe-1.4.tgz) = 4a1150626746e15e157e092840f595ed
+SHA256 (chroot_safe-1.4.tgz) = dcdd299e0275838531bbc53de3bb5ecd70f99d0af5fa328e8de761b4de4623bf
+SIZE (chroot_safe-1.4.tgz) = 25886
diff --git a/security/chroot_safe/pkg-descr b/security/chroot_safe/pkg-descr
new file mode 100644
index 0000000..04a91cc
--- /dev/null
+++ b/security/chroot_safe/pkg-descr
@@ -0,0 +1,5 @@
+ chroot_safe, a tool to chroot any application in a sane manner without
+requring binaries, shared libraries etc within the chroot or any support from
+the application. Works with any dynamically linked application.
+
+WWW: http://sourceforge.net/projects/chrootsafe/
OpenPOWER on IntegriCloud