Date: Mon, 18 Mar 2019 23:32:45 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496224 - in head/ftp: . proftpd-mod_vroot Message-ID: <201903182332.x2INWjtG088049@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Mon Mar 18 23:32:45 2019 New Revision: 496224 URL: https://svnweb.freebsd.org/changeset/ports/496224 Log: New port: ftp/proftpd-mod_vroot ProFTPD module mod_vroot. A virtual chroot capability that does not require root privileges for ProFTPD. WWW: http://www.castaglia.org/proftpd/modules/mod_vroot.html PR: 189121 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Added: head/ftp/proftpd-mod_vroot/ head/ftp/proftpd-mod_vroot/Makefile (contents, props changed) head/ftp/proftpd-mod_vroot/distinfo (contents, props changed) head/ftp/proftpd-mod_vroot/pkg-descr (contents, props changed) Modified: head/ftp/Makefile Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Mon Mar 18 23:31:38 2019 (r496223) +++ head/ftp/Makefile Mon Mar 18 23:32:45 2019 (r496224) @@ -70,6 +70,7 @@ SUBDIR += php73-ftp SUBDIR += phpwebftp SUBDIR += proftpd + SUBDIR += proftpd-mod_vroot SUBDIR += profxp SUBDIR += puf SUBDIR += pure-ftpd Added: head/ftp/proftpd-mod_vroot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/proftpd-mod_vroot/Makefile Mon Mar 18 23:32:45 2019 (r496224) @@ -0,0 +1,31 @@ +# Created by: Joseph Benden <joe@thrallingpenguin.com> +# $FreeBSD$ + +PORTNAME= mod_vroot +DISTVERSION= 0.9.5 +PORTREVISION= 0 +CATEGORIES= ftp +PKGNAMEPREFIX= proftpd- + +MAINTAINER= joe@thrallingpenguin.com +COMMENT= Virtual Chroot ProFTPD module + +LICENSE= GPLv2 + +DESCR= ${.CURDIR}/pkg-descr + +MASTERDIR= ${.CURDIR}/../../ftp/proftpd + +_PROFTPD_MODULE_DISTFILES= proftpd-mod_vroot-${DISTVERSION}${EXTRACT_SUFX}:vroot +_PROFTPD_MODULE_EXTRACT_ONLY= proftpd-mod_vroot-${DISTVERSION}${EXTRACT_SUFX} +_PROFTPD_MODULE_MASTER_SITES= https://codeload.github.com/Castaglia/proftpd-mod_vroot/tar.gz/v${DISTVERSION}?dummy=/:vroot + +INCLUDEDIRS= ${LOCALBASE}/include +LIBDIRS= ${LOCALBASE}/lib + +_BUILDING_PROFTPD_MODULE= ${PORTNAME} + +post-extract: + @${MV} ${WRKDIR}/proftpd-mod_vroot-${DISTVERSION} ${WRKSRC}/contrib/mod_vroot + +.include "${MASTERDIR}/Makefile" Added: head/ftp/proftpd-mod_vroot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/proftpd-mod_vroot/distinfo Mon Mar 18 23:32:45 2019 (r496224) @@ -0,0 +1,5 @@ +TIMESTAMP = 1552951497 +SHA256 (proftpd-1.3.6.tar.gz) = 91ef74b143495d5ff97c4d4770c6804072a8c8eb1ad1ecc8cc541b40e152ecaf +SIZE (proftpd-1.3.6.tar.gz) = 20251898 +SHA256 (proftpd-mod_vroot-0.9.5.tar.gz) = 148384a33ee388bbb5dda36a09a944b2c528e1d46dc47e4d3aaedc37b14439be +SIZE (proftpd-mod_vroot-0.9.5.tar.gz) = 95664 Added: head/ftp/proftpd-mod_vroot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/proftpd-mod_vroot/pkg-descr Mon Mar 18 23:32:45 2019 (r496224) @@ -0,0 +1,3 @@ +A virtual chroot capability that does not require root privileges for ProFTPD. + +WWW: http://www.castaglia.org/proftpd/modules/mod_vroot.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903182332.x2INWjtG088049>