diff options
author | ache <ache@FreeBSD.org> | 1999-02-19 01:49:15 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-02-19 01:49:15 +0800 |
commit | 736ea816094ccfbba5432184a731f382049f7339 (patch) | |
tree | ac66a5139e0e2a50b7eae0916a33d3a0c0616a17 /textproc | |
parent | b33d9f88dfb5f4f7de9fb4d75a3234f5a77dfc2d (diff) | |
download | freebsd-ports-gnome-736ea816094ccfbba5432184a731f382049f7339.tar.gz freebsd-ports-gnome-736ea816094ccfbba5432184a731f382049f7339.tar.zst freebsd-ports-gnome-736ea816094ccfbba5432184a731f382049f7339.zip |
simple search & replace comand-line utility
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sarep/Makefile | 21 | ||||
-rw-r--r-- | textproc/sarep/distinfo | 1 | ||||
-rw-r--r-- | textproc/sarep/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/sarep/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/sarep/pkg-plist | 1 |
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 |