Port details on branch 2021Q3 |
- drupal7 Database driven web content management system (CMS)
- 7.82 www
=0 7.82Version of this port present on the latest quarterly branch. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2021-07-31 16:51:10
- Last Update: 2021-07-31 16:50:13
- Commit Hash: 12184f4
- License: GPLv2+
- WWW:
- https://www.drupal.org/
- Description:
- 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: https://www.drupal.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/drupal7/ && make install clean
- To add the package, run one of these commands:
- pkg install www/drupal7
- pkg install drupal7
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: drupal7
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1627716293
SHA256 (drupal/drupal-7.82.tar.gz) = 1ff7d44e0d52ed52e6309fca0b131b7148bf466c6d48a3921099754a5e3cfa29
SIZE (drupal/drupal-7.82.tar.gz) = 3348407
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php74
- dom.so : textproc/php74-dom
- filter.so : security/php74-filter
- gd.so : graphics/php74-gd
- json.so : devel/php74-json
- mbstring.so : converters/php74-mbstring
- pdo.so : databases/php74-pdo
- session.so : www/php74-session
- simplexml.so : textproc/php74-simplexml
- xml.so : textproc/php74-xml
- pdo_mysql.so : databases/php74-pdo_mysql
- Library dependencies:
-
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for drupal7-7.82:
DOCS=on: Build and/or install documentation
MYSQL=on: MySQL database support
PGSQL=off: PostgreSQL database support
SQLITE3=off: SQLite 3 database support
===> Use 'make config' to modify these settings
- Options name:
- www_drupal7
- USES:
- drupal:7 php:web shebangfix mysql
- pkg-message:
- For install:
- Complete instructions for installing and configuring Drupal can be found here:
/usr/local/www/drupal7/doc/INSTALL.txt
You need to create the DB where Drupal is going to live, and depending on
which database you intend to use, you should consult one of the following
documents:
/usr/local/www/drupal7/doc/INSTALL.mysql.txt
/usr/local/www/drupal7/doc/INSTALL.pgsql.txt
/usr/local/www/drupal7/doc/INSTALL.sqlite.txt
You also need to add appropriate configuration directives to your apache
configuration file (/usr/local/etc/apache(2)/httpd.conf).
A typical configuration might read:
Alias /drupal "/usr/local/www/drupal7"
<Directory "/usr/local/www/drupal7">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Please see http://drupal.org/cron for important information on setting up
periodic maintenance tasks in Drupal.
Please see http://drupal.org/requirements for important information on
system requirements for Drupal 7. In particular, please ensure that your
configuration:
- uses PHP 5.2.5 or later
- PHP "memory_limit" is set to "32Mb" or larger
- PHP "register_globals" is set to "Off"
- PHP "safe_mode" is set to "Off"
- PHP "session.cache_limiter" is set to "nocache"
- UPGRADE
- For important information about upgrading from previous versions of Drupal, please
please see: /usr/local/www/drupal7/doc/UPGRADE.txt
- Master Sites:
|