From owner-cvs-ports@FreeBSD.ORG Thu Feb 19 16:04:59 2004 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 7EF9216A4CE; Thu, 19 Feb 2004 16:04:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD8143D1D; Thu, 19 Feb 2004 16:04:59 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K04xGe018128; Thu, 19 Feb 2004 16:04:59 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K04x4W018127; Thu, 19 Feb 2004 16:04:59 -0800 (PST) (envelope-from pav) Message-Id: <200402200004.i1K04x4W018127@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 19 Feb 2004 16:04:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/zope-cmfactionicons Makefile distinfo pkg-descr pkg-message 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: Fri, 20 Feb 2004 00:04:59 -0000 pav 2004/02/19 16:04:59 PST FreeBSD ports repository Modified files: www Makefile Added files: www/zope-cmfactionicons Makefile distinfo pkg-descr pkg-message Log: Add zope-cmfactionicons. This product is a add-on for the Zope Content Management Framework (CMF). It should be useful with Plone, CPS, and other CMF-derived extensions, as well. The product provides: * A new tool, portal_actionicons, which serves as a registry mapping object actions (using category and action ID) to a descriptive title, a priority, and an icon ID. The tool post-processes a set of actions (i.e., those generated by the portal_actions tool), decorating them with additional information, and sorting them according to priority. * ZPT macros which build either horizontal or vertical icon bars for a set of actions. PR: ports/62942 Submitted by: Khairil Yusof Revision Changes Path 1.820 +1 -0 ports/www/Makefile 1.1 +54 -0 ports/www/zope-cmfactionicons/Makefile (new) 1.1 +1 -0 ports/www/zope-cmfactionicons/distinfo (new) 1.1 +19 -0 ports/www/zope-cmfactionicons/pkg-descr (new) 1.1 +6 -0 ports/www/zope-cmfactionicons/pkg-message (new)