1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add libcroco-0.3.0.

libcroco is a standalone css2 parsing library.
It provides a low level event driven SAC like api
and a css object model like api.

This library is being written to bring the css support
to the mlview xml editor project but it can be used
for other applications as well.
This commit is contained in:
Adam Weinberger 2003-09-25 05:26:24 +00:00
parent 150e6d5c3d
commit 5088b6e94a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89307
6 changed files with 92 additions and 0 deletions

View File

@ -130,6 +130,7 @@
SUBDIR += lacheck
SUBDIR += latex2html
SUBDIR += latte
SUBDIR += libcroco
SUBDIR += libebml
SUBDIR += liblrdf
SUBDIR += libtre

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: libcroco
# Date created: 08 July 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libcroco
PORTVERSION= 0.3.0
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3
MAINTAINER= gnome@FreeBSD.org
COMMENT= CSS2 parsing library
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pango libxml2
MAN1= croco-config.1 csslint.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (libcroco-0.3.0.tar.bz2) = f31718e45a22870b0ce655fe2edc6dd9

View File

@ -0,0 +1,10 @@
--- configure.orig Tue Jul 8 02:14:29 2003
+++ configure Tue Jul 8 02:14:54 2003
@@ -7672,6 +7672,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'

View File

@ -0,0 +1,7 @@
libcroco is a standalone css2 parsing library.
It provides a low level event driven SAC like api
and a css object model like api.
This library is being written to bring the css support
to the mlview xml editor project but it can be used
for other applications as well.

View File

@ -0,0 +1,47 @@
bin/croco-config
bin/csslint
include/libcroco/layeng/cr-box-view.h
include/libcroco/layeng/cr-box.h
include/libcroco/layeng/cr-lay-eng.h
include/libcroco/libcroco.h
include/libcroco/parser/cr-additional-sel.h
include/libcroco/parser/cr-attr-sel.h
include/libcroco/parser/cr-cascade.h
include/libcroco/parser/cr-declaration.h
include/libcroco/parser/cr-doc-handler.h
include/libcroco/parser/cr-enc-handler.h
include/libcroco/parser/cr-input.h
include/libcroco/parser/cr-layout-eng.h
include/libcroco/parser/cr-num.h
include/libcroco/parser/cr-om-parser.h
include/libcroco/parser/cr-parser-input.h
include/libcroco/parser/cr-parser.h
include/libcroco/parser/cr-pseudo.h
include/libcroco/parser/cr-rgb.h
include/libcroco/parser/cr-selector.h
include/libcroco/parser/cr-simple-sel.h
include/libcroco/parser/cr-statement.h
include/libcroco/parser/cr-stylesheet.h
include/libcroco/parser/cr-term.h
include/libcroco/parser/cr-tknzr.h
include/libcroco/parser/cr-token.h
include/libcroco/parser/cr-utils.h
include/libcroco/parser/libcroco-config.h
include/libcroco/seleng/cr-font-sel.h
include/libcroco/seleng/cr-fonts.h
include/libcroco/seleng/cr-sel-eng.h
include/libcroco/seleng/cr-style.h
lib/libcrlayeng.a
lib/libcrlayeng.so
lib/libcrlayeng.so.1
lib/libcroco.a
lib/libcroco.so
lib/libcroco.so.1
lib/libcrseleng.a
lib/libcrseleng.so
lib/libcrseleng.so.1
libdata/pkgconfig/libcroco.pc
@dirrm include/libcroco/seleng
@dirrm include/libcroco/parser
@dirrm include/libcroco/layeng
@dirrm include/libcroco