1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

www/zend-framework: Remove expired port

2024-06-30 www/zend-framework: Deprecated by upstream, and moved to Laminas Project
This commit is contained in:
Rene Ladan 2024-06-30 15:13:21 +02:00
parent a61c4d4f0f
commit 996e8ae370
7 changed files with 1 additions and 2715 deletions

1
MOVED
View File

@ -3371,3 +3371,4 @@ net/haproxy20||2024-06-30|Has expired: Upstream EOL reaches on 2024-06-30
lang/gcc9||2024-06-30|Has expired: Unsupported by upstream. Use GCC 10 or newer instead
security/p5-Protocol-ACME||2024-06-30|Has expired: upstream maintainer indicated that it is no longer suitable for use
graphics/wdune||2024-06-30|Has expired: upstream no longer maintained
www/zend-framework||2024-06-30|Has expired: Deprecated by upstream, and moved to Laminas Project

View File

@ -2511,7 +2511,6 @@
SUBDIR += yt-dlp
SUBDIR += ytdl
SUBDIR += yuicompressor
SUBDIR += zend-framework
SUBDIR += zenphoto
SUBDIR += zerowait-httpd
SUBDIR += zgrab2

View File

@ -1,55 +0,0 @@
PORTNAME= ZendFramework
DISTVERSION= 2.4.13
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://packages.zendframework.com/releases/${DISTNAME}/
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Framework for developing PHP web applications
WWW= https://framework.zend.com/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
DEPRECATED= Deprecated by upstream, and moved to Laminas Project
EXPIRATION_DATE=2024-06-30
USES= gettext php:web,flavors tar:tgz
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
PORTDOCS= CHANGELOG.md CONTRIBUTING.md INSTALL.md README-GIT.md README.md
OPTIONS_DEFINE= DBLIB DOCS MEMCACHE MYSQL MYSQLI ODBC OPTPHP PGSQL \
REQPHP SQLITE
OPTIONS_DEFAULT= REQPHP
DBLIB_DESC= Enable DBLIB PDO support
MEMCACHE_DESC= Enable memcache support
MYSQLI_DESC= Enable MySQLi support
OPTPHP_DESC= Install optional PHP dependencies
REQPHP_DESC= Install required PHP dependencies
DBLIB_USE= PHP=pdo_dblib
MEMCACHE_USE= PHP=memcache,memcached
MYSQLI_USE= PHP=mysqli
MYSQL_USE= PHP=pdo_mysql
ODBC_USE= PHP=pdo_odbc
OPTPHP_USE= PHP=bcmath,bitset,posix
PGSQL_USE= PHP=pdo_pgsql
# Add all of the required and/or optional PHP extension dependencies,
# if chosen by the user.
REQPHP_USE= PHP=ctype,curl,dom,gd,iconv,ldap,mbstring,mcrypt,opcache,pdo,session,simplexml,soap,sqlite3,xml,zlib
SQLITE_USE= PHP=pdo_sqlite
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} "library bin resources" ${STAGEDIR}${DATADIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1606104115
SHA256 (ZendFramework-2.4.13.tgz) = d61c97673447c841d773a6806f7bce9a5d669c30aa1fafbb7f9214dcef16a563
SIZE (ZendFramework-2.4.13.tgz) = 1720098

View File

@ -1,16 +0,0 @@
[
{ type: install
message: <<EOM
Now you need to adjust PHP's include_path to contain
`%%DATADIR%%/library'
For example, insert:
include_path = ".:%%DATADIR%%/library"
into `%%LOCALBASE%%/etc/php.ini'.
For more general information about the Zend Framework, please
visit: http://framework.zend.com/
EOM
}
]

View File

@ -1,4 +0,0 @@
This is a port of the Zend Framework. The Zend Framework aims to
provide an architecture for developing entire applications with no
other library dependencies. This code will always be actively developed,
tested, and supported by Zend and the PHP Collaboration Project.

File diff suppressed because it is too large Load Diff