diff options
author | agc <agc> | 2002-06-27 15:58:30 +0000 |
---|---|---|
committer | agc <agc> | 2002-06-27 15:58:30 +0000 |
commit | d2009d768b9921d724b37438ee8e080903036298 (patch) | |
tree | 0c3c03d1044b0661e63488a83154adb2e5eb7ce7 /lang/awka | |
parent | 5f9cf89410a959adb5dd1b31ba94fe31481ff718 (diff) | |
download | pkgsrc-d2009d768b9921d724b37438ee8e080903036298.tar.gz |
To quote from the Changelog for 0.7.5 of awka:
v 0.7.5, June 20 2001
* Gawk 3.1.0's Coprocessing and inet functions are now supported by Awka,
as are the new builtin functions asort() and mktime(). Thanks to Juergen
Kahrs for the original work to implement this excellent feature, and to
Arnold Robbins for including it in Gawk. That libawka will now be
distributed under the GNU General Public License (GPL) rather than
LGPL as a result of having to include some code from Gawk. The previously
separate dfa library is now absorbed into libawka, and the -d command-line
option for awka removed as it is no longer needed.
so revise the PLIST, removing dfa.h and libdfa.a accordingly
Diffstat (limited to 'lang/awka')
-rw-r--r-- | lang/awka/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/awka/PLIST b/lang/awka/PLIST index 2c10a739e94..a28f2cf2301 100644 --- a/lang/awka/PLIST +++ b/lang/awka/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:22:45 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/06/27 15:58:30 agc Exp $ bin/awka -include/dfa.h include/libawka.h lib/libawka.a -lib/libdfa.a man/man1/awka.1 man/man5/awka-elm.5 man/man5/awka-elmref.5 |