1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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>
This commit is contained in:
Martin Wilke 2010-05-09 08:13:28 +00:00
parent 25aeaf9403
commit 15b95faf0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253978
4 changed files with 32 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += ccze
SUBDIR += cdargs
SUBDIR += cdbkup
SUBDIR += cdeploy
SUBDIR += cdf
SUBDIR += cdircmp
SUBDIR += cdrdao

23
sysutils/cdeploy/Makefile Normal file
View File

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

View File

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

View File

@ -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/