Portfile in trunk/dports/lang/mawk – MacPorts (original) (raw)

Last change on this file was151234, checked in by toby@…, 9 years ago
mawk 1.3.4-20160615
Property svn:eol-style set to_native_ Property svn:keywords set to_Id_
File size: 886 bytes
Line
1 # Id:Portfile1512342016−08−1023:59:26Ztoby@macports.orgId: Portfile 151234 2016-08-10 23:59:26Z toby@macports.org Id:Portfile1512342016081023:59:26Ztoby@macports.org
2
3 PortSystem 1.0
4
5 name mawk
6 version 1.3.4-20160615
7 categories lang
8
9 description mawk is an interpreter for the AWK Programming Language
10 long_description \
11 mawk is an interpreter for the AWK Programming Language. \
12 The AWK language is useful for manipulation of data files, \
13 text retrieval and processing, and for prototyping and \
14 experimenting with algorithms.
15 homepage http://invisible-island.net/mawk/
16
17 platforms darwin
18 license GPL-2
19 maintainers toby
20
21 master_sites ftp://invisible-island.net/${name}/
22 extract.suffix .tgz
23 checksums rmd160 713b48cf3138457b4fecb660b0cac3222d332251 \
24 sha256 230a2a2c707e184eb7e56681b993862ab0c4ed2165a893df4e96fac61e7813ac
25
26 configure.args --mandir=${prefix}/share/man
27
28 livecheck.url ftp://invisible-island.net/mawk/
29 livecheck.regex mawk-(.*)\\.tgz

Note: See TracBrowser for help on using the repository browser.