From c51053d98b4ce43abcb6bbd81884d3aa74dcf3e9 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 1 Apr 2004 18:26:22 +0000 Subject: Update to 0.5.0: - better regression suite framework [Dodji Seketeli] - support of the 'color' property gathering [Benjamin Dauvergne] - furious memory leaks/corruptions hunting [Dodji Seketeli, Rob BUIS] - total support of the !important keyword [Dodji Seketeli, Rob BUIS] - selectors evaluation in csslint [Dodji Seketeli, Rob BUIS] - fix compilation warnings [David A Knight, Dodji Seketeli] - more complete CSS statement serialisation [Dodji Seketeli] - better gathering of style information [Dodjij Seketeli] - better cascading algorithm conformance [Dodji Seketeli, Rob BUIS] - @import rule parsing fix [Dodji Seketeli] - support of CSS3 indentifiers [Dodji Seketeli] - better w3c DOM integration support [Rob BUIS, Dodji Seketeli] - many parsing fixes [Dodji Seketeli] - style structure debuging facility [Dodji Seketeli] - better fragment parsing support [Dodji Seketeli] - Split libcroco and sewfox [Dodji Seketeli] - class selector evaluation fix [Rob BUIS] - csslint cleanup and bugfixes [Dodji Seketeli] - :first-child pseudo class selector support [Dodji Seketeli] - pluggable pseudo class selectors evaluators [Dodji Seketeli] --- textproc/libcroco/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'textproc/libcroco/Makefile') diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index d1f05357f21..d7ab975cee4 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/01 18:26:22 jmmv Exp $ # -DISTNAME= libcroco-0.4.0 -PKGREVISION= 3 +DISTNAME= libcroco-0.5.0 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libcroco/0.4/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libcroco/0.5/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= xtraeme@NetBSD.org -- cgit v1.2.3