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:
parent
c27477a5b4
commit
b89bd77e6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25206
@ -35,6 +35,7 @@
|
||||
SUBDIR += cssc
|
||||
SUBDIR += ctags
|
||||
SUBDIR += cutils
|
||||
SUBDIR += cvsmapfs
|
||||
SUBDIR += cvsweb
|
||||
SUBDIR += cweb
|
||||
SUBDIR += cxref
|
||||
|
28
devel/cvsmapfs/Makefile
Normal file
28
devel/cvsmapfs/Makefile
Normal 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
1
devel/cvsmapfs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cvsmapfs-1.3.tar.gz) = f846c920598dd018a8af64d7edb04398
|
18
devel/cvsmapfs/files/patch-aa
Normal file
18
devel/cvsmapfs/files/patch-aa
Normal 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.
|
1
devel/cvsmapfs/pkg-comment
Normal file
1
devel/cvsmapfs/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Helps keep track of modes and permissions of files in cvs
|
1
devel/cvsmapfs/pkg-descr
Normal file
1
devel/cvsmapfs/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Helps keep track of modes/permissions/ownership of files in cvs.
|
3
devel/cvsmapfs/pkg-plist
Normal file
3
devel/cvsmapfs/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/cvsmapfs
|
||||
share/doc/cvsmapfs/README
|
||||
@dirrm share/doc/cvsmapfs
|
Loading…
Reference in New Issue
Block a user