Port details |
- drupal11 Database driven web content management system (CMS)
- 11.1.1 www =0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: wen@FreeBSD.org
- Port Added: 2025-01-06 02:24:05
- Last Update: 2025-01-17 08:28:54
- Commit Hash: bdf8219
- 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.
- ¦ ¦ ¦ ¦
- 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/drupal11/ && make install clean
- To add the package, run one of these commands:
- pkg install www/drupal11
- pkg install drupal11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: drupal11
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737099977
SHA256 (drupal/drupal-11.1.1.tar.gz) = 5ec98249247945eca57b285b8732ebd852810949e78b33128d91537f6d47ff38
SIZE (drupal/drupal-11.1.1.tar.gz) = 19735883
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/php83
- dom.so : textproc/php83-dom
- filter.so : security/php83-filter
- gd.so : graphics/php83-gd
- mbstring.so : converters/php83-mbstring
- opcache.so : www/php83-opcache
- pdo.so : databases/php83-pdo
- session.so : www/php83-session
- simplexml.so : textproc/php83-simplexml
- tokenizer.so : devel/php83-tokenizer
- xml.so : textproc/php83-xml
- zlib.so : archivers/php83-zlib
- pdo_mysql.so : databases/php83-pdo_mysql
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for drupal11-11.1.1:
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_drupal11
- USES:
- php:web shebangfix mysql
- pkg-message:
- For install:
- Complete instructions for installing and configuring Drupal can be found here:
/usr/local/share/doc/drupal11/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/share/doc/drupal11/INSTALL.mysql.txt
/usr/local/share/doc/drupal11/INSTALL.pgsql.txt
/usr/local/share/doc/drupal11/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/drupal11"
<Directory "/usr/local/www/drupal11">
Options Indexes FollowSymlinks MultiViews
AllowOverride all
Require all granted
</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 11. In particular, please ensure that your
configuration:
- uses PHP 8.3 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"
- If upgrading
- For important information about upgrading from previous versions of Drupal, please
please see: /usr/local/share/doc/drupal11/UPDATE.txt
You can install www/drush if you have problems with Drupal update. Drush is a
command line tool for Drupal
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.1.1 17 Jan 2025 08:28:54 |
Wen Heping (wen) |
www/drupal11: Update to 11.1.1 |
11.1.0 06 Jan 2025 02:21:33 |
Wen Heping (wen) |
www/drupal11: New port, copied from www/drupal10
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. |
Number of commits found: 2
|