ports/86418: new port: sysutils/cdircmp - Compare directories and select files to copy
Emanuel Haupt
ehaupt at critical.ch
Wed Sep 21 15:20:02 UTC 2005
>Number: 86418
>Category: ports
>Synopsis: new port: sysutils/cdircmp - Compare directories and select files to copy
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 21 15:20:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Emanuel Haupt
>Release: FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root at beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386
>Description:
new port: sysutils/cdircmp - Compare directories and select files to copy
cdircmp is a simple utility that compares two directories, displays the
differences, and allows you to select items to copy.
>How-To-Repeat:
>Fix:
--- cdircmp.shar begins here ---
# 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:
#
# cdircmp
# cdircmp/Makefile
# cdircmp/pkg-descr
# cdircmp/distinfo
#
echo c - cdircmp
mkdir -p cdircmp > /dev/null 2>&1
echo x - cdircmp/Makefile
sed 's/^X//' >cdircmp/Makefile << 'END-of-cdircmp/Makefile'
X# New ports collection makefile for: cdircmp
X# Date created: 21 Sep 2005
X# Whom: Emanuel Haupt <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME= cdircmp
XPORTVERSION= 0.3
XCATEGORIES= sysutils
XMASTER_SITES= http://home.hccnet.nl/paul.schuurmans/download/
X
XMAINTAINER= ehaupt at critical.ch
XCOMMENT= Compare directories and select files to copy
X
XLDFLAGS+= -lncurses -lform
X
XPLIST_FILES= bin/cdircmp
X
Xdo-build:
X ${CC} ${CFLAGS} -c ${WRKSRC}/main.c -o ${WRKSRC}/main.o
X ${CC} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/main.o
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-cdircmp/Makefile
echo x - cdircmp/pkg-descr
sed 's/^X//' >cdircmp/pkg-descr << 'END-of-cdircmp/pkg-descr'
Xcdircmp is a simple utility that compares two directories, displays the
Xdifferences, and allows you to select items to copy.
X
XWWW: http://home.hccnet.nl/paul.schuurmans/
X
X- ehaupt
Xehaupt at critical.ch
END-of-cdircmp/pkg-descr
echo x - cdircmp/distinfo
sed 's/^X//' >cdircmp/distinfo << 'END-of-cdircmp/distinfo'
XMD5 (cdircmp-0.3.tar.gz) = dd8d0ed0684ce9f8ed9643fa8c347535
XSIZE (cdircmp-0.3.tar.gz) = 17253
END-of-cdircmp/distinfo
exit
--- cdircmp.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list