aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6-webform
Commit message (Collapse)AuthorAgeFilesLines
* Remove OPTIONS_DEFINE out of Mk/Uses/drupal.mk (affects many drupal ports)John Marino2016-01-111-0/+1
| | | | | | | | | | | | | | | | | | | The USES= fragments are not supposed to modify OPTIONS_* because they are loaded after bsd.options.mk. In the particular case of drupal, this resulted in SELECTED_OPTIONS and DESELECTED_OPTIONS being incorrect. A second problem was that the "=" was used for assignment rather than "?=", meaning that any port with USES=drupal got their options overwritten at some point (this included the main www/drupal6 and www/drupal7 ports). This commit adds OPTIONS_DEFINE=DOCS to almost every port that had set USES=drupal to correct the mistake of setting options in Mk/Uses. PR: 206060 Notes: svn path=/head/; revision=405770
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Migrate all drupal ports to USES=drupalBaptiste Daroussin2014-06-181-2/+1
| | | | Notes: svn path=/head/; revision=358250
* - Stage supportMartin Wilke2014-02-191-1/+0
| | | | Notes: svn path=/head/; revision=344998
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Take maintainershipMartin Wilke2013-03-021-1/+1
| | | | Notes: svn path=/head/; revision=313224
* Reassign several ports maintained by Nick Hilliard. Thank you very much forChris Rees2013-01-261-6/+2
| | | | | | | | | | | | | | all your work on these. All to ports@FreeBSD.org, except p5-Rcs-Agent to perl@ (almost certainly won't see any updates), and give drupal[67] to flo@. While here, update to OPTIONSng. PR: ports/174741 Notes: svn path=/head/; revision=311043
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 6.x.3.17Martin Wilke2012-04-102-24/+64
| | | | | | | | PR: 166427 Submitted by: Nick Hilliard <nick@foobar.org> Notes: svn path=/head/; revision=294503
* Use USE_DRUPAL instead of including bsd.drupal.mkChris Rees2011-08-311-3/+2
| | | | Notes: svn path=/head/; revision=280862
* Begin process of removal of drupal5 ports:Chris Rees2011-07-291-1/+1
| | | | | | | | | | - Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version - Deprecate the drupal5 ports for removal on 29/Aug Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Notes: svn path=/head/; revision=278517
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 6.x-2.9Martin Wilke2009-12-252-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=246642
* This module adds a webform nodetype to your Drupal site. Typical uses forMartin Wilke2009-06-163-0/+58
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 <nick at foobar.org> Notes: svn path=/head/; revision=236071