From d2009d768b9921d724b37438ee8e080903036298 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 27 Jun 2002 15:58:30 +0000 Subject: 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 --- lang/awka/PLIST | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3