Port details |
- typo3-13 Typo3 content management system
- 13.4.4 www =2 13.4.4Version of this port present on the latest quarterly branch.
- Maintainer: freebsd-ports@charlieroot.de
- Port Added: 2024-05-17 08:09:39
- Last Update: 2025-01-23 15:18:46
- Commit Hash: 837556d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://typo3.org/
- Description:
- Once released in October 2023, the long-term support version of TYPO3 13 will receive
bug fixes until April 2026, and we will provide security updates until October 2027.
Frontend rendering presets
* Content blocks
* Improved search, redirects and workspaces
* Simplified external system integration
* Top-modern image rendering
System requirements
* PHP 8.2, 8.3
* MariaDB 10.4+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+
* Modern Browsers
* Detailed list of requirements:
https://get.typo3.org/version/12#system-requirements
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- typo3-13${PHP_PKGNAMESUFFIX}>0:www/typo3-13
- To install the port:
- cd /usr/ports/www/typo3-13/ && make install clean
- To add the package, run one of these commands:
- pkg install www/typo3-13
- pkg install typo3-13-php83
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: typo3-13-php83
- Package flavors (<flavor>: <package>)
- php83: typo3-13-php83
- php82: typo3-13-php82
- php84: typo3-13-php84
- distinfo:
- TIMESTAMP = 1737539538
SHA256 (typo3_src-13.4.4.tar.gz) = c38c33ea0705f4b4f0fd9b53ba6ef618b383b69b38ba74a092fbb85125ecdae7
SIZE (typo3_src-13.4.4.tar.gz) = 25784463
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
- ctype.so : textproc/php83-ctype
- dom.so : textproc/php83-dom
- fileinfo.so : sysutils/php83-fileinfo
- filter.so : security/php83-filter
- gd.so : graphics/php83-gd
- intl.so : devel/php83-intl
- mbstring.so : converters/php83-mbstring
- 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
- zip.so : archivers/php83-zip
- zlib.so : archivers/php83-zlib
- mysqli.so : databases/php83-mysqli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for typo3-13-php83-13.4.4:
CURL=off: Data transfer support via cURL
GMP=off: GMP (multiple precision arithmetic) support
IMAGICK=off: ImageMagick image processing support
MYSQL=on: Use MySQL as DBMS
POSTGRES=off: Use PostgreSQL as DBMS
SQLITE=off: Use SQLite as DBMS
===> Use 'make config' to modify these settings
- Options name:
- www_typo3-13
- 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-13/
AcceptPathInfo On
<Directory /usr/local//www/typo3-13/>
Options Indexes FollowSymLinks
AllowOverride all
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:
|