git: 36988c2ea99b - main - www/ctemplate: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 15 Jun 2024 16:09:20 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36988c2ea99b29ea9b72b68428fdf11186b56f03

commit 36988c2ea99b29ea9b72b68428fdf11186b56f03
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-15 16:09:03 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-15 16:09:03 +0000

    www/ctemplate: Remove expired port
    
    2024-06-14 www/ctemplate: Abandonware and obsolete, last release in 2008 and never gained any traction
---
 MOVED                                        |  1 +
 www/Makefile                                 |  1 -
 www/ctemplate/Makefile                       | 20 --------------------
 www/ctemplate/distinfo                       |  2 --
 www/ctemplate/files/patch-src_h2ap.ll        | 11 -----------
 www/ctemplate/files/patch-src_htpl__driver.h | 11 -----------
 www/ctemplate/pkg-descr                      |  2 --
 7 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index bbf8b55b16d2..082a925beb1d 100644
--- a/MOVED
+++ b/MOVED
@@ -3307,3 +3307,4 @@ devel/py-ZopeUndo||2024-06-13|No consumers in ports
 multimedia/audacious-qt6|multimedia/audacious|2024-06-13|qt6 flavor is now the default flavor, following upstream change
 multimedia/audacious-plugins-qt6|multimedia/audacious-plugins|2024-06-13|qt6 flavor is now the default flavor, following upstream change
 lang/zig-devel||2024-06-13|Older than lang/zig and no consumers in ports
+www/ctemplate||2024-06-15|Has expired: Abandonware and obsolete, last release in 2008 and never gained any traction
diff --git a/www/Makefile b/www/Makefile
index 73cf630f3d90..51b389f655f6 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -122,7 +122,6 @@
     SUBDIR += css-mode.el
     SUBDIR += csso
     SUBDIR += csstidy
-    SUBDIR += ctemplate
     SUBDIR += cutelyst
     SUBDIR += darkhttpd
     SUBDIR += dasherr
diff --git a/www/ctemplate/Makefile b/www/ctemplate/Makefile
deleted file mode 100644
index e303e93dc8b4..000000000000
--- a/www/ctemplate/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME=	ctemplate
-PORTVERSION=	0.5
-CATEGORIES=	www textproc
-MASTER_SITES=	SF
-
-MAINTAINER=	ap@page2rss.com
-COMMENT=	Template system for C
-WWW=		https://ctemplate.sourceforge.net/
-
-LICENSE=	NONE
-
-DEPRECATED=	Abandonware and obsolete, last release in 2008 and never gained any traction
-EXPIRATION_DATE=2024-06-14
-
-USES=		gmake
-GNU_CONFIGURE=	yes
-
-PLIST_FILES+=	bin/h2ap
-
-.include <bsd.port.mk>
diff --git a/www/ctemplate/distinfo b/www/ctemplate/distinfo
deleted file mode 100644
index b53525ca7981..000000000000
--- a/www/ctemplate/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ctemplate-0.5.tar.gz) = c653bee1e0c9e33f6536c0afc32bb763b2c830ccdb7367116cb83a3f9d0af80a
-SIZE (ctemplate-0.5.tar.gz) = 131712
diff --git a/www/ctemplate/files/patch-src_h2ap.ll b/www/ctemplate/files/patch-src_h2ap.ll
deleted file mode 100644
index edb6f1f2b3f2..000000000000
--- a/www/ctemplate/files/patch-src_h2ap.ll
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/h2ap.ll.orig	2017-12-21 21:01:19 UTC
-+++ src/h2ap.ll
-@@ -37,7 +37,7 @@
- #include "ff_driver.hh"
- 
- char* tplargs=0;
--const char* funcname=0;
-+char* funcname=0;
- const char* funcprefix="tpl_";
- FILE* hout=0;
- 
diff --git a/www/ctemplate/files/patch-src_htpl__driver.h b/www/ctemplate/files/patch-src_htpl__driver.h
deleted file mode 100644
index d04aaa0dc97e..000000000000
--- a/www/ctemplate/files/patch-src_htpl__driver.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/htpl_driver.h.orig	2008-04-15 23:08:27 UTC
-+++ src/htpl_driver.h
-@@ -40,7 +40,7 @@ const char *getprogname(void);
- #endif
- 
- extern char* tplargs;
--const extern char* funcname;
-+extern char* funcname;
- extern const char* funcprefix;
- 
- class htpl_driver {
diff --git a/www/ctemplate/pkg-descr b/www/ctemplate/pkg-descr
deleted file mode 100644
index 7a8b9d14575e..000000000000
--- a/www/ctemplate/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-CTemplate is a simple but powerful, extremely fast HTML template system for
-C language. It provides separation between code and presentation.