Port details |
- typo3-13 Typo3 content management system
- 13.3.1 www =2 13.1.1Version of this port present on the latest quarterly branch.
- Maintainer: freebsd-ports@charlieroot.de
- Port Added: 2024-05-17 08:09:39
- Last Update: 2024-10-18 00:34:36
- Commit Hash: ed202c0
- 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-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: typo3-13-php82
- Package flavors (<flavor>: <package>)
- php82: typo3-13-php82
- php83: typo3-13-php83
- php84: typo3-13-php84
- distinfo:
- TIMESTAMP = 1728982618
SHA256 (typo3_src-13.3.1.tar.gz) = 6f6b17804c549f58556319f07e2b9de2375e46e04ab683d71a83fbf17d3a7ef9
SIZE (typo3_src-13.3.1.tar.gz) = 26710799
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
- ctype.so : textproc/php82-ctype
- dom.so : textproc/php82-dom
- fileinfo.so : sysutils/php82-fileinfo
- filter.so : security/php82-filter
- gd.so : graphics/php82-gd
- intl.so : devel/php82-intl
- mbstring.so : converters/php82-mbstring
- 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
- zip.so : archivers/php82-zip
- zlib.so : archivers/php82-zlib
- mysqli.so : databases/php82-mysqli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for typo3-13-php82-13.3.1:
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:
|