aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdeploy
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-09 08:13:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-09 08:13:28 +0000
commit15b95faf0c11dd14ae2343b5a515b57a5a7b75f0 (patch)
tree4d0236e1f0622c4ec3d7ded37a6f1c36f0c54258 /sysutils/cdeploy
parent25aeaf940309fe85a619bdb3d9f41522edcd2f21 (diff)
downloadports-15b95faf0c11dd14ae2343b5a515b57a5a7b75f0.tar.gz
ports-15b95faf0c11dd14ae2343b5a515b57a5a7b75f0.zip
This is a port of the cdeploy utility, a tool which can be used to deploy a
directory sub-tree into another directory tree. cdeploy is currently maintained by the RootForum.org community. WWW: http://sourceforge.net/projects/root-tools/ PR: ports/146400 Submitted by: "Jesco Freund" <jesco.freund@my-universe.com>
Notes
Notes: svn path=/head/; revision=253978
Diffstat (limited to 'sysutils/cdeploy')
-rw-r--r--sysutils/cdeploy/Makefile23
-rw-r--r--sysutils/cdeploy/distinfo3
-rw-r--r--sysutils/cdeploy/pkg-descr5
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/cdeploy/Makefile b/sysutils/cdeploy/Makefile
new file mode 100644
index 000000000000..f38fac8be1e6
--- /dev/null
+++ b/sysutils/cdeploy/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: cdeploy
+# Date created: 8 May 2010
+# Whom: jfreund
+#
+# $FreeBSD$
+#
+
+PORTNAME= cdeploy
+PORTVERSION= 0.2.1
+CATEGORIES= sysutils
+MASTER_SITES= SF/root-tools/cdeploy/0.2
+
+MAINTAINER= aihal@users.sourceforge.net
+COMMENT= Deploy a set of configuration files to a target file system
+
+USE_BZIP2= yes
+
+MAN1= cdeploy.1
+MANCOMPRESSED= yes
+
+PLIST_FILES= sbin/cdeploy
+
+.include <bsd.port.mk>
diff --git a/sysutils/cdeploy/distinfo b/sysutils/cdeploy/distinfo
new file mode 100644
index 000000000000..51a3d273c5d4
--- /dev/null
+++ b/sysutils/cdeploy/distinfo
@@ -0,0 +1,3 @@
+MD5 (cdeploy-0.2.1.tar.bz2) = 6aaf22e1b0d424bf884d8aaf25bdf0d3
+SHA256 (cdeploy-0.2.1.tar.bz2) = 9efd6d8b039c3af6d317da2c6b0eaff3bd78adecbac6722a5b4d9f04c60eebd8
+SIZE (cdeploy-0.2.1.tar.bz2) = 7256
diff --git a/sysutils/cdeploy/pkg-descr b/sysutils/cdeploy/pkg-descr
new file mode 100644
index 000000000000..3a511d0372b9
--- /dev/null
+++ b/sysutils/cdeploy/pkg-descr
@@ -0,0 +1,5 @@
+This is a port of the cdeploy utility, a tool which can be used to deploy a
+directory sub-tree into another directory tree. cdeploy is currently
+maintained by the RootForum.org community.
+
+WWW: http://sourceforge.net/projects/root-tools/