diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-23 14:21:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-23 14:21:18 +0000 |
commit | 3506e61d52da2cfc26bf747a4e7c07c046a8e54f (patch) | |
tree | b8b432baf8230fd761e52fdc0a0928bfd73ed047 /sysutils/rcsedit | |
parent | 683faa11df831b114fc217d5eaafbd2b4fa58318 (diff) |
Notes
Diffstat (limited to 'sysutils/rcsedit')
-rw-r--r-- | sysutils/rcsedit/Makefile | 27 | ||||
-rw-r--r-- | sysutils/rcsedit/distinfo | 3 | ||||
-rw-r--r-- | sysutils/rcsedit/pkg-descr | 6 |
3 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/rcsedit/Makefile b/sysutils/rcsedit/Makefile new file mode 100644 index 000000000000..94c72758b60e --- /dev/null +++ b/sysutils/rcsedit/Makefile @@ -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> diff --git a/sysutils/rcsedit/distinfo b/sysutils/rcsedit/distinfo new file mode 100644 index 000000000000..f8e2309d0cce --- /dev/null +++ b/sysutils/rcsedit/distinfo @@ -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 diff --git a/sysutils/rcsedit/pkg-descr b/sysutils/rcsedit/pkg-descr new file mode 100644 index 000000000000..03a0944f0b07 --- /dev/null +++ b/sysutils/rcsedit/pkg-descr @@ -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 |