From owner-cvs-ports@FreeBSD.ORG Wed Sep 24 22:26:25 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC6616A4B3; Wed, 24 Sep 2003 22:26:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F5C43FBF; Wed, 24 Sep 2003 22:26:25 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8P5QOXJ057470; Wed, 24 Sep 2003 22:26:24 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8P5QODB057469; Wed, 24 Sep 2003 22:26:24 -0700 (PDT) (envelope-from adamw) Message-Id: <200309250526.h8P5QODB057469@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 24 Sep 2003 22:26:24 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/libcroco Makefile distinfo pkg-descr pkg-plist ports/textproc/libcroco/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 05:26:25 -0000 adamw 2003/09/24 22:26:24 PDT FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/libcroco Makefile distinfo pkg-descr pkg-plist textproc/libcroco/files patch-configure Log: 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. Revision Changes Path 1.542 +1 -0 ports/textproc/Makefile 1.1 +26 -0 ports/textproc/libcroco/Makefile (new) 1.1 +1 -0 ports/textproc/libcroco/distinfo (new) 1.1 +10 -0 ports/textproc/libcroco/files/patch-configure (new) 1.1 +7 -0 ports/textproc/libcroco/pkg-descr (new) 1.1 +47 -0 ports/textproc/libcroco/pkg-plist (new)