From owner-cvs-ports@FreeBSD.ORG Thu Jun 2 04:05:57 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40F74106566C; Thu, 2 Jun 2011 04:05:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 312008FC16; Thu, 2 Jun 2011 04:05:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5245vEs030297; Thu, 2 Jun 2011 04:05:57 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5245v2F030296; Thu, 2 Jun 2011 04:05:57 GMT (envelope-from sunpoet) Message-Id: <201106020405.p5245v2F030296@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jun 2011 04:05:57 +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/fancybox Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Jun 2011 04:05:57 -0000 sunpoet 2011-06-02 04:05:57 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/fancybox Makefile distinfo pkg-descr pkg-plist Log: - Add fancybox 1.3.4 FancyBox is a tool for displaying images, html content and multi-media in a Mac-style "lightbox" that floats overtop of web page. It was built using the jQuery library. Licensed under both MIT and GPL licenses. Features: - Can display images, HTML elements, SWF movies, iframes and also Ajax requests. - Customizable through settings and CSS. - Groups related items and adds navigation. - If the mouse wheel plugin is included in the page then FancyBox will respond to mouse wheel events as well. - Support fancy transitions by using easing plugin. - Adds a nice drop shadow under the zoomed item. WWW: http://fancybox.net/ Revision Changes Path 1.2896 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/fancybox/Makefile (new) 1.1 +2 -0 ports/www/fancybox/distinfo (new) 1.1 +15 -0 ports/www/fancybox/pkg-descr (new) 1.1 +26 -0 ports/www/fancybox/pkg-plist (new)