summaryrefslogtreecommitdiff
path: root/lang/nawk
diff options
context:
space:
mode:
authorcjep <cjep>2003-03-16 14:51:01 +0000
committercjep <cjep>2003-03-16 14:51:01 +0000
commitf3b57fec22832b90cb62a0beb5ae7bc46f632794 (patch)
tree78f3568cf07c4876f57d509cad2325aa74f53c5b /lang/nawk
parent8ace601e8d6cabcc9ca4ee32c2bdad304699f04c (diff)
downloadpkgsrc-f3b57fec22832b90cb62a0beb5ae7bc46f632794.tar.gz
Update of lang/nawk to version 20030314. Changes since 20021213:
Mar 14, 2003: the internationalization changes, somewhat modified, are now reinstated. in theory awk will now do character comparisons and case conversions in national language, but "." will always be the decimal point separator on input and output regardless of national language. isblank(){} has an #ifndef. this no longer compiles on windows: LC_MESSAGES isn't defined in vc6++. fixed subtle behavior in field and record splitting: if FS is a single character and RS is not empty, \n is NOT a separator. this tortuous reading is found in the awk book; behavior now matches gawk and mawk.
Diffstat (limited to 'lang/nawk')
-rw-r--r--lang/nawk/Makefile4
-rw-r--r--lang/nawk/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
index 80369ad14cf..8b9233a62d0 100644
--- a/lang/nawk/Makefile
+++ b/lang/nawk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/01/03 20:50:56 cjep Exp $
+# $NetBSD: Makefile,v 1.12 2003/03/16 14:51:01 cjep Exp $
#
DISTNAME= awk
-PKGNAME= nawk-20021213
+PKGNAME= nawk-20030314
CATEGORIES= lang
MASTER_SITES= http://cm.bell-labs.com/who/bwk/
diff --git a/lang/nawk/distinfo b/lang/nawk/distinfo
index 65fa567ee3c..b2f5509ba09 100644
--- a/lang/nawk/distinfo
+++ b/lang/nawk/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2003/01/03 20:49:33 cjep Exp $
+$NetBSD: distinfo,v 1.6 2003/03/16 14:51:02 cjep Exp $
-SHA1 (nawk-20021213/awk.tar.gz) = 2bf7c2de651f6e0a40d00f3f53769358687a3c0f
-Size (nawk-20021213/awk.tar.gz) = 83673 bytes
+SHA1 (nawk-20030314/awk.tar.gz) = 18a4e6d07194db76ca6b419969956873c3247746
+Size (nawk-20030314/awk.tar.gz) = 84837 bytes