aboutsummaryrefslogtreecommitdiff
path: root/textproc/sarep
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-02-18 17:49:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-02-18 17:49:15 +0000
commit8e90dc97d88ee652449954c2e0eab0aed91f4613 (patch)
tree1dae22ac21a16a7ea82854abb4e0cf6a7de3fe89 /textproc/sarep
parentf2d9e2ff41454bb199d35f733059f0877377fb46 (diff)
downloadports-8e90dc97d88ee652449954c2e0eab0aed91f4613.tar.gz
ports-8e90dc97d88ee652449954c2e0eab0aed91f4613.zip
simple search & replace comand-line utility
Notes
Notes: svn path=/head/; revision=16763
Diffstat (limited to 'textproc/sarep')
-rw-r--r--textproc/sarep/Makefile21
-rw-r--r--textproc/sarep/distinfo1
-rw-r--r--textproc/sarep/pkg-comment1
-rw-r--r--textproc/sarep/pkg-descr5
-rw-r--r--textproc/sarep/pkg-plist1
5 files changed, 29 insertions, 0 deletions
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile
new file mode 100644
index 000000000000..122e13899a13
--- /dev/null
+++ b/textproc/sarep/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: sar
+# Version required: 0.2
+#
+# $Id: Makefile,v 1.1.1.1 1997/05/25 03:42:42 obrien Exp $
+#
+
+DISTNAME= sar
+PKGNAME= sar-0.2
+CATEGORIES= textproc
+MASTER_SITES= http://tarp.linuxos.org/software/
+EXTRACT_SUFX=
+
+MAINTAINER= ache@nagual.pp.ru
+
+EXTRACT_ONLY=
+NO_BUILD= YES
+
+do-install:
+ @${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/textproc/sarep/distinfo b/textproc/sarep/distinfo
new file mode 100644
index 000000000000..a0bc21939dae
--- /dev/null
+++ b/textproc/sarep/distinfo
@@ -0,0 +1 @@
+MD5 (sar) = 0191c04d04b738977d7566c109daa556
diff --git a/textproc/sarep/pkg-comment b/textproc/sarep/pkg-comment
new file mode 100644
index 000000000000..08664cf22d6a
--- /dev/null
+++ b/textproc/sarep/pkg-comment
@@ -0,0 +1 @@
+a command-line search & replace tool written in Perl, understand regex
diff --git a/textproc/sarep/pkg-descr b/textproc/sarep/pkg-descr
new file mode 100644
index 000000000000..f750b6f1962a
--- /dev/null
+++ b/textproc/sarep/pkg-descr
@@ -0,0 +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.
+
diff --git a/textproc/sarep/pkg-plist b/textproc/sarep/pkg-plist
new file mode 100644
index 000000000000..ba05eedb6104
--- /dev/null
+++ b/textproc/sarep/pkg-plist
@@ -0,0 +1 @@
+bin/sar