Date: 17 Jan 2000 14:37:44 -0000 From: rip@pinetec.co.za To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16159: cvsmapfs port Message-ID: <20000117143744.89847.qmail@hecate.pec.prescient.co.za>
next in thread | raw e-mail | index | archive | help
>Number: 16159 >Category: ports >Synopsis: new port for cvsmapfs >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: Mon Jan 17 05:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: R.I.Pienaar >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: FreeBSD hecate.pec.prescient.co.za 3.4-RELEASE FreeBSD 3.4-RELEASE #10: Sat Dec 18 12:20:37 SAST 1999 root@hecate.pec.prescient.co.za:/usr/src/sys/compile/HECATE i386 >Description: Helps keep track of modes/permissions/ownership of files in cvs >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: # # cvsmapfs # cvsmapfs/pkg # cvsmapfs/pkg/COMMENT # cvsmapfs/pkg/DESCR # cvsmapfs/pkg/PLIST # cvsmapfs/patches # cvsmapfs/patches/patch-aa # cvsmapfs/files # cvsmapfs/files/md5 # cvsmapfs/Makefile # echo c - cvsmapfs mkdir -p cvsmapfs > /dev/null 2>&1 echo c - cvsmapfs/pkg mkdir -p cvsmapfs/pkg > /dev/null 2>&1 echo x - cvsmapfs/pkg/COMMENT sed 's/^X//' >cvsmapfs/pkg/COMMENT << 'END-of-cvsmapfs/pkg/COMMENT' XHelps keep track of modes and permissions of files in cvs END-of-cvsmapfs/pkg/COMMENT echo x - cvsmapfs/pkg/DESCR sed 's/^X//' >cvsmapfs/pkg/DESCR << 'END-of-cvsmapfs/pkg/DESCR' XHelps keep track of modes/permissions/ownership of files in cvs END-of-cvsmapfs/pkg/DESCR echo x - cvsmapfs/pkg/PLIST sed 's/^X//' >cvsmapfs/pkg/PLIST << 'END-of-cvsmapfs/pkg/PLIST' Xbin/cvsmapfs Xshare/doc/cvsmapfs/README X@dirrm share/doc/cvsmapfs END-of-cvsmapfs/pkg/PLIST echo c - cvsmapfs/patches mkdir -p cvsmapfs/patches > /dev/null 2>&1 echo x - cvsmapfs/patches/patch-aa sed 's/^X//' >cvsmapfs/patches/patch-aa << 'END-of-cvsmapfs/patches/patch-aa' Xdiff -ru ../cvsmapfs-1.3.orig/cvsmapfs ./cvsmapfs X--- ../cvsmapfs-1.3.orig/cvsmapfs Wed Oct 9 01:26:42 1996 X+++ ./cvsmapfs Mon Jan 17 15:25:56 2000 X@@ -1,4 +1,4 @@ X-#!/depot/perl-5.003/bin/perl X+#!/usr/bin/perl X X # X # cvsmapfs - Maps arbitrary filesystem in and out of form that cvs can handle. Xdiff -ru ../cvsmapfs-1.3.orig/mkregression ./mkregression X--- ../cvsmapfs-1.3.orig/mkregression Wed Oct 9 00:17:20 1996 X+++ ./mkregression Mon Jan 17 15:26:04 2000 X@@ -1,4 +1,4 @@ X-#!/depot/perl-5.003/bin/perl X+#!/usr/bin/perl X X # X # mkregression - Regression test builder for cvsmapfs. END-of-cvsmapfs/patches/patch-aa echo c - cvsmapfs/files mkdir -p cvsmapfs/files > /dev/null 2>&1 echo x - cvsmapfs/files/md5 sed 's/^X//' >cvsmapfs/files/md5 << 'END-of-cvsmapfs/files/md5' XMD5 (cvsmapfs-1.3.tar.gz) = f846c920598dd018a8af64d7edb04398 END-of-cvsmapfs/files/md5 echo x - cvsmapfs/Makefile sed 's/^X//' >cvsmapfs/Makefile << 'END-of-cvsmapfs/Makefile' X# New ports collection makefile for: cvsmapfs X# Version required: 1.3 X# Date created: 17 January 2000 X# Whom: rip@pinetec.co.za X# X# $FreeBSD$ X# X XDISTNAME= cvsmapfs-1.3 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.pn.com/pub/bb/cvsmapfs/ X XMAINTAINER= rip@pinetec.co.za X XNO_WRKSUBDIR= YES X XNO_BUILD= YES XNO_WRKSUBDIR= YES X Xdo-install: X $(INSTALL_SCRIPT) $(WRKSRC)/cvsmapfs $(PREFIX)/bin/cvsmapfs X Xpost-install: X.if !defined(NOPORTDOCS) X $(MKDIR) $(PREFIX)/share/doc/cvsmapfs X $(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/cvsmapfs X.endif X X.include <bsd.port.mk> END-of-cvsmapfs/Makefile 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?20000117143744.89847.qmail>