Adding cvsmapfs version 1.3.

Helps keep track of modes and permissions of files in cvs.

PR:		16159
Submitted by:	R. I. Pienaar <rip@pinetec.co.za>
This commit is contained in:
Steve Price 2000-01-29 05:03:52 +00:00
parent c27477a5b4
commit b89bd77e6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25206
7 changed files with 53 additions and 0 deletions

View File

@ -35,6 +35,7 @@
SUBDIR += cssc
SUBDIR += ctags
SUBDIR += cutils
SUBDIR += cvsmapfs
SUBDIR += cvsweb
SUBDIR += cweb
SUBDIR += cxref

28
devel/cvsmapfs/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: cvsmapfs
# Version required: 1.3
# Date created: 17 January 2000
# Whom: rip@pinetec.co.za
#
# $FreeBSD$
#
DISTNAME= cvsmapfs-1.3
CATEGORIES= devel
MASTER_SITES= ftp://ftp.pn.com/pub/bb/cvsmapfs/
MAINTAINER= rip@pinetec.co.za
USE_PERL5= YES
NO_BUILD= YES
NO_WRKSUBDIR= YES
do-install:
$(INSTALL_SCRIPT) $(WRKSRC)/cvsmapfs $(PREFIX)/bin/cvsmapfs
post-install:
.if !defined(NOPORTDOCS)
$(MKDIR) $(PREFIX)/share/doc/cvsmapfs
$(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/cvsmapfs
.endif
.include <bsd.port.mk>

1
devel/cvsmapfs/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cvsmapfs-1.3.tar.gz) = f846c920598dd018a8af64d7edb04398

View File

@ -0,0 +1,18 @@
diff -ru ../cvsmapfs-1.3.orig/cvsmapfs ./cvsmapfs
--- ../cvsmapfs-1.3.orig/cvsmapfs Wed Oct 9 01:26:42 1996
+++ ./cvsmapfs Mon Jan 17 15:25:56 2000
@@ -1,4 +1,4 @@
-#!/depot/perl-5.003/bin/perl
+#!/usr/bin/perl
#
# cvsmapfs - Maps arbitrary filesystem in and out of form that cvs can handle.
diff -ru ../cvsmapfs-1.3.orig/mkregression ./mkregression
--- ../cvsmapfs-1.3.orig/mkregression Wed Oct 9 00:17:20 1996
+++ ./mkregression Mon Jan 17 15:26:04 2000
@@ -1,4 +1,4 @@
-#!/depot/perl-5.003/bin/perl
+#!/usr/bin/perl
#
# mkregression - Regression test builder for cvsmapfs.

View File

@ -0,0 +1 @@
Helps keep track of modes and permissions of files in cvs

1
devel/cvsmapfs/pkg-descr Normal file
View File

@ -0,0 +1 @@
Helps keep track of modes/permissions/ownership of files in cvs.

3
devel/cvsmapfs/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/cvsmapfs
share/doc/cvsmapfs/README
@dirrm share/doc/cvsmapfs