Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 15:51:29 +0100 (CET)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48175: New port: sysutils/vcp
Message-ID:  <20030211145129.AB01014A24@icommerce-france.com>

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

>Number:         48175
>Category:       ports
>Synopsis:       New port: sysutils/vcp
>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:   Tue Feb 11 07:00:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386
>Description:
	Copy files in a curses interface.
	Port made with the new COMMENT semantics.
>How-To-Repeat:
>Fix:

	
# 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:
#
#	vcp
#	vcp/Makefile
#	vcp/distinfo
#	vcp/pkg-descr
#	vcp/pkg-plist
#
echo c - vcp
mkdir -p vcp > /dev/null 2>&1
echo x - vcp/Makefile
sed 's/^X//' >vcp/Makefile << 'END-of-vcp/Makefile'
X# ex:ts=8
X# Ports collection makefile for:  vcp
X# Date created:                Tue Feb 11, 2003
X# Whom:                        Michael L. Hostbaek (mich@freebsdcluster.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	vcp
XPORTVERSION=	0.6
XCATEGORIES=	sysutils
XMASTER_SITES=	http://members.optusnet.com.au/~dbbryan/vcp/
XEXTRACT_SUFX=	.tar.Z
X
XMAINTAINER=	mich@freebsdcluster.org
XCOMMENT=	Copy files in curses interface
X
XLDFLAGS+=	-lncurses
X
Xdo-build:
X	cd ${WRKSRC} && \
X	${CC} ${CFLAGS} -c main.c && \
X	${CC} ${CFLAGS} -c copyall.c && \
X	${CC} ${CFLAGS} -c copy.c && \
X	${CC} ${CFLAGS} -c screen.c && \
X	${CC} ${CFLAGS} -c log.c && \
X	${CC} ${CFLAGS} -c cntfiles.c && \
X	${CC} ${CFLAGS} -c path.c && \
X	${CC} ${CFLAGS} -c misc.c && \
X	${CC} ${CFLAGS} -o ${PORTNAME} main.o copyall.o copy.o screen.o log.o cntfiles.o path.o misc.o ${LDFLAGS}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
X.endif
X
X.include <bsd.port.mk>
END-of-vcp/Makefile
echo x - vcp/distinfo
sed 's/^X//' >vcp/distinfo << 'END-of-vcp/distinfo'
XMD5 (vcp-0.6.tar.Z) = 59dccb37dd0fa52f6f1bccde6ccc20a5
END-of-vcp/distinfo
echo x - vcp/pkg-descr
sed 's/^X//' >vcp/pkg-descr << 'END-of-vcp/pkg-descr'
Xvcp copies files and directories in a curses interface, 
Xand behaves much like cp.
X
XWWW:		http://members.optusnet.com.au/~dbbryan/vcp/
XAUTHOR:		Daniel Bryan <so1o@bsdmail.com>
X
X       - Michael L. Hostbaek
X       mich@freebsdcluster.org
END-of-vcp/pkg-descr
echo x - vcp/pkg-plist
sed 's/^X//' >vcp/pkg-plist << 'END-of-vcp/pkg-plist'
Xbin/vcp
X%%PORTDOCS%%share/doc/vcp/README
X%%PORTDOCS%%@dirrm /share/doc/vcp
END-of-vcp/pkg-plist
exit


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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