1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

upgrade to sarep-0.5

This commit is contained in:
Andrey A. Chernov 1999-09-03 21:24:58 +00:00
parent 44f3d159c3
commit 12e652caea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21228
4 changed files with 14 additions and 15 deletions

View File

@ -1,28 +1,27 @@
# Ports collection makefile for: sar
# Ports collection makefile for: sarep
# http://tarp.linuxos.org/software/
# Version required: 0.2
# Version required: 0.*
# Date created: Feb 18, 1999
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= sar
PKGNAME= sar-0.2
DISTNAME= sarep-0.5
CATEGORIES= textproc
MASTER_SITES= http://tarp.linuxos.org/software/
EXTRACT_SUFX=
MAINTAINER= ache@freebsd.org
EXTRACT_CMD= $(CP)
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= ${WRKSRC}
EXTRACT_CMD= $(SED)
EXTRACT_BEFORE_ARGS= 's=^\#!/usr/bin/perl =\#!${PERL} =' <
EXTRACT_AFTER_ARGS= > ${WRKSRC}/sarep
NO_BUILD= YES
NO_WRKSUBDIR= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/sar ${PREFIX}/bin
@${INSTALL_SCRIPT} ${WRKSRC}/sarep ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sar) = 0191c04d04b738977d7566c109daa556
MD5 (sarep-0.5) = ea207825cf2567da2af734288991503f

View File

@ -1,5 +1,5 @@
SAR is a command-line search and replace tool written in Perl. It supports
regular expressions, multiple file search-and-replace, wildcards, writing
out to a new file (rather than overwriting the modified file), and the
code is well commented so you can make changes very easily.
Sarep is a command-line search and replace tool written in Perl. It
supports regular expressions, case insensitivity/sensitivity, multiple
file search-and-replace, wildcards, writing out to a new file (rather than
overwriting the modified file), proper handling of metacharacters, reading
search/replace string from a file, and silent/verbose modes.

View File

@ -1 +1 @@
bin/sar
bin/sarep