diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-20 21:48:03 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-20 21:48:03 +0800 |
commit | bd5e31b3066f2ce84bafb8356a45c97ead5d8831 (patch) | |
tree | ec1e587d462728aed0a35ebd2e4bb55e874b4394 /misc | |
parent | bbfa253adc0b7696dc60214fa5e7d9e3f47f0a3b (diff) | |
download | freebsd-ports-gnome-bd5e31b3066f2ce84bafb8356a45c97ead5d8831.tar.gz freebsd-ports-gnome-bd5e31b3066f2ce84bafb8356a45c97ead5d8831.tar.zst freebsd-ports-gnome-bd5e31b3066f2ce84bafb8356a45c97ead5d8831.zip |
add rpl 1.4.0
Rpl is a Unix text replacement utility
PR: 40970
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/rpl/Makefile | 24 | ||||
-rw-r--r-- | misc/rpl/distinfo | 1 | ||||
-rw-r--r-- | misc/rpl/pkg-comment | 1 | ||||
-rw-r--r-- | misc/rpl/pkg-descr | 10 | ||||
-rw-r--r-- | misc/rpl/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 582dbbd76e2a..c3831151fc0c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -267,6 +267,7 @@ SUBDIR += rfc SUBDIR += ringtonetools SUBDIR += rname + SUBDIR += rpl SUBDIR += rtfm SUBDIR += salias SUBDIR += screen diff --git a/misc/rpl/Makefile b/misc/rpl/Makefile new file mode 100644 index 000000000000..870e3c9f3df3 --- /dev/null +++ b/misc/rpl/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: rpl +# Date created: Thu Jul 25, 2002 +# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) +# +# $FreeBSD$ +# + +PORTNAME= rpl +PORTVERSION= 1.4.0 +CATEGORIES= misc +MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/ + +MAINTAINER= mich@freebsdcluster.org + +GNU_CONFIGURE= yes + +MAN1= rpl.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/misc/rpl/distinfo b/misc/rpl/distinfo new file mode 100644 index 000000000000..0d0f57d84dab --- /dev/null +++ b/misc/rpl/distinfo @@ -0,0 +1 @@ +MD5 (rpl-1.4.0.tar.gz) = 35af9ac5425f5a6278e5890c3272684e diff --git a/misc/rpl/pkg-comment b/misc/rpl/pkg-comment new file mode 100644 index 000000000000..d08951e7ae35 --- /dev/null +++ b/misc/rpl/pkg-comment @@ -0,0 +1 @@ +Rpl is a Unix text replacement utility diff --git a/misc/rpl/pkg-descr b/misc/rpl/pkg-descr new file mode 100644 index 000000000000..a44e2178ec19 --- /dev/null +++ b/misc/rpl/pkg-descr @@ -0,0 +1,10 @@ +rpl is a Unix text replacement utility. It will replace strings with new +strings in multiple text files. It can scan directories recursively and +replace strings in all files found. The search can be limited to files +with certain filename suffixes (e.g. '.html', '.c', etc.). + +WWW: http://www.laffeycomputer.com/software.html +AUTHOR: Joe Laffey <software@laffeycomputer.com> + + - Michael L. Hostbaek + mich@freebsdcluster.org diff --git a/misc/rpl/pkg-plist b/misc/rpl/pkg-plist new file mode 100644 index 000000000000..ce27b7dd98b5 --- /dev/null +++ b/misc/rpl/pkg-plist @@ -0,0 +1 @@ +bin/rpl |