git: efcf25e7db7c - main - www/template_: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Sep 2024 19:22:05 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=efcf25e7db7c662339a95fd0cde09ac6d16958c2
commit efcf25e7db7c662339a95fd0cde09ac6d16958c2
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-09-30 19:22:00 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-09-30 19:22:00 +0000
www/template_: Remove expired port
2024-09-30 www/template_: Abandonware, outdated and last version released upstream was released in 2015
---
MOVED | 1 +
www/Makefile | 1 -
www/template_/Makefile | 30 ------------------------------
www/template_/distinfo | 2 --
www/template_/pkg-descr | 1 -
www/template_/pkg-message | 10 ----------
www/template_/pkg-plist | 9 ---------
7 files changed, 1 insertion(+), 53 deletions(-)
diff --git a/MOVED b/MOVED
index b33f9a9d472e..1b6374ed1300 100644
--- a/MOVED
+++ b/MOVED
@@ -3511,3 +3511,4 @@ sysutils/bacula11-server||2024-09-30|Has expired: Unsupported. Please migrate to
net-mgmt/nagios-check_bacula11||2024-09-30|Has expired: Unsupported. Please migrate to bacula15-server
sysutils/bhyve+||2024-09-30|Has expired: EOLed upstream
www/sahi||2024-09-30|Has expired: Abandonware and outdated, newer versions requires users to purchase a license and current versions refers to Java 1.5
+www/template_||2024-09-30|Has expired: Abandonware, outdated and last version released upstream was released in 2015
diff --git a/www/Makefile b/www/Makefile
index 32f65d8f5af0..7055e7118e80 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2386,7 +2386,6 @@
SUBDIR += tclwebtest
SUBDIR += tdiary
SUBDIR += tdom
- SUBDIR += template_
SUBDIR += templatelite
SUBDIR += tgpt
SUBDIR += thirtybees
diff --git a/www/template_/Makefile b/www/template_/Makefile
deleted file mode 100644
index 2d6cdaea576e..000000000000
--- a/www/template_/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= template_
-PORTVERSION= 2.2.3
-CATEGORIES= www
-MASTER_SITES= http://www.xtac.net/download/?file=
-DISTNAME= Template_.2.2.3
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= High performance PHP compiling template engine
-WWW= https://www.xtac.net/
-
-LICENSE= LGPL20+
-
-BROKEN= Not compatible with PHP 8
-DEPRECATED= Abandonware, outdated and last version released upstream was released in 2015
-EXPIRATION_DATE=2024-09-30
-
-FETCH_ARGS+= -o ${DISTNAME}.tar.gz
-
-USES= php:web
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-do-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}/tpl_plugin
-.for f in Template_.class.php Template_.compiler.php
- ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/tpl_plugin/* ${STAGEDIR}${DATADIR}/tpl_plugin
-.endfor
-
-.include <bsd.port.mk>
diff --git a/www/template_/distinfo b/www/template_/distinfo
deleted file mode 100644
index 21f015189290..000000000000
--- a/www/template_/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Template_.2.2.3.tar.gz) = 526579bc7e39f96fdd97e0e3534bb4e005b64364a6d204054eb9d5a0b43bc373
-SIZE (Template_.2.2.3.tar.gz) = 16732
diff --git a/www/template_/pkg-descr b/www/template_/pkg-descr
deleted file mode 100644
index ce9ccf427c19..000000000000
--- a/www/template_/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Template_ is a LGPL-ed high performance and fast template engine for PHP.
diff --git a/www/template_/pkg-message b/www/template_/pkg-message
deleted file mode 100644
index d148a7b728ce..000000000000
--- a/www/template_/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-[
-{ type: install
- message: <<EOM
-To use Template_ you have to add the correct include path into
-your ${LOCALBASE}/etc/php.ini configuration file, like:
-
-include_path = ".:${PREFIX}/share/template_"
-EOM
-}
-]
diff --git a/www/template_/pkg-plist b/www/template_/pkg-plist
deleted file mode 100644
index ecf7695f5ed2..000000000000
--- a/www/template_/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%DATADIR%%/tpl_plugin/function.returnHello.php
-%%DATADIR%%/tpl_plugin/functions.safe_mode.ini
-%%DATADIR%%/tpl_plugin/object.say.php
-%%DATADIR%%/tpl_plugin/postfilter.arrangeSpace.php
-%%DATADIR%%/tpl_plugin/postfilter.removeTmpCode.php
-%%DATADIR%%/tpl_plugin/prefilter.adjustPath.php
-%%DATADIR%%/tpl_plugin/prefilter.parseMySyntax.php
-%%DATADIR%%/Template_.class.php
-%%DATADIR%%/Template_.compiler.php