git: 2bf3dd859a93 - main - www/cgicc: Remove expired port

Rene Ladan <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2bf3dd859a93dacf0ad5a69aa7fa8286406cad36

commit 2bf3dd859a93dacf0ad5a69aa7fa8286406cad36
Author:     Rene Ladan <[email protected]>
AuthorDate: 2026-07-31 20:37:21 +0000
Commit:     Rene Ladan <[email protected]>
CommitDate: 2026-07-31 20:37:21 +0000

    www/cgicc: Remove expired port
    
    2026-07-31 www/cgicc: Unmaintained upstream
---
 MOVED               |  1 +
 www/Makefile        |  1 -
 www/cgicc/Makefile  | 36 ------------------------------------
 www/cgicc/distinfo  |  3 ---
 www/cgicc/pkg-descr | 14 --------------
 www/cgicc/pkg-plist | 35 -----------------------------------
 6 files changed, 1 insertion(+), 89 deletions(-)

diff --git a/MOVED b/MOVED
index b2cc91b3a434..b8fe155fa6c6 100644
--- a/MOVED
+++ b/MOVED
@@ -5536,3 +5536,4 @@ www/dolibarr18||2026-07-31|Has expired: php81 is the recommended max version for
 databases/cassandra3|databases/cassandra4|2026-07-31|Has expired: Cassandra 3.x is no longer maintained upstream, superseded by databases/cassandra4
 devel/py-python-jsonrpc-server||2026-07-31|Has expired: There is no new version in 6 years, the upstream build and CI are failing and nothing depends on this port, hence the removal
 security/libprelude||2026-07-31|Has expired: Upstream project is dead
+www/cgicc||2026-07-31|Has expired: Unmaintained upstream
diff --git a/www/Makefile b/www/Makefile
index 0ff7c0a93d96..8a95a600ce72 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -106,7 +106,6 @@
     SUBDIR += castget
     SUBDIR += cgi-lib
     SUBDIR += cgi-lib.pl
-    SUBDIR += cgicc
     SUBDIR += cgiwrap
     SUBDIR += chawan
     SUBDIR += checkbot
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile
deleted file mode 100644
index fe6abd3308c1..000000000000
--- a/www/cgicc/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	cgicc
-DISTVERSION=	3.2.20
-PORTREVISION=	1
-CATEGORIES=	www devel
-MASTER_SITES=	GNU
-
-MAINTAINER=	[email protected]
-COMMENT=	C++ class library for writing CGI applications
-WWW=		https://www.gnu.org/software/cgicc/
-
-LICENSE=	LGPL3+
-
-DEPRECATED=		Unmaintained upstream
-EXPIRATION_DATE=	2026-07-31
-
-USES=		autoreconf:build libtool pathfix
-USE_CXXSTD=	c++11
-USE_GCC=	12
-USE_LDCONFIG=	yes
-
-GNU_CONFIGURE=	yes
-
-INSTALL_TARGET=	install-strip
-
-PORTDOCS=	*
-
-OPTIONS_DEFINE=	DOCS
-
-DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
-DOCS_CONFIGURE_ENV_OFF=	ac_cv_prog_DOXYGEN="${ECHO_CMD}"
-
-post-patch:
-	@${REINPLACE_CMD} -e \
-		'/^docdir/s|=.*|= @docdir@|' ${WRKSRC}/doc/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/www/cgicc/distinfo b/www/cgicc/distinfo
deleted file mode 100644
index 272a8fefd27f..000000000000
--- a/www/cgicc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1698072535
-SHA256 (cgicc-3.2.20.tar.gz) = 0f91c5ce8adf406ad35a46152ffb2b9c8d6079604b796d81f48b66d1f068ad4e
-SIZE (cgicc-3.2.20.tar.gz) = 2802735
diff --git a/www/cgicc/pkg-descr b/www/cgicc/pkg-descr
deleted file mode 100644
index a667db541dbc..000000000000
--- a/www/cgicc/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-GNU cgicc is an ANSI C++ compliant class library that greatly simplifies
-the creation of CGI applications for the World Wide Web.
-
-cgicc performs the following functions:
-
-   - Parses both GET and POST form data transparently.
-   - Provides string, integer, floating-point and single- and multiple-choice
-     retrieval methods for form data.
-   - Provides methods for saving and restoring CGI environments to aid in
-     application debugging.
-   - Provides full on-the-fly HTML generation capabilities, with support for
-     cookies.
-   - Supports HTTP file upload.
-   - Compatible with FastCGI.
diff --git a/www/cgicc/pkg-plist b/www/cgicc/pkg-plist
deleted file mode 100644
index b316803ddb95..000000000000
--- a/www/cgicc/pkg-plist
+++ /dev/null
@@ -1,35 +0,0 @@
-bin/cgicc-config
-include/cgicc/CgiDefs.h
-include/cgicc/CgiEnvironment.h
-include/cgicc/CgiInput.h
-include/cgicc/CgiUtils.h
-include/cgicc/Cgicc.h
-include/cgicc/FormEntry.h
-include/cgicc/FormFile.h
-include/cgicc/HTMLAtomicElement.h
-include/cgicc/HTMLAttribute.h
-include/cgicc/HTMLAttributeList.h
-include/cgicc/HTMLBooleanElement.h
-include/cgicc/HTMLClasses.h
-include/cgicc/HTMLDoctype.h
-include/cgicc/HTMLElement.h
-include/cgicc/HTMLElementList.h
-include/cgicc/HTTPContentHeader.h
-include/cgicc/HTTPCookie.h
-include/cgicc/HTTPHTMLHeader.h
-include/cgicc/HTTPHeader.h
-include/cgicc/HTTPPlainHeader.h
-include/cgicc/HTTPRedirectHeader.h
-include/cgicc/HTTPResponseHeader.h
-include/cgicc/HTTPStatusHeader.h
-include/cgicc/HTTPXHTMLHeader.h
-include/cgicc/MStreamable.h
-include/cgicc/XHTMLDoctype.h
-include/cgicc/XMLDeclaration.h
-include/cgicc/XMLPI.h
-lib/libcgicc.a
-lib/libcgicc.so
-lib/libcgicc.so.3
-lib/libcgicc.so.3.2.10
-libdata/pkgconfig/cgicc.pc
-share/aclocal/cgicc.m4
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.