Ticket #1119: Portfile

File Portfile, 752 bytes (added by marius173@…, 20 years ago)

Portfile for gsed 4.0.8

Line 
1PortSystem 1.0
2name            gsed
3version         4.0.8
4distname        sed-${portversion}
5categories      textproc
6maintainers     marius@caos.aamu.edu
7platforms       darwin
8master_sites    http://ftp.gnu.org/pub/gnu/sed/
9homepage        http://www.gnu.org/directory/GNU/sed.html
10checksums       md5 fb7fa2a7336afc358012763b292e2124
11
12description     GNU version of the stream editor, sed
13long_description        Sed (streams editor) isn't really a true text editor \
14                                        or text processor. Instead, it is used to filter text, \
15                                        i.e., it takes text input and performs some operation \
16                                        (or set of operations) on it and outputs the modified \
17                                        text. Sed is typically used for extracting part of a \
18                                        file using pattern matching or substituting multiple \
19                                        occurances of a string within a file.