Import rpl 1.4.0
rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively over directories and supports limiting the search to specific file suffixes. From James Turner (james - bsdgroup dot org) ok mbalmer@
This commit is contained in:
parent
34f422b70d
commit
075d795c12
22
sysutils/rpl/Makefile
Normal file
22
sysutils/rpl/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/20 21:26:36 merdely Exp $
|
||||
|
||||
COMMENT = replace strings with new strings in multiple text files
|
||||
|
||||
DISTNAME = rpl-1.4.0
|
||||
CATEGORIES = sysutils
|
||||
|
||||
HOMEPAGE = http://www.laffeycomputer.com/rpl.html
|
||||
MASTER_SITES = http://downloads.laffeycomputer.com/current_builds/
|
||||
|
||||
MAINTAINER = James Turner <james@bsdgroup.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
WANTLIB = c
|
||||
|
||||
.include <bsd.port.mk>
|
5
sysutils/rpl/distinfo
Normal file
5
sysutils/rpl/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (rpl-1.4.0.tar.gz) = Na+axUJfWmJ45YkMMnJoTg==
|
||||
RMD160 (rpl-1.4.0.tar.gz) = 5jH4XZXCwbux8l9mzHwI9V2gerk=
|
||||
SHA1 (rpl-1.4.0.tar.gz) = JyonC2xjkAaADvIh/prR8Ms973E=
|
||||
SHA256 (rpl-1.4.0.tar.gz) = +d20CrPPVQ1K0Zd/RI87CDA1ZFqJ7LpYG7V1d6bATKo=
|
||||
SIZE (rpl-1.4.0.tar.gz) = 59602
|
3
sysutils/rpl/pkg/DESCR
Normal file
3
sysutils/rpl/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
rpl is a UN*X text replacement utility. It will replace strings with new
|
||||
strings in multiple text files. It can work recursively over directories
|
||||
and supports limiting the search to specific file suffixes.
|
3
sysutils/rpl/pkg/PLIST
Normal file
3
sysutils/rpl/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/20 21:26:36 merdely Exp $
|
||||
bin/rpl
|
||||
@man man/man1/rpl.1
|
Loading…
Reference in New Issue
Block a user