Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2002 10:36:49 +0200 (CEST)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40947: New port: sysutils/cvsdelta
Message-ID:  <20020724083649.F1FFDAC703@freebsdcluster.org>

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

>Number:         40947
>Category:       ports
>Synopsis:       New port: sysutils/cvsdelta
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 24 01:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386

>Description:
	cvsdelta summarizes the difference between a CVS project and its local 
	version. It detects files that have been added and removed, and of 
	existing files it counts the number of lines that have been added, 
	deleted, and changed. It filters project changes by using .cvsignore 
	files, both system-wide and locally.
>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:
#
#	cvsdelta/Makefile
#	cvsdelta/distinfo
#	cvsdelta/pkg-comment
#	cvsdelta/pkg-descr
#	cvsdelta/pkg-plist
#
echo x - cvsdelta/Makefile
sed 's/^X//' >cvsdelta/Makefile << 'END-of-cvsdelta/Makefile'
X# ex:ts=8
X# Ports collection makefile for:  cvsdelta
X# Date created:                   Thu Jul 25, 2002
X# Whom:                           Michael L. Hostbaek (mich@freebsdcluster.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cvsdelta
XPORTVERSION=	1.3
XCATEGORIES=	sysutils
XMASTER_SITES=	http://belnet.dl.sourceforge.net/sourceforge/cvsdelta/ \
X		${MASTER_SITE_SOURCEFORGE}
X
XMAINTAINER=	mich@freebsdcluster.org
X
XUSE_RUBY=	yes
XNO_BUILD=	yes
XUSE_REINPLACE=	yes
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|' ${WRKSRC}/cvsdelta
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X	${INSTALL_MAN} ${WRKSRC}/cvsdelta.1 ${PREFIX}/man/man1/
X
XMAN1=		cvsdelta.1
X.include <bsd.port.mk>
END-of-cvsdelta/Makefile
echo x - cvsdelta/distinfo
sed 's/^X//' >cvsdelta/distinfo << 'END-of-cvsdelta/distinfo'
XMD5 (cvsdelta-1.3.tar.gz) = aae34156ec0f4cb7e75a2682c134c0e2
END-of-cvsdelta/distinfo
echo x - cvsdelta/pkg-comment
sed 's/^X//' >cvsdelta/pkg-comment << 'END-of-cvsdelta/pkg-comment'
XCvsdelta summarizes differences between local and in-cvs files
END-of-cvsdelta/pkg-comment
echo x - cvsdelta/pkg-descr
sed 's/^X//' >cvsdelta/pkg-descr << 'END-of-cvsdelta/pkg-descr'
Xcvsdelta summarizes the difference between a CVS project and its local 
Xversion. It detects files that have been added and removed, and of 
Xexisting files it counts the number of lines that have been added, 
Xdeleted, and changed. It filters project changes by using .cvsignore 
Xfiles, both system-wide and locally.
X
XRequires ruby.
X
XWWW:		http://cvsdelta.sourceforge.net/
XAUTHOR:		Jeff Pace <jpace@incava.org>
X
X	- Michael L. Hostbaek
X	mich@freebsdcluster.org
END-of-cvsdelta/pkg-descr
echo x - cvsdelta/pkg-plist
sed 's/^X//' >cvsdelta/pkg-plist << 'END-of-cvsdelta/pkg-plist'
Xbin/cvsdelta
END-of-cvsdelta/pkg-plist
exit


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

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




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