Ticket #8629: Portfile

File Portfile, 895 bytes (added by marius173@…, 18 years ago)

Portfile for gsed 4.1.5

Line 
1PortSystem 1.0
2name            gsed
3version         4.1.5
4revision        1
5distname        sed-${portversion}
6categories      textproc
7maintainers     marius@physics.aamu.edu
8platforms       darwin
9master_sites    gnu:sed
10homepage        http://www.gnu.org/software/sed/
11checksums       md5 7a1cbbbb3341287308e140bd4834c3ba
12
13description     GNU version of the stream editor, sed
14long_description        Sed (streams editor) isn't really a true text editor \
15                        or text processor. Instead, it is used to filter text, \
16                        i.e., it takes text input and performs some operation \
17                        (or set of operations) on it and outputs the modified \
18                        text. Sed is typically used for extracting part of a \
19                        file using pattern matching or substituting multiple \
20                        occurances of a string within a file.
21
22patchfiles      configure.diff
23
24configure.args  --infodir=${prefix}/share/info \
25                --mandir=${prefix}/share/man \
26                --program-prefix=gnu \
27                --datadir=${prefix}/share/doc/${name}