Port details |
- typo3-11 Typo3 content management system
- 11.5.12 www
=0 11.5.8Version of this port present on the latest quarterly branch. - Maintainer: freebsd-ports@charlieroot.de
 - Port Added: 2021-10-05 00:42:08
- Last Update: 2022-06-21 02:38:54
- Commit Hash: 669635f
- License: GPLv2
- Description:
- The latest version with Long Term Support (LTS). It will have full support until
March 2023 and security bugfixes until October 2024.
* Unified editor experience
* Advanced filelist module
* Sharable Deep Links in the TYPO3 Backend
* Improved collaboration and Workflow features
* Flexible and Secure Multi-factor Authentication
* And a lot of Improvements for Developers
System requirements
* PHP 7.4 or 8.0
* MySQL 5.7+ / MariaDB / Postgres / SQLite support
* Modern Browsers
Supported Until
Free: 2024-10-31
ELTS: 2027-10-31
WWW: https://typo3.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- typo3-11-php80>0:www/typo3-11
- To install the port:
- cd /usr/ports/www/typo3-11/ && make install clean
- To add the package, run one of these commands:
- pkg install www/typo3-11
- pkg install typo3-11-php80
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: typo3-11-php80
- Package flavors (<flavor>: <package>)
- php80: typo3-11-php80
- php74: typo3-11-php74
- php81: typo3-11-php81
- php82: typo3-11-php82
- distinfo:
- TIMESTAMP = 1655752983
SHA256 (typo3_src-11.5.12.tar.gz) = 5c7ca60b205a719f95ec3316a7fe7850413187be31494aaa23df9a8a31fcc423
SIZE (typo3_src-11.5.12.tar.gz) = 28911174
- 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/php80
- ctype.so : textproc/php80-ctype
- dom.so : textproc/php80-dom
- fileinfo.so : sysutils/php80-fileinfo
- filter.so : security/php80-filter
- intl.so : devel/php80-intl
- session.so : www/php80-session
- simplexml.so : textproc/php80-simplexml
- tokenizer.so : devel/php80-tokenizer
- xml.so : textproc/php80-xml
- zip.so : archivers/php80-zip
- mysqli.so : databases/php80-mysqli
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for typo3-11-php80-11.5.12:
CURL=off: Data transfer support via cURL
GD=off: GDlib/freetype support
GMP=off: GMP (multiple precision arithmetic) support
IMAGICK=off: ImageMagick image processing support
MBSTRING=off: Multibyte character encoding support
MYSQL=on: Use MySQL as DBMS
POSTGRES=off: Use PostgreSQL as DBMS
SQLITE=off: Use SQLite as DBMS
SQLSRV=off: Use MSSQL as DBMS
ZLIB=off: zlib compression support
===> Use 'make config' to modify these settings
- Options name:
- www_typo3-11
- USES:
- cpe php:web,flavors shebangfix
- pkg-message:
- For install:
- 1) Add the following to your Apache configuration file
httpd.conf and restart the web server:
Alias /typo3 /usr/local/www/typo3-11/
AcceptPathInfo On
<Directory /usr/local/www/typo3-11/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
2) Visit your TYPO3 site with a browser (i.e.
http://your.server.com/typo3/) to continue the
installation / upgrade process.
For more information, see the INSTALL DOCUMENTATION:
https://docs.typo3.org/typo3cms/GettingStartedTutorial/latest/Installation/Index.html
- Master Sites:
|