---
name: drupal7
version: 7.22_1
origin: www/drupal7
comment: Database driven web content management system (CMS)
arch: freebsd:9:x86:64
www: http://drupal.org
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: or
licenses:
- GPLv3
- GPLv2
flatsize: 12194374
desc: |
  Drupal is a free web Content Management System (CMS) that allows an
  individual or a community of users to easily publish, manage and organize a
  wide variety of content on a website.

  Drupal is ready to go from the moment you download it. It even has an
  easy-to-use web installer! The built-in functionality, combined with dozens
  of freely available add-on modules, will enable features such as: Content
  Management Systems, Blogs, Collaborative authoring environments, Forums,
  Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
  uploads/downloads and much more.

  WWW: http://drupal.org
deps:
  xproto: {origin: x11/xproto, version: 7.0.24}
  xextproto: {origin: x11/xextproto, version: 7.2.1}
  printproto: {origin: x11/printproto, version: 1.0.5}
  libxcb: {origin: x11/libxcb, version: 1.9.1}
  libXpm: {origin: x11/libXpm, version: 3.5.10}
  libXp: {origin: x11/libXp, version: '1.0.2,1'}
  libXext: {origin: x11/libXext, version: '1.3.2,1'}
  libXdmcp: {origin: x11/libXdmcp, version: 1.1.1}
  libXau: {origin: x11/libXau, version: 1.0.8}
  libX11: {origin: x11/libX11, version: '1.6.1,1'}
  libSM: {origin: x11/libSM, version: '1.2.1,1'}
  libICE: {origin: x11/libICE, version: '1.0.8,1'}
  kbproto: {origin: x11/kbproto, version: 1.0.6}
  libXt: {origin: x11-toolkits/libXt, version: '1.1.4,1'}
  libXmu: {origin: x11-toolkits/libXmu, version: '1.1.1,1'}
  libXaw: {origin: x11-toolkits/libXaw, version: '1.0.11,2'}
  php5-session: {origin: www/php5-session, version: 5.4.17}
  apache22: {origin: www/apache22, version: 2.2.25}
  php5-xml: {origin: textproc/php5-xml, version: 5.4.17}
  php5-simplexml: {origin: textproc/php5-simplexml, version: 5.4.17}
  php5-dom: {origin: textproc/php5-dom, version: 5.4.17}
  libxml2: {origin: textproc/libxml2, version: 2.8.0_2}
  expat: {origin: textproc/expat2, version: 2.1.0}
  php5-hash: {origin: security/php5-hash, version: 5.4.17}
  php5-filter: {origin: security/php5-filter, version: 5.4.17}
  freetype2: {origin: print/freetype2, version: 2.4.12_1}
  php5: {origin: lang/php5, version: 5.4.17}
  perl: {origin: lang/perl5.14, version: 5.14.4}
  png: {origin: graphics/png, version: 1.5.17}
  php5-gd: {origin: graphics/php5-gd, version: 5.4.17}
  jpeg: {origin: graphics/jpeg, version: 8_4}
  t1lib: {origin: devel/t1lib, version: '5.1.2_2,1'}
  pkgconf: {origin: devel/pkgconf, version: 0.9.2_1}
  php5-json: {origin: devel/php5-json, version: 5.4.17}
  pcre: {origin: devel/pcre, version: 8.33}
  oniguruma: {origin: devel/oniguruma4, version: 4.7.1}
  libpthread-stubs: {origin: devel/libpthread-stubs, version: 0.3_3}
  gettext: {origin: devel/gettext, version: 0.18.3}
  apr: {origin: devel/apr1, version: 1.4.8.1.5.2}
  php5-pdo_mysql: {origin: databases/php5-pdo_mysql, version: 5.4.17}
  php5-pdo: {origin: databases/php5-pdo, version: 5.4.17}
  php5-mysql: {origin: databases/php5-mysql, version: 5.4.17}
  mysql-client: {origin: databases/mysql55-client, version: 5.5.33}
  gdbm: {origin: databases/gdbm, version: 1.10}
  db42: {origin: databases/db42, version: 4.2.52_5}
  php5-mbstring: {origin: converters/php5-mbstring, version: 5.4.17}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- www
options: {SQLITE3: off, PGSQL: off, MYSQL: on}
message: "################################################################################\nComplete
  instructions for installing and configuring Drupal can be found here:\n\n/usr/local/share/doc/drupal7/INSTALL.txt\n\nYou
  need to create the DB where Drupal is going to live, and depending on\nwhich database
  you intend to use, you should consult one of the following\ndocuments:\n\n /usr/local/share/doc/drupal7/INSTALL.mysql.txt\n
  /usr/local/share/doc/drupal7/INSTALL.pgsql.txt\n /usr/local/share/doc/drupal7/INSTALL.sqlite.txt\n\nYou
  also need to add appropriate configuration directives to your apache\nconfiguration
  file (/usr/local/etc/apache(2)/httpd.conf).\n\nA typical configuration might read:\n\n
  \   Alias /drupal \"/usr/local/www/drupal7\"\n    <Directory \"/usr/local/www/drupal7\">\n
  \       Options Indexes FollowSymlinks MultiViews\n        AllowOverride None\n
  \       Order allow,deny\n        Allow from all\n    </Directory>\n\nPlease see
  http://drupal.org/cron for important information on setting up\nperiodic maintenance
  tasks in Drupal.\n\nPlease see http://drupal.org/requirements for important information
  on\nsystem requirements for Drupal 7.  In particular, please ensure that your\nconfiguration:\n\n-
  uses PHP 5.2.5 or later\n- PHP \"memory_limit\" is set to \"32Mb\" or larger\n-
  PHP \"register_globals\" is set to \"Off\"\n- PHP \"safe_mode\" is set to \"Off\"\n-
  PHP \"session.cache_limiter\" is set to \"nocache\"\n\nFor important information
  about upgrading from previous versions of Drupal, please \nplease see: /usr/local/share/doc/drupal7/UPGRADE.txt\n################################################################################\n"
