From owner-cvs-all@FreeBSD.ORG Tue Aug 21 08:59:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DFB916A47E; Tue, 21 Aug 2007 08:59:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0186013C481; Tue, 21 Aug 2007 08:59:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7L8wx3t082917; Tue, 21 Aug 2007 08:58:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7L8wxJ8082916; Tue, 21 Aug 2007 08:58:59 GMT (envelope-from miwi) Message-Id: <200708210858.l7L8wxJ8082916@repoman.freebsd.org> From: Martin Wilke Date: Tue, 21 Aug 2007 08:58:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/pecl-syck Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 08:59:03 -0000 miwi 2007-08-21 08:58:59 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/pecl-syck Makefile distinfo pkg-descr Log: The syck extension is a binding to the Syck library which facilitates YAML parsing. YAML(tm) (rhymes with "camel") is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering. WWW: http://pecl.php.net/package/syck/ PR: ports/115252 Submitted by: Ditesh Shashikant Gathani Revision Changes Path 1.1174 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/pecl-syck/Makefile (new) 1.1 +3 -0 ports/textproc/pecl-syck/distinfo (new) 1.1 +10 -0 ports/textproc/pecl-syck/pkg-descr (new)