# $Id: Portfile,v 1.16 2006/05/06 10:09:33 mww Exp $

PortSystem 1.0
name		gsed
version		4.1.5
distname	sed-${portversion}
categories	textproc
maintainers	marius@physics.aamu.edu
platforms	darwin
master_sites	gnu:sed
homepage	http://www.gnu.org/software/sed/
checksums	md5 7a1cbbbb3341287308e140bd4834c3ba

description	GNU version of the stream editor, sed
long_description	Sed (streams editor) isn't really a true text editor \
			or text processor. Instead, it is used to filter text, \
			i.e., it takes text input and performs some operation \
			(or set of operations) on it and outputs the modified \
			text. Sed is typically used for extracting part of a \
			file using pattern matching or substituting multiple \
			occurances of a string within a file.

patchfiles	patch-configure

configure.args	--infodir=${prefix}/share/info \
		--mandir=${prefix}/share/man \
		--program-prefix=gnu \
		--datadir=${prefix}/share/doc/${name}
