head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	2013.02.19.18.37.55;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2013.01.30.14.43.46;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.02.32;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.10.30.21.14.18;	author rm;	state Exp;
branches;
next	1.2;

1.2
date	2012.05.30.09.33.43;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2012.04.10.16.33.23;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312580
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Shawn Webb <bsdports@@wayfair.com>
# $FreeBSD: head/www/drupal7-jailadmin/Makefile 312580 2013-02-19 16:10:25Z miwi $

PORTNAME=	jailadmin
DISTVERSION=	7.x-0.5.2
CATEGORIES=	www
MASTER_SITES=	http://0xfeedface.org/~shawn/projects/jailadmin/ \
    		http://mirrors.rit.edu/zi/

MAINTAINER=	lattera@@gmail.com
COMMENT=	Drupal 7 module for administering FreeBSD vnet jails

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 \
		jailnetwork.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>
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311213
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/drupal7-jailadmin/Makefile 311213 2013-01-30 13:41:56Z zi $
d5 1
a5 1
DISTVERSION=	7.x-0.5.1
@


1.4
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/drupal7-jailadmin/Makefile 306717 2012-10-30 21:14:18Z rm $
d5 1
a5 1
DISTVERSION=	7.x-0.4.1
d7 2
a8 1
MASTER_SITES=	http://ftp.freebsd.org/pub/FreeBSD/distfiles/drupal/
@


1.3
log
@SVN rev 306717 on 2012-10-30 21:14:18Z by rm

- pass maintainership to submitter
- temporary switch MASTER_SITES to ftp.freebsd.org

while here:
- trim Makefile header
- remove redundant tabs to improve readability

PR:		173123
Submitted by:	Shawn Webb <lattera at gmail dot com>
Approved by:	Chris McCoy <cmccoy at wayfair dot com> (maintainer, another email)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@- Update to 7.x-0.4.1

PR:		167294
Submitted by:	maintainer
@
text
@d1 1
a1 4
# Ports collection makefile for:	drupal7-jailadmin
# Date created:				01 Mar 2012
# Whom:					Shawn Webb <bsdports@@wayfair.com>
#
a2 1
#
d7 1
a7 1
MASTER_SITES=	http://0xfeedface.org/~shawn/freebsd/ports/distfiles/
d9 1
a9 1
MAINTAINER=	bsdports@@wayfair.com
d21 13
a33 13
				jailadmin.admin.inc \
				jailadmin.helpers.inc \
				jailadmin.info \
				jailadmin.install \
				jailadmin.module \
				jailconfig.inc \
				jailnetwork.inc \
				jailstatus.inc \
				classes/Jail.php \
				classes/Mount.php \
				classes/Network.php \
				classes/NetworkDevice.php \
				classes/Service.php
@


1.1
log
@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

PR:		ports/165632
Submitted by:	Shawn Webb <bsdports@@wayfair.com>
@
text
@d9 1
a9 1
DISTVERSION=	7.x-0.2
d31 1
@

