Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2002 11:44:53 +0200 (CEST)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40970: New port: misc/rpl
Message-ID:  <20020725094453.327D7AC703@freebsdcluster.org>

next in thread | raw e-mail | index | archive | help

>Number:         40970
>Category:       ports
>Synopsis:       New port: misc/rpl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 25 02:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386

>Description:
	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.).
>How-To-Repeat:
	
>Fix:

	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rpl/Makefile
#	rpl/distinfo
#	rpl/pkg-comment
#	rpl/pkg-descr
#	rpl/pkg-plist
#
echo x - rpl/Makefile
sed 's/^X//' >rpl/Makefile << 'END-of-rpl/Makefile'
X# ex:ts=8
X# Ports collection makefile for:  rpl
X# Date created:                          Thu Jul 25, 2002
X# Whom:                                  Michael L. Hostbaek (mich@freebsdcluster.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rpl
XPORTVERSION=	1.4.0
XCATEGORIES=	misc
XMASTER_SITES=	http://downloads.laffeycomputer.com/current_builds/
X
XMAINTAINER=	mich@freebsdcluster.org
X
XGNU_CONFIGURE=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${PREFIX}/man/man1/
X
XMAN1=		rpl.1
X
X.include <bsd.port.mk>
END-of-rpl/Makefile
echo x - rpl/distinfo
sed 's/^X//' >rpl/distinfo << 'END-of-rpl/distinfo'
XMD5 (rpl-1.4.0.tar.gz) = 35af9ac5425f5a6278e5890c3272684e
END-of-rpl/distinfo
echo x - rpl/pkg-comment
sed 's/^X//' >rpl/pkg-comment << 'END-of-rpl/pkg-comment'
XRpl is a Unix text replacement utility
END-of-rpl/pkg-comment
echo x - rpl/pkg-descr
sed 's/^X//' >rpl/pkg-descr << 'END-of-rpl/pkg-descr'
Xrpl is a Unix text replacement utility. It will replace strings with new 
Xstrings in multiple text files. It can scan directories recursively and 
Xreplace strings in all files found. The search can be limited to files 
Xwith certain filename suffixes (e.g. '.html', '.c', etc.).
X
XWWW:		http://www.laffeycomputer.com/software.html
XAUTHOR:		Joe Laffey <software@laffeycomputer.com>
X
X	- Michael L. Hostbaek
X	mich@freebsdcluster.org
END-of-rpl/pkg-descr
echo x - rpl/pkg-plist
sed 's/^X//' >rpl/pkg-plist << 'END-of-rpl/pkg-plist'
Xbin/rpl
END-of-rpl/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020725094453.327D7AC703>