summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2003-03-16 14:51:01 +0000
committercjep <cjep@pkgsrc.org>2003-03-16 14:51:01 +0000
commitbcab3b0558f5514bbbc500d9b09ea4406ce35cb2 (patch)
tree78f3568cf07c4876f57d509cad2325aa74f53c5b
parent9c4f320980d0cd5850d748ba9029bed78bb1f8ca (diff)
downloadpkgsrc-bcab3b0558f5514bbbc500d9b09ea4406ce35cb2.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.
-rw-r--r--doc/CHANGES3
-rw-r--r--lang/nawk/Makefile4
-rw-r--r--lang/nawk/distinfo6
3 files changed, 7 insertions, 6 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 383bb7611be..104d6a96125 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1659 2003/03/16 10:21:48 kleink Exp $
+$NetBSD: CHANGES,v 1.1660 2003/03/16 14:52:25 cjep Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -1159,3 +1159,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated samba to 2.2.8 [martti 2003-03-16]
Updated vim to 6.1.405 [martti 2003-03-16]
Updated scmxx to 0.6.3.6 [kleink 2003-03-16]
+ Updated nawk to 20030314 [cjep 2003-03-16]
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