diff options
author | ache <ache@FreeBSD.org> | 1999-09-03 21:24:58 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-09-03 21:24:58 +0000 |
commit | 998c90f87d06f4f495bbc75547d17b1ad07511e4 (patch) | |
tree | e0412ad552b0d00056e94c6e112e2409a01e0671 /textproc | |
parent | 4b1f7841d1fd1ddba90a65f358604905b01bb334 (diff) | |
download | FreeBSD-ports-998c90f87d06f4f495bbc75547d17b1ad07511e4.zip FreeBSD-ports-998c90f87d06f4f495bbc75547d17b1ad07511e4.tar.gz |
upgrade to sarep-0.5
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sarep/Makefile | 15 | ||||
-rw-r--r-- | textproc/sarep/distinfo | 2 | ||||
-rw-r--r-- | textproc/sarep/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/sarep/pkg-plist | 2 |
4 files changed, 14 insertions, 15 deletions
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile index ff9b105..53e5cfa 100644 --- a/textproc/sarep/Makefile +++ b/textproc/sarep/Makefile @@ -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> diff --git a/textproc/sarep/distinfo b/textproc/sarep/distinfo index a0bc219..0317f0b 100644 --- a/textproc/sarep/distinfo +++ b/textproc/sarep/distinfo @@ -1 +1 @@ -MD5 (sar) = 0191c04d04b738977d7566c109daa556 +MD5 (sarep-0.5) = ea207825cf2567da2af734288991503f diff --git a/textproc/sarep/pkg-descr b/textproc/sarep/pkg-descr index f750b6f..792ba7b 100644 --- a/textproc/sarep/pkg-descr +++ b/textproc/sarep/pkg-descr @@ -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. diff --git a/textproc/sarep/pkg-plist b/textproc/sarep/pkg-plist index ba05eed..e7f370d 100644 --- a/textproc/sarep/pkg-plist +++ b/textproc/sarep/pkg-plist @@ -1 +1 @@ -bin/sar +bin/sarep |