Ticket #1965: Portfile

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

gsed Portfile

Line 
1# $Id: Portfile,v 1.10 2004/01/18 04:57:36 toby Exp $
2
3PortSystem 1.0
4name            gsed
5version         4.1
6distname        sed-${portversion}
7categories      textproc
8maintainers     marius@physics.aamu.edu
9platforms       darwin
10master_sites    gnu:sed
11homepage        http://www.gnu.org/directory/GNU/sed.html
12checksums       md5 d8a08cc12fda1826deb2028dd729e189
13
14description     GNU version of the stream editor, sed
15long_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
23configure.args  --infodir=${prefix}/share/info \
24                --mandir=${prefix}/share/man