summaryrefslogtreecommitdiff
path: root/lang/nawk/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2003-03-16 14:51:01 +0000
committercjep <cjep>2003-03-16 14:51:01 +0000
commit2f600500a968c7b7ed64d90a49b7c67c983ef5d0 (patch)
tree78f3568cf07c4876f57d509cad2325aa74f53c5b /lang/nawk/Makefile
parent040e81bac7f40ce5826b7c5161fff867f416d1ba (diff)
downloadpkgsrc-2f600500a968c7b7ed64d90a49b7c67c983ef5d0.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/Makefile')
-rw-r--r--lang/nawk/Makefile4
1 files changed, 2 insertions, 2 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/