From owner-cvs-all@FreeBSD.ORG Tue Jun 16 19:47:36 2009 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 B14811065676; Tue, 16 Jun 2009 19:47:36 +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 A021C8FC2F; Tue, 16 Jun 2009 19:47:36 +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 n5GJla7f013780; Tue, 16 Jun 2009 19:47:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5GJla6P013775; Tue, 16 Jun 2009 19:47:36 GMT (envelope-from miwi) Message-Id: <200906161947.n5GJla6P013775@repoman.freebsd.org> From: Martin Wilke Date: Tue, 16 Jun 2009 19:47:36 +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/drupal6-wysiwyg Makefile distinfo pkg-descr 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, 16 Jun 2009 19:47:37 -0000 miwi 2009-06-16 19:47:36 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/drupal6-wysiwyg Makefile distinfo pkg-descr Log: Wysiwyg API allows to use client-side editors (a.k.a. WYSIWYG editors) for editing content in the Drupal CMS. It simplifies installation of editors and allows you to define which editor to use depending on the input format. This module replaces all existing editor integration modules and no other Drupal module is required. It is capable of supporting any kind of client-side editor as long as there are support files for it that integrate the external library with Wysiwyg API. A client-side editor can be a regular HTML-based editor, a "pseudo-editor" (that just provides buttons to insert HTML markup into a plain textarea), or even a Flash-based editor. Support for various editor libraries is built-in. The Wysiwyg API also allows Drupal modules to register plugins (or "buttons") for editors. WWW: http://drupal.org/project/wysiwyg PR: ports/135230 Submitted by: Nick Hilliard Revision Changes Path 1.2379 +1 -0 ports/www/Makefile 1.1 +81 -0 ports/www/drupal6-wysiwyg/Makefile (new) 1.1 +3 -0 ports/www/drupal6-wysiwyg/distinfo (new) 1.1 +17 -0 ports/www/drupal6-wysiwyg/pkg-descr (new)