From owner-freebsd-ports Wed Jul 24 1:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA7137B400 for ; Wed, 24 Jul 2002 01:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7802B43E65 for ; Wed, 24 Jul 2002 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6O8e2JU056652 for ; Wed, 24 Jul 2002 01:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6O8e2Jg056651; Wed, 24 Jul 2002 01:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B327037B400 for ; Wed, 24 Jul 2002 01:36:57 -0700 (PDT) Received: from freebsdcluster.org (freebsdcluster.dk [195.184.98.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003D843E67 for ; Wed, 24 Jul 2002 01:36:56 -0700 (PDT) (envelope-from mich@freebsdcluster.org) Received: by freebsdcluster.org (Postfix, from userid 1001) id F1FFDAC703; Wed, 24 Jul 2002 10:36:49 +0200 (CEST) Message-Id: <20020724083649.F1FFDAC703@freebsdcluster.org> Date: Wed, 24 Jul 2002 10:36:49 +0200 (CEST) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40947: New port: sysutils/cvsdelta Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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