From owner-cvs-all@FreeBSD.ORG Tue Jun 16 19:50:05 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 A1AC2106564A; Tue, 16 Jun 2009 19:50:05 +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 90CEF8FC1B; Tue, 16 Jun 2009 19:50:05 +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 n5GJo5md040358; Tue, 16 Jun 2009 19:50:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5GJo50Z040357; Tue, 16 Jun 2009 19:50:05 GMT (envelope-from miwi) Message-Id: <200906161950.n5GJo50Z040357@repoman.freebsd.org> From: Martin Wilke Date: Tue, 16 Jun 2009 19:50:05 +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-webform 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:50:06 -0000 miwi 2009-06-16 19:50:05 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/drupal6-webform Makefile distinfo pkg-descr Log: This module adds a webform nodetype to your Drupal site. Typical uses for Webform are questionnaires, contact or request/register forms, surveys, polls or a front end to issues tracking systems. Submissions from a webform are saved in a database table and can optionally be mailed to a nominated e-mail address upon submission. Past submissions are viewable for users with the correct permissions. Webform includes some simple statistical tools to help in form design and evaluation and also allows the whole table to be downloaded as a csv file for detailed statistical analysis. WWW: http://drupal.org/project/webform PR: ports/135231 Submitted by: Nick Hilliard Revision Changes Path 1.2382 +1 -0 ports/www/Makefile 1.1 +42 -0 ports/www/drupal6-webform/Makefile (new) 1.1 +3 -0 ports/www/drupal6-webform/distinfo (new) 1.1 +13 -0 ports/www/drupal6-webform/pkg-descr (new)