diff options
author | rene <rene@FreeBSD.org> | 2018-11-02 03:05:28 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-11-02 03:05:28 +0800 |
commit | 722ce45c0061439faade290ae095fefb746bb02c (patch) | |
tree | 5e74f4fd5becf9fd194e7a4f76106ce498e45cbe /www | |
parent | 52ba68b74a8cd1347115ae6c86478a963a9cfeb9 (diff) | |
download | freebsd-ports-gnome-722ce45c0061439faade290ae095fefb746bb02c.tar.gz freebsd-ports-gnome-722ce45c0061439faade290ae095fefb746bb02c.tar.zst freebsd-ports-gnome-722ce45c0061439faade290ae095fefb746bb02c.zip |
Remove expired ports:
2018-10-31 games/bloboats: Upstream gone, FreeBSD 10 only
2018-10-31 net/stf-6rd-kmod: Does not build on FreeBSD 11+
2018-10-31 net/pmf: Does not build on FreeBSD 11+
2018-10-31 net/knemo-kde4: KDE4 is EOL upstream, FreeBSD 10 only-port
2018-10-31 net/userfw: Does not build on FreeBSD 11+
2018-10-31 sysutils/qjail4: Only for FreeBSD 10.x , use sysutis/qjail instead
2018-10-31 sysutils/bsdmoted: does not build on FreeBSD 11+
2018-10-31 sysutils/scprotect: Does not build on FreeBSD 11+
2018-10-31 www/typo3-7: Support will end in October 2018, please update to either www/typo3-8 or www/typo3-9
2018-10-31 devel/memleax: does not actually detect leaks
2018-10-31 emulators/virtio-kmod: Does not build on FreeBSD 10+
2018-10-31 games/traindirector: Does not build on FreeBSD 11+
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/typo3-7/Makefile | 80 | ||||
-rw-r--r-- | www/typo3-7/distinfo | 3 | ||||
-rw-r--r-- | www/typo3-7/pkg-descr | 9 |
4 files changed, 0 insertions, 93 deletions
diff --git a/www/Makefile b/www/Makefile index 9ddf2fdbb392..dfea744dedb0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2414,7 +2414,6 @@ SUBDIR += twiki-WysiwygPlugin SUBDIR += twill SUBDIR += twms - SUBDIR += typo3-7 SUBDIR += typo3-8 SUBDIR += uchiwa SUBDIR += udmsearch diff --git a/www/typo3-7/Makefile b/www/typo3-7/Makefile deleted file mode 100644 index e25d183c9aa8..000000000000 --- a/www/typo3-7/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# Created by: Helmut Ritter <freebsd-ports@charlieroot.de> -# $FreeBSD$ - -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} - -MAINTAINER= freebsd-ports@charlieroot.de -COMMENT= Typo3 content management system - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. - -DEPRECATED= Support will end in October 2018, please update to either www/typo3-8 or www/typo3-9 -EXPIRATION_DATE= 2018-10-31 - -USES= cpe shebangfix php:web -SHEBANG_GLOB= *.sh *.php -NO_BUILD= yes -NO_ARCH= yes -USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session simplexml soap xml zip -WRKSRC= ${WRKDIR}/${TYPO3SRC} - -PORT_V_MAJOR= 7 -PORT_V_MINOR= 6 -PORT_V_PATCH= 31 - -TYPO3WWW= www -TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} -TYPO3DIR= ${PORTNAME}-${PORT_V_MAJOR} - -USERS= ${WWWOWN} -GROUPS= ${WWWGRP} - -DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} - -OPTIONS_DEFINE= CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB -GD_DESC= GDlib/freetype support -IMAGICK_DESC= ${IMAGEMAGICK_DESC} -MBSTRING_DESC= ${MULTIBYTE_DESC} -MYSQL_DESC= Install MySQL Server - -CURL_USE= PHP=curl -GD_USE= PHP=gd -GMP_USE= PHP=gmp -MBSTRING_USE= PHP=mbstring -MYSQL_USE= MYSQL=server -ZLIB_USE= PHP=zlib - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MIMAGICK} -.if ${PORT_OPTIONS:MX11} -RUN_DEPENDS+= convert:graphics/ImageMagick -.else -RUN_DEPENDS+= convert:graphics/ImageMagick-nox11 -.endif -.endif - -do-install: - ${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 - ${CP} ${WRKDIR}/${TYPO3SRC}/_.htaccess ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/.htaccess - -post-install: - @cd ${STAGEDIR}${PREFIX}; \ - ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3DIR}/*" | \ - ${SORT} >> ${TMPPLIST} - @cd ${STAGEDIR}${PREFIX}; \ - ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \ - ${SORT} >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/www/typo3-7/distinfo b/www/typo3-7/distinfo deleted file mode 100644 index 7f80395ee45c..000000000000 --- a/www/typo3-7/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1539249864 -SHA256 (typo3_src-7.6.31.tar.gz) = a2b2d045df5164917fdd5c18c702fb2a235b648e57c0b86293aaabb2d1e0724e -SIZE (typo3_src-7.6.31.tar.gz) = 20514071 diff --git a/www/typo3-7/pkg-descr b/www/typo3-7/pkg-descr deleted file mode 100644 index fb3f7cd9a77b..000000000000 --- a/www/typo3-7/pkg-descr +++ /dev/null @@ -1,9 +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 legacy stable LTS release. -The legacy version with Long Term Support (LTS). It will have maintenance and -security-related bugfixes until October 2018. - -WWW: http://typo3.org/ |