diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:26:22 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:26:22 +0000 |
commit | c51053d98b4ce43abcb6bbd81884d3aa74dcf3e9 (patch) | |
tree | 45bb15d68426d473143942a25b7bb6fde12c7878 /textproc/libcroco/Makefile | |
parent | 5185c83d1daad2d6ab1bd4c0e60d3deae42fc210 (diff) | |
download | pkgsrc-c51053d98b4ce43abcb6bbd81884d3aa74dcf3e9.tar.gz |
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]
Diffstat (limited to 'textproc/libcroco/Makefile')
-rw-r--r-- | textproc/libcroco/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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 |