From owner-cvs-all@FreeBSD.ORG Tue Dec 9 12:44:40 2008 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 5207F1065670; Tue, 9 Dec 2008 12:44:40 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 417348FC12; Tue, 9 Dec 2008 12:44:40 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mB9CidMv084245; Tue, 9 Dec 2008 12:44:39 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB9CidhG084240; Tue, 9 Dec 2008 12:44:39 GMT (envelope-from garga) Message-Id: <200812091244.mB9CidhG084240@repoman.freebsd.org> From: Renato Botelho Date: Tue, 9 Dec 2008 12:44:39 +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/www Makefile ports/www/yui Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2008 12:44:40 -0000 garga 2008-12-09 12:44:39 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/yui Makefile distinfo pkg-descr pkg-plist Log: The YUI Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. YUI is available under a BSD license and is free for all uses. The YUI project includes the YUI Library and two build-time tools: YUI Compressor (minification) and YUI Doc (documentation engine for JavaScript code). WWW: http://developer.yahoo.com/yui/ PR: ports/129520 Submitted by: BluePex Security Solutions Revision Changes Path 1.2192 +1 -0 ports/www/Makefile 1.3 +41 -0 ports/www/yui/Makefile (new) 1.3 +3 -0 ports/www/yui/distinfo (new) 1.3 +8 -0 ports/www/yui/pkg-descr (new) 1.3 +488 -0 ports/www/yui/pkg-plist (new)