Port details |
- typo3-10 Typo3 content management system
- 10.4.32 www
=1 10.4.32Version of this port present on the latest quarterly branch.
- DEPRECATED: Requires php 7.4 which is set to expire on 2022-11-29
This port expired on: 2022-11-28
- Maintainer: freebsd-ports@charlieroot.de
- Port Added: 2020-05-01 05:32:25
- Last Update: 2022-11-29 13:30:55
- Commit Hash: 2f100b7
- People watching this port, also watch:: rundeck, rubygem-fluent-plugin-file-alternative
- License: GPLv2
- WWW:
- https://typo3.org/
- Description:
- TYPO3 is a free Open Source content management system for enterprise purposes
on the web and in intranets. It offers full flexibility and extendability while
featuring an accomplished set of ready-made interfaces, functions and modules.
The old version with Long Term Support (LTS). It will receive security bugfixes
until April 2023.
* Dashboard for editors
* Additional security features for editors and website users
* Improved Site setup and URL handling
System requirements
* PHP 7.2 or later
* MySQL 5.5+ / MariaDB / Postgres / SQLite support
* Modern Browsers
Supported Until
Free: 2023-04-30
ELTS: 2026-04-30
- ¦ ¦ ¦ ¦
- 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-10${PHP_PKGNAMESUFFIX}>0:www/typo3-10
- No installation instructions:
- This port has been deleted.
- PKGNAME: typo3-10-php74
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1664114076
SHA256 (typo3_src-10.4.32.tar.gz) = abfdeaa8119746a84898a3d4d7e368a6277b5a916c0a2e5dc7bd053282c0573b
SIZE (typo3_src-10.4.32.tar.gz) = 29573147
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/php74
- ctype.so : textproc/php74-ctype
- dom.so : textproc/php74-dom
- fileinfo.so : sysutils/php74-fileinfo
- filter.so : security/php74-filter
- intl.so : devel/php74-intl
- json.so : devel/php74-json
- openssl.so : security/php74-openssl
- session.so : www/php74-session
- simplexml.so : textproc/php74-simplexml
- tokenizer.so : devel/php74-tokenizer
- xml.so : textproc/php74-xml
- zip.so : archivers/php74-zip
- mysqli.so : databases/php74-mysqli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for typo3-10-php74-10.4.32:
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-10
- 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-10/
AcceptPathInfo On
<Directory /usr/local/www/typo3-10/>
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.4.32 29 Nov 2022 13:30:55 |
Muhammad Moinur Rahman (bofh) |
www/typo3-10: Cleanup
- Requires php74 which was EOL on 2022-11-28
Sponsored by: Bounce Experts |
10.4.32 27 Sep 2022 10:30:37 |
Daniel Engberg (diizzy) Author: Helmut Ritter |
www/typo3-10: Update to 10.4.32
Fixes following security advisories:
https://typo3.org/security/advisory/typo3-core-sa-2022-006
https://typo3.org/security/advisory/typo3-core-sa-2022-007
https://typo3.org/security/advisory/typo3-core-sa-2022-008
https://typo3.org/security/advisory/typo3-core-sa-2022-009
https://typo3.org/security/advisory/typo3-core-sa-2022-010
https://typo3.org/security/advisory/typo3-core-sa-2022-011
Changelog: https://get.typo3.org/release-notes/10.4.32
PR: 266602 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
10.4.31 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
10.4.31 26 Jul 2022 14:59:22 |
Nuno Teixeira (eduardo) Author: Helmut Ritter |
www/typo3-10: Update to 10.4.31
ChangeLog: https://get.typo3.org/release-notes/10.4.31
PR: 265448 |
10.4.30 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
10.4.30 21 Jun 2022 02:38:06 |
Neel Chauhan (nc) Author: Helmut Ritter |
www/typo3-10: Update to 10.4.30
Changes: https://get.typo3.org/release-notes/10.4.30
PR: 264794 |
10.4.28 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
10.4.28 21 May 2022 09:26:20 |
Wen Heping (wen) |
www/typo3-10: Update to 10.4.28
PR: 263917
Reported by: freebsd-ports@charlieroot.de(maintainer) |
10.4.27 26 Apr 2022 15:27:43 |
Neel Chauhan (nc) Author: Helmut Ritter |
www/typo3-10: Update to 10.4.27
Changes: https://get.typo3.org/release-notes/10.4.27
PR: 263582 |
10.4.26 18 Mar 2022 11:50:50 |
Jochen Neumeister (joneum) |
www/typo3-10: Update to 10.4.26
Changelog: https://get.typo3.org/release-notes/10.4.26
PR: 262629
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de>
(maintainer)
Sponsored by: Netzkommune GmbH |
10.4.25 27 Feb 2022 16:48:23 |
Florian Smeets (flo) Author: Helmut Ritter |
www/typo3-10: Update to 10.4.25
PR: 262196
Security: 0eab001a-9708-11ec-96c9-589cfc0f81b0 |
10.4.24 14 Feb 2022 19:05:44 |
Florian Smeets (flo) Author: Helmut Ritter |
www/typo3-10: Deprecated together with PHP 7.4
PR: 261841 |
10.4.24 09 Feb 2022 19:39:50 |
Florian Smeets (flo) Author: Helmut Ritter |
www/typo3-10: Update to 10.4.24
PR: 261833
Changes: https://get.typo3.org/release-notes/10.4.24 |
10.4.22 27 Dec 2021 09:17:08 |
Li-Wen Hsu (lwhsu) Author: Helmut Ritter |
www/typo3-10: Update to 10.4.22
Release notes: https://get.typo3.org/release-notes/10.4.22
PR: 260436 |
10.4.21 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
10.4.21 05 Oct 2021 00:22:48 |
Wen Heping (wen) |
www/typo3-10: Update to 10.4.21
PR: 258840
Reported by: freebsd-ports@charlieroot.de(maintainer) |
10.4.16 26 May 2021 09:37:43 |
Nuno Teixeira (eduardo) |
www/typo3-10: Update to 10.4.16
- Use a small workarourd fix for:
---
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir %%WWWDIR%%_src-10.4.16/vendor/symfony/string/Resources/bin
===> Checking for items in pkg-plist which are not in STAGEDIR
---
with
---
do-install: ${RMDIR} ${WRKSRC}/vendor/symfony/string/Resources/bin
---
to delete that empty directory.
ChangeLog: https://get.typo3.org/release-notes/10.4.16
PR: 255783
Approved by: dbaio, garga (mentors, implicit) |
10.4.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
10.4.10 18 Nov 2020 19:35:56 |
pi |
www/typo3-10: update 10.4.7 -> 10.4.10
PR: 251212
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
MFH: 2020Q4
Relnotes: https://typo3.org/article/typo3-10410-and-9523-security-releases-published
Security: TYPO3-CORE-SA-2020-009, TYPO3-CORE-SA-2020-010,
TYPO3-CORE-SA-2020-011, TYPO3-CORE-SA-2020-012 |
10.4.7 15 Sep 2020 06:25:13 |
lwhsu |
www/typo3-10: Update to 10.4.7
These versions are maintenance releases and contain bug fixes only.
For details about the releases, please see:
https://get.typo3.org/release-notes/10.4.7
PR: 249313
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
MFH: 2020Q3 |
10.4.6 04 Aug 2020 09:45:08 |
joneum |
Update to 10.4.6
Changelogs:
- https://typo3.org/article/typo3-1046-and-9520-security-releases-published
- https://typo3.org/security/advisory/typo3-core-sa-2020-007
- https://typo3.org/security/advisory/typo3-core-sa-2020-008
PR: 248429
Reported by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
MFH: 2020Q3
Security: eab964f8-d632-11ea-9172-4c72b94353b5
Sponsored by: Netzkommune GmbH |
10.4.5 07 Jul 2020 18:58:06 |
joneum |
Update to 10.4.5
PR: 247822
Reported by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Sponsored by: Netzkommune GmbH |
10.4.4 27 Jun 2020 08:28:54 |
pi |
www/typo3-10: update 10.4.3 -> 10.4.4
PR: 247255
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Relnotes: https://get.typo3.org/release-notes/10.4.4
https://typo3.org/article/typo3-1044-and-9519-maintenance-releases-published |
10.4.3 28 May 2020 08:05:16 |
joneum |
Update to 10.4.3
Changelog:
- https://typo3.org/article/typo3-1043-and-9518-maintenance-releases-published
- https://get.typo3.org/release-notes/10.4.3
PR: 246774
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Sponsored by: Netzkommune GmbH |
10.4.2 13 May 2020 20:44:45 |
sunpoet |
Update to 10.4.2
Changes: https://get.typo3.org/release-notes/10.4.2
https://typo3.org/article/typo3-1042-and-9517-security-releases-published
PR: 246436
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Security: 59fabdf2-9549-11ea-9448-08002728f74c
MFH: 2020Q2 |
10.4.1 01 May 2020 05:02:19 |
sunpoet |
Add typo3-10 10.4.1 (copied from typo3-9)
TYPO3 is a free Open Source content management system for enterprise purposes
on the web and in intranets. It offers full flexibility and extendability while
featuring an accomplished set of ready-made interfaces, functions and modules.
The current stable LTS release (for all new projects).
The latest version with Long Term Support (LTS).
It will have full support until October 2021 and security-related bugfixes
until April 2023.
WWW: https://typo3.org/
PR: 246058
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> |