1 | # $Id: Portfile,v 1.7 2003/11/05 23:04:07 fkr Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name gsed |
---|
5 | version 4.0.9 |
---|
6 | distname sed-${portversion} |
---|
7 | categories textproc |
---|
8 | maintainers marius@caos.aamu.edu |
---|
9 | platforms darwin |
---|
10 | master_sites http://ftp.gnu.org/pub/gnu/sed |
---|
11 | homepage http://www.gnu.org/directory/GNU/sed.html |
---|
12 | checksums md5 d8fb554bc6577aaedd39b94b3cb3df70 |
---|
13 | |
---|
14 | description GNU version of the stream editor, sed |
---|
15 | long_description Sed (streams editor) isn't really a true text editor \ |
---|
16 | or text processor. Instead, it is used to filter text, \ |
---|
17 | i.e., it takes text input and performs some operation \ |
---|
18 | (or set of operations) on it and outputs the modified \ |
---|
19 | text. Sed is typically used for extracting part of a \ |
---|
20 | file using pattern matching or substituting multiple \ |
---|
21 | occurances of a string within a file. |
---|
22 | |
---|
23 | configure.args --infodir=${prefix}/share/info \ |
---|
24 | --mandir=${prefix}/share/man |
---|