Port details |
- drupal10 Database driven web content management system (CMS)
- 10.3.5 www =3 10.1.7Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2022-12-19 23:45:05
- Last Update: 2024-09-20 23:56:42
- Commit Hash: 75dd5c3
- People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
- 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.
- ¦ ¦ ¦ ¦
- 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/drupal10/ && make install clean
- To add the package, run one of these commands:
- pkg install www/drupal10
- pkg install drupal10
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: drupal10
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726876438
SHA256 (drupal/drupal-10.3.5.tar.gz) = 9efb515037135a6d5317d1721eff45f166b1ab5c47888c3ad2f0261e1628f0a0
SIZE (drupal/drupal-10.3.5.tar.gz) = 20809870
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/php82
- dom.so : textproc/php82-dom
- filter.so : security/php82-filter
- gd.so : graphics/php82-gd
- mbstring.so : converters/php82-mbstring
- opcache.so : www/php82-opcache
- pdo.so : databases/php82-pdo
- session.so : www/php82-session
- simplexml.so : textproc/php82-simplexml
- tokenizer.so : devel/php82-tokenizer
- xml.so : textproc/php82-xml
- pdo_mysql.so : databases/php82-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 drupal10-10.3.5:
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_drupal10
- USES:
- php:web shebangfix mysql
- pkg-message:
- For install:
- Complete instructions for installing and configuring Drupal can be found here:
/usr/local/share/doc/drupal10/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/drupal10/INSTALL.mysql.txt
/usr/local/share/doc/drupal10/INSTALL.pgsql.txt
/usr/local/share/doc/drupal10/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/drupal10"
<Directory "/usr/local/www/drupal10">
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 10. In particular, please ensure that your
configuration:
- uses PHP 8.1 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/drupal10/UPDATE.txt
You can install www/drush if you have problems with Drupal update. Drush is a
command line tool for Drupal
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.3.5 20 Sep 2024 23:56:42 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal10: Update to 10.3.5
ChangeLog at: https://www.drupal.org/project/drupal/releases/10.3.5 |
10.1.7 16 Mar 2024 11:30:04 |
Dan Langille (dvl) |
www/drupral{7,10}: adjust files/pkg-message
Use upgrade, not UPGRADE.
PR: 259675 |
10.1.7 05 Jan 2024 21:20:44 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal10: Update to 10.1.7
ChangeLog at: https://www.drupal.org/project/drupal/releases/10.1.7 |
10.0.11 31 Dec 2023 00:06:40 |
Muhammad Moinur Rahman (bofh) |
lang/php80: Sunset |
10.0.11 21 Sep 2023 00:48:47 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal10: Update to 10.0.11
ChangeLog at: https://www.drupal.org/project/drupal/releases/10.0.11 |
10.0.9 16 May 2023 03:30:41 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal10: update to 10.0.9
ChangeLog at: https://www.drupal.org/project/drupal/releases/10.0.9 |
10.0.7 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
10.0.7 02 Apr 2023 23:15:03 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal10: Update to 10.0.7 |
10.0.5 16 Mar 2023 23:40:49 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal10: update to 10.0.5
ChangeLog at: https://www.drupal.org/project/drupal/releases/10.0.5 |
10.0.0 20 Dec 2022 00:29:01 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal10: Change DRUPAL_DIR to WWWDIR into pkg-message.in
Reported by: wen |
10.0.0 19 Dec 2022 23:43:25 |
Jose Alonso Cardenas Marquez (acm) Author: Wen Heping |
www/drupal10: New port: Database driven web content management system (CMS)
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.
PR: 268463 |