aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd-mod_vroot
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2019-03-18 23:32:45 +0000
committerMartin Matuska <mm@FreeBSD.org>2019-03-18 23:32:45 +0000
commit6dab65a97a66f909a8c1e6bad29bec0c8ab5ce8c (patch)
tree75850546332c1c71b28630cce76cf1234cc7baa9 /ftp/proftpd-mod_vroot
parenta0c52ec65ac50d4c15f517b7e79e693d8d185036 (diff)
downloadports-6dab65a97a66f909a8c1e6bad29bec0c8ab5ce8c.tar.gz
ports-6dab65a97a66f909a8c1e6bad29bec0c8ab5ce8c.zip
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>
Notes
Notes: svn path=/head/; revision=496224
Diffstat (limited to 'ftp/proftpd-mod_vroot')
-rw-r--r--ftp/proftpd-mod_vroot/Makefile31
-rw-r--r--ftp/proftpd-mod_vroot/distinfo5
-rw-r--r--ftp/proftpd-mod_vroot/pkg-descr3
3 files changed, 39 insertions, 0 deletions
diff --git a/ftp/proftpd-mod_vroot/Makefile b/ftp/proftpd-mod_vroot/Makefile
new file mode 100644
index 000000000000..bccf2398a8f3
--- /dev/null
+++ b/ftp/proftpd-mod_vroot/Makefile
@@ -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"
diff --git a/ftp/proftpd-mod_vroot/distinfo b/ftp/proftpd-mod_vroot/distinfo
new file mode 100644
index 000000000000..8842a452d8d2
--- /dev/null
+++ b/ftp/proftpd-mod_vroot/distinfo
@@ -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
diff --git a/ftp/proftpd-mod_vroot/pkg-descr b/ftp/proftpd-mod_vroot/pkg-descr
new file mode 100644
index 000000000000..e7572f052680
--- /dev/null
+++ b/ftp/proftpd-mod_vroot/pkg-descr
@@ -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