From owner-cvs-ports@FreeBSD.ORG Sun Dec 28 17:07:58 2008 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 840D81065675; Sun, 28 Dec 2008 17:07:58 +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 729138FC08; Sun, 28 Dec 2008 17:07:58 +0000 (UTC) (envelope-from miwi@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 mBSH7wi1095856; Sun, 28 Dec 2008 17:07:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBSH7wNl095855; Sun, 28 Dec 2008 17:07:58 GMT (envelope-from miwi) Message-Id: <200812281707.mBSH7wNl095855@repoman.freebsd.org> From: Martin Wilke Date: Sun, 28 Dec 2008 17:07:58 +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/chems Makefile distinfo pkg-descr pkg-plist ports/www/chems/files pkg-message.in 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: Sun, 28 Dec 2008 17:07:58 -0000 miwi 2008-12-28 17:07:58 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/chems Makefile distinfo pkg-descr pkg-plist www/chems/files pkg-message.in Log: CHeMS is a free (as in freedom) modular code-driven content helper management system (the first!) written in PHP fully compliant with the XHTML 1.1 and CSS2 standards. One of its main purpose is to help developers and (not so) advanced users to easily setting up a web application (blog, site, etc.) without have to deal with the "boring" side of this process such as layout generation code, menu blocks and so on. Its modularization system allow to mantain a light and fast core which only have to generate the layout and load the modules to delegate all the real and hard work to them. You never have to learn new weird APIs in order to deal with the CHeMS internals, there is full controll. That's why CHeMS is not a Content Management System (CMS) but rather it's an assistant. WWW: http://chems.sf.net Revision Changes Path 1.2217 +1 -0 ports/www/Makefile 1.1 +39 -0 ports/www/chems/Makefile (new) 1.1 +3 -0 ports/www/chems/distinfo (new) 1.1 +11 -0 ports/www/chems/files/pkg-message.in (new) 1.1 +14 -0 ports/www/chems/pkg-descr (new) 1.1 +73 -0 ports/www/chems/pkg-plist (new)