summaryrefslogtreecommitdiff
path: root/sysutils/beadm
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2012-04-28 06:46:11 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2012-04-28 06:46:11 +0000
commitfcb8f07dc515caf37c23984606729eadb8b71fae (patch)
tree822a5733d98133b82a6b8cf1b4183fea35b1837a /sysutils/beadm
parent- Update to 1.1.4 (diff)
beadm is a Illumos/Solaris-like utility for FreeBSD to manage
Boot Environments on ZFS filesystems. WWW: https://sourceforge.net/projects/beadm/ PR: ports/167373 Submitted by: Bryan Drewery <bryan@shatow.net>
Notes
Notes: svn path=/head/; revision=295638
Diffstat (limited to 'sysutils/beadm')
-rw-r--r--sysutils/beadm/Makefile35
-rw-r--r--sysutils/beadm/distinfo2
-rw-r--r--sysutils/beadm/pkg-descr4
3 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/beadm/Makefile b/sysutils/beadm/Makefile
new file mode 100644
index 000000000000..75cd3708c9f6
--- /dev/null
+++ b/sysutils/beadm/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: beadm
+# Date created: 26 April 2012
+# Whom: Bryan Drewery <bryan@shatow.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= beadm
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://www.shatow.net/freebsd/
+
+MAINTAINER= bryan@shatow.net
+COMMENT= Solaris-like utility to manage Boot Environments on ZFS
+
+LICENSE= BSD
+
+NO_BUILD= YES
+USE_BZIP2= yes
+
+PLIST_FILES= sbin/${PORTNAME}
+
+MAN1= ${PORTNAME}.1
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+IGNORE= not supported on 7.x
+.endif
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/${PORTNAME}
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/
+
+.include <bsd.port.post.mk>
diff --git a/sysutils/beadm/distinfo b/sysutils/beadm/distinfo
new file mode 100644
index 000000000000..e21d61efd571
--- /dev/null
+++ b/sysutils/beadm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (beadm-0.1.tar.bz2) = 2cce5bf5c2804af51f615541daec409c29de716a3b56a5fd587d90bac326d377
+SIZE (beadm-0.1.tar.bz2) = 9911
diff --git a/sysutils/beadm/pkg-descr b/sysutils/beadm/pkg-descr
new file mode 100644
index 000000000000..e02ce4b9b0ca
--- /dev/null
+++ b/sysutils/beadm/pkg-descr
@@ -0,0 +1,4 @@
+beadm is a Illumos/Solaris-like utility for FreeBSD to manage
+Boot Environments on ZFS filesystems.
+
+WWW: https://sourceforge.net/projects/beadm/