diff options
author | adam <adam@pkgsrc.org> | 2005-01-11 14:00:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-11 14:00:31 +0000 |
commit | b9cb3d37113a7ab72062649b745324a0b0602f03 (patch) | |
tree | 6c711bd7f8758ca5f0ea97c114a4d848e2ccbfd6 /devel/libast | |
parent | 6c55385ae3eed5a3fa785ade7e53dbeeee2c83e4 (diff) | |
download | pkgsrc-b9cb3d37113a7ab72062649b745324a0b0602f03.tar.gz |
Changes 0.6.1:
* Bug fixes
Diffstat (limited to 'devel/libast')
-rw-r--r-- | devel/libast/Makefile | 17 | ||||
-rw-r--r-- | devel/libast/PLIST | 8 | ||||
-rw-r--r-- | devel/libast/distinfo | 7 | ||||
-rw-r--r-- | devel/libast/patches/patch-aa | 13 |
4 files changed, 18 insertions, 27 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 77bbc1b23a0..84e0762da7e 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.13 2004/10/15 12:22:13 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/01/11 14:00:31 adam Exp $ -DISTNAME= libast-0.5 -PKGREVISION= 8 -CATEGORIES= devel -MASTER_SITES= http://www.eterm.org/download/ +DISTNAME= libast-0.6.1 +CATEGORIES= devel +MASTER_SITES= http://www.eterm.org/download/ -MAINTAINER= gendalia@NetBSD.org -HOMEPAGE= http://freshmeat.net/projects/libast/?topic_id=809%2C861 -COMMENT= The Library of Assorted Spiffy Things +MAINTAINER= gendalia@NetBSD.org +HOMEPAGE= http://freshmeat.net/projects/libast/?topic_id=809%2C861 +COMMENT= The Library of Assorted Spiffy Things -GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_LIBTOOL= YES +GNU_CONFIGURE= YES TEST_TARGET= test .include "../../mk/bsd.prefs.mk" diff --git a/devel/libast/PLIST b/devel/libast/PLIST index 5aa31dfbf98..96e0efb582f 100644 --- a/devel/libast/PLIST +++ b/devel/libast/PLIST @@ -1,17 +1,23 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:26 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/01/11 14:00:31 adam Exp $ bin/libast-config 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.la share/aclocal/libast.m4 @dirrm include/libast diff --git a/devel/libast/distinfo b/devel/libast/distinfo index 6371a939357..dba39a0a9e0 100644 --- a/devel/libast/distinfo +++ b/devel/libast/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/26 04:52:19 wiz Exp $ +$NetBSD: distinfo,v 1.2 2005/01/11 14:00:31 adam Exp $ -SHA1 (libast-0.5.tar.gz) = e5e8305283bf64c7392ec752542ea27a3bccb350 -Size (libast-0.5.tar.gz) = 276591 bytes -SHA1 (patch-aa) = 0a870149b7750089aef347a878f3953a66b16c37 +SHA1 (libast-0.6.1.tar.gz) = 894b9dda8e6f971e0192b78d05dc4812839a01cb +Size (libast-0.6.1.tar.gz) = 356881 bytes diff --git a/devel/libast/patches/patch-aa b/devel/libast/patches/patch-aa deleted file mode 100644 index 16fa9911e19..00000000000 --- a/devel/libast/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/26 04:52:19 wiz Exp $ ---- include/libast.h.orig Sat Dec 14 19:46:35 2002 -+++ include/libast.h Sat Dec 14 19:51:09 2002 -@@ -35,9 +35,6 @@ - # ifndef _BSD_SOURCE - # define _BSD_SOURCE - # endif --# ifndef _XOPEN_SOURCE --# define _XOPEN_SOURCE --# endif - #endif - - #include <stdio.h> |