# $Id: Portfile,v 1.15 2005/09/02 07:47:14 mww Exp $ PortSystem 1.0 name gsed version 4.1.4 revision 1 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 2a62ceadcb571d2dac006f81df5ddb48 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. configure.args --infodir=${prefix}/share/info \ --mandir=${prefix}/share/man \ --program-prefix=gnu \ --datadir=${prefix}/share/doc/${name}