aboutsummaryrefslogtreecommitdiff
path: root/misc/rpl
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 13:48:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 13:48:03 +0000
commit344f17500424339ca32f4f3953e46ce646c3a6a0 (patch)
tree31b618d04cb2c27cd4f270d8581e2e2a274d6127 /misc/rpl
parent698ced054ef40e7e6f875e17c1ccc6487e913649 (diff)
downloadports-344f17500424339ca32f4f3953e46ce646c3a6a0.tar.gz
ports-344f17500424339ca32f4f3953e46ce646c3a6a0.zip
add rpl 1.4.0
Rpl is a Unix text replacement utility PR: 40970 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Notes
Notes: svn path=/head/; revision=70597
Diffstat (limited to 'misc/rpl')
-rw-r--r--misc/rpl/Makefile24
-rw-r--r--misc/rpl/distinfo1
-rw-r--r--misc/rpl/pkg-comment1
-rw-r--r--misc/rpl/pkg-descr10
-rw-r--r--misc/rpl/pkg-plist1
5 files changed, 37 insertions, 0 deletions
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