aboutsummaryrefslogtreecommitdiff
path: root/www/typo3-10
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo3-10')
-rw-r--r--www/typo3-10/Makefile96
-rw-r--r--www/typo3-10/distinfo3
-rw-r--r--www/typo3-10/files/pkg-message.in24
-rw-r--r--www/typo3-10/pkg-descr21
4 files changed, 0 insertions, 144 deletions
diff --git a/www/typo3-10/Makefile b/www/typo3-10/Makefile
deleted file mode 100644
index a3df59344af1..000000000000
--- a/www/typo3-10/Makefile
+++ /dev/null
@@ -1,96 +0,0 @@
-# Created by: Helmut Ritter <freebsd-ports@charlieroot.de>
-
-PORTNAME= typo3
-PORTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH}
-CATEGORIES= www
-MASTER_SITES= https://typo3.azureedge.net/typo3/${PORTVERSION}/
-PKGNAMESUFFIX= -${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX}
-
-MAINTAINER= freebsd-ports@charlieroot.de
-COMMENT= Typo3 content management system
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-USES= cpe php:web,flavors shebangfix
-USE_PHP= ctype dom fileinfo filter hash intl json openssl pcre session simplexml \
- spl tokenizer xml zip
-
-WRKSRC= ${WRKDIR}/${TYPO3SRC}
-NO_BUILD= yes
-NO_ARCH= yes
-SHEBANG_GLOB= *.sh *.php
-PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\.
-
-PORT_V_MAJOR= 10
-PORT_V_MINOR= 4
-PORT_V_PATCH= 16
-
-TYPO3WWW= www
-TYPO3SRC= ${PORTNAME}_src-${PORTVERSION}
-TYPO3DIR= ${PORTNAME}-${PORT_V_MAJOR}
-
-USERS= ${WWWOWN}
-GROUPS= ${WWWGRP}
-
-SUB_FILES= pkg-message
-SUB_LIST+= PREFIX=${PREFIX} \
- TYPO3WWW=${TYPO3WWW} \
- TYPO3DIR=${TYPO3DIR}
-
-DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX}
-
-OPTIONS_DEFINE= CURL GD GMP IMAGICK MBSTRING MYSQL POSTGRES SQLSRV SQLITE ZLIB
-OPTIONS_DEFAULT=MYSQL
-GD_DESC= GDlib/freetype support
-IMAGICK_DESC= ${IMAGEMAGICK_DESC}
-MBSTRING_DESC= ${MULTIBYTE_DESC}
-MYSQL_DESC= Use MySQL as DBMS
-POSTGRES_DESC= Use PostgreSQL as DBMS
-SQLITE_DESC= Use SQLiet as DBMS
-SQLSRV_DESC= Use MSSQL as DBMS
-
-CURL_USE= PHP=curl
-GD_USE= PHP=gd
-GMP_USE= PHP=gmp
-MBSTRING_USE= PHP=mbstring
-MYSQL_USE= PHP=mysqli
-POSTGRES_USE= PHP=postgresql
-SQLSRV_USE= PHP=sqlsrv
-SQLITE_USE= PHP=sqlite
-ZLIB_USE= PHP=zlib
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MIMAGICK}
-.if ${PORT_OPTIONS:MX11}
-RUN_DEPENDS+= convert:graphics/ImageMagick6
-.else
-RUN_DEPENDS+= convert:graphics/ImageMagick6-nox11
-.endif
-.endif
-
-do-install:
- # workaround fix for:
- # "Checking for items in STAGEDIR missing from pkg-plist"
- # "Error: Orphaned: @dir %%WWWDIR%%_src-10.4.16/vendor/symfony/string/Resources/bin"
- ${RMDIR} ${WRKSRC}/vendor/symfony/string/Resources/bin
- # remove source empty directory
- ${MKDIR} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}
- ${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/
- ${LN} -fs ../${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3_src
- ${LN} -fs typo3_src/index.php ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/index.php
- ${LN} -fs typo3_src/typo3 ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3
-
-post-install:
- @cd ${STAGEDIR}${PREFIX}; \
- ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3DIR}/*" | \
- ${SORT} >> ${TMPPLIST}; \
- ${ECHO} "@owner ${WWWOWN}" >> ${TMPPLIST}; \
- ${ECHO} "@dir ${TYPO3WWW}/${TYPO3DIR}" >> ${TMPPLIST}
- @cd ${STAGEDIR}${PREFIX}; \
- ${ECHO} "@owner" >> ${TMPPLIST}; \
- ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \
- ${SORT} >> ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/www/typo3-10/distinfo b/www/typo3-10/distinfo
deleted file mode 100644
index 1619fa899f16..000000000000
--- a/www/typo3-10/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1620808939
-SHA256 (typo3_src-10.4.16.tar.gz) = 38d05c7869e1200675483d0edabdf3afa86d7e2c85aa8b2d60299891c8872644
-SIZE (typo3_src-10.4.16.tar.gz) = 29301340
diff --git a/www/typo3-10/files/pkg-message.in b/www/typo3-10/files/pkg-message.in
deleted file mode 100644
index 0e4c51232440..000000000000
--- a/www/typo3-10/files/pkg-message.in
+++ /dev/null
@@ -1,24 +0,0 @@
-[
-{ type: install
- message: <<EOM
-1) Add the following to your Apache configuration file
- httpd.conf and restart the web server:
-
- Alias /typo3 %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/
- AcceptPathInfo On
- <Directory %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/>
- 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
-EOM
-}
-]
diff --git a/www/typo3-10/pkg-descr b/www/typo3-10/pkg-descr
deleted file mode 100644
index a176a52956c8..000000000000
--- a/www/typo3-10/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-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 latest version with Long Term Support (LTS). It will have full support until
-October 2021 and 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
-
-WWW: https://typo3.org/