<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/libcroco/PLIST, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-09-22T08:09:14Z</updated>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Update to 0.6.0.  This version corresponds to GNOME 2.8.0.</title>
<updated>2004-09-21T16:50:21Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-09-21T16:50:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8e0b08513833dd947f9d052045dcb0e29fe199f1'/>
<id>urn:sha1:8e0b08513833dd947f9d052045dcb0e29fe199f1</id>
<content type='text'>
Enhancements since 0.5.1
========================

- add parsing location to all the CSS contructions at SAC level [Dodji Seketeli]
- add --dump-location option to csslint [Dodji Seketeli]
- enable several API/ABI incompatible versions of Libcroco to be
  installed on the same box [Dodji Seketeli]
- CSS properties inheritance support [Benjamin Dauvergne]
- CRStyle struct gatehering code cleanup [Benjamin Dauvergne]
- Better support for font selection [Dodji Seketeli]

Bugfixes since 0.5.1
====================

- #143308: fix parsing of non trivial functional #notations. [Dodji Seketeli]
- #143450: fix gcc 2.xx errors. [Dodji Seketeli]
- #139881: proper setting of parsing locations in urls. [Dodji Seketeli]
- #138267: remove C99-isms.
- #139889: fix an infinite loop in the parser [Dodji Seketeli]
- #139891: better @media rule reporting [Dodji Seketeli]
- #140317: fix class sel without class name crash [Dodji Seketeli]
- #140334: fix an infinite loop in the parser [Dodji Seketeli]
- attribute selectors evalution fixes. [Dodji Seketeli]
- Better support of descendant selectors evaluation [Dodji Seketeli]
- Better regression tests framework [Dodji Seketeli]
- fixes: #140334, #140317, #139891, #139615. [Dodji Seketeli]
- 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]
</content>
</entry>
<entry>
<title>Update to 0.5.1: several bugs fixed.</title>
<updated>2004-04-19T15:01:00Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-04-19T15:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8faa42cd953878cfd11740f6369368b5c39672e2'/>
<id>urn:sha1:8faa42cd953878cfd11740f6369368b5c39672e2</id>
<content type='text'>
Note that they claim this library is API/ABI compatible with the previous
one, but the major number version of it has changed...  so a version bump
in the buildlink3.mk file is needed.
</content>
</entry>
<entry>
<title>Update to 0.5.0:</title>
<updated>2004-04-01T18:26:22Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-04-01T18:26:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2763a774ab02943e72b6ad5dbfc358c592b6a39e'/>
<id>urn:sha1:2763a774ab02943e72b6ad5dbfc358c592b6a39e</id>
<content type='text'>
- 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]
</content>
</entry>
<entry>
<title>Update to 0.4.0, based on patch sent from Min Sik Kim in PR pkg/23793.</title>
<updated>2004-01-04T18:00:28Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2004-01-04T18:00:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f10f86b611d382ea672ca344d0be17b78f4c0c2e'/>
<id>urn:sha1:f10f86b611d382ea672ca344d0be17b78f4c0c2e</id>
<content type='text'>
Changes:

	o Compiles with g++.
	o seleng and layeng are disabled by default.
	  (NOTE: They are enabled in pkgsrc.)
	o Build system cleanup.
	o More fixes.
</content>
</entry>
<entry>
<title>Initial import of libcroco 0.2. Package imported from pkgsrc-wip.</title>
<updated>2003-09-25T14:04:54Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2003-09-25T14:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a8021d4405138422585c392de378a9da42e2363f'/>
<id>urn:sha1:a8021d4405138422585c392de378a9da42e2363f</id>
<content type='text'>
The Libcroco project is an effort to build a generic Cascading Style Sheet
(CSS) parsing and manipulation toolkit that can be used by GNOME applications
in need of CSS support.
</content>
</entry>
</feed>
