summaryrefslogtreecommitdiff
path: root/textproc/libcroco
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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".
2004-09-21Update to 0.6.0. This version corresponds to GNOME 2.8.0.jmmv4-48/+48
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]
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-19Update to 0.5.1: several bugs fixed.jmmv4-10/+10
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.
2004-04-01Update to 0.5.0:jmmv5-68/+38
- 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]
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20unusedjmmv1-34/+0
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz1-2/+1
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme2-7/+34
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-04Update to 0.4.0, based on patch sent from Min Sik Kim in PR pkg/23793.xtraeme5-17/+32
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.
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
2003-09-26s/wip/textproc/wiz1-2/+2
2003-09-25Initial import of libcroco 0.2. Package imported from pkgsrc-wip.xtraeme5-0/+123
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.