Ticket #1414: Portfile

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

Portfile for gsed 4.0.9

Line 
1# $Id: Portfile,v 1.7 2003/11/05 23:04:07 fkr Exp $
2
3PortSystem 1.0
4name            gsed
5version         4.0.9
6distname        sed-${portversion}
7categories      textproc
8maintainers     marius@caos.aamu.edu
9platforms       darwin
10master_sites    http://ftp.gnu.org/pub/gnu/sed
11homepage        http://www.gnu.org/directory/GNU/sed.html
12checksums       md5 d8fb554bc6577aaedd39b94b3cb3df70
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