mawk 1.3.3-15ubuntu2 source package in Bilimbi Test

Changelog

mawk (1.3.3-15ubuntu2) lucid; urgency=low

  * Compute md5sums; Debian #507315.
 -- Loic Minier <email address hidden>   Tue, 12 Jan 2010 00:02:00 +0100

Upload details

Uploaded by:
Loïc Minier
Uploaded to:
Lucid
Original maintainer:
Ubuntu Development Team
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe utils

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mawk_1.3.3.orig.tar.gz 205.0 KiB 32649c46063d4ef0777a12ae6e9a26bcc920833d54e1abca7edb8d37481e7485
mawk_1.3.3-15ubuntu2.diff.gz 17.9 KiB 9347912ccdec78e0438913a5a992cc5850a8c1895f3cdddf7108954fc1f5148d
mawk_1.3.3-15ubuntu2.dsc 1.0 KiB 8376bf06537ed48466d8fe161bd3041958ae7b3bfdd3382db0a7a00dea2fcf58

Available diffs

View changes file

Binary packages built by this source

mawk: a pattern scanning and text processing language

 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.