summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-09-03 21:24:58 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-09-03 21:24:58 +0000
commit12e652caea6d52a1b3e0776f3d9a2fee4f07d7ef (patch)
treed56f5861bc811d84493b5f62732d5dd44d289a13 /textproc
parentChange of MASTER_SITES and MAINTAINER . (diff)
upgrade to sarep-0.5
Notes
Notes: svn path=/head/; revision=21228
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sarep/Makefile15
-rw-r--r--textproc/sarep/distinfo2
-rw-r--r--textproc/sarep/pkg-descr10
-rw-r--r--textproc/sarep/pkg-plist2
4 files changed, 14 insertions, 15 deletions
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile
index ff9b105965f6..53e5cfafe2f0 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 a0bc21939dae..0317f0bc7171 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 f750b6f1962a..792ba7ba36ae 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 ba05eedb6104..e7f370d99f55 100644
--- a/textproc/sarep/pkg-plist
+++ b/textproc/sarep/pkg-plist
@@ -1 +1 @@
-bin/sar
+bin/sarep