Add rcsedit, a simple wrapper for RCS written in Perl.
PR: 99346 Submitted by: Antonio Querubin <tony@lava.net>
This commit is contained in:
parent
683faa11df
commit
3506e61d52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166121
4 changed files with 37 additions and 0 deletions
|
@ -478,6 +478,7 @@
|
|||
SUBDIR += raincoat
|
||||
SUBDIR += rc_subr
|
||||
SUBDIR += rclean
|
||||
SUBDIR += rcsedit
|
||||
SUBDIR += rdate
|
||||
SUBDIR += rdiff-backup
|
||||
SUBDIR += rdiff-backup-devel
|
||||
|
|
27
sysutils/rcsedit/Makefile
Normal file
27
sysutils/rcsedit/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: rcsedit
|
||||
# Date created: 22 June 2006
|
||||
# Whom: Antonio Querubin <tony@lava.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rcsedit
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://lava.net/rcsedit/ \
|
||||
http://www.ipv6.lava.net/rcsedit/
|
||||
|
||||
MAINTAINER= system@lava.net
|
||||
COMMENT= A simple wrapper for RCS written in Perl
|
||||
|
||||
PLIST_FILES= bin/rcsedit
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '1s|.*perl|#!${PERL}|' ${WRKSRC}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/rcsedit/distinfo
Normal file
3
sysutils/rcsedit/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (rcsedit-1.3.1.tar.gz) = f372c2e04c50afaabb0a501ca47c0cd5
|
||||
SHA256 (rcsedit-1.3.1.tar.gz) = f75a9dfe018cf43d51a67275c7128c2e95242eed6638b828b82ea12b6f9e1cdc
|
||||
SIZE (rcsedit-1.3.1.tar.gz) = 11295
|
6
sysutils/rcsedit/pkg-descr
Normal file
6
sysutils/rcsedit/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
rcsedit is a simple wrapper for RCS written in Perl. It takes care of calling
|
||||
the underlying RCS commands in order to maintain a file under RCS control,
|
||||
including initial check-in. It also goes beyond what RCS normally does by
|
||||
ensuring ownership, group, and permissions of the file are preserved.
|
||||
|
||||
WWW: http://www.lava.net/rcsedit
|
Loading…
Reference in a new issue