Import libast 0.6.1

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.

From Francois Briere <fbriere@imaginatif.org>
This commit is contained in:
alek 2005-05-28 09:06:33 +00:00
parent d4a7afb3a9
commit 0d1a2b96f8
5 changed files with 65 additions and 0 deletions

27
devel/libast/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/28 09:06:33 alek Exp $
COMMENT= "library of assorted spiffy things"
DISTNAME= libast-0.6.1
CATEGORIES= devel
HOMEPAGE= http://eterm.sourceforge.net/
MAINTAINER= Francois Briere <fbriere@imaginatif.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE m SM freetype X11 Xext
MASTER_SITES= http://www.eterm.org/download/
LIB_DEPENDS= Imlib2.2::graphics/imlib2
USE_X11= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

4
devel/libast/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (libast-0.6.1.tar.gz) = 1cbbf86a0afb74a5905dc92982117250
RMD160 (libast-0.6.1.tar.gz) = 85d6a6433fe12c81d120adf7e6567c0676d26b8c
SHA1 (libast-0.6.1.tar.gz) = 894b9dda8e6f971e0192b78d05dc4812839a01cb
SIZE (libast-0.6.1.tar.gz) = 356881

6
devel/libast/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
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.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/05/28 09:06:33 alek Exp $
@lib lib/libast.so.2.1

26
devel/libast/pkg/PLIST Normal file
View File

@ -0,0 +1,26 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/28 09:06:33 alek Exp $
bin/libast-config
include/libast/
include/libast.h
include/libast/array.h
include/libast/avl_tree.h
include/libast/dlinked_list.h
include/libast/iterator_if.h
include/libast/linked_list.h
include/libast/list_if.h
include/libast/map_if.h
include/libast/obj.h
include/libast/objpair.h
include/libast/regexp.h
include/libast/socket.h
include/libast/str.h
include/libast/sysdefs.h
include/libast/tok.h
include/libast/types.h
include/libast/url.h
include/libast/vector_if.h
lib/libast.a
lib/libast.la
share/aclocal/
share/aclocal/libast.m4
%%SHARED%%