Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2012 20:03:53 GMT
From:      Bryan Drewery <bryan@shatow.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167373: New port: sysutils/beadm: OpenSolaris-like ZFS boot environment management script
Message-ID:  <201204272003.q3RK3rib006242@red.freebsd.org>
Resent-Message-ID: <201204272010.q3RKAAxZ039017@freefall.freebsd.org>

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

>Number:         167373
>Category:       ports
>Synopsis:       New port: sysutils/beadm: OpenSolaris-like ZFS boot environment management script
>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 Apr 27 20:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Bryan Drewery
>Release:        8.3
>Organization:
>Environment:
>Description:
beadm is an OpenSolaris-like utility for managing ZFS boot environments.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Makefile
#	distinfo
#	pkg-descr
#
echo x - Makefile
sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965'
X# New ports collection makefile for:	beadm
X# Date created:		26 April 2012
X# Whom:			Bryan Drewery <bryan@shatow.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	beadm
XPORTVERSION=	0.1
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.shatow.net/freebsd/
X
XMAINTAINER=	bryan@shatow.net
XCOMMENT=	Solaris-like utility to manage Boot Environments on ZFS
X
XLICENSE=	BSD
X
XNO_BUILD=	YES
XUSE_BZIP2=	yes
X
XPLIST_FILES=	sbin/${PORTNAME}
X
XMAN1=		${PORTNAME}.1
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 800000
XIGNORE=		not supported on 7.x
X.endif
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/${PORTNAME}
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/
X
X.include <bsd.port.post.mk>
b67911656ef5d18c4ae36cb6741b7965
echo x - distinfo
sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f'
XSHA256 (beadm-0.1.tar.bz2) = 2cce5bf5c2804af51f615541daec409c29de716a3b56a5fd587d90bac326d377
XSIZE (beadm-0.1.tar.bz2) = 9911
57677d168a5ec21bdf22c9501f075a8f
echo x - pkg-descr
sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979'
Xbeadm is a Illumos/Solaris-like utility for FreeBSD to manage
XBoot Environments on ZFS filesystems.
X
XWWW: https://sourceforge.net/projects/beadm/
7f9555c3c1089940396b503dd37f3979
exit



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



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