diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-26 04:52:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-26 04:52:19 +0000 |
commit | 2d6fcee4fe3e88f6e1af826472d4ca627e063f90 (patch) | |
tree | 42aca602a43f6c467e54f6f1efe0609f174c51e4 /devel/libast/PLIST | |
parent | 03303e62c26b1d3bf96b887adc46e98be2ffaa67 (diff) | |
download | pkgsrc-2d6fcee4fe3e88f6e1af826472d4ca627e063f90.tar.gz |
Initial import of libast, provided by Tracy J. Di Marco White in PR 19392.
DESCR:
The Library of Assorted Spiffy Things (LibAST - formerly libmej) was
originally designed as a companion library to Eterm. However, it
contains many features that other projects may find useful, so it
has been broken out into its own library. Features include thorough
debugging and memory tracking engines, various string manipulation
functions, and a flexible config file parsing engine.
Diffstat (limited to 'devel/libast/PLIST')
-rw-r--r-- | devel/libast/PLIST | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/libast/PLIST b/devel/libast/PLIST new file mode 100644 index 00000000000..8d677d81984 --- /dev/null +++ b/devel/libast/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/26 04:52:19 wiz Exp $ +bin/libast-config +include/libast.h +include/libast/array.h +include/libast/dlinked_list.h +include/libast/linked_list.h +include/libast/list_if.h +include/libast/obj.h +include/libast/regexp.h +include/libast/socket.h +include/libast/str.h +include/libast/tok.h +include/libast/types.h +include/libast/url.h +lib/libast.a +lib/libast.la +lib/libast.so +lib/libast.so.2 +lib/libast.so.2.0 +share/aclocal/libast.m4 +@dirrm include/libast |