Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2012 18:18:20 GMT
From:      Shawn Webb <bsdports@wayfair.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165632: [new port] www/drupal7-jailadmin, vnet jail administration module for Drupal 7
Message-ID:  <201203021818.q22IIKCA091459@red.freebsd.org>
Resent-Message-ID: <201203021820.q22IKCe6010571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165632
>Category:       ports
>Synopsis:       [new port] www/drupal7-jailadmin, vnet jail administration module for Drupal 7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 02 18:20:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Shawn Webb
>Release:        9-STABLE
>Organization:
Wayfair
>Environment:
FreeBSD fbsd-sec 9.0-STABLE FreeBSD 9.0-STABLE #3: Thu Feb 16 12:26:26 MST 2012     shawn@fbsd-sec:/usr/obj/src/sys/SEC  amd64
>Description:
shwebb@wayfair.com / bsdports@wayfair.com will be the maintainer. Works on 9.0-RELEASE and 9-STABLE. Tested with Redports on 8.2-RELEASE, 9.0-RELEASE, and 10-CURRENT.
>How-To-Repeat:
There is no www/drupal7-jailadmin in the ports tree.
>Fix:


Patch attached with submission follows:

diff --git a/www/drupal7-jailadmin/Makefile b/www/drupal7-jailadmin/Makefile
new file mode 100644
index 0000000..aef17dd
--- /dev/null
+++ b/www/drupal7-jailadmin/Makefile
@@ -0,0 +1,42 @@
+# Ports collection makefile for:	drupal7-jailadmin
+# Date created:				01 Mar 2012
+# Whom:					Shawn Webb <bsdports@wayfair.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	jailadmin
+DISTVERSION=	7.x-0.2
+CATEGORIES=	www
+
+MAINTAINER=	bsdports@wayfair.com
+COMMENT=	Drupal 7 module for administering FreeBSD vnet jails
+MASTER_SITES= http://0xfeedface.org/~shawn/freebsd/ports/distfiles/
+
+LICENSE= BSD
+
+USE_DRUPAL=	yes
+
+.include <bsd.port.options.mk>
+
+DRUPAL_MODULE=	yes
+DRUPAL_VERSION=	7
+MODULE_FILES=	README \
+				jailadmin.admin.inc \
+				jailadmin.helpers.inc \
+				jailadmin.info \
+				jailadmin.install \
+				jailadmin.module \
+				jailconfig.inc \
+				jailstatus.inc \
+				classes/Jail.php \
+				classes/Mount.php \
+				classes/Network.php \
+				classes/NetworkDevice.php \
+				classes/Service.php
+
+MODULE_DIRS=	classes
+
+DOC_FILES=	README
+
+.include <bsd.port.mk>
diff --git a/www/drupal7-jailadmin/distinfo b/www/drupal7-jailadmin/distinfo
new file mode 100644
index 0000000..fe8e6e2
--- /dev/null
+++ b/www/drupal7-jailadmin/distinfo
@@ -0,0 +1,2 @@
+SHA256 (drupal/jailadmin-7.x-0.2.tar.gz) = 0a74d9f96c050ac618a87b23457ba65ab1c284fc788ceb7fc6ef2b9aa2c171b9
+SIZE (drupal/jailadmin-7.x-0.2.tar.gz) = 8627
diff --git a/www/drupal7-jailadmin/pkg-descr b/www/drupal7-jailadmin/pkg-descr
new file mode 100644
index 0000000..f298195
--- /dev/null
+++ b/www/drupal7-jailadmin/pkg-descr
@@ -0,0 +1,5 @@
+This Drupal 7 module makes administration of FreeBSD vnet jails extremely
+easy. When combined with ZFS and vnet, FreeBSD jails make for a basic
+cloud-like infrastructure.
+
+WWW: https://github.com/lattera/drupal-jailadmin


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203021818.q22IIKCA091459>